index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_format.h
Age
Commit message (
Expand
)
Author
6 days
fs/xfs: replace strncpy with memtostr_pad()
Pranav Tyagi
2025-03-03
xfs: support zone gaps
Christoph Hellwig
2025-03-03
xfs: enable the zoned RT device feature
Christoph Hellwig
2025-03-03
xfs: define the zoned on-disk format
Christoph Hellwig
2024-12-23
xfs: wire up a new metafile type for the realtime refcount
Darrick J. Wong
2024-12-23
xfs: add realtime refcount btree inode to metadata directory
Darrick J. Wong
2024-12-23
xfs: introduce realtime refcount btree ondisk definitions
Darrick J. Wong
2024-12-23
xfs: namespace the maximum length/refcount symbols
Darrick J. Wong
2024-12-23
xfs: wire up a new metafile type for the realtime rmap
Darrick J. Wong
2024-12-23
xfs: add realtime reverse map inode to metadata directory
Darrick J. Wong
2024-12-23
xfs: support file data forks containing metadata btrees
Darrick J. Wong
2024-12-23
xfs: introduce realtime rmap btree ondisk definitions
Darrick J. Wong
2024-11-05
xfs: enable metadata directory feature
Darrick J. Wong
2024-11-05
xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
Darrick J. Wong
2024-11-05
xfs: encode the rtsummary in big endian format
Darrick J. Wong
2024-11-05
xfs: encode the rtbitmap in big endian format
Darrick J. Wong
2024-11-05
xfs: add block headers to realtime bitmap and summary blocks
Darrick J. Wong
2024-11-05
xfs: define the format of rt groups
Darrick J. Wong
2024-11-05
xfs: create incore realtime group structures
Darrick J. Wong
2024-11-05
xfs: define the on-disk format for the metadir feature
Darrick J. Wong
2024-11-05
xfs: constify the xfs_sb predicates
Darrick J. Wong
2024-07-02
xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
Darrick J. Wong
2024-04-23
xfs: enable parent pointers
Darrick J. Wong
2024-04-23
xfs: add a incompat feature bit for parent pointers
Allison Henderson
2024-04-15
xfs: pin inodes that would otherwise overflow link count
Darrick J. Wong
2024-04-15
xfs: enable logged file mapping exchange feature
Darrick J. Wong
2024-04-15
xfs: create a incompat flag for atomic file mapping exchanges
Darrick J. Wong
2024-02-22
xfs: split the agf_roots and agf_levels arrays
Christoph Hellwig
2023-12-22
xfs: remove XFS_RTMIN/XFS_RTMAX
Christoph Hellwig
2023-12-22
xfs: remove rt-wrappers from xfs_format.h
Christoph Hellwig
2023-12-15
xfs: improve dquot iteration for scrub
Darrick J. Wong
2023-12-15
xfs: dont cast to char * for XFS_DFORK_*PTR macros
Darrick J. Wong
2023-10-18
xfs: use accessor functions for summary info words
Darrick J. Wong
2023-10-18
xfs: use accessor functions for bitmap words
Darrick J. Wong
2023-10-17
xfs: convert rt summary macros to helpers
Darrick J. Wong
2023-10-17
xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
Darrick J. Wong
2023-10-17
xfs: convert the rtbitmap block and bit macros to static inline functions
Darrick J. Wong
2023-10-17
xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
Darrick J. Wong
2022-10-31
xfs: rename XFS_REFC_COW_START to _COWFLAG
Darrick J. Wong
2022-10-31
xfs: move _irec structs to xfs_types.h
Darrick J. Wong
2022-07-20
xfs: fix comment for start time value of inode with bigtime enabled
Xiaole He
2022-05-09
xfs: Implement attr logging and replay
Allison Henderson
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
2022-04-21
xfs: convert dquot flags to unsigned.
Dave Chinner
2022-04-21
xfs: convert AGI log flags to unsigned.
Dave Chinner
2022-04-21
xfs: convert AGF log flags to unsigned.
Dave Chinner
2022-04-13
xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
Chandan Babu R
2022-04-13
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
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
[next]