index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_format.h
Age
Commit message (
Expand
)
Author
10 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]