summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_inode_fork.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R2021-01-221-0/+4
* xfs: Add helper for checking per-inode extent count overflowChandan Babu R2021-01-221-0/+23
* xfs: remove kmem_realloc()Carlos Maiolino2020-09-061-4/+4
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-3/+3
* xfs: cleanup xfs_idestroy_forkChristoph Hellwig2020-05-191-23/+9
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-5/+9
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-5/+15
* xfs: improve local fork verificationChristoph Hellwig2020-05-191-1/+7
* xfs: refactor xfs_inode_verify_forksChristoph Hellwig2020-05-191-17/+34
* xfs: remove xfs_ifork_opsChristoph Hellwig2020-05-191-14/+5
* xfs: split xfs_iformat_forkChristoph Hellwig2020-05-191-104/+82
* xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig2020-05-041-1/+1
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-191-1/+1
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-4/+4
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-0/+6
* xfs: fix inode fork extent count overflowDave Chinner2019-10-211-4/+4
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-8/+8
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-301-4/+4
* xfs: simplify xfs_idata_reallocChristoph Hellwig2018-07-301-36/+19
* xfs: remove if_real_bytesChristoph Hellwig2018-07-301-15/+4
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: refactor inode verifier error loggingDarrick J. Wong2018-03-231-6/+9
* xfs: refactor bmap record validationDarrick J. Wong2018-03-231-4/+8
* xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong2018-01-171-0/+1
* xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong2018-01-081-20/+44
* xfs: refactor short form directory structure verifier functionDarrick J. Wong2018-01-081-3/+2
* xfs: move inode fork verifiers to xfs_dinode_verifyDarrick J. Wong2018-01-081-86/+0
* xfs: abstract out dev_t conversionsChristoph Hellwig2017-11-211-6/+2
* xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig2017-11-061-3/+3
* xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig2017-11-061-1/+1
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-1022/+13
* xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig2017-11-061-172/+13
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-34/+41
* xfs: iterate over extents in xfs_iextents_copyChristoph Hellwig2017-11-061-40/+13
* xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig2017-11-061-5/+4
* xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig2017-10-261-0/+21
* xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig2017-10-261-37/+0
* xfs: remove if_rdevChristoph Hellwig2017-10-261-17/+21
* xfs: remove the never fully implemented UUID fork formatChristoph Hellwig2017-10-261-9/+0
* xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig2017-10-261-2/+6
* xfs: move pre/post-bmap tracing into xfs_iext_update_extentChristoph Hellwig2017-10-261-1/+6
* xfs: fix compiler warningsDarrick J. Wong2017-09-021-6/+3
* xfs: add a xfs_iext_update_extent helperChristoph Hellwig2017-09-011-0/+12
* xfs: simplify validation of the unwritten extent bitChristoph Hellwig2017-04-251-65/+25
* xfs: rework the inline directory verifiersDarrick J. Wong2017-03-281-22/+13
* xfs: verify inline directory data forksDarrick J. Wong2017-03-151-3/+23
* xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong2017-02-021-1/+5
* xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong2017-02-021-2/+1