summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_trans_inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-3/+3
* xfs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
* Revert "xfs: switch to multigrain timestamps"Christian Brauner2023-09-201-3/+3
* xfs: switch to multigrain timestampsJeff Layton2023-08-111-3/+3
* xfs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
* xfs: fix AGF vs inode cluster buffer deadlockDave Chinner2023-06-051-105/+8
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-1/+1
* xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong2021-07-151-6/+4
* xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong2021-05-241-0/+17
* xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: split xfs_imap_to_bpChristoph Hellwig2021-04-071-2/+1
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-0/+11
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-151-3/+3
* Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-281-2/+2
|\
| * writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2020-06-151-2/+2
* | xfs: attach inodes to the cluster buffer when dirtiedDave Chinner2020-07-071-3/+6
* | xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-071-6/+47
* | xfs: add an inode item lockDave Chinner2020-07-061-26/+26
* | xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner2020-07-061-0/+2
|/
* xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig2020-05-041-1/+1
* xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig2019-11-131-5/+3
* xfs: sync up xfs_trans_inode with userspaceEric Sandeen2019-07-151-0/+4
* xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen2019-07-151-0/+152