summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_fork.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong1-0/+1
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong1-0/+9
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong1-0/+8
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-1/+1
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner1-4/+4
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner1-3/+5
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-3/+3
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner1-7/+8
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig1-3/+2
2023-12-29xfs: return if_data from xfs_idata_reallocChristoph Hellwig1-12/+8
2023-12-29xfs: make if_data a void pointerChristoph Hellwig1-29/+24
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong1-0/+1
2023-12-15xfs: zap broken inode forksDarrick J. Wong1-7/+26
2023-04-14Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner1-1/+2
2023-04-12xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...Darrick J. Wong1-1/+15
2023-04-12xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong1-1/+2
2022-09-18xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng1-2/+2
2022-07-21xfs: don't leak memory when attr fork loading failsDarrick J. Wong1-4/+1
2022-07-21xfs: 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-10xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong1-6/+1
2022-07-10xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-16/+28
2022-07-10xfs: 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-23xfs: rename _zone variables to _cacheDarrick J. Wong1-4/+4
2021-10-23xfs: 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-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