aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode_item.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-27xfs: tail updates only need to occur when LSN changesGravatar Dave Chinner 1-5/+13
2020-03-27xfs: factor common AIL item deletion codeGravatar Dave Chinner 1-11/+1
2020-03-19xfs: remove the di_version field from struct icdinodeGravatar Christoph Hellwig 1-5/+3
2020-03-19xfs: only check the superblock version for dinode size calculationGravatar Christoph Hellwig 1-2/+2
2020-03-02xfs: remove the kuid/kgid conversion wrappersGravatar Christoph Hellwig 1-2/+2
2020-03-02xfs: remove the icdinode di_uid/di_gid membersGravatar Christoph Hellwig 1-2/+2
2019-11-18xfs: Remove kmem_zone_free() wrapperGravatar Carlos Maiolino 1-1/+1
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeGravatar Christoph Hellwig 1-2/+2
2019-11-13xfs: use a struct timespec64 for the in-core crtimeGravatar Christoph Hellwig 1-2/+2
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-1/+4
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-1/+0
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesGravatar Christoph Hellwig 1-3/+0
2019-06-28xfs: split iop_unlockGravatar Christoph Hellwig 1-5/+6
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2018-07-30xfs: remove if_real_bytesGravatar Christoph Hellwig 1-4/+0
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-05-10xfs: log item flags are racyGravatar Dave Chinner 1-4/+4
2018-03-14xfs: remove an outdated comment for xfs_inode_item_committingGravatar Christoph Hellwig 1-4/+0
2018-03-14xfs: remove misleading comment text on xfs_inode_item_unlockGravatar Christoph Hellwig 1-3/+0
2018-03-11xfs: Rename xa_ elements to ail_Gravatar Matthew Wilcox 1-11/+11
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-29/+12
2018-01-29Use list_head infra-structure for buffer's log items listGravatar Carlos Maiolino 1-29/+12
2018-01-29Split buffer's b_fspriv fieldGravatar Carlos Maiolino 1-2/+2
2018-01-29xfs: convert to new i_version APIGravatar Jeff Layton 1-1/+2
2017-11-06xfs: use a b+tree for the in-core extent listGravatar Christoph Hellwig 1-2/+0