summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-2/+2
* xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-121-2/+2
* xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-091-25/+25
* xfs: hide log iovec alignment constraintsDave Chinner2022-05-041-18/+7
* xfs: Introduce per-inode 64-bit extent countersChandan Babu R2022-04-111-4/+19
* xfs: aborting inodes on shutdown may need buffer lockDave Chinner2022-03-291-29/+133
* xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner2022-03-201-0/+12
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-3/+3
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-2/+2
* xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner2021-06-211-0/+14
* xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig2021-04-221-2/+2
* xfs: rename xfs_ictimestamp_tChristoph Hellwig2021-04-221-2/+2
* xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+1
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig2021-04-071-2/+29
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-4/+8
* xfs: redefine xfs_ictimestamp_tDarrick J. Wong2020-09-151-8/+22
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-151-1/+11
* xfs: xfs_iflock is no longer a completionDave Chinner2020-09-061-8/+7
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-2/+2
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-1/+2
* xfs: factor xfs_iflush_doneDave Chinner2020-07-071-75/+82
* xfs: rework xfs_iflush_cluster() dirty inode iterationDave Chinner2020-07-071-1/+7
* xfs: xfs_iflush() is no longer necessaryDave Chinner2020-07-071-33/+18
* xfs: attach inodes to the cluster buffer when dirtiedDave Chinner2020-07-071-2/+14
* xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-071-12/+49
* xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()Dave Chinner2020-07-071-2/+1
* xfs: unwind log item error flaggingDave Chinner2020-07-071-18/+0
* xfs: make inode IO completion buffer centricDave Chinner2020-07-061-43/+22
* xfs: add an inode item lockDave Chinner2020-07-061-0/+7
* xfs: remove logged flag from inode log itemDave Chinner2020-07-061-25/+10
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-6/+6
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-7/+7
* xfs: remove unused iflush stale parameterBrian Foster2020-05-071-4/+3
* xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster2020-05-071-1/+1
* xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster2020-05-071-5/+1
* xfs: refactor failed buffer resubmission into xfsaildBrian Foster2020-05-071-15/+0
* xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig2020-05-041-1/+1
* xfs: return locked status of inode buffer on xfsaild pushBrian Foster2020-03-281-1/+2
* xfs: tail updates only need to occur when LSN changesDave Chinner2020-03-271-5/+13