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
2020-05-02xfs: acquire superblock freeze protection on eofblocks scansBrian Foster
2019-02-12xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET
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
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