aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iops.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+3
2021-12-21xfs: Fix comments mentioning xfs_iallocGravatar Yang Xu 1-3/+3
2021-12-21xfs: don't expose internal symlink metadata buffers to the vfsGravatar Darrick J. Wong 1-33/+1
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersGravatar Shiyang Ruan 1-4/+3
2021-08-24xfs: fix I_DONTCACHEGravatar Dave Chinner 1-1/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-2/+2
2021-08-19xfs: convert remaining mount flags to state flagsGravatar Dave Chinner 1-1/+1
2021-08-19xfs: convert mount flags to featuresGravatar Dave Chinner 1-6/+6
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-4/+4
2021-08-06xfs: remove the active vs running quota differentiationGravatar Christoph Hellwig 1-2/+2
2021-06-01xfs: clean up open-coded fs block unit conversionsGravatar Darrick J. Wong 1-2/+2
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-17/+48
2021-04-15xfs: remove XFS_IFINLINEGravatar Christoph Hellwig 1-2/+2
2021-04-12xfs: convert to fileattrGravatar Miklos Szeredi 1-0/+7
2021-04-07xfs: move the di_crtime field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_flags field to struct xfs_inodeGravatar Christoph Hellwig 1-3/+3
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+1
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-6/+6
2021-04-07xfs: move the di_projid field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-03-25xfs: initialise attr fork on inode createGravatar Dave Chinner 1-1/+33
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-43/+58
2021-02-03xfs: refactor inode ownership change transaction/inode/quota allocation idiomGravatar Darrick J. Wong 1-24/+2
2021-01-24xfs: support idmapped mountsGravatar Christoph Hellwig 1-21/+28
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-22/+30
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-22xfs: Fix assert failure in xfs_setattr_size()Gravatar Yumei Huang 1-1/+1
2020-12-12xfs: open code updating i_mode in xfs_set_aclGravatar Christoph Hellwig 1-6/+5
2020-12-12xfs: remove xfs_vn_setattr_nonsizeGravatar Christoph Hellwig 1-19/+7
2020-12-09xfs: remove unnecessary null check in xfs_generic_createGravatar Kaixu Xia 1-4/+2
2020-11-04xfs: flush new eof page on truncate to avoid post-eof corruptionGravatar Brian Foster 1-0/+10
2020-09-25xfs: directly call xfs_generic_create() for ->create() and ->mkdir()Gravatar Kaixu Xia 1-2/+2
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-2/+2
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2020-06-03fs: move the fiemap definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+1
2020-05-04fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Gravatar Ira Weiny 1-19/+27
2020-05-04fs/xfs: Create function xfs_inode_should_enable_dax()Gravatar Ira Weiny 1-6/+22
2020-05-04fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSGravatar Ira Weiny 1-1/+1
2020-05-04xfs: combine two if statements with same conditionGravatar Kaixu Xia 1-5/+0
2020-03-19xfs: remove the di_version field from struct icdinodeGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: clean up the attr flag confusionGravatar Christoph Hellwig 1-2/+1
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setGravatar Christoph Hellwig 1-4/+9
2020-03-02xfs: remove the icdinode di_uid/di_gid membersGravatar Christoph Hellwig 1-5/+1
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesGravatar Christoph Hellwig 1-3/+0
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Gravatar Allison Henderson 1-2/+4
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeGravatar Christoph Hellwig 1-1/+1
2019-11-13xfs: use a struct timespec64 for the in-core crtimeGravatar Christoph Hellwig 1-2/+1
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTGravatar Darrick J. Wong 1-3/+1