summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-3/+2
* fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-3/+2
* fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-21/+14
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+3
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-2/+3
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-14/+15
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-4/+0
|\
| * xfs: remove restrictions for fsdax and reflinkShiyang Ruan2022-12-111-4/+0
* | fs: rename current get acl methodChristian Brauner2022-10-201-3/+3
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-4/+6
|/
* Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-10-101-2/+4
|\
| * xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-09-191-2/+4
* | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-7/+9
|\ \
| * | vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-7/+9
| |/
* | xfs: support STATX_DIOALIGNEric Biggers2022-09-111-0/+10
|/
* Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-041-7/+6
|\
| * xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-121-1/+1
| * xfs: add selinux labels to whiteout inodesEric Sandeen2022-07-091-6/+5
* | attr: port attribute changes to new typesChristian Brauner2022-06-261-4/+6
* | fs: port to iattr ownership update helpersChristian Brauner2022-06-261-4/+4
|/
* xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong2022-05-271-1/+2
* xfs: Set up infrastructure for log attribute replayAllison Henderson2022-05-041-0/+2
* xfs: improve __xfs_set_aclYang Xu2022-04-261-2/+0
* xfs: refactor user/group quota chown in xfs_setattr_nonsizeDarrick J. Wong2022-03-141-40/+20
* xfs: use setattr_copy to set vfs inode attributesDarrick J. Wong2022-03-141-53/+3
* xfs: don't generate selinux audit messages for capability testingDarrick J. Wong2022-03-091-1/+1
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-4/+3
|\
| * xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan2021-12-041-4/+3
* | xfs: Fix comments mentioning xfs_iallocYang Xu2021-12-211-3/+3
* | xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong2021-12-211-33/+1
|/
* xfs: fix I_DONTCACHEDave Chinner2021-08-241-1/+1
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-2/+2
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-1/+1
* xfs: convert mount flags to featuresDave Chinner2021-08-191-6/+6
* 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-2/+2
* xfs: clean up open-coded fs block unit conversionsDarrick J. Wong2021-06-011-2/+2
* Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-04-291-17/+48
|\
| * xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-151-2/+2
| * xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
| * xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
| * xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-3/+3
| * xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+1