aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/xfs_inode_item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-6/+6
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-7/+7
2020-05-07xfs: remove unused iflush stale parameterBrian Foster1-4/+3
2020-05-07xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster1-1/+1
2020-05-07xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster1-5/+1
2020-05-07xfs: refactor failed buffer resubmission into xfsaildBrian Foster1-15/+0
2020-05-04xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig1-1/+1
2020-03-28xfs: return locked status of inode buffer on xfsaild pushBrian Foster1-1/+2
2020-03-27xfs: tail updates only need to occur when LSN changesDave Chinner1-5/+13
2020-03-27xfs: factor common AIL item deletion codeDave Chinner1-11/+1
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig1-5/+3
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig1-2/+2
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig1-2/+2
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig1-2/+2
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-1/+1
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig1-2/+2
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig1-2/+2
2019-11-04xfs: always log corruption errorsDarrick J. Wong1-1/+4
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-1/+0
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig1-3/+0
2019-06-28xfs: split iop_unlockChristoph Hellwig1-5/+6
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2018-07-30xfs: remove if_real_bytesChristoph Hellwig1-4/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: log item flags are racyDave Chinner1-4/+4
2018-03-14xfs: remove an outdated comment for xfs_inode_item_committingChristoph Hellwig1-4/+0
2018-03-14xfs: remove misleading comment text on xfs_inode_item_unlockChristoph Hellwig1-3/+0
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox1-11/+11
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-29/+12
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino1-29/+12
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino1-2/+2
2018-01-29xfs: convert to new i_version APIJeff Layton1-1/+2
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-2/+0
2017-10-26xfs: remove if_rdevChristoph Hellwig1-1/+1
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig1-19/+6
2017-10-11xfs: Don't log uninitialised fields in inode structuresDave Chinner1-38/+41
2017-09-26xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino1-1/+1
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino1-4/+43
2017-06-05xfs: use uuid_copy() helper to abstract uuid_tAmir Goldstein1-6/+2
2017-04-25xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig1-12/+17
2016-11-08xfs: provide helper for counting extents from if_bytesEric Sandeen1-2/+2
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong1-1/+1
2016-07-22xfs: allocate log vector buffers outside CIL context lockDave Chinner1-0/+1
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner1-0/+2
2016-04-06xfs: mute some sparse warningsEryu Guan1-0/+2
2016-04-06xfs: optimize inline symlinksChristoph Hellwig1-2/+2
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner1-1/+1
2016-02-09xfs: move di_changecount to VFS inodeDave Chinner1-1/+1
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner1-1/+1