summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: change some error-less functions to void typesEric Sandeen2019-05-011-7/+2
* xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong2019-04-231-1/+1
* xfs: report fs and rt health via geometry structureDarrick J. Wong2019-04-141-1/+4
* xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong2019-04-141-0/+24
* xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2019-04-141-30/+18
* xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET2018-11-061-1/+1
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-181-8/+0
* Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-121-20/+13
|\
| * xfs: fix string handling in label get/set functionsArnd Bergmann2018-06-061-5/+5
| * xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
| * xfs: don't forbid setting dax flag on directories if device doesn't daxDarrick J. Wong2018-06-041-2/+7
* | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-081-6/+2
|\ \ | |/ |/|
| * xfs: prepare xfs_break_layouts() for another layout typeDan Williams2018-05-221-2/+1
| * xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams2018-05-221-4/+1
* | dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-05-311-2/+2
* | fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-05-311-1/+2
* | xfs: implement online get/set fs labelEric Sandeen2018-05-161-0/+86
|/
* xfs: refactor the geometry structure filling functionDarrick J. Wong2018-01-081-2/+2
* xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong2018-01-081-0/+1
* xfs: remove u_int* type usageDarrick J. Wong2017-11-091-2/+2
* xfs: scrub inodesDarrick J. Wong2017-10-261-0/+4
* xfs: create an ioctl to scrub AG metadataDarrick J. Wong2017-10-261-0/+28
* xfs: simplify the xfs_getbmap interfaceChristoph Hellwig2017-10-261-63/+59
* xfs: validate bdev support for DAX inode flagRoss Zwisler2017-09-261-1/+2
* xfs: don't set v3 xflags for v2 inodesChristoph Hellwig2017-09-021-13/+25
* xfs: disable per-inode DAX flagChristoph Hellwig2017-09-011-1/+2
* xfs: make errortag a per-mountpoint structureDarrick J. Wong2017-06-271-2/+2
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-10/+10
* xfs: remove XFS_HSIZEChristoph Hellwig2017-06-191-2/+1
* xfs: fix getfsmap userspace memory corruption while setting OF_LASTDarrick J. Wong2017-04-251-1/+1
* xfs: fix __user annotations for xfs_ioc_getfsmapChristoph Hellwig2017-04-251-8/+8
* xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmapChristoph Hellwig2017-04-251-1/+1
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-031-0/+84
* xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong2017-04-031-2/+3
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* xfs: remove unused full argument from bmapEric Sandeen2017-01-301-2/+2
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-2/+2
|\
| * vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-091-2/+2
* | xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-1/+1
* | xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-081-4/+2
|/
* Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-131-2/+73
|\
| * xfs: clear reflink flag if setting realtime flagDarrick J. Wong2016-10-101-2/+2
| * xfs: don't mix reflink and DAX mode for nowDarrick J. Wong2016-10-051-0/+4
| * xfs: check for invalid inode reflink flagsDarrick J. Wong2016-10-051-0/+4
| * xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-051-2/+65
* | xfs: Propagate dentry down to inode_change_ok()Jan Kara2016-09-221-1/+1
|/
* fs: return EPERM on immutable inodeEryu Guan2016-08-071-1/+1
* xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong2016-08-031-0/+6
* Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner2016-07-201-14/+8
|\
| * xfs: don't pass ioflags around in the ioctl pathChristoph Hellwig2016-07-201-14/+8