summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny2020-05-041-32/+1
* xfs: remove unnecessary variable udqp from xfs_ioctl_setattrKaixu Xia2020-05-041-5/+2
* xfs: acquire superblock freeze protection on eofblocks scansBrian Foster2020-04-131-1/+4
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-191-3/+2
* xfs: simplify a check in xfs_ioctl_setattr_check_cowextsizeChristoph Hellwig2020-03-191-2/+1
* xfs: switch xfs_attrmulti_attr_get to lazy attr buffer allocationChristoph Hellwig2020-03-021-4/+0
* xfs: clean up bufsize alignment in xfs_ioc_attr_listChristoph Hellwig2020-03-021-1/+1
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-021-9/+7
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-021-12/+32
* xfs: improve xfs_forget_aclChristoph Hellwig2020-03-021-2/+2
* xfs: lift cursor copy in/out into xfs_ioc_attr_listChristoph Hellwig2020-03-021-21/+15
* xfs: lift buffer allocation into xfs_ioc_attr_listChristoph Hellwig2020-03-021-23/+16
* xfs: lift common checks into xfs_ioc_attr_listChristoph Hellwig2020-03-021-11/+12
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-021-1/+1
* xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig2020-03-021-2/+107
* xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig2020-03-021-1/+0
* xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig2020-03-021-10/+15
* xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig2020-03-021-8/+14
* xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE opChristoph Hellwig2020-03-021-46/+51
* 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-24/+10
* xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig2020-03-021-3/+1
* xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLEChristoph Hellwig2020-03-021-0/+2
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-3/+3
* xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson2020-01-091-3/+10
* 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: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLEChristoph Hellwig2019-11-131-94/+0
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-4/+4
* xfs: fix missing header includesDarrick J. Wong2019-11-071-0/+1
* xfs: properly serialise fallocate against AIO+DIODave Chinner2019-10-311-0/+1
* xfs: disable xfs_ioc_space for always COW inodesChristoph Hellwig2019-10-281-0/+4
* fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersChristoph Hellwig2019-10-281-60/+12
* xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64Christoph Hellwig2019-10-281-10/+0
* xfs: use xfs_inode_buftarg in xfs_file_ioctlChristoph Hellwig2019-10-281-4/+2
* xfs: add a xfs_inode_buftarg helperChristoph Hellwig2019-10-281-4/+3
* Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-181-11/+14
|\
| * xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong2019-09-031-0/+4
| * xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidateChristoph Hellwig2019-08-301-2/+1
| * xfs: allocate xattr buffer on demandDave Chinner2019-08-301-1/+1
| * xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-291-6/+6
| * fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-2/+2
* | kill the last users of user_{path,lpath,path_dir}()Al Viro2019-08-301-1/+1
|/
* Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-121-33/+261
|\
| * xfs: don't update lastino for FSBULKSTAT_SINGLEDarrick J. Wong2019-07-061-1/+0
| * xfs: allow single bulkstat of special inodesDarrick J. Wong2019-07-041-0/+19
| * xfs: specify AG in bulk reqDarrick J. Wong2019-07-041-1/+23
| * xfs: wire up the v5 inumbers ioctlDarrick J. Wong2019-07-031-0/+52
| * xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong2019-07-031-0/+98
| * xfs: introduce v5 inode group structureDarrick J. Wong2019-07-031-3/+6