| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-05 | xfs: use super write guard in xfs_file_ioctl() | Christian Brauner | 1 | -4/+2 |
| 2025-08-28 | xfs: implement XFS_IOC_DIOINFO in terms of vfs_getattr | Christoph Hellwig | 1 | -9/+9 |
| 2025-08-28 | xfs: allow setting file attributes on special files | Andrey Albershteyn | 1 | -6/+0 |
| 2025-08-11 | xfs: remove XFS_IBULK_SAME_AG | Christoph Hellwig | 1 | -1/+1 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -9/+9 |
| 2025-07-24 | fs/xfs: replace strncpy with memtostr_pad() | Pranav Tyagi | 1 | -2/+1 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 1 | -9/+9 |
| 2025-03-03 | xfs: support reserved blocks for the rt extent counter | Christoph Hellwig | 1 | -3/+3 |
| 2025-03-03 | xfs: generalize the freespace and reserved blocks handling | Christoph Hellwig | 1 | -3/+3 |
| 2025-01-23 | Merge tag 'xfs-merge-6.14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -6/+15 |
| 2025-01-09 | xfs: report larger dio alignment for COW inodes | Christoph Hellwig | 1 | -1/+10 |
| 2024-12-23 | xfs: apply rt extent alignment constraints to CoW extsize hint | Darrick J. Wong | 1 | -2/+15 |
| 2024-12-23 | xfs: allow inodes to have the realtime and reflink flags | Darrick J. Wong | 1 | -4/+0 |
| 2024-11-21 | Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+45 |
| 2024-11-18 | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -48/+21 |
| 2024-11-05 | xfs: export the geometry of realtime groups to userspace | Darrick J. Wong | 1 | -0/+35 |
| 2024-11-05 | xfs: update realtime super every time we update the primary fs super | Darrick J. Wong | 1 | -1/+3 |
| 2024-11-05 | xfs: allow bulkstat to return metadata directories | Darrick J. Wong | 1 | -0/+7 |
| 2024-11-03 | fdget(), more trivial conversions | Al Viro | 1 | -48/+21 |
| 2024-10-30 | xfs: Check for delayed allocations before setting extsize | Ojaswin Mujoo | 1 | -2/+2 |
| 2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -14/+14 |
| 2024-09-01 | xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c | Darrick J. Wong | 1 | -130/+0 |
| 2024-09-01 | xfs: introduce new file range commit ioctls | Darrick J. Wong | 1 | -0/+4 |
| 2024-08-14 | xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set | Darrick J. Wong | 1 | -0/+11 |
| 2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -14/+14 |
| 2024-07-02 | xfs: hoist inode flag conversion functions to libxfs | Darrick J. Wong | 1 | -60/+0 |
| 2024-04-23 | xfs: introduce vectored scrub mode | Darrick J. Wong | 1 | -0/+2 |
| 2024-04-23 | xfs: move xfs_ioc_scrub_metadata to scrub.c | Darrick J. Wong | 1 | -24/+0 |
| 2024-04-23 | xfs: add parent pointer ioctls | Darrick J. Wong | 1 | -1/+5 |
| 2024-04-23 | xfs: move handle ioctl code to xfs_handle.c | Darrick J. Wong | 1 | -591/+1 |
| 2024-04-23 | xfs: pass the attr value to put_listent when possible | Allison Henderson | 1 | -0/+1 |
| 2024-04-23 | xfs: make attr removal an explicit operation | Darrick J. Wong | 1 | -3/+6 |
| 2024-04-23 | xfs: remove xfs_da_args.attr_flags | Darrick J. Wong | 1 | -8/+6 |
| 2024-04-15 | xfs: introduce new file range exchange ioctl | Darrick J. Wong | 1 | -0/+4 |
| 2024-04-15 | xfs: declare xfs_file.c symbols in xfs_file.h | Darrick J. Wong | 1 | -0/+1 |
| 2024-02-20 | xfs: use kvfree in xfs_ioc_getfsmap() | Dave Chinner | 1 | -1/+1 |
| 2024-02-20 | xfs: use kvfree() in xfs_ioc_attr_list() | Dave Chinner | 1 | -1/+1 |
| 2024-02-19 | xfs: use kvfree for buf in xfs_ioc_getbmap | Christoph Hellwig | 1 | -1/+1 |
| 2024-02-13 | xfs: convert remaining kmem_free() to kfree() | Dave Chinner | 1 | -3/+3 |
| 2024-02-13 | xfs: convert kmem_free() for kvmalloc users to kvfree() | Dave Chinner | 1 | -1/+1 |
| 2023-12-07 | xfs: clean up the xfs_reserve_blocks interface | Christoph Hellwig | 1 | -7/+6 |
| 2023-12-07 | xfs: clean up the XFS_IOC_FSCOUNTS handler | Christoph Hellwig | 1 | -9/+20 |
| 2023-12-07 | xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handler | Christoph Hellwig | 1 | -44/+43 |
| 2023-11-20 | xfs: respect the stable writes flag on the RT device | Christoph Hellwig | 1 | -0/+8 |
| 2023-11-20 | xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags | Christoph Hellwig | 1 | -10/+12 |
| 2023-10-17 | xfs: create a helper to compute leftovers of realtime extents | Darrick J. Wong | 1 | -2/+3 |
| 2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+4 |
| 2023-01-19 | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port privilege checking helpers to mnt_idmap | Christian Brauner | 1 | -2/+1 |
| 2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 1 | -1/+2 |
| 2023-01-03 | xfs: get root inode correctly at bulkstat | Hironori Shiina | 1 | -2/+2 |
| 2022-12-11 | xfs: remove restrictions for fsdax and reflink | Shiyang Ruan | 1 | -4/+0 |
| 2022-07-09 | xfs: convert XFS_IFORK_PTR to a static inline helper | Darrick J. Wong | 1 | -1/+1 |
| 2022-07-07 | xfs: make last AG grow/shrink perag centric | Dave Chinner | 1 | -1/+7 |
| 2022-06-15 | xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes | Darrick J. Wong | 1 | -1/+2 |
| 2022-05-27 | xfs: move xfs_attr_use_log_assist usage out of libxfs | Darrick J. Wong | 1 | -1/+2 |
| 2022-05-12 | xfs: separate out initial attr_set states | Dave Chinner | 1 | -2/+2 |
| 2022-04-13 | xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters | Chandan Babu R | 1 | -0/+3 |
| 2022-03-09 | xfs: don't generate selinux audit messages for capability testing | Darrick J. Wong | 1 | -1/+1 |
| 2022-01-31 | xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP* | Darrick J. Wong | 1 | -1/+1 |
| 2022-01-17 | xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions | Darrick J. Wong | 1 | -0/+9 |
| 2022-01-17 | xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls | Darrick J. Wong | 1 | -87/+5 |
| 2021-12-21 | xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list() | Dan Carpenter | 1 | -1/+1 |
| 2021-10-20 | xfs: Use kvcalloc() instead of kvzalloc() | Gustavo A. R. Silva | 1 | -3/+3 |
| 2021-08-19 | xfs: convert xfs_fs_geometry to use mount feature checks | Dave Chinner | 1 | -1/+1 |
| 2021-08-19 | xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown | Dave Chinner | 1 | -5/+5 |
| 2021-08-19 | xfs: convert remaining mount flags to state flags | Dave Chinner | 1 | -3/+3 |
| 2021-08-19 | xfs: convert mount flags to features | Dave Chinner | 1 | -3/+2 |
| 2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -4/+4 |
| 2021-08-06 | xfs: remove the active vs running quota differentiation | Christoph Hellwig | 1 | -1/+1 |
| 2021-07-15 | xfs: don't expose misaligned extszinherit hints to userspace | Darrick J. Wong | 1 | -1/+18 |
| 2021-07-15 | xfs: correct the narrative around misaligned rtinherit/extszinherit dirs | Darrick J. Wong | 1 | -4/+4 |
| 2021-07-02 | Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -16/+27 |
| 2021-06-28 | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -2/+2 |
| 2021-06-08 | xfs: rename struct xfs_eofblocks to xfs_icwalk | Darrick J. Wong | 1 | -20/+20 |
| 2021-06-08 | xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_ | Darrick J. Wong | 1 | -1/+12 |
| 2021-05-26 | xfs: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -2/+2 |
| 2021-05-24 | xfs: validate extsz hints against rt extent size when rtinherit is set | Darrick J. Wong | 1 | -0/+15 |
| 2021-05-24 | xfs: standardize extent size hint validation | Darrick J. Wong | 1 | -69/+21 |
| 2021-04-29 | Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -34/+35 |
| 2021-04-15 | xfs: remove XFS_IFEXTENTS | Christoph Hellwig | 1 | -1/+1 |
| 2021-04-12 | xfs: convert to fileattr | Miklos Szeredi | 1 | -196/+62 |
| 2021-04-09 | xfs: fix scrub and remount-ro protection when running scrub | Darrick J. Wong | 1 | -3/+3 |
| 2021-04-07 | xfs: deprecate BMV_IF_NO_DMAPI_READ flag | Anthony Iliopoulos | 1 | -2/+0 |
| 2021-04-07 | xfs: move the di_flags2 field to struct xfs_inode | Christoph Hellwig | 1 | -12/+12 |
| 2021-04-07 | xfs: move the di_flags field to struct xfs_inode | Christoph Hellwig | 1 | -4/+4 |
| 2021-04-07 | xfs: use a union for i_cowextsize and i_flushiter | Christoph Hellwig | 1 | -6/+9 |
| 2021-04-07 | xfs: use XFS_B_TO_FSB in xfs_ioctl_setattr | Christoph Hellwig | 1 | -2/+2 |
| 2021-04-07 | xfs: cleanup xfs_fill_fsxattr | Christoph Hellwig | 1 | -2/+4 |
| 2021-04-07 | xfs: move the di_cowextsize field to struct xfs_inode | Christoph Hellwig | 1 | -5/+3 |
| 2021-04-07 | xfs: move the di_extsize field to struct xfs_inode | Christoph Hellwig | 1 | -5/+5 |
| 2021-04-07 | xfs: move the di_projid field to struct xfs_inode | Christoph Hellwig | 1 | -3/+3 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -14/+21 |
| 2021-02-03 | xfs: get rid of xfs_growfs_{data,log}_t | Gao Xiang | 1 | -2/+2 |
| 2021-02-03 | xfs: hide xfs_icache_free_eofblocks | Darrick J. Wong | 1 | -1/+1 |
| 2021-02-03 | xfs: add a tracepoint for blockgc scans | Darrick J. Wong | 1 | -0/+2 |
| 2021-02-03 | xfs: rename code to error in xfs_ioctl_setattr | Darrick J. Wong | 1 | -19/+19 |
| 2021-02-03 | xfs: refactor inode ownership change transaction/inode/quota allocation idiom | Darrick J. Wong | 1 | -19/+10 |
| 2021-01-24 | xfs: support idmapped mounts | Christoph Hellwig | 1 | -14/+21 |
| 2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
| 2021-01-24 | capability: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
| 2020-10-07 | xfs: fix deadlock and streamline xfs_getfsmap performance | Darrick J. Wong | 1 | -46/+98 |
| 2020-09-15 | xfs: Remove kmem_zalloc_large() | Carlos Maiolino | 1 | -2/+2 |
| 2020-09-15 | xfs: widen ondisk inode timestamps to deal with y2038+ | Darrick J. Wong | 1 | -1/+2 |
| 2020-07-28 | fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS. | Xiao Yang | 1 | -3/+11 |
| 2020-06-11 | Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -88/+20 |
| 2020-05-29 | fs/xfs: Update xfs_ioctl_setattr_dax_invalidate() | Ira Weiny | 1 | -88/+20 |
| 2020-05-29 | fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags() | Ira Weiny | 1 | -32/+1 |
| 2020-05-27 | xfs: move eofblocks conversion function to xfs_ioctl.c | Darrick J. Wong | 1 | -0/+35 |
| 2020-05-19 | xfs: move the per-fork nextents fields into struct xfs_ifork | Christoph Hellwig | 1 | -17/+8 |
| 2020-05-04 | fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags() | Ira Weiny | 1 | -32/+1 |
| 2020-05-04 | xfs: remove unnecessary variable udqp from xfs_ioctl_setattr | Kaixu Xia | 1 | -5/+2 |
| 2020-04-13 | xfs: acquire superblock freeze protection on eofblocks scans | Brian Foster | 1 | -1/+4 |
| 2020-03-19 | xfs: remove the di_version field from struct icdinode | Christoph Hellwig | 1 | -3/+2 |
| 2020-03-19 | xfs: simplify a check in xfs_ioctl_setattr_check_cowextsize | Christoph Hellwig | 1 | -2/+1 |
| 2020-03-02 | xfs: switch xfs_attrmulti_attr_get to lazy attr buffer allocation | Christoph Hellwig | 1 | -4/+0 |
| 2020-03-02 | xfs: clean up bufsize alignment in xfs_ioc_attr_list | Christoph Hellwig | 1 | -1/+1 |
| 2020-03-02 | xfs: embedded the attrlist cursor into struct xfs_attr_list_context | Christoph Hellwig | 1 | -9/+7 |
| 2020-03-02 | xfs: clean up the attr flag confusion | Christoph Hellwig | 1 | -12/+32 |
| 2020-03-02 | xfs: improve xfs_forget_acl | Christoph Hellwig | 1 | -2/+2 |
| 2020-03-02 | xfs: lift cursor copy in/out into xfs_ioc_attr_list | Christoph Hellwig | 1 | -21/+15 |
| 2020-03-02 | xfs: lift buffer allocation into xfs_ioc_attr_list | Christoph Hellwig | 1 | -23/+16 |
| 2020-03-02 | xfs: lift common checks into xfs_ioc_attr_list | Christoph Hellwig | 1 | -11/+12 |
| 2020-03-02 | xfs: rename xfs_attr_list_int to xfs_attr_list | Christoph Hellwig | 1 | -1/+1 |
| 2020-03-02 | xfs: move the legacy xfs_attr_list to xfs_ioctl.c | Christoph Hellwig | 1 | -2/+107 |
| 2020-03-02 | xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME | Christoph Hellwig | 1 | -1/+0 |
| 2020-03-02 | xfs: pass an initialized xfs_da_args to xfs_attr_get | Christoph Hellwig | 1 | -10/+15 |
| 2020-03-02 | xfs: pass an initialized xfs_da_args structure to xfs_attr_set | Christoph Hellwig | 1 | -8/+14 |
| 2020-03-02 | xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op | Christoph Hellwig | 1 | -46/+51 |
| 2020-03-02 | xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE | Christoph Hellwig | 1 | -12/+5 |
| 2020-03-02 | xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set | Christoph Hellwig | 1 | -24/+10 |
| 2020-03-02 | xfs: merge xfs_attr_remove into xfs_attr_set | Christoph Hellwig | 1 | -3/+1 |
| 2020-03-02 | xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE | Christoph Hellwig | 1 | -0/+2 |
| 2020-03-02 | xfs: remove the icdinode di_uid/di_gid members | Christoph Hellwig | 1 | -3/+3 |
| 2020-01-09 | xfs: Remove all strlen in all xfs_attr_* functions for attr names. | Allison Henderson | 1 | -3/+10 |
| 2020-01-09 | xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLE | Christoph Hellwig | 1 | -0/+5 |
| 2020-01-09 | xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE | Christoph Hellwig | 1 | -0/+2 |
| 2019-11-13 | xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLE | Christoph Hellwig | 1 | -94/+0 |
| 2019-11-13 | xfs: merge the projid fields in struct xfs_icdinode | Christoph Hellwig | 1 | -4/+4 |
| 2019-11-07 | xfs: fix missing header includes | Darrick J. Wong | 1 | -0/+1 |
| 2019-10-31 | xfs: properly serialise fallocate against AIO+DIO | Dave Chinner | 1 | -0/+1 |
| 2019-10-28 | xfs: disable xfs_ioc_space for always COW inodes | Christoph Hellwig | 1 | -0/+4 |
| 2019-10-28 | fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers | Christoph Hellwig | 1 | -60/+12 |
| 2019-10-28 | xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64 | Christoph Hellwig | 1 | -10/+0 |
| 2019-10-28 | xfs: use xfs_inode_buftarg in xfs_file_ioctl | Christoph Hellwig | 1 | -4/+2 |
| 2019-10-28 | xfs: add a xfs_inode_buftarg helper | Christoph Hellwig | 1 | -4/+3 |
| 2019-09-18 | Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -11/+14 |
| 2019-09-03 | xfs: define a flags field for the AG geometry ioctl structure | Darrick J. Wong | 1 | -0/+4 |
| 2019-08-30 | xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidate | Christoph Hellwig | 1 | -2/+1 |
| 2019-08-30 | xfs: allocate xattr buffer on demand | Dave Chinner | 1 | -1/+1 |
| 2019-08-30 | kill the last users of user_{path,lpath,path_dir}() | Al Viro | 1 | -1/+1 |
| 2019-08-29 | xfs: remove all *_ITER_ABORT values | Darrick J. Wong | 1 | -6/+6 |
| 2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 1 | -2/+2 |
| 2019-07-12 | Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -33/+261 |
| 2019-07-06 | xfs: don't update lastino for FSBULKSTAT_SINGLE | Darrick J. Wong | 1 | -1/+0 |
| 2019-07-04 | xfs: allow single bulkstat of special inodes | Darrick J. Wong | 1 | -0/+19 |
| 2019-07-04 | xfs: specify AG in bulk req | Darrick J. Wong | 1 | -1/+23 |
| 2019-07-03 | xfs: wire up the v5 inumbers ioctl | Darrick J. Wong | 1 | -0/+52 |
| 2019-07-03 | xfs: wire up new v5 bulkstat ioctls | Darrick J. Wong | 1 | -0/+98 |
| 2019-07-03 | xfs: introduce v5 inode group structure | Darrick J. Wong | 1 | -3/+6 |
| 2019-07-03 | xfs: introduce new v5 bulkstat structure | Darrick J. Wong | 1 | -3/+6 |
| 2019-07-03 | xfs: rename bulkstat functions | Darrick J. Wong | 1 | -7/+7 |
| 2019-07-03 | xfs: remove various bulk request typedef usage | Darrick J. Wong | 1 | -1/+1 |
| 2019-07-02 | xfs: refactor INUMBERS to use iwalk functions | Darrick J. Wong | 1 | -7/+13 |
| 2019-07-02 | xfs: convert bulkstat to new iwalk infrastructure | Darrick J. Wong | 1 | -17/+53 |
| 2019-07-02 | xfs: bulkstat should copy lastip whenever userspace supplies one | Darrick J. Wong | 1 | -7/+6 |
| 2019-07-01 | vfs: teach vfs_ioc_fssetxattr_check to check extent size hints | Darrick J. Wong | 1 | -41/+29 |
| 2019-07-01 | vfs: teach vfs_ioc_fssetxattr_check to check project id info | Darrick J. Wong | 1 | -15/+0 |
| 2019-07-01 | vfs: create a generic checking function for FS_IOC_FSSETXATTR | Darrick J. Wong | 1 | -29/+40 |
| 2019-06-28 | xfs: remove unused header files | Eric Sandeen | 1 | -9/+0 |
| 2019-05-01 | xfs: change some error-less functions to void types | Eric Sandeen | 1 | -7/+2 |
| 2019-04-23 | xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction | Darrick J. Wong | 1 | -1/+1 |
| 2019-04-14 | xfs: report fs and rt health via geometry structure | Darrick J. Wong | 1 | -1/+4 |
| 2019-04-14 | xfs: add a new ioctl to describe allocation group geometry | Darrick J. Wong | 1 | -0/+24 |
| 2019-04-14 | xfs: bump XFS_IOC_FSGEOMETRY to v5 structures | Dave Chinner | 1 | -30/+18 |
| 2018-11-06 | xfs: Fix error code in 'xfs_ioc_getbmap()' | Christophe JAILLET | 1 | -1/+1 |
| 2018-10-18 | xfs: remove suport for filesystems without unwritten extent flag | Christoph Hellwig | 1 | -8/+0 |
| 2018-06-12 | Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -20/+13 |
| 2018-06-08 | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -6/+2 |
| 2018-06-06 | xfs: fix string handling in label get/set functions | Arnd Bergmann | 1 | -5/+5 |
| 2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
| 2018-06-04 | xfs: don't forbid setting dax flag on directories if device doesn't dax | Darrick J. Wong | 1 | -2/+7 |
| 2018-05-31 | dax: change bdev_dax_supported() to support boolean returns | Dave Jiang | 1 | -2/+2 |
| 2018-05-31 | fs: allow per-device dax status checking for filesystems | Darrick J. Wong | 1 | -1/+2 |
| 2018-05-22 | xfs: prepare xfs_break_layouts() for another layout type | Dan Williams | 1 | -2/+1 |
| 2018-05-22 | xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL | Dan Williams | 1 | -4/+1 |
| 2018-05-16 | xfs: implement online get/set fs label | Eric Sandeen | 1 | -0/+86 |
| 2018-01-08 | xfs: refactor the geometry structure filling function | Darrick J. Wong | 1 | -2/+2 |
| 2018-01-08 | xfs: hoist xfs_fs_geometry to libxfs | Darrick J. Wong | 1 | -0/+1 |
| 2017-11-09 | xfs: remove u_int* type usage | Darrick J. Wong | 1 | -2/+2 |
| 2017-10-26 | xfs: scrub inodes | Darrick J. Wong | 1 | -0/+4 |
| 2017-10-26 | xfs: create an ioctl to scrub AG metadata | Darrick J. Wong | 1 | -0/+28 |
| 2017-10-26 | xfs: simplify the xfs_getbmap interface | Christoph Hellwig | 1 | -63/+59 |
| 2017-09-26 | xfs: validate bdev support for DAX inode flag | Ross Zwisler | 1 | -1/+2 |
| 2017-09-02 | xfs: don't set v3 xflags for v2 inodes | Christoph Hellwig | 1 | -13/+25 |
| 2017-09-01 | xfs: disable per-inode DAX flag | Christoph Hellwig | 1 | -1/+2 |
| 2017-06-27 | xfs: make errortag a per-mountpoint structure | Darrick J. Wong | 1 | -2/+2 |
| 2017-06-19 | xfs: remove double-underscore integer types | Darrick J. Wong | 1 | -10/+10 |
| 2017-06-19 | xfs: remove XFS_HSIZE | Christoph Hellwig | 1 | -2/+1 |
| 2017-04-25 | xfs: fix getfsmap userspace memory corruption while setting OF_LAST | Darrick J. Wong | 1 | -1/+1 |