summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-5/+1
* xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig2020-03-021-3/+0
* xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson2020-01-091-2/+4
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-1/+1
* xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig2019-11-131-2/+1
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-3/+1
* xfs: remove the now unused dir ops infrastructureChristoph Hellwig2019-11-101-1/+0
* xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-1/+0
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-3/+7
* xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig2019-10-291-1/+1
* xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig2019-10-291-1/+1
* xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig2019-10-291-1/+1
* xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig2019-10-291-1/+1
* xfs: cleanup calculating the stat optimal I/O sizeChristoph Hellwig2019-10-291-10/+37
* xfs: add a xfs_inode_buftarg helperChristoph Hellwig2019-10-281-1/+1
* xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig2019-10-211-2/+2
* xfs: split out a new set of read-only iomap opsChristoph Hellwig2019-10-211-1/+1
* xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong2019-08-221-0/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-10/+0
* xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez2019-03-011-0/+8
* xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2019-02-141-2/+11
* xfs: don't crash the vfs on a garbage inline symlinkDarrick J. Wong2018-09-291-1/+11
* Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-141-2/+3
|\
| * xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-2/+2
| * xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-2/+0
| * xfs: pull up dfops from xfs_itruncate_extents()Brian Foster2018-07-261-0/+3
* | new helper: inode_fake_hash()Al Viro2018-08-031-1/+1
|/