Age | Commit message (Expand) | Author |
2022-05-04 | xfs: validate inode fork size against fork format | Dave Chinner |
2022-04-13 | xfs: Directory's data fork extent counter can never overflow | Chandan Babu R |
2022-04-11 | xfs: Introduce per-inode 64-bit extent counters | Chandan Babu R |
2022-04-11 | xfs: Introduce macros to represent new maximum extent counts for data/attr forks | Chandan Babu R |
2022-04-11 | xfs: Introduce xfs_dfork_nextents() helper | Chandan Babu R |
2022-04-11 | xfs: Use xfs_extnum_t instead of basic data types | Chandan Babu R |
2022-04-11 | xfs: Introduce xfs_iext_max_nextents() helper | Chandan Babu R |
2022-04-11 | xfs: Define max extent length based on on-disk format definition | Chandan Babu R |
2021-10-14 | xfs: remove the xfs_dinode_t typedef | Christoph Hellwig |
2021-08-19 | xfs: convert bp->b_bn references to xfs_buf_daddr() | Dave Chinner |
2021-08-19 | xfs: introduce xfs_buf_daddr() | Dave Chinner |
2021-08-19 | xfs: kill xfs_sb_version_has_v3inode() | Dave Chinner |
2021-08-19 | xfs: convert xfs_sb_version_has checks to use mount features | Dave Chinner |
2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner |
2021-07-15 | xfs: correct the narrative around misaligned rtinherit/extszinherit dirs | Darrick J. Wong |
2021-06-01 | xfs: clean up open-coded fs block unit conversions | Darrick J. Wong |
2021-05-24 | xfs: validate extsz hints against rt extent size when rtinherit is set | Darrick J. Wong |
2021-05-24 | xfs: standardize extent size hint validation | Darrick J. Wong |
2021-04-07 | xfs: move the di_crtime field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_flags2 field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_flags field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_forkoff field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: use a union for i_cowextsize and i_flushiter | Christoph Hellwig |
2021-04-07 | xfs: move the di_flushiter field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_cowextsize field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_extsize field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_nblocks field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_size field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_projid field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode | Christoph Hellwig |
2021-04-07 | xfs: split xfs_imap_to_bp | Christoph Hellwig |
2020-12-09 | xfs: don't catch dax+reflink inodes as corruption in verifier | Eric Sandeen |
2020-09-15 | xfs: widen ondisk inode timestamps to deal with y2038+ | Darrick J. Wong |
2020-09-15 | xfs: redefine xfs_timestamp_t | Darrick J. Wong |
2020-09-15 | xfs: move xfs_log_dinode_to_disk to the log recovery code | Darrick J. Wong |
2020-07-07 | xfs: remove xfs_inobp_check() | Dave Chinner |
2020-07-07 | xfs: pin inode backing buffer to the inode log item | Dave Chinner |
2020-07-06 | xfs: Couple of typo fixes in comments | Keyur Patel |
2020-05-19 | xfs: cleanup xfs_idestroy_fork | Christoph Hellwig |
2020-05-19 | xfs: move the fork format fields into struct xfs_ifork | Christoph Hellwig |
2020-05-19 | xfs: move the per-fork nextents fields into struct xfs_ifork | Christoph Hellwig |
2020-05-19 | xfs: remove the XFS_DFORK_Q macro | Christoph Hellwig |
2020-05-19 | xfs: remove xfs_iread | Christoph Hellwig |
2020-05-19 | xfs: don't reset i_delayed_blks in xfs_iread | Christoph Hellwig |
2020-05-19 | xfs: call xfs_dinode_verify from xfs_inode_from_disk | Christoph Hellwig |
2020-05-19 | xfs: handle unallocated inodes in xfs_inode_from_disk | Christoph Hellwig |
2020-05-19 | xfs: split xfs_iformat_fork | Christoph Hellwig |
2020-05-19 | xfs: call xfs_iformat_fork from xfs_inode_from_disk | Christoph Hellwig |
2020-05-07 | xfs: remove unused iget_flags param from xfs_imap_to_bp() | Brian Foster |
2020-05-07 | xfs: remove unnecessary shutdown check from xfs_iflush() | Brian Foster |