aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson1-3/+10
2020-01-09xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig1-0/+5
2020-01-09xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig1-0/+2
2019-11-13xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLEChristoph Hellwig1-94/+0
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig1-4/+4
2019-11-07xfs: fix missing header includesDarrick J. Wong1-0/+1
2019-10-31xfs: properly serialise fallocate against AIO+DIODave Chinner1-0/+1
2019-10-28xfs: disable xfs_ioc_space for always COW inodesChristoph Hellwig1-0/+4
2019-10-28fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersChristoph Hellwig1-60/+12
2019-10-28xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64Christoph Hellwig1-10/+0
2019-10-28xfs: use xfs_inode_buftarg in xfs_file_ioctlChristoph Hellwig1-4/+2
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig1-4/+3
2019-09-18Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-11/+14
2019-09-03xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong1-0/+4
2019-08-30xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidateChristoph Hellwig1-2/+1
2019-08-30xfs: allocate xattr buffer on demandDave Chinner1-1/+1
2019-08-30kill the last users of user_{path,lpath,path_dir}()Al Viro1-1/+1
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-6/+6
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-2/+2
2019-07-12Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-33/+261
2019-07-06xfs: don't update lastino for FSBULKSTAT_SINGLEDarrick J. Wong1-1/+0
2019-07-04xfs: allow single bulkstat of special inodesDarrick J. Wong1-0/+19
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong1-1/+23
2019-07-03xfs: wire up the v5 inumbers ioctlDarrick J. Wong1-0/+52
2019-07-03xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong1-0/+98
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong1-3/+6
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong1-3/+6
2019-07-03xfs: rename bulkstat functionsDarrick J. Wong1-7/+7
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong1-1/+1
2019-07-02xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong1-7/+13
2019-07-02xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong1-17/+53
2019-07-02xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong1-7/+6
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsDarrick J. Wong1-41/+29
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong1-15/+0
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong1-29/+40
2019-06-28xfs: remove unused header filesEric Sandeen1-9/+0
2019-05-01xfs: change some error-less functions to void typesEric Sandeen1-7/+2
2019-04-23xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong1-1/+1
2019-04-14xfs: report fs and rt health via geometry structureDarrick J. Wong1-1/+4
2019-04-14xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong1-0/+24
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner1-30/+18
2018-11-06xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET1-1/+1
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig1-8/+0
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-20/+13
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+2
2018-06-06xfs: fix string handling in label get/set functionsArnd Bergmann1-5/+5
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-04xfs: don't forbid setting dax flag on directories if device doesn't daxDarrick J. Wong1-2/+7
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang1-2/+2
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong1-1/+2