Age | Commit message (Expand) | Author | Files | Lines |
2025-03-10 | xfs: kill XBF_UNMAPPED | Christoph Hellwig | 1 | -1/+1 |
2025-03-03 | xfs: define the zoned on-disk format | Christoph Hellwig | 1 | -5/+16 |
2024-12-23 | xfs: apply rt extent alignment constraints to CoW extsize hint | Darrick J. Wong | 1 | -5/+20 |
2024-12-23 | xfs: allow inodes to have the realtime and reflink flags | Darrick J. Wong | 1 | -1/+2 |
2024-12-23 | xfs: add realtime refcount btree inode to metadata directory | Darrick J. Wong | 1 | -0/+5 |
2024-12-23 | xfs: add realtime reverse map inode to metadata directory | Darrick J. Wong | 1 | -0/+9 |
2024-12-23 | xfs: support file data forks containing metadata btrees | Darrick J. Wong | 1 | -3/+20 |
2024-11-05 | xfs: enforce metadata inode flag | Darrick J. Wong | 1 | -0/+70 |
2024-11-05 | xfs: define the on-disk format for the metadir feature | Darrick J. Wong | 1 | -5/+15 |
2024-08-26 | xfs: fix di_onlink checking for V1/V2 inodes | Darrick J. Wong | 1 | -4/+10 |
2024-06-26 | xfs: allow unlinked symlinks and dirs with zero size | Darrick J. Wong | 1 | -5/+18 |
2024-05-27 | xfs: allow symlinks with short remote targets | Darrick J. Wong | 1 | -4/+24 |
2024-04-15 | xfs: check unused nlink fields in the ondisk inode | Darrick J. Wong | 1 | -0/+8 |
2024-02-22 | xfs: remember sick inodes that get inactivated | Darrick J. Wong | 1 | -1/+1 |
2024-02-22 | xfs: report inode corruption errors to the health system | Darrick J. Wong | 1 | -3/+9 |
2023-11-13 | xfs: inode recovery does not validate the recovered inode | Dave Chinner | 1 | -0/+3 |
2023-10-18 | xfs: convert to new timestamp accessors | Jeff Layton | 1 | -4/+6 |
2023-07-24 | xfs: convert to ctime accessor functions | Jeff Layton | 1 | -2/+3 |
2022-07-14 | Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/... | Darrick J. Wong | 1 | -4/+3 |
2022-07-14 | xfs: track the iunlink list pointer in the xfs_inode | Dave Chinner | 1 | -1/+2 |
2022-07-09 | xfs: use XFS_IFORK_Q to determine the presence of an xattr fork | Darrick J. Wong | 1 | -1/+0 |
2022-07-09 | xfs: make inode attribute forks a permanent part of struct xfs_inode | Darrick J. Wong | 1 | -4/+4 |
2022-07-07 | xfs: Pre-calculate per-AG agino geometry | Dave Chinner | 1 | -3/+2 |
2022-05-04 | xfs: validate inode fork size against fork format | Dave Chinner | 1 | -9/+26 |
2022-04-13 | xfs: Directory's data fork extent counter can never overflow | Chandan Babu R | 1 | -0/+3 |
2022-04-11 | xfs: Introduce per-inode 64-bit extent counters | Chandan Babu R | 1 | -4/+45 |
2022-04-11 | xfs: Introduce macros to represent new maximum extent counts for data/attr forks | Chandan Babu R | 1 | -1/+3 |
2022-04-11 | xfs: Introduce xfs_dfork_nextents() helper | Chandan Babu R | 1 | -5/+12 |
2022-04-11 | xfs: Use xfs_extnum_t instead of basic data types | Chandan Babu R | 1 | -1/+1 |
2022-04-11 | xfs: Introduce xfs_iext_max_nextents() helper | Chandan Babu R | 1 | -5/+3 |
2022-04-11 | xfs: Define max extent length based on on-disk format definition | Chandan Babu R | 1 | -2/+2 |
2021-10-14 | xfs: remove the xfs_dinode_t typedef | Christoph Hellwig | 1 | -3/+3 |
2021-08-19 | xfs: convert bp->b_bn references to xfs_buf_daddr() | Dave Chinner | 1 | -1/+1 |
2021-08-19 | xfs: introduce xfs_buf_daddr() | Dave Chinner | 1 | -1/+1 |
2021-08-19 | xfs: kill xfs_sb_version_has_v3inode() | Dave Chinner | 1 | -1/+1 |
2021-08-19 | xfs: convert xfs_sb_version_has checks to use mount features | Dave Chinner | 1 | -5/+5 |
2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -3/+3 |
2021-07-15 | xfs: correct the narrative around misaligned rtinherit/extszinherit dirs | Darrick J. Wong | 1 | -12/+16 |
2021-06-01 | xfs: clean up open-coded fs block unit conversions | Darrick J. Wong | 1 | -1/+1 |
2021-05-24 | xfs: validate extsz hints against rt extent size when rtinherit is set | Darrick J. Wong | 1 | -0/+22 |
2021-05-24 | xfs: standardize extent size hint validation | Darrick J. Wong | 1 | -4/+20 |
2021-04-07 | xfs: move the di_crtime field to struct xfs_inode | Christoph Hellwig | 1 | -4/+2 |
2021-04-07 | xfs: move the di_flags2 field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |
2021-04-07 | xfs: move the di_flags field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |
2021-04-07 | xfs: move the di_forkoff field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |
2021-04-07 | xfs: use a union for i_cowextsize and i_flushiter | Christoph Hellwig | 1 | -1/+2 |
2021-04-07 | xfs: move the di_flushiter field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |
2021-04-07 | xfs: move the di_cowextsize field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |
2021-04-07 | xfs: move the di_extsize field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |
2021-04-07 | xfs: move the di_nblocks field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |