summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_fork.c
AgeCommit message (Expand)Author
2021-10-22xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: wire up a new inode fork type for the realtime refcountDarrick J. Wong
2021-10-22xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-10-22xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: wire up a new inode fork type for the realtime rmapDarrick J. Wong
2021-10-22xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-22xfs: support leaves in the incore btree root block in xfs_iroot_reallocDarrick J. Wong
2021-10-22xfs: generalize the btree root reallocation functionDarrick J. Wong
2021-10-22xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2021-10-22xfs: rearrange xfs_iroot_realloc a bitDarrick J. Wong
2021-10-22xfs: move the zero records logic into xfs_bmap_broot_space_calcDarrick J. Wong
2021-10-22xfs: hoist the code that moves the incore inode fork broot memoryDarrick J. Wong
2021-10-22xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong
2021-10-22xfs: refactor the allocation and freeing of incore inode fork btree rootsDarrick J. Wong
2021-10-22xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2021-10-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2021-10-22xfs: report inode corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: repair inode block mapsDarrick J. Wong
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig
2021-04-15xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-03-25xfs: initialise attr fork on inode createDave Chinner
2021-03-25xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong
2021-01-22xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R
2021-01-22xfs: Add helper for checking per-inode extent count overflowChandan Babu R
2020-09-06xfs: remove kmem_realloc()Carlos Maiolino
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-05-19xfs: cleanup xfs_idestroy_forkxfs-5.8-merge-7Christoph Hellwig
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: improve local fork verificationChristoph Hellwig
2020-05-19xfs: refactor xfs_inode_verify_forksChristoph Hellwig
2020-05-19xfs: remove xfs_ifork_opsChristoph Hellwig
2020-05-19xfs: split xfs_iformat_forkChristoph Hellwig
2020-05-04xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-10-21xfs: fix inode fork extent count overflowDave Chinner
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig
2018-07-30xfs: simplify xfs_idata_reallocChristoph Hellwig
2018-07-30xfs: remove if_real_bytesChristoph Hellwig
2018-06-06xfs: convert to SPDX license tagsDave Chinner