aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_trans_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-1/+1
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong1-6/+4
2021-05-24xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong1-0/+17
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig1-2/+1
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-0/+11
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig1-3/+3
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+2
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner1-3/+6
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner1-6/+47
2020-07-06xfs: add an inode item lockDave Chinner1-26/+26
2020-07-06xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner1-0/+2
2020-06-15writeback: Drop I_DIRTY_TIME_EXPIREJan Kara1-2/+2
2020-05-04xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig1-1/+1
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig1-5/+3
2019-07-15xfs: sync up xfs_trans_inode with userspaceEric Sandeen1-0/+4
2019-07-15xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen1-0/+152