index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_rtbitmap.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-03
xfs: define the zoned on-disk format
Christoph Hellwig
1
-0
/
+11
2024-12-23
xfs: add some rtgroup inode helpers
Darrick J. Wong
1
-1
/
+1
2024-11-05
xfs: implement busy extent tracking for rtgroups
Darrick J. Wong
1
-1
/
+11
2024-11-05
xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundaries
Darrick J. Wong
1
-1
/
+1
2024-11-05
xfs: make the RT allocator rtgroup aware
Christoph Hellwig
1
-2
/
+4
2024-11-05
xfs: support error injection when freeing rt extents
Darrick J. Wong
1
-0
/
+4
2024-11-05
xfs: add block headers to realtime bitmap and summary blocks
Darrick J. Wong
1
-15
/
+131
2024-11-05
xfs: record rt group metadata errors in the health system
Darrick J. Wong
1
-18
/
+19
2024-11-05
xfs: define the format of rt groups
Darrick J. Wong
1
-3
/
+17
2024-11-05
xfs: refactor xfs_rtsummary_blockcount
Christoph Hellwig
1
-4
/
+9
2024-11-05
xfs: refactor xfs_rtbitmap_blockcount
Christoph Hellwig
1
-1
/
+11
2024-11-05
xfs: support creating per-RTG files in growfs
Christoph Hellwig
1
-0
/
+32
2024-11-05
xfs: move RT bitmap and summary information to the rtgroup
Christoph Hellwig
1
-93
/
+47
2024-09-01
xfs: replace m_rsumsize with m_rsumblocks
Christoph Hellwig
1
-1
/
+1
2024-09-01
xfs: remove xfs_{rtbitmap,rtsummary}_wordcount
Christoph Hellwig
1
-31
/
+0
2024-09-01
xfs: simplify xfs_rtalloc_query_range
Christoph Hellwig
1
-25
/
+17
2024-09-01
xfs: remove xfs_rtb_to_rtxrem
Christoph Hellwig
1
-5
/
+4
2024-09-01
xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
Christoph Hellwig
1
-11
/
+13
2024-09-01
xfs: factor out rtbitmap/summary initialization helpers
Christoph Hellwig
1
-0
/
+126
2024-09-01
xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
Christoph Hellwig
1
-1
/
+30
2024-09-01
xfs: assert a valid limit in xfs_rtfind_forw
Christoph Hellwig
1
-0
/
+2
2024-09-01
xfs: remove the limit argument to xfs_rtfind_back
Christoph Hellwig
1
-5
/
+4
2024-04-22
xfs: refactor realtime inode locking
Christoph Hellwig
1
-0
/
+57
2024-02-22
xfs: report realtime metadata corruption errors to the health system
Darrick J. Wong
1
-1
/
+8
2024-02-19
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-01-30
xfs: remove conditional building of rt geometry validator functions
Darrick J. Wong
1
-14
/
+0
2023-12-22
xfs: remove XFS_RTMIN/XFS_RTMAX
Christoph Hellwig
1
-4
/
+4
2023-12-22
xfs: remove rt-wrappers from xfs_format.h
Christoph Hellwig
1
-12
/
+12
2023-12-22
xfs: split xfs_rtmodify_summary_int
Christoph Hellwig
1
-51
/
+25
2023-12-22
xfs: move xfs_rtget_summary to xfs_rtbitmap.c
Christoph Hellwig
1
-0
/
+14
2023-12-06
xfs: fix 32-bit truncation in xfs_compute_rextslog
Darrick J. Wong
1
-3
/
+5
2023-12-06
xfs: make rextslog computation consistent with mkfs
Darrick J. Wong
1
-0
/
+12
2023-11-08
Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-367
/
+440
2023-10-19
xfs: invert the realtime summary cache
Omar Sandoval
1
-3
/
+3
2023-10-19
xfs: simplify rt bitmap/summary block accessor functions
Darrick J. Wong
1
-32
/
+29
2023-10-19
xfs: simplify xfs_rtbuf_get calling conventions
Darrick J. Wong
1
-66
/
+49
2023-10-19
xfs: cache last bitmap block in realtime allocator
Omar Sandoval
1
-71
/
+76
2023-10-18
xfs: consolidate realtime allocation arguments
Dave Chinner
1
-179
/
+187
2023-10-18
xfs: use accessor functions for summary info words
Darrick J. Wong
1
-7
/
+8
2023-10-18
xfs: create helpers for rtsummary block/wordcount computations
Darrick J. Wong
1
-0
/
+29
2023-10-18
xfs: use accessor functions for bitmap words
Darrick J. Wong
1
-75
/
+34
2023-10-18
xfs: create a helper to handle logging parts of rt bitmap/summary blocks
Darrick J. Wong
1
-15
/
+40
2023-10-18
xfs: create helpers for rtbitmap block/wordcount computations
Darrick J. Wong
1
-0
/
+27
2023-10-18
xfs: convert to new timestamp accessors
Jeff Layton
1
-1
/
+5
2023-10-17
xfs: convert rt summary macros to helpers
Darrick J. Wong
1
-4
/
+6
2023-10-17
xfs: convert open-coded xfs_rtword_t pointer accesses to helper
Darrick J. Wong
1
-28
/
+31
2023-10-17
xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
Darrick J. Wong
1
-8
/
+8
2023-10-17
xfs: convert the rtbitmap block and bit macros to static inline functions
Darrick J. Wong
1
-15
/
+15
2023-10-17
xfs: create helpers to convert rt block numbers to rt extent numbers
Darrick J. Wong
1
-2
/
+2
2023-10-17
xfs: convert rt extent numbers to xfs_rtxnum_t
Darrick J. Wong
1
-43
/
+43
[next]