aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-27xfs: make errortag a per-mountpoint structureDarrick J. Wong1-2/+2
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-10/+10
2017-06-19xfs: remove XFS_HSIZEChristoph Hellwig1-2/+1
2017-04-25xfs: fix getfsmap userspace memory corruption while setting OF_LASTDarrick J. Wong1-1/+1
2017-04-25xfs: fix __user annotations for xfs_ioc_getfsmapChristoph Hellwig1-8/+8
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmapChristoph Hellwig1-1/+1
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong1-0/+84
2017-04-03xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong1-2/+3
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-01-30xfs: remove unused full argument from bmapEric Sandeen1-2/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-2/+2
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi1-2/+2
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig1-1/+1
2016-11-08xfs: provide helper for counting extents from if_bytesEric Sandeen1-4/+2
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-2/+73
2016-10-10xfs: clear reflink flag if setting realtime flagDarrick J. Wong1-2/+2
2016-10-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong1-0/+4
2016-10-05xfs: check for invalid inode reflink flagsDarrick J. Wong1-0/+4
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong1-2/+65
2016-09-22xfs: Propagate dentry down to inode_change_ok()Jan Kara1-1/+1
2016-08-07fs: return EPERM on immutable inodeEryu Guan1-1/+1
2016-08-03xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong1-0/+6
2016-07-20Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner1-14/+8
2016-07-20xfs: don't pass ioflags around in the ioctl pathChristoph Hellwig1-14/+8
2016-07-20xfs: fix type confusion in xfs_ioc_swapextJann Horn1-0/+11
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner1-16/+2
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-8/+5
2016-04-06xfs: use ->readlink to implement the readlink_by_handle ioctlChristoph Hellwig1-16/+2
2016-03-07Merge branch 'xfs-dax-fixes-4.6' into for-nextDave Chinner1-7/+98