aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_trans_inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresGravatar Dave Chinner 1-1/+1
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsGravatar Darrick J. Wong 1-6/+4
2021-05-24xfs: validate extsz hints against rt extent size when rtinherit is setGravatar Darrick J. Wong 1-0/+17
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: split xfs_imap_to_bpGravatar Christoph Hellwig 1-2/+1
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Gravatar Darrick J. Wong 1-0/+11
2020-09-15xfs: move the buffer retry logic to xfs_buf.cGravatar Christoph Hellwig 1-3/+3
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedGravatar Dave Chinner 1-3/+6
2020-07-07xfs: pin inode backing buffer to the inode log itemGravatar Dave Chinner 1-6/+47
2020-07-06xfs: add an inode item lockGravatar Dave Chinner 1-26/+26
2020-07-06xfs: Don't allow logging of XFS_ISTALE inodesGravatar Dave Chinner 1-0/+2
2020-06-15writeback: Drop I_DIRTY_TIME_EXPIREGravatar Jan Kara 1-2/+2
2020-05-04xfs: remove the xfs_inode_log_item_t typedefGravatar Christoph Hellwig 1-1/+1
2019-11-13xfs: use a struct timespec64 for the in-core crtimeGravatar Christoph Hellwig 1-5/+3
2019-07-15xfs: sync up xfs_trans_inode with userspaceGravatar Eric Sandeen 1-0/+4
2019-07-15xfs: move xfs_trans_inode.c to libxfs/Gravatar Eric Sandeen 1-0/+152