summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_trans_inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-3/+3
2023-10-18xfs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-09-20Revert "xfs: switch to multigrain timestamps"Christian Brauner1-3/+3
2023-08-11xfs: switch to multigrain timestampsJeff Layton1-3/+3
2023-07-24xfs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-06-04xfs: fix AGF vs inode cluster buffer deadlockDave Chinner1-105/+8
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-25xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong1-0/+17
2021-04-08xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: split xfs_imap_to_bpChristoph Hellwig1-2/+1
2020-09-16xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-0/+11
2020-09-16xfs: 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/kern...Linus 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