index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_trans_inode.c
Age
Commit message (
Expand
)
Author
2024-02-19
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
2023-10-18
xfs: convert to new timestamp accessors
Jeff Layton
2023-09-20
Revert "xfs: switch to multigrain timestamps"
Christian Brauner
2023-08-11
xfs: switch to multigrain timestamps
Jeff Layton
2023-07-24
xfs: convert to ctime accessor functions
Jeff Layton
2023-06-05
xfs: fix AGF vs inode cluster buffer deadlock
Dave Chinner
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
2021-07-15
xfs: correct the narrative around misaligned rtinherit/extszinherit dirs
Darrick J. Wong
2021-05-24
xfs: validate extsz hints against rt extent size when rtinherit is set
Darrick J. Wong
2021-04-07
xfs: move the di_crtime field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
2021-04-07
xfs: split xfs_imap_to_bp
Christoph Hellwig
2020-09-15
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
2020-09-15
xfs: move the buffer retry logic to xfs_buf.c
Christoph Hellwig
2020-08-28
Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-07-07
xfs: attach inodes to the cluster buffer when dirtied
Dave Chinner
2020-07-07
xfs: pin inode backing buffer to the inode log item
Dave Chinner
2020-07-06
xfs: add an inode item lock
Dave Chinner
2020-07-06
xfs: Don't allow logging of XFS_ISTALE inodes
Dave Chinner
2020-06-15
writeback: Drop I_DIRTY_TIME_EXPIRE
Jan Kara
2020-05-04
xfs: remove the xfs_inode_log_item_t typedef
Christoph Hellwig
2019-11-13
xfs: use a struct timespec64 for the in-core crtime
Christoph Hellwig
2019-07-15
xfs: sync up xfs_trans_inode with userspace
Eric Sandeen
2019-07-15
xfs: move xfs_trans_inode.c to libxfs/
Eric Sandeen