summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl32.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner2021-08-191-1/+1
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-1/+1
* xfs: convert to fileattrMiklos Szeredi2021-04-121-2/+0
* xfs: remove the possibly unused mp variable in xfs_file_compat_ioctlChristoph Hellwig2021-02-031-4/+3
* xfs: support idmapped mountsChristoph Hellwig2021-01-241-2/+4
* xfs: lift cursor copy in/out into xfs_ioc_attr_listChristoph Hellwig2020-03-021-15/+4
* xfs: lift buffer allocation into xfs_ioc_attr_listChristoph Hellwig2020-03-021-17/+5
* xfs: lift common checks into xfs_ioc_attr_listChristoph Hellwig2020-03-021-11/+0
* xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig2020-03-021-2/+2
* xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE opChristoph Hellwig2020-03-021-45/+5
* xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2020-03-021-12/+5
* xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_setChristoph Hellwig2020-03-021-2/+2
* xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLEChristoph Hellwig2020-03-021-0/+2
* xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2020-01-091-0/+5
* xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2020-01-091-0/+2
* xfs: rename compat_time_t to old_time32_tArnd Bergmann2020-01-061-1/+1
* xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLEChristoph Hellwig2019-11-131-40/+0
* fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersChristoph Hellwig2019-10-281-5/+2
* xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64Christoph Hellwig2019-10-281-2/+0
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: compat_ioctl: use compat_ptr()Christoph Hellwig2019-08-161-2/+2
* xfs: fall back to native ioctls for unhandled compat onesChristoph Hellwig2019-08-161-52/+2
* xfs: wire up the v5 inumbers ioctlDarrick J. Wong2019-07-031-0/+1
* xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong2019-07-031-0/+1
* xfs: introduce v5 inode group structureDarrick J. Wong2019-07-031-3/+7
* xfs: introduce new v5 bulkstat structureDarrick J. Wong2019-07-031-3/+7
* xfs: rename bulkstat functionsDarrick J. Wong2019-07-031-9/+9
* xfs: remove various bulk request typedef usageDarrick J. Wong2019-07-031-4/+7
* xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong2019-07-021-22/+13
* 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/+6
* xfs: remove unused header filesEric Sandeen2019-06-281-6/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: change some error-less functions to void typesEric Sandeen2019-05-011-4/+1
* xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong2019-04-141-0/+1
* xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2019-04-141-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/+1
* 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-261-0/+1
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-031-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/+1
* 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/+0