index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_rtbitmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-07
xfs: fix 32-bit truncation in xfs_compute_rextslog
Darrick J. Wong
1
-3
/
+5
2023-12-07
xfs: make rextslog computation consistent with mkfs
Darrick J. Wong
1
-0
/
+12
2023-11-09
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-19
xfs: consolidate realtime allocation arguments
Dave Chinner
1
-179
/
+187
2023-10-19
xfs: use accessor functions for summary info words
Darrick J. Wong
1
-7
/
+8
2023-10-19
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-18
xfs: convert rt summary macros to helpers
Darrick J. Wong
1
-4
/
+6
2023-10-18
xfs: convert open-coded xfs_rtword_t pointer accesses to helper
Darrick J. Wong
1
-28
/
+31
2023-10-18
xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
Darrick J. Wong
1
-8
/
+8
2023-10-18
xfs: convert the rtbitmap block and bit macros to static inline functions
Darrick J. Wong
1
-15
/
+15
2023-10-18
xfs: create helpers to convert rt block numbers to rt extent numbers
Darrick J. Wong
1
-2
/
+2
2023-10-18
xfs: convert rt extent numbers to xfs_rtxnum_t
Darrick J. Wong
1
-43
/
+43
2023-10-18
xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
Darrick J. Wong
1
-11
/
+11
2023-10-18
xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
Darrick J. Wong
1
-6
/
+6
2023-10-18
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
Darrick J. Wong
1
-0
/
+1
2023-10-17
xfs: hoist freeing of rt data fork extent mappings
Darrick J. Wong
1
-0
/
+33
2022-04-11
xfs: pass explicit mount pointer to rtalloc query functions
Darrick J. Wong
1
-4
/
+5
2021-08-19
xfs: make xfs_rtalloc_query_range input parameters const
Darrick J. Wong
1
-7
/
+7
2021-04-08
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2020-12-17
xfs: remove xfs_buf_t typedef
Dave Chinner
1
-11
/
+11
2020-10-17
xfs: fix high key handling in the rt allocator's query_range function
Darrick J. Wong
1
-7
/
+4
2020-07-06
xfs: rename xfs_bmap_is_real_extent to is_written_extent
Darrick J. Wong
1
-1
/
+1
2020-05-19
xfs: xfs_bmapi_read doesn't take a fork id as the last argument
Christoph Hellwig
1
-1
/
+1
2019-11-13
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
1
-3
/
+1
2019-11-05
xfs: always log corruption errors
Darrick J. Wong
1
-2
/
+4
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-8
/
+0
2018-12-12
xfs: cache minimum realtime summary level
Omar Sandoval
1
-0
/
+6
2018-06-24
xfs: fix off-by-one error in xfs_rtalloc_query_range
Darrick J. Wong
1
-2
/
+2
2018-06-08
xfs: move various type verifiers to common file
Dave Chinner
1
-12
/
+0
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-06-01
xfs: fix xfs_rtalloc_rec units
Darrick J. Wong
1
-13
/
+13
2018-06-01
xfs: strengthen rtalloc query range checks
Darrick J. Wong
1
-2
/
+5
2018-06-01
xfs: xfs_rtbuf_get should check the bmapi_read results
Darrick J. Wong
1
-0
/
+3
2018-01-18
xfs: cross-reference the realtime bitmap
Darrick J. Wong
1
-0
/
+21
2017-10-31
xfs: remove redundant assignment to variable bit
Colin Ian King
1
-1
/
+0
2017-10-27
xfs: create block pointer check functions
Darrick J. Wong
1
-0
/
+12
2017-06-20
xfs: export various function for the online scrubber
Darrick J. Wong
1
-1
/
+1
[next]