summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-0/+1
|\
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* | fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny2020-05-041-19/+27
* | fs/xfs: Create function xfs_inode_should_enable_dax()Ira Weiny2020-05-041-6/+22
* | fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny2020-05-041-1/+1
* | xfs: combine two if statements with same conditionKaixu Xia2020-05-041-5/+0
|/
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-191-1/+1
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-021-2/+1
* xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig2020-03-021-4/+9