summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: factor common AIL item deletion codeDave Chinner2020-03-271-11/+1
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-191-5/+3
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-191-2/+2
* xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig2020-03-021-2/+2
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-2/+2
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-1/+1
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-2/+2
* xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig2019-11-131-2/+2
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-1/+4
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-1/+0
* xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig2019-06-281-3/+0
* xfs: split iop_unlockChristoph Hellwig2019-06-281-5/+6
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: remove if_real_bytesChristoph Hellwig2018-07-301-4/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: log item flags are racyDave Chinner2018-05-101-4/+4
* xfs: remove an outdated comment for xfs_inode_item_committingChristoph Hellwig2018-03-141-4/+0
* xfs: remove misleading comment text on xfs_inode_item_unlockChristoph Hellwig2018-03-141-3/+0
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-111-11/+11
* Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-311-29/+12
|\
| * Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-291-29/+12
| * Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-2/+2
* | xfs: convert to new i_version APIJeff Layton2018-01-291-1/+2
|/
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-2/+0