summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_fork.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-6/+0
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig1-1/+0
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig1-3/+1
2021-04-15xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig1-7/+6
2021-04-08xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-03-26xfs: initialise attr fork on inode createDave Chinner1-5/+15
2021-03-26xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong1-1/+1
2021-01-23xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R1-0/+4
2021-01-23xfs: Add helper for checking per-inode extent count overflowChandan Babu R1-0/+23
2020-09-07xfs: remove kmem_realloc()Carlos Maiolino1-4/+4
2020-07-29xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-3/+3
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph Hellwig1-23/+9
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-5/+9
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-5/+15
2020-05-19xfs: improve local fork verificationChristoph Hellwig1-1/+7
2020-05-19xfs: refactor xfs_inode_verify_forksChristoph Hellwig1-17/+34
2020-05-19xfs: remove xfs_ifork_opsChristoph Hellwig1-14/+5
2020-05-19xfs: split xfs_iformat_forkChristoph Hellwig1-104/+82
2020-05-04xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig1-1/+1
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig1-1/+1
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-4/+4
2019-11-05xfs: always log corruption errorsDarrick J. Wong1-0/+6
2019-10-21xfs: fix inode fork extent count overflowDave Chinner1-4/+4
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-8/+8
2019-06-29xfs: remove unused header filesEric Sandeen1-3/+0
2019-06-29xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig1-4/+4
2018-07-30xfs: simplify xfs_idata_reallocChristoph Hellwig1-36/+19
2018-07-30xfs: remove if_real_bytesChristoph Hellwig1-15/+4
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-03-24xfs: refactor inode verifier error loggingDarrick J. Wong1-6/+9
2018-03-24xfs: refactor bmap record validationDarrick J. Wong1-4/+8
2018-01-18xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong1-0/+1
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong1-20/+44
2018-01-08xfs: refactor short form directory structure verifier functionDarrick J. Wong1-3/+2
2018-01-08xfs: move inode fork verifiers to xfs_dinode_verifyDarrick J. Wong1-86/+0
2017-11-21xfs: abstract out dev_t conversionsChristoph Hellwig1-6/+2
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig1-3/+3
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig1-1/+1
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-1022/+13
2017-11-06xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig1-172/+13
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig1-34/+41
2017-11-06xfs: iterate over extents in xfs_iextents_copyChristoph Hellwig1-40/+13
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig1-5/+4
2017-10-27xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig1-0/+21
2017-10-27xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig1-37/+0
2017-10-27xfs: remove if_rdevChristoph Hellwig1-17/+21
2017-10-27xfs: remove the never fully implemented UUID fork formatChristoph Hellwig1-9/+0
2017-10-27xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig1-2/+6