aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/libxfs/xfs_inode_fork.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng1-2/+2
2022-07-20xfs: don't leak memory when attr fork loading failsDarrick J. Wong1-4/+1
2022-07-20xfs: delete unnecessary NULL checksDan Carpenter1-2/+1
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-5/+5
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong1-1/+1
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong1-6/+1
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-16/+28
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-8/+8
2022-05-04xfs: hide log iovec alignment constraintsDave Chinner1-16/+4
2022-05-04xfs: zero inode fork buffer at allocationDave Chinner1-3/+9
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R1-0/+24
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R1-1/+2
2022-04-11xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R1-2/+2
2022-04-11xfs: Introduce xfs_dfork_nextents() helperChandan Babu R1-4/+4
2022-04-11xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R1-1/+1
2022-04-11xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R1-1/+1
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong1-4/+4
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-10-14xfs: remove the xfs_dinode_t typedefChristoph Hellwig1-8/+8
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-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-03-25xfs: initialise attr fork on inode createDave Chinner1-5/+15
2021-03-25xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong1-1/+1
2021-01-22xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R1-0/+4
2021-01-22xfs: Add helper for checking per-inode extent count overflowChandan Babu R1-0/+23
2020-09-06xfs: remove kmem_realloc()Carlos Maiolino1-4/+4
2020-07-28xfs: 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-04xfs: 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-28xfs: remove unused header filesEric Sandeen1-3/+0
2019-06-28xfs: 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-06xfs: convert to SPDX license tagsDave Chinner1-13/+1