summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig2023-12-071-7/+6
* xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig2023-12-071-9/+20
* xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handlerChristoph Hellwig2023-12-071-44/+43
* xfs: respect the stable writes flag on the RT deviceChristoph Hellwig2023-11-201-0/+8
* xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig2023-11-201-10/+12
* xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2023-10-171-2/+3
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-4/+4
|\
| * fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-2/+2
| * fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-2/+1
| * fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* | xfs: get root inode correctly at bulkstatHironori Shiina2023-01-031-2/+2
|/
* xfs: remove restrictions for fsdax and reflinkShiyang Ruan2022-12-111-4/+0
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-1/+1
* 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