aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c
AgeCommit message (Expand)Author
2022-01-11xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong
2018-07-11dax: change bdev_dax_supported() to support boolean returnsDave Jiang
2018-07-11fs: allow per-device dax status checking for filesystemsDarrick J. Wong
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
2016-10-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong
2016-10-05xfs: check for invalid inode reflink flagsDarrick J. Wong
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong
2016-09-22xfs: Propagate dentry down to inode_change_ok()Jan Kara
2016-08-07fs: return EPERM on immutable inodeEryu Guan
2016-08-03xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong
2016-07-20Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner
2016-07-20xfs: don't pass ioflags around in the ioctl pathChristoph Hellwig
2016-07-20xfs: fix type confusion in xfs_ioc_swapextJann Horn
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-04-06xfs: use ->readlink to implement the readlink_by_handle ioctlChristoph Hellwig
2016-03-07Merge branch 'xfs-dax-fixes-4.6' into for-nextDave Chinner
2016-03-01xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZEDave Chinner
2016-03-01xfs: dynamically switch modes when XFS_DIFLAG2_DAX is set/clearedDave Chinner
2016-03-01xfs: XFS_DIFLAG_DAX is only for regular files or directoriesDave Chinner
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner
2016-01-04xfs: introduce per-inode DAX enablementDave Chinner
2016-01-04xfs: use FS_XFLAG definitions directlyDave Chinner
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner
2015-11-03xfs: invalidate cached acl if set via ioctlAndreas Gruenbacher
2015-11-03xfs: Plug memory leak in xfs_attrmulti_attr_setAndreas Gruenbacher
2015-10-12Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-10-12xfs: avoid dependency on Linux XATTR_SIZE_MAXJan Tulak
2015-10-12xfs: prefix XATTR_LIST_MAX with XFS_Jan Tulak
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig