summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_ioctl.c
Commit message (Expand)AuthorAge
* xfs: refactor the geometry structure filling functionDarrick J. Wong2018-01-08
* xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong2018-01-08
* xfs: remove u_int* type usageDarrick J. Wong2017-11-09
* xfs: scrub inodesDarrick J. Wong2017-10-26
* xfs: create an ioctl to scrub AG metadataDarrick J. Wong2017-10-26
* xfs: simplify the xfs_getbmap interfaceChristoph Hellwig2017-10-26
* xfs: validate bdev support for DAX inode flagRoss Zwisler2017-09-26
* xfs: don't set v3 xflags for v2 inodesChristoph Hellwig2017-09-02
* xfs: disable per-inode DAX flagChristoph Hellwig2017-09-01
* xfs: make errortag a per-mountpoint structureDarrick J. Wong2017-06-27
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-19
* xfs: remove XFS_HSIZEChristoph Hellwig2017-06-19
* xfs: fix getfsmap userspace memory corruption while setting OF_LASTDarrick J. Wong2017-04-25
* xfs: fix __user annotations for xfs_ioc_getfsmapChristoph Hellwig2017-04-25
* xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmapChristoph Hellwig2017-04-25
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-03
* xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong2017-04-03
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
* xfs: remove unused full argument from bmapEric Sandeen2017-01-30
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-17
|\
| * vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-09
* | xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-30
* | xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-08
|/
* Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-13
|\
| * xfs: clear reflink flag if setting realtime flagDarrick J. Wong2016-10-10
| * xfs: don't mix reflink and DAX mode for nowDarrick J. Wong2016-10-05
| * xfs: check for invalid inode reflink flagsDarrick J. Wong2016-10-05
| * xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-05
* | xfs: Propagate dentry down to inode_change_ok()Jan Kara2016-09-22
|/
* fs: return EPERM on immutable inodeEryu Guan2016-08-07
* xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong2016-08-03
* Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner2016-07-20
|\
| * xfs: don't pass ioflags around in the ioctl pathChristoph Hellwig2016-07-20
* | xfs: fix type confusion in xfs_ioc_swapextJann Horn2016-07-20
|/
* Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner2016-05-20
|\
| * xfs: use ->readlink to implement the readlink_by_handle ioctlChristoph Hellwig2016-04-06
* | xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-06
|/
* Merge branch 'xfs-dax-fixes-4.6' into for-nextDave Chinner2016-03-07
|\
| * xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZEDave Chinner2016-03-01
| * xfs: dynamically switch modes when XFS_DIFLAG2_DAX is set/clearedDave Chinner2016-03-01
| * xfs: XFS_DIFLAG_DAX is only for regular files or directoriesDave Chinner2016-03-01
* | xfs: mode di_mode to vfs inodeDave Chinner2016-02-09
* | xfs: move inode generation count to VFS inodeDave Chinner2016-02-09
|/
* xfs: introduce per-inode DAX enablementDave Chinner2016-01-04
* xfs: use FS_XFLAG definitions directlyDave Chinner2016-01-04
* Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner2015-11-03
|\
| * xfs: invalidate cached acl if set via ioctlAndreas Gruenbacher2015-11-03
| * xfs: Plug memory leak in xfs_attrmulti_attr_setAndreas Gruenbacher2015-11-03
* | Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner2015-10-12
|\ \
| * | xfs: avoid dependency on Linux XATTR_SIZE_MAXJan Tulak2015-10-12