summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_inode_buf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong2024-06-261-5/+18
* xfs: allow symlinks with short remote targetsDarrick J. Wong2024-05-271-4/+24
* xfs: check unused nlink fields in the ondisk inodeDarrick J. Wong2024-04-151-0/+8
* xfs: remember sick inodes that get inactivatedDarrick J. Wong2024-02-221-1/+1
* xfs: report inode corruption errors to the health systemDarrick J. Wong2024-02-221-3/+9
* xfs: inode recovery does not validate the recovered inodeDave Chinner2023-11-131-0/+3
* xfs: convert to new timestamp accessorsJeff Layton2023-10-181-4/+6
* xfs: convert to ctime accessor functionsJeff Layton2023-07-241-2/+3
* Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong2022-07-141-4/+3
|\
| * xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-091-1/+0
| * xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-091-4/+4
* | xfs: track the iunlink list pointer in the xfs_inodeDave Chinner2022-07-141-1/+2
|/
* xfs: Pre-calculate per-AG agino geometryDave Chinner2022-07-071-3/+2
* xfs: validate inode fork size against fork formatDave Chinner2022-05-041-9/+26
* xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-131-0/+3
* xfs: Introduce per-inode 64-bit extent countersChandan Babu R2022-04-111-4/+45
* xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R2022-04-111-1/+3
* xfs: Introduce xfs_dfork_nextents() helperChandan Babu R2022-04-111-5/+12
* 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-5/+3
* xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-111-2/+2
* xfs: remove the xfs_dinode_t typedefChristoph Hellwig2021-10-141-3/+3
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-1/+1
* xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-191-1/+1
* xfs: kill xfs_sb_version_has_v3inode()Dave Chinner2021-08-191-1/+1
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-5/+5
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-3/+3
* xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong2021-07-151-12/+16
* xfs: clean up open-coded fs block unit conversionsDarrick J. Wong2021-06-011-1/+1
* xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong2021-05-241-0/+22
* xfs: standardize extent size hint validationDarrick J. Wong2021-05-241-4/+20
* xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-071-4/+2
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig2021-04-071-1/+2
* xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-071-4/+4
* xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig2021-04-071-4/+3
* xfs: split xfs_imap_to_bpChristoph Hellwig2021-04-071-23/+4
* xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen2020-12-091-4/+0
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-8/+32
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-151-16/+38
* xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2020-09-151-52/+0
* xfs: remove xfs_inobp_check()Dave Chinner2020-07-071-24/+0
* xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-071-1/+2