aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_inode_fork.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: hide log iovec alignment constraintsDave Chinner2022-05-041-16/+4
* xfs: zero inode fork buffer at allocationDave Chinner2022-05-041-3/+9
* xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-131-0/+24
* xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R2022-04-111-1/+2
* xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R2022-04-111-2/+2
* xfs: Introduce xfs_dfork_nextents() helperChandan Babu R2022-04-111-4/+4
* xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R2022-04-111-1/+1
* xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R2022-04-111-1/+1
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-4/+4
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* 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-251-5/+15
* xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong2021-03-251-1/+1
* 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