aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-0/+2
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada1-1/+1
2022-01-17xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong1-27/+0
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner1-1/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-1/+1
2021-04-12xfs: convert to fileattrMiklos Szeredi1-2/+0
2021-02-03xfs: remove the possibly unused mp variable in xfs_file_compat_ioctlChristoph Hellwig1-4/+3
2021-01-24xfs: support idmapped mountsChristoph Hellwig1-2/+4
2020-03-02xfs: lift cursor copy in/out into xfs_ioc_attr_listChristoph Hellwig1-15/+4
2020-03-02xfs: lift buffer allocation into xfs_ioc_attr_listChristoph Hellwig1-17/+5
2020-03-02xfs: lift common checks into xfs_ioc_attr_listChristoph Hellwig1-11/+0
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig1-2/+2
2020-03-02xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE opChristoph Hellwig1-45/+5
2020-03-02xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig1-12/+5
2020-03-02xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_setChristoph Hellwig1-2/+2
2020-03-02xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLEChristoph Hellwig1-0/+2
2020-01-09xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig1-0/+5
2020-01-09xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig1-0/+2
2020-01-06xfs: rename compat_time_t to old_time32_tArnd Bergmann1-1/+1
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