summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: deprecate BMV_IF_NO_DMAPI_READ flagAnthony Iliopoulos2021-04-071-2/+0
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-12/+12
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-4/+4
* xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig2021-04-071-6/+9
* xfs: use XFS_B_TO_FSB in xfs_ioctl_setattrChristoph Hellwig2021-04-071-2/+2
* xfs: cleanup xfs_fill_fsxattrChristoph Hellwig2021-04-071-2/+4
* xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-071-5/+3
* xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-071-5/+5
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-3/+3
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-14/+21
|\
| * xfs: support idmapped mountsChristoph Hellwig2021-01-241-14/+21
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| * capability: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* | xfs: get rid of xfs_growfs_{data,log}_tGao Xiang2021-02-031-2/+2
* | xfs: hide xfs_icache_free_eofblocksDarrick J. Wong2021-02-031-1/+1
* | xfs: add a tracepoint for blockgc scansDarrick J. Wong2021-02-031-0/+2
* | xfs: rename code to error in xfs_ioctl_setattrDarrick J. Wong2021-02-031-19/+19
* | xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-19/+10
|/
* xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong2020-10-071-46/+98
* xfs: Remove kmem_zalloc_large()Carlos Maiolino2020-09-151-2/+2
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-1/+2
* fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS.Xiao Yang2020-07-281-3/+11
* Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-111-88/+20
|\
| * fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()Ira Weiny2020-05-291-88/+20
| * fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny2020-05-291-32/+1
* | xfs: move eofblocks conversion function to xfs_ioctl.cDarrick J. Wong2020-05-271-0/+35
* | xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-17/+8
* | 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