summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_ioctl.c
AgeCommit message (Expand)Author
2020-11-10xfs: flush for older, xfs specific ioctlsAndy Strohman
2020-10-29xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong
2020-10-01xfs: properly serialise fallocate against AIO+DIODave Chinner
2020-05-02xfs: acquire superblock freeze protection on eofblocks scansBrian Foster
2020-03-05xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2019-09-18Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-03xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong
2019-08-30xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidateChristoph Hellwig
2019-08-30xfs: allocate xattr buffer on demandDave Chinner
2019-08-30kill the last users of user_{path,lpath,path_dir}()Al Viro
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-07-12Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-07-06xfs: don't update lastino for FSBULKSTAT_SINGLEDarrick J. Wong
2019-07-04xfs: allow single bulkstat of special inodesDarrick J. Wong
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong
2019-07-03xfs: wire up the v5 inumbers ioctlDarrick J. Wong
2019-07-03xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong
2019-07-03xfs: rename bulkstat functionsDarrick J. Wong
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong
2019-07-02xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong
2019-07-02xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong
2019-07-02xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsDarrick J. Wong
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-05-01xfs: change some error-less functions to void typesEric Sandeen
2019-04-23xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong
2019-04-14xfs: report fs and rt health via geometry structureDarrick J. Wong
2019-04-14xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner
2018-11-06xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06xfs: fix string handling in label get/set functionsArnd Bergmann
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-04xfs: don't forbid setting dax flag on directories if device doesn't daxDarrick J. Wong
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong
2018-05-22xfs: prepare xfs_break_layouts() for another layout typeDan Williams
2018-05-22xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams
2018-05-16xfs: implement online get/set fs labelEric Sandeen
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong
2017-11-09xfs: remove u_int* type usageDarrick J. Wong
2017-10-26xfs: scrub inodesDarrick J. Wong