index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_format.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-02
xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
Darrick J. Wong
1
-5
/
+4
2024-04-23
xfs: enable parent pointers
Darrick J. Wong
1
-1
/
+2
2024-04-23
xfs: add a incompat feature bit for parent pointers
Allison Henderson
1
-0
/
+1
2024-04-15
xfs: pin inodes that would otherwise overflow link count
Darrick J. Wong
1
-0
/
+6
2024-04-15
xfs: enable logged file mapping exchange feature
Darrick J. Wong
1
-1
/
+2
2024-04-15
xfs: create a incompat flag for atomic file mapping exchanges
Darrick J. Wong
1
-11
/
+12
2024-02-22
xfs: split the agf_roots and agf_levels arrays
Christoph Hellwig
1
-11
/
+10
2023-12-22
xfs: remove XFS_RTMIN/XFS_RTMAX
Christoph Hellwig
1
-6
/
+0
2023-12-22
xfs: remove rt-wrappers from xfs_format.h
Christoph Hellwig
1
-8
/
+0
2023-12-15
xfs: improve dquot iteration for scrub
Darrick J. Wong
1
-0
/
+3
2023-12-15
xfs: dont cast to char * for XFS_DFORK_*PTR macros
Darrick J. Wong
1
-1
/
+1
2023-10-18
xfs: use accessor functions for summary info words
Darrick J. Wong
1
-0
/
+8
2023-10-18
xfs: use accessor functions for bitmap words
Darrick J. Wong
1
-0
/
+8
2023-10-17
xfs: convert rt summary macros to helpers
Darrick J. Wong
1
-8
/
+1
2023-10-17
xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
Darrick J. Wong
1
-2
/
+0
2023-10-17
xfs: convert the rtbitmap block and bit macros to static inline functions
Darrick J. Wong
1
-5
/
+0
2023-10-17
xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
Darrick J. Wong
1
-1
/
+1
2022-10-31
xfs: rename XFS_REFC_COW_START to _COWFLAG
Darrick J. Wong
1
-1
/
+1
2022-10-31
xfs: move _irec structs to xfs_types.h
Darrick J. Wong
1
-20
/
+0
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
[next]