summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_inode_fork.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove the xfs_dinode_t typedefChristoph Hellwig2021-10-141-8/+8
* xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-6/+0
* xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-151-1/+0
* xfs: remove XFS_IFBROOTChristoph Hellwig2021-04-151-3/+1
* xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig2021-04-151-7/+6
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: initialise attr fork on inode createDave Chinner2021-03-261-5/+15
* xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong2021-03-261-1/+1
* xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R2021-01-231-0/+4
* xfs: Add helper for checking per-inode extent count overflowChandan Babu R2021-01-231-0/+23
* xfs: remove kmem_realloc()Carlos Maiolino2020-09-071-4/+4
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-291-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-291-3/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-291-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-241-6/+9
* xfs: refactor bmap record validationDarrick J. Wong2018-03-241-4/+8
* xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong2018-01-181-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-271-0/+21
* xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig2017-10-271-37/+0
* xfs: remove if_rdevChristoph Hellwig2017-10-271-17/+21
* xfs: remove the never fully implemented UUID fork formatChristoph Hellwig2017-10-271-9/+0