summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_ioctl32.c
AgeCommit message (Expand)Author
2020-03-02xfs: lift cursor copy in/out into xfs_ioc_attr_listChristoph Hellwig
2020-03-02xfs: lift buffer allocation into xfs_ioc_attr_listChristoph Hellwig
2020-03-02xfs: lift common checks into xfs_ioc_attr_listChristoph Hellwig
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig
2020-03-02xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE opChristoph Hellwig
2020-03-02xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2020-03-02xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_setChristoph Hellwig
2020-03-02xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLEChristoph Hellwig
2020-01-09xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2020-01-09xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2020-01-06xfs: rename compat_time_t to old_time32_tArnd Bergmann
2019-11-13xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLEChristoph Hellwig
2019-10-28fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersChristoph Hellwig
2019-10-28xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64Christoph Hellwig
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-08-16xfs: compat_ioctl: use compat_ptr()Christoph Hellwig
2019-08-16xfs: fall back to native ioctls for unhandled compat onesChristoph Hellwig
2019-07-03xfs: wire up the v5 inumbers ioctlDarrick J. Wong
2019-07-03xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong
2019-07-03xfs: rename bulkstat functionsDarrick J. Wong
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong
2019-07-02xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong
2019-07-02xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong
2019-07-02xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2019-05-01xfs: change some error-less functions to void typesEric Sandeen
2019-04-14xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner
2018-12-18xfs: Fix x32 ioctls when cmd numbers differ from ia32.Nick Bowler
2018-12-18xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler
2018-12-18xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong
2017-10-26xfs: create an ioctl to scrub AG metadataDarrick J. Wong
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-07-20xfs: don't pass ioflags around in the ioctl pathChristoph Hellwig
2015-10-12xfs: prefix XATTR_LIST_MAX with XFS_Jan Tulak
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-01-22xfs: remove incorrect error negation in attr_multi ioctlBrian Foster
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-10-02xfs: compat_xfs_bstat does not have forkoffDave Chinner
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner
2014-08-04xfs: kill xfs_vnode.hDave Chinner
2014-07-24xfs: consolidate xfs_inumbersJie Liu