Age | Commit message (Expand) | Author | Files | Lines |
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-14 | 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-08 | 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-29 | 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-19 | 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-04 | xfs: define a flags field for the AG geometry ioctl structure | Darrick J. Wong | 1 | -0/+4 |
2019-08-31 | xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidate | Christoph Hellwig | 1 | -2/+1 |
2019-08-31 | xfs: allocate xattr buffer on demand | Dave Chinner | 1 | -1/+1 |
2019-08-31 | kill the last users of user_{path,lpath,path_dir}() | Al Viro | 1 | -1/+1 |
2019-08-30 | 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-13 | 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-07 | 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-04 | xfs: wire up the v5 inumbers ioctl | Darrick J. Wong | 1 | -0/+52 |
2019-07-04 | xfs: wire up new v5 bulkstat ioctls | Darrick J. Wong | 1 | -0/+98 |
2019-07-04 | xfs: introduce v5 inode group structure | Darrick J. Wong | 1 | -3/+6 |
2019-07-04 | xfs: introduce new v5 bulkstat structure | Darrick J. Wong | 1 | -3/+6 |
2019-07-04 | xfs: rename bulkstat functions | Darrick J. Wong | 1 | -7/+7 |
2019-07-04 | 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-29 | xfs: remove unused header files | Eric Sandeen | 1 | -9/+0 |
2019-05-02 | 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-15 | xfs: report fs and rt health via geometry structure | Darrick J. Wong | 1 | -1/+4 |
2019-04-15 | xfs: add a new ioctl to describe allocation group geometry | Darrick J. Wong | 1 | -0/+24 |
2019-04-15 | 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-13 | 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-09 | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -6/+2 |
2018-06-07 | xfs: fix string handling in label get/set functions | Arnd Bergmann | 1 | -5/+5 |
2018-06-07 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
2018-06-05 | 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 |