aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c
AgeCommit message (Expand)Author
2022-08-03xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2022-06-06xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: redefine xfs_ictimestamp_tDarrick J. Wong
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-07-07xfs: factor xfs_iflush_doneDave Chinner
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner
2020-07-07xfs: xfs_iflush() is no longer necessaryDave Chinner
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner
2020-07-07xfs: unwind log item error flaggingDave Chinner
2020-07-06xfs: make inode IO completion buffer centricDave Chinner
2020-07-06xfs: add an inode item lockDave Chinner
2020-07-06xfs: remove logged flag from inode log itemDave Chinner
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-07xfs: remove unused iflush stale parameterBrian Foster
2020-05-07xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster
2020-05-07xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster
2020-05-07xfs: refactor failed buffer resubmission into xfsaildBrian Foster
2020-05-04xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig
2020-03-28xfs: return locked status of inode buffer on xfsaild pushBrian Foster
2020-03-27xfs: tail updates only need to occur when LSN changesDave Chinner
2020-03-27xfs: factor common AIL item deletion codeDave Chinner
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig
2019-06-28xfs: split iop_unlockChristoph Hellwig
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2018-07-30xfs: remove if_real_bytesChristoph Hellwig
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: log item flags are racyDave Chinner
2018-03-14xfs: remove an outdated comment for xfs_inode_item_committingChristoph Hellwig
2018-03-14xfs: remove misleading comment text on xfs_inode_item_unlockChristoph Hellwig
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino