summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_fork.c
AgeCommit message (Expand)Author
2021-03-31xfs: validate ag btree levels using the precomputed valuesrandom-fixes_2021-03-31Darrick 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
2018-03-23xfs: refactor inode verifier error loggingDarrick J. Wong
2018-03-23xfs: refactor bmap record validationDarrick J. Wong
2018-01-17xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong
2018-01-08xfs: refactor short form directory structure verifier functionDarrick J. Wong
2018-01-08xfs: move inode fork verifiers to xfs_dinode_verifyDarrick J. Wong
2017-11-21xfs: abstract out dev_t conversionsxfs-4.15-merge-3Christoph Hellwig
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-06xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-11-06xfs: iterate over extents in xfs_iextents_copyChristoph Hellwig
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig
2017-10-26xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig
2017-10-26xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig
2017-10-26xfs: remove if_rdevChristoph Hellwig
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig
2017-10-26xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig
2017-10-26xfs: move pre/post-bmap tracing into xfs_iext_update_extentChristoph Hellwig
2017-09-02xfs: fix compiler warningsDarrick J. Wong
2017-09-01xfs: add a xfs_iext_update_extent helperChristoph Hellwig
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig
2017-03-28xfs: rework the inline directory verifiersDarrick J. Wong
2017-03-15xfs: verify inline directory data forksxfs-4.11-fixes-2Darrick J. Wong
2017-02-02xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong