aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-13xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLEChristoph Hellwig1-40/+0
2019-10-28fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersChristoph Hellwig1-5/+2
2019-10-28xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64Christoph Hellwig1-2/+0
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-08-16xfs: compat_ioctl: use compat_ptr()Christoph Hellwig1-2/+2
2019-08-16xfs: fall back to native ioctls for unhandled compat onesChristoph Hellwig1-52/+2
2019-07-03xfs: wire up the v5 inumbers ioctlDarrick J. Wong1-0/+1
2019-07-03xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong1-0/+1
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong1-3/+7
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong1-3/+7
2019-07-03xfs: rename bulkstat functionsDarrick J. Wong1-9/+9
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong1-4/+7
2019-07-02xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong1-22/+13
2019-07-02xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong1-45/+46
2019-07-02xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong1-7/+6
2019-06-28xfs: remove unused header filesEric Sandeen1-6/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2019-05-01xfs: change some error-less functions to void typesEric Sandeen1-4/+1
2019-04-14xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong1-0/+1
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner1-1/+2
2018-12-18xfs: Fix x32 ioctls when cmd numbers differ from ia32.Nick Bowler1-3/+15
2018-12-18xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler1-4/+30
2018-12-18xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler1-0/+6
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong1-1/+1
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong1-0/+1
2017-10-26xfs: create an ioctl to scrub AG metadataDarrick J. Wong1-0/+1
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong1-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-20xfs: don't pass ioflags around in the ioctl pathChristoph Hellwig1-5/+1
2015-10-12xfs: prefix XATTR_LIST_MAX with XFS_Jan Tulak1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-6/+6
2015-01-22xfs: remove incorrect error negation in attr_multi ioctlBrian Foster1-1/+1
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-10-02xfs: compat_xfs_bstat does not have forkoffDave Chinner1-0/+2
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner1-2/+1
2014-08-04xfs: kill xfs_vnode.hDave Chinner1-2/+1
2014-07-24xfs: consolidate xfs_inumbersJie Liu1-1/+1
2014-06-25xfs: global error sign conversionDave Chinner1-16/+16
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-41/+41
2014-05-05xfs: Fix wrong error codes being returnedFrom: Tuomas Tynkkynen1-2/+3
2013-12-10xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter1-1/+2
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-2/+1
2013-10-23xfs: decouple log and transaction headersDave Chinner1-2/+2
2013-09-10xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner1-12/+6
2013-08-12xfs: consolidate extent swap codeDave Chinner1-2/+1
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-1/+0
2013-05-07xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handleEric Sandeen1-4/+10
2013-02-22new helper: file_inode(file)Al Viro1-1/+1