index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_rtbitmap.c
Age
Commit message (
Expand
)
Author
2024-11-05
xfs: implement busy extent tracking for rtgroups
Darrick J. Wong
2024-11-05
xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundaries
Darrick J. Wong
2024-11-05
xfs: make the RT allocator rtgroup aware
Christoph Hellwig
2024-11-05
xfs: support error injection when freeing rt extents
Darrick J. Wong
2024-11-05
xfs: add block headers to realtime bitmap and summary blocks
Darrick J. Wong
2024-11-05
xfs: record rt group metadata errors in the health system
Darrick J. Wong
2024-11-05
xfs: define the format of rt groups
Darrick J. Wong
2024-11-05
xfs: refactor xfs_rtsummary_blockcount
Christoph Hellwig
2024-11-05
xfs: refactor xfs_rtbitmap_blockcount
Christoph Hellwig
2024-11-05
xfs: support creating per-RTG files in growfs
Christoph Hellwig
2024-11-05
xfs: move RT bitmap and summary information to the rtgroup
Christoph Hellwig
2024-09-01
xfs: replace m_rsumsize with m_rsumblocks
Christoph Hellwig
2024-09-01
xfs: remove xfs_{rtbitmap,rtsummary}_wordcount
Christoph Hellwig
2024-09-01
xfs: simplify xfs_rtalloc_query_range
Christoph Hellwig
2024-09-01
xfs: remove xfs_rtb_to_rtxrem
Christoph Hellwig
2024-09-01
xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
Christoph Hellwig
2024-09-01
xfs: factor out rtbitmap/summary initialization helpers
Christoph Hellwig
2024-09-01
xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
Christoph Hellwig
2024-09-01
xfs: assert a valid limit in xfs_rtfind_forw
Christoph Hellwig
2024-09-01
xfs: remove the limit argument to xfs_rtfind_back
Christoph Hellwig
2024-04-22
xfs: refactor realtime inode locking
Christoph Hellwig
2024-02-22
xfs: report realtime metadata corruption errors to the health system
Darrick J. Wong
2024-02-19
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
2024-01-30
xfs: remove conditional building of rt geometry validator functions
Darrick J. Wong
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-22
xfs: split xfs_rtmodify_summary_int
Christoph Hellwig
2023-12-22
xfs: move xfs_rtget_summary to xfs_rtbitmap.c
Christoph Hellwig
2023-12-06
xfs: fix 32-bit truncation in xfs_compute_rextslog
Darrick J. Wong
2023-12-06
xfs: make rextslog computation consistent with mkfs
Darrick J. Wong
2023-11-08
Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-10-19
xfs: invert the realtime summary cache
Omar Sandoval
2023-10-19
xfs: simplify rt bitmap/summary block accessor functions
Darrick J. Wong
2023-10-19
xfs: simplify xfs_rtbuf_get calling conventions
Darrick J. Wong
2023-10-19
xfs: cache last bitmap block in realtime allocator
Omar Sandoval
2023-10-18
xfs: consolidate realtime allocation arguments
Dave Chinner
2023-10-18
xfs: use accessor functions for summary info words
Darrick J. Wong
2023-10-18
xfs: create helpers for rtsummary block/wordcount computations
Darrick J. Wong
2023-10-18
xfs: use accessor functions for bitmap words
Darrick J. Wong
2023-10-18
xfs: create a helper to handle logging parts of rt bitmap/summary blocks
Darrick J. Wong
2023-10-18
xfs: create helpers for rtbitmap block/wordcount computations
Darrick J. Wong
2023-10-18
xfs: convert to new timestamp accessors
Jeff Layton
2023-10-17
xfs: convert rt summary macros to helpers
Darrick J. Wong
2023-10-17
xfs: convert open-coded xfs_rtword_t pointer accesses to helper
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: create helpers to convert rt block numbers to rt extent numbers
Darrick J. Wong
2023-10-17
xfs: convert rt extent numbers to xfs_rtxnum_t
Darrick J. Wong
2023-10-17
xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
Darrick J. Wong
2023-10-17
xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
Darrick J. Wong
[next]