aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode_item.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-19xfs: remove the redundant word in commentGravatar Zeng Heng 1-1/+1
2022-07-12xfs: replace inode fork size macros with functionsGravatar Darrick J. Wong 1-2/+2
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionGravatar Darrick J. Wong 1-2/+2
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeGravatar Darrick J. Wong 1-25/+25
2022-05-04xfs: hide log iovec alignment constraintsGravatar Dave Chinner 1-18/+7
2022-04-11xfs: Introduce per-inode 64-bit extent countersGravatar Chandan Babu R 1-4/+19
2022-03-29xfs: aborting inodes on shutdown may need buffer lockGravatar Dave Chinner 1-29/+133
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightGravatar Dave Chinner 1-0/+12
2021-10-22xfs: rename _zone variables to _cacheGravatar Darrick J. Wong 1-3/+3
2021-10-22xfs: remove kmem_zone typedefGravatar Darrick J. Wong 1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-1/+1
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNGravatar Dave Chinner 1-2/+2
2021-06-21xfs: Fix CIL throttle hang when CIL space used going backwardsGravatar Dave Chinner 1-0/+14
2021-04-22xfs: rename struct xfs_legacy_ictimestampGravatar Christoph Hellwig 1-2/+2
2021-04-22xfs: rename xfs_ictimestamp_tGravatar Christoph Hellwig 1-2/+2
2021-04-07xfs: move the di_crtime field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+1
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_flags field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_flushiter field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_extsize field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+2
2021-04-07xfs: move the di_projid field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+2
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeGravatar Christoph Hellwig 1-2/+29
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Gravatar Darrick J. Wong 1-4/+8
2020-09-15xfs: redefine xfs_ictimestamp_tGravatar Darrick J. Wong 1-8/+22
2020-09-15xfs: move the buffer retry logic to xfs_buf.cGravatar Christoph Hellwig 1-1/+11
2020-09-06xfs: xfs_iflock is no longer a completionGravatar Dave Chinner 1-8/+7
2020-08-05xfs: delete duplicated words + other fixesGravatar Randy Dunlap 1-2/+2
2020-07-28xfs: Remove kmem_zone_zalloc() usageGravatar Carlos Maiolino 1-1/+2
2020-07-07xfs: factor xfs_iflush_doneGravatar Dave Chinner 1-75/+82
2020-07-07xfs: rework xfs_iflush_cluster() dirty inode iterationGravatar Dave Chinner 1-1/+7
2020-07-07xfs: xfs_iflush() is no longer necessaryGravatar Dave Chinner 1-33/+18
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedGravatar Dave Chinner 1-2/+14
2020-07-07xfs: pin inode backing buffer to the inode log itemGravatar Dave Chinner 1-12/+49
2020-07-07xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Gravatar Dave Chinner 1-2/+1
2020-07-07xfs: unwind log item error flaggingGravatar Dave Chinner 1-18/+0
2020-07-06xfs: make inode IO completion buffer centricGravatar Dave Chinner 1-43/+22
2020-07-06xfs: add an inode item lockGravatar Dave Chinner 1-0/+7
2020-07-06xfs: remove logged flag from inode log itemGravatar Dave Chinner 1-25/+10
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-6/+6
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-7/+7
2020-05-07xfs: remove unused iflush stale parameterGravatar Brian Foster 1-4/+3
2020-05-07xfs: combine xfs_trans_ail_[remove|delete]()Gravatar Brian Foster 1-1/+1
2020-05-07xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Gravatar Brian Foster 1-5/+1
2020-05-07xfs: refactor failed buffer resubmission into xfsaildGravatar Brian Foster 1-15/+0
2020-05-04xfs: remove the xfs_inode_log_item_t typedefGravatar Christoph Hellwig 1-1/+1
2020-03-28xfs: return locked status of inode buffer on xfsaild pushGravatar Brian Foster 1-1/+2