summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c
AgeCommit message (Expand)Author
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
2017-10-26xfs: create an ioctl to scrub AG metadataDarrick J. Wong
2017-10-26xfs: simplify the xfs_getbmap interfaceChristoph Hellwig
2017-09-26xfs: validate bdev support for DAX inode flagRoss Zwisler
2017-09-02xfs: don't set v3 xflags for v2 inodesChristoph Hellwig
2017-09-01xfs: disable per-inode DAX flagChristoph Hellwig
2017-06-27xfs: make errortag a per-mountpoint structureDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-19xfs: remove XFS_HSIZEChristoph Hellwig
2017-04-25xfs: fix getfsmap userspace memory corruption while setting OF_LASTDarrick J. Wong
2017-04-25xfs: fix __user annotations for xfs_ioc_getfsmapChristoph Hellwig
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmapChristoph Hellwig
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong
2017-04-03xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-01-30xfs: remove unused full argument from bmapEric Sandeen
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig
2016-11-08xfs: provide helper for counting extents from if_bytesEric Sandeen
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2016-10-10xfs: clear reflink flag if setting realtime flagDarrick J. Wong