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_sb.c
Age
Commit message (
Expand
)
Author
2025-03-12
xfs: Remove duplicate xfs_rtbitmap.h header
Jiapeng Chong
2025-03-03
xfs: support zone gaps
Christoph Hellwig
2025-03-03
xfs: disable sb_frextents for zoned file systems
Christoph Hellwig
2025-03-03
xfs: export zoned geometry via XFS_FSOP_GEOM
Christoph Hellwig
2025-03-03
xfs: allow internal RT devices for zoned mode
Christoph Hellwig
2025-03-03
xfs: define the zoned on-disk format
Christoph Hellwig
2025-03-03
xfs: generalize the freespace and reserved blocks handling
Christoph Hellwig
2024-12-23
xfs: introduce realtime refcount btree ondisk definitions
Darrick J. Wong
2024-12-23
xfs: introduce realtime rmap btree ondisk definitions
Darrick J. Wong
2024-12-12
xfs: fix sb_spino_align checks for large fsblock sizes
Darrick J. Wong
2024-11-22
xfs: remove unknown compat feature check in superblock write validation
Long Li
2024-11-12
Merge tag 'metadir-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...
Carlos Maiolino
2024-11-12
Merge tag 'realtime-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...
Carlos Maiolino
2024-11-12
Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...
Carlos Maiolino
2024-11-12
Merge tag 'metadata-directory-tree-6.13_2024-11-05' of https://git.kernel.org...
Carlos Maiolino
2024-11-12
Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...
Carlos Maiolino
2024-11-05
xfs: use metadir for quota inodes
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: mask off the rtbitmap and summary inodes when metadir in use
Darrick J. Wong
2024-11-05
xfs: add block headers to realtime bitmap and summary blocks
Darrick J. Wong
2024-11-05
xfs: add frextents to the lazysbcounters when rtgroups enabled
Darrick J. Wong
2024-11-05
xfs: export realtime group geometry via XFS_FSOP_GEOM
Darrick J. Wong
2024-11-05
xfs: update realtime super every time we update the primary fs super
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: advertise metadata directory feature
Darrick J. Wong
2024-11-05
xfs: define the on-disk format for the metadir feature
Darrick J. Wong
2024-11-05
xfs: add group based bno conversion helpers
Christoph Hellwig
2024-11-05
xfs: switch perag iteration from the for_each macros to a while based iterator
Christoph Hellwig
2024-11-05
xfs: factor out a generic xfs_group structure
Christoph Hellwig
2024-11-05
xfs: sb_spino_align is not verified
Dave Chinner
2024-09-01
xfs: standardize the btree maxrecs function parameters
Darrick J. Wong
2024-09-01
xfs: ensure rtx mask/shift are correct after growfs
Christoph Hellwig
2024-09-01
xfs: factor out a xfs_validate_rt_geometry helper
Christoph Hellwig
2024-09-01
xfs: remove xfs_validate_rtextents
Christoph Hellwig
2024-06-10
xfs: make sure sb_fdblocks is non-negative
Wengang Wang
2024-04-23
xfs: add a incompat feature bit for parent pointers
Allison Henderson
2024-04-15
xfs: create a incompat flag for atomic file mapping exchanges
Darrick J. Wong
2024-03-25
xfs: allow sunit mount option to repair bad primary sb stripe values
Dave Chinner
2024-02-22
xfs: report ag header corruption errors to the health tracking system
Darrick J. Wong
2024-01-30
xfs: remove conditional building of rt geometry validator functions
Darrick J. Wong
2023-12-06
xfs: don't allow overly small or large realtime volumes
Darrick J. Wong
2023-12-06
xfs: make rextslog computation consistent with mkfs
Darrick J. Wong
2023-10-17
xfs: use shifting and masking when converting rt extents, if possible
Darrick J. Wong
2023-09-12
xfs: fix log recovery when unknown rocompat bits are set
Darrick J. Wong
2023-06-29
xfs: journal geometry is not properly bounds checked
Dave Chinner
2023-04-12
xfs: don't consider future format versions valid
Dave Chinner
2023-02-13
xfs: convert xfs_ialloc_next_ag() to an atomic
Dave Chinner
2022-11-16
xfs: fix sb write verify for lazysbcount
Long Li
2022-05-04
xfs: validate v5 feature fields
Dave Chinner
[next]