summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: make last AG grow/shrink perag centricDave Chinner2022-07-071-1/+7
* xfs: preserve DIFLAG2_NREXT64 when setting other inode attributesDarrick J. Wong2022-06-151-1/+2
* xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong2022-05-271-1/+2
* xfs: separate out initial attr_set statesDave Chinner2022-05-121-2/+2
* xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R2022-04-131-0/+3
* xfs: don't generate selinux audit messages for capability testingDarrick J. Wong2022-03-091-1/+1
* xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong2022-01-311-1/+1
* xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong2022-01-171-0/+9
* xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong2022-01-171-87/+5
* xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()Dan Carpenter2021-12-211-1/+1
* xfs: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-10-201-3/+3
* 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-5/+5
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-3/+3
* xfs: convert mount flags to featuresDave Chinner2021-08-191-3/+2
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-4/+4
* xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-061-1/+1
* xfs: don't expose misaligned extszinherit hints to userspaceDarrick J. Wong2021-07-151-1/+18
* xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong2021-07-151-4/+4
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-021-16/+27
|\
| * xfs: rename struct xfs_eofblocks to xfs_icwalkDarrick J. Wong2021-06-081-20/+20
| * xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_Darrick J. Wong2021-06-081-1/+12
* | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-2/+2
|\ \ | |/ |/|
| * xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-2/+2
* | xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong2021-05-241-0/+15
* | xfs: standardize extent size hint validationDarrick J. Wong2021-05-241-69/+21
|/
* Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-04-291-34/+35
|\
| * xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-1/+1
| * xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong2021-04-091-3/+3
| * 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
* | xfs: convert to fileattrMiklos Szeredi2021-04-121-196/+62
|/
* 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