Age | Commit message (Expand) | Author | Files | Lines |
2022-07-20 | xfs: fix comment for start time value of inode with bigtime enabled | Xiaole He | 1 | -1/+1 |
2022-05-09 | xfs: Implement attr logging and replay | Allison Henderson | 1 | -1/+8 |
2022-04-21 | Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int... | Dave Chinner | 1 | -10/+94 |
2022-04-21 | xfs: convert dquot flags to unsigned. | Dave Chinner | 1 | -4/+4 |
2022-04-21 | xfs: convert AGI log flags to unsigned. | Dave Chinner | 1 | -15/+15 |
2022-04-21 | xfs: convert AGF log flags to unsigned. | Dave Chinner | 1 | -19/+19 |
2022-04-13 | xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags | Chandan Babu R | 1 | -1/+2 |
2022-04-13 | xfs: Conditionally upgrade existing inodes to use large extent counters | Chandan Babu R | 1 | -0/+11 |
2022-04-13 | xfs: Directory's data fork extent counter can never overflow | Chandan Babu R | 1 | -0/+13 |
2022-04-11 | xfs: Introduce per-inode 64-bit extent counters | Chandan Babu R | 1 | -4/+29 |
2022-04-11 | xfs: Introduce macros to represent new maximum extent counts for data/attr forks | Chandan Babu R | 1 | -2/+22 |
2022-04-11 | xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers | Chandan Babu R | 1 | -1/+10 |
2022-04-11 | xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit | Chandan Babu R | 1 | -0/+1 |
2022-04-11 | xfs: Introduce xfs_dfork_nextents() helper | Chandan Babu R | 1 | -4/+0 |
2022-04-11 | xfs: Define max extent length based on on-disk format definition | Chandan Babu R | 1 | -2/+3 |
2022-04-11 | xfs: Move extent count limits to xfs_format.h | Chandan Babu R | 1 | -0/+7 |
2021-10-14 | xfs: remove the xfs_dqblk_t typedef | Christoph Hellwig | 1 | -2/+2 |
2021-10-14 | xfs: remove the xfs_dsb_t typedef | Christoph Hellwig | 1 | -2/+2 |
2021-10-14 | xfs: remove the xfs_dinode_t typedef | Christoph Hellwig | 1 | -2/+2 |
2021-08-19 | xfs: kill xfs_sb_version_has_v3inode() | Dave Chinner | 1 | -15/+3 |
2021-08-19 | xfs: introduce xfs_sb_is_v5 helper | Dave Chinner | 1 | -8/+8 |
2021-08-19 | xfs: remove unused xfs_sb_version_has wrappers | Dave Chinner | 1 | -152/+3 |
2021-08-19 | xfs: open code sb verifier feature checks | Dave Chinner | 1 | -29/+0 |
2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -5/+5 |
2021-08-19 | xfs: reflect sb features in xfs_mount | Dave Chinner | 1 | -1/+1 |
2021-08-19 | xfs: rework attr2 feature and mount options | Dave Chinner | 1 | -7/+0 |
2021-08-09 | xfs: allow setting and clearing of log incompat feature flags | Darrick J. Wong | 1 | -0/+15 |
2021-08-09 | xfs: fix silly whitespace problems with kernel libxfs | Darrick J. Wong | 1 | -1/+1 |
2021-04-07 | xfs: move the di_crtime field to struct xfs_inode | Christoph Hellwig | 1 | -3/+2 |
2020-12-09 | xfs: remove the unused XFS_B_FSB_OFFSET macro | Kaixu Xia | 1 | -1/+0 |
2020-12-09 | xfs: enable the needsrepair feature | Darrick J. Wong | 1 | -1/+2 |
2020-12-09 | xfs: define a new "needrepair" feature | Darrick J. Wong | 1 | -0/+7 |
2020-09-15 | xfs: enable big timestamps | Darrick J. Wong | 1 | -1/+2 |
2020-09-15 | xfs: widen ondisk quota expiration timestamps to handle y2038+ | Darrick J. Wong | 1 | -1/+49 |
2020-09-15 | xfs: widen ondisk inode timestamps to deal with y2038+ | Darrick J. Wong | 1 | -1/+69 |
2020-09-15 | xfs: redefine xfs_timestamp_t | Darrick J. Wong | 1 | -3/+7 |
2020-09-15 | xfs: refactor default quota grace period setting code | Darrick J. Wong | 1 | -0/+13 |
2020-09-15 | xfs: refactor quota expiration timer modification | Darrick J. Wong | 1 | -0/+24 |
2020-09-15 | xfs: explicitly define inode timestamp range | Darrick J. Wong | 1 | -0/+22 |
2020-09-15 | xfs: enable new inode btree counters feature | Darrick J. Wong | 1 | -1/+2 |
2020-09-15 | xfs: store inode btree block counts in AGI header | Darrick J. Wong | 1 | -1/+17 |
2020-07-28 | xfs: rename the ondisk dquot d_flags to d_type | Darrick J. Wong | 1 | -1/+1 |
2020-07-28 | xfs: improve ondisk dquot flags checking | Darrick J. Wong | 1 | -0/+2 |
2020-07-28 | xfs: create xfs_dqtype_t to represent quota types | Darrick J. Wong | 1 | -0/+9 |
2020-07-28 | xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_* | Darrick J. Wong | 1 | -1/+1 |
2020-07-28 | xfs: remove qcore from incore dquots | Darrick J. Wong | 1 | -4/+3 |
2020-07-28 | xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk format | Darrick J. Wong | 1 | -0/+16 |
2020-05-19 | xfs: remove the XFS_DFORK_Q macro | Christoph Hellwig | 1 | -3/+2 |
2020-05-13 | xfs: Use the correct style for SPDX License Identifier | Nishad Kamdar | 1 | -1/+1 |
2020-05-13 | xfs: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |