index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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-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
2023-10-17
xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
Darrick J. Wong
1
-11
/
+11
2023-10-17
xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
Darrick J. Wong
1
-6
/
+6
2023-10-17
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-12
xfs: pass explicit mount pointer to rtalloc query functions
Darrick J. Wong
1
-4
/
+5
2021-08-18
xfs: make xfs_rtalloc_query_range input parameters const
Darrick J. Wong
1
-7
/
+7
2021-04-07
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2020-12-16
xfs: remove xfs_buf_t typedef
Dave Chinner
1
-11
/
+11
2020-10-16
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-04
xfs: always log corruption errors
Darrick J. Wong
1
-2
/
+4
2019-06-28
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-06
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-17
xfs: cross-reference the realtime bitmap
Darrick J. Wong
1
-0
/
+21
[next]