index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_rtalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
xfs: remove the flags argument to xfs_buf_get_uncached
Christoph Hellwig
1
-1
/
+1
2025-03-18
xfs: remove the flags argument to xfs_buf_read_uncached
Christoph Hellwig
1
-2
/
+2
2025-03-18
xfs: remove unnecessary NULL check before kvfree()
Chen Ni
1
-2
/
+1
2025-03-03
xfs: support growfs on zoned file systems
Christoph Hellwig
1
-20
/
+101
2025-03-03
xfs: add the zoned space allocator
Christoph Hellwig
1
-1
/
+5
2025-03-03
xfs: allow internal RT devices for zoned mode
Christoph Hellwig
1
-1
/
+2
2025-03-03
xfs: define the zoned on-disk format
Christoph Hellwig
1
-0
/
+2
2025-03-03
xfs: factor out a xfs_rt_check_size helper
Christoph Hellwig
1
-31
/
+31
2025-03-03
xfs: make metabtree reservations global
Christoph Hellwig
1
-42
/
+1
2025-03-03
xfs: generalize the freespace and reserved blocks handling
Christoph Hellwig
1
-1
/
+1
2025-02-25
xfs: remove most in-flight buffer accounting
Christoph Hellwig
1
-1
/
+1
2024-12-23
xfs: enable realtime reflink
Darrick J. Wong
1
-2
/
+5
2024-12-23
xfs: fix CoW forks for realtime files
Darrick J. Wong
1
-2
/
+2
2024-12-23
xfs: check that the rtrefcount maxlevels doesn't increase when growing fs
Darrick J. Wong
1
-0
/
+2
2024-12-23
xfs: enable extent size hints for CoW operations
Darrick J. Wong
1
-1
/
+4
2024-12-23
xfs: add metadata reservations for realtime refcount btree
Darrick J. Wong
1
-0
/
+6
2024-12-23
xfs: enable realtime rmap btree
Darrick J. Wong
1
-4
/
+8
2024-12-23
xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs
Darrick J. Wong
1
-7
/
+18
2024-12-23
xfs: create routine to allocate and initialize a realtime rmap btree inode
Darrick J. Wong
1
-2
/
+10
2024-12-23
xfs: add metadata reservations for realtime rmap btrees
Darrick J. Wong
1
-1
/
+22
2024-12-23
xfs: add some rtgroup inode helpers
Darrick J. Wong
1
-5
/
+5
2024-12-23
xfs: allow inode-based btrees to reserve space in the data device
Darrick J. Wong
1
-0
/
+21
2024-12-12
xfs: fix null bno_hint handling in xfs_rtallocate_rtg
Darrick J. Wong
1
-1
/
+1
2024-11-05
xfs: enable realtime quota again
Darrick J. Wong
1
-1
/
+3
2024-11-05
xfs: implement busy extent tracking for rtgroups
Darrick J. Wong
1
-5
/
+122
2024-11-05
xfs: move the min and max group block numbers to xfs_group
Darrick J. Wong
1
-4
/
+4
2024-11-05
xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
Darrick J. Wong
1
-3
/
+1
2024-11-05
xfs: make the RT allocator rtgroup aware
Christoph Hellwig
1
-9
/
+89
2024-11-05
xfs: grow the realtime section when realtime groups are enabled
Darrick J. Wong
1
-35
/
+231
2024-11-05
xfs: add block headers to realtime bitmap and summary blocks
Darrick J. Wong
1
-1
/
+1
2024-11-05
xfs: check the realtime superblock at mount time
Darrick J. Wong
1
-0
/
+50
2024-11-05
xfs: define the format of rt groups
Darrick J. Wong
1
-3
/
+27
2024-11-05
xfs: make RT extent numbers relative to the rtgroup
Christoph Hellwig
1
-2
/
+2
2024-11-05
xfs: refactor xfs_rtsummary_blockcount
Christoph Hellwig
1
-9
/
+4
2024-11-05
xfs: refactor xfs_rtbitmap_blockcount
Christoph Hellwig
1
-2
/
+1
2024-11-05
xfs: factor out a xfs_growfs_check_rtgeom helper
Christoph Hellwig
1
-14
/
+29
2024-11-05
xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocks
Christoph Hellwig
1
-4
/
+8
2024-11-05
xfs: factor out a xfs_growfs_rt_alloc_fake_mount helper
Darrick J. Wong
1
-15
/
+35
2024-11-05
xfs: remove XFS_ILOCK_RT*
Darrick J. Wong
1
-5
/
+4
2024-11-05
xfs: support creating per-RTG files in growfs
Christoph Hellwig
1
-0
/
+30
2024-11-05
xfs: move RT bitmap and summary information to the rtgroup
Christoph Hellwig
1
-168
/
+146
2024-11-05
xfs: factor out a xfs_growfs_rt_alloc_blocks helper
Christoph Hellwig
1
-17
/
+39
2024-11-05
xfs: support caching rtgroup metadata inodes
Darrick J. Wong
1
-3
/
+66
2024-11-05
xfs: create incore realtime group structures
Darrick J. Wong
1
-0
/
+5
2024-11-05
xfs: iget for metadata inodes
Darrick J. Wong
1
-16
/
+22
2024-09-01
xfs: replace m_rsumsize with m_rsumblocks
Christoph Hellwig
1
-8
/
+5
2024-09-01
xfs: make the rtalloc start hint a xfs_rtblock_t
Christoph Hellwig
1
-7
/
+11
2024-09-01
xfs: factor out a xfs_rtallocate_align helper
Christoph Hellwig
1
-34
/
+59
2024-09-01
xfs: rework the rtalloc fallback handling
Christoph Hellwig
1
-35
/
+34
2024-09-01
xfs: factor out a xfs_rtallocate helper
Christoph Hellwig
1
-31
/
+50
[next]