aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-22xfs: prepare xfs_break_layouts() for another layout typeDan Williams1-2/+1
2018-05-22xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams1-4/+1
2018-05-16xfs: implement online get/set fs labelEric Sandeen1-0/+86
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong1-2/+2
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong1-0/+1
2017-11-09xfs: remove u_int* type usageDarrick J. Wong1-2/+2
2017-10-26xfs: scrub inodesDarrick J. Wong1-0/+4
2017-10-26xfs: create an ioctl to scrub AG metadataDarrick J. Wong1-0/+28
2017-10-26xfs: simplify the xfs_getbmap interfaceChristoph Hellwig1-63/+59
2017-09-26xfs: validate bdev support for DAX inode flagRoss Zwisler1-1/+2
2017-09-02xfs: don't set v3 xflags for v2 inodesChristoph Hellwig1-13/+25
2017-09-01xfs: disable per-inode DAX flagChristoph Hellwig1-1/+2