summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl32.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: wire up the v5 inumbers ioctlDarrick J. Wong2019-07-041-0/+1
* xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong2019-07-041-0/+1
* xfs: introduce v5 inode group structureDarrick J. Wong2019-07-041-3/+7
* xfs: introduce new v5 bulkstat structureDarrick J. Wong2019-07-041-3/+7
* xfs: rename bulkstat functionsDarrick J. Wong2019-07-041-9/+9
* xfs: remove various bulk request typedef usageDarrick J. Wong2019-07-041-4/+7
* xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong2019-07-021-22/+13Star
* xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong2019-07-021-45/+46
* xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong2019-07-021-7/+6Star
* xfs: remove unused header filesEric Sandeen2019-06-291-6/+0Star
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-291-0/+1
* xfs: change some error-less functions to void typesEric Sandeen2019-05-021-4/+1Star
* xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong2019-04-151-0/+1
* xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2019-04-151-1/+2
* xfs: Fix x32 ioctls when cmd numbers differ from ia32.Nick Bowler2018-12-181-3/+15
* xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler2018-12-181-4/+30
* xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler2018-12-181-0/+6
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: refactor the geometry structure filling functionDarrick J. Wong2018-01-081-1/+1
* xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong2018-01-081-0/+1
* xfs: create an ioctl to scrub AG metadataDarrick J. Wong2017-10-271-0/+1
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-041-0/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* xfs: don't pass ioflags around in the ioctl pathChristoph Hellwig2016-07-201-5/+1Star
* xfs: prefix XATTR_LIST_MAX with XFS_Jan Tulak2015-10-121-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-6/+6
* xfs: remove incorrect error negation in attr_multi ioctlBrian Foster2015-01-221-1/+1
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* xfs: compat_xfs_bstat does not have forkoffDave Chinner2014-10-021-0/+2
* Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner2014-08-041-2/+1Star
|\
| * xfs: kill xfs_vnode.hDave Chinner2014-08-041-2/+1Star
* | xfs: consolidate xfs_inumbersJie Liu2014-07-241-1/+1
|/
* xfs: global error sign conversionDave Chinner2014-06-251-16/+16
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-41/+41
* xfs: Fix wrong error codes being returnedFrom: Tuomas Tynkkynen2014-05-051-2/+3
* xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2013-12-101-1/+2
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-2/+1Star
* xfs: decouple log and transaction headersDave Chinner2013-10-231-2/+2
* xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner2013-09-101-12/+6Star
* xfs: consolidate extent swap codeDave Chinner2013-08-121-2/+1Star
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-121-1/+0Star
* xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handleEric Sandeen2013-05-081-4/+10
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* xfs: Convert to new freezing codeJan Kara2012-07-311-0/+12
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0Star
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0Star
* xfs: clean up minor sparse warningsDave Chinner2012-03-141-1/+1
* vfs: mnt_drop_write_file()Al Viro2012-01-041-2/+2
* switch a bunch of places to mnt_want_write_file()Al Viro2012-01-041-2/+2