summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-6/+6
| * xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
| * xfs: initialise attr fork on inode createDave Chinner2021-03-251-1/+33
* | xfs: convert to fileattrMiklos Szeredi2021-04-121-0/+7
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-43/+58
|\
| * xfs: support idmapped mountsChristoph Hellwig2021-01-241-21/+28
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-22/+30
| * acl: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* | xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-24/+2
* | xfs: Fix assert failure in xfs_setattr_size()Yumei Huang2021-01-221-1/+1
|/
* xfs: open code updating i_mode in xfs_set_aclChristoph Hellwig2020-12-121-6/+5
* xfs: remove xfs_vn_setattr_nonsizeChristoph Hellwig2020-12-121-19/+7
* xfs: remove unnecessary null check in xfs_generic_createKaixu Xia2020-12-091-4/+2
* xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster2020-11-041-0/+10
* xfs: directly call xfs_generic_create() for ->create() and ->mkdir()Kaixu Xia2020-09-251-2/+2
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2