index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_rtalloc.c
Age
Commit message (
Expand
)
Author
2025-03-18
xfs: remove the flags argument to xfs_buf_get_uncached
Christoph Hellwig
2025-03-18
xfs: remove the flags argument to xfs_buf_read_uncached
Christoph Hellwig
2025-03-18
xfs: remove unnecessary NULL check before kvfree()
Chen Ni
2025-03-03
xfs: support growfs on zoned file systems
Christoph Hellwig
2025-03-03
xfs: add the zoned space allocator
Christoph Hellwig
2025-03-03
xfs: allow internal RT devices for zoned mode
Christoph Hellwig
2025-03-03
xfs: define the zoned on-disk format
Christoph Hellwig
2025-03-03
xfs: factor out a xfs_rt_check_size helper
Christoph Hellwig
2025-03-03
xfs: make metabtree reservations global
Christoph Hellwig
2025-03-03
xfs: generalize the freespace and reserved blocks handling
Christoph Hellwig
2025-02-25
xfs: remove most in-flight buffer accounting
Christoph Hellwig
2024-12-23
xfs: enable realtime reflink
Darrick J. Wong
2024-12-23
xfs: fix CoW forks for realtime files
Darrick J. Wong
2024-12-23
xfs: check that the rtrefcount maxlevels doesn't increase when growing fs
Darrick J. Wong
2024-12-23
xfs: enable extent size hints for CoW operations
Darrick J. Wong
2024-12-23
xfs: add metadata reservations for realtime refcount btree
Darrick J. Wong
2024-12-23
xfs: enable realtime rmap btree
Darrick J. Wong
2024-12-23
xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs
Darrick J. Wong
2024-12-23
xfs: create routine to allocate and initialize a realtime rmap btree inode
Darrick J. Wong
2024-12-23
xfs: add metadata reservations for realtime rmap btrees
Darrick J. Wong
2024-12-23
xfs: add some rtgroup inode helpers
Darrick J. Wong
2024-12-23
xfs: allow inode-based btrees to reserve space in the data device
Darrick J. Wong
2024-12-12
xfs: fix null bno_hint handling in xfs_rtallocate_rtg
Darrick J. Wong
2024-11-05
xfs: enable realtime quota again
Darrick J. Wong
2024-11-05
xfs: implement busy extent tracking for rtgroups
Darrick J. Wong
2024-11-05
xfs: move the min and max group block numbers to xfs_group
Darrick J. Wong
2024-11-05
xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
Darrick J. Wong
2024-11-05
xfs: make the RT allocator rtgroup aware
Christoph Hellwig
2024-11-05
xfs: grow the realtime section when realtime groups are enabled
Darrick J. Wong
2024-11-05
xfs: add block headers to realtime bitmap and summary blocks
Darrick J. Wong
2024-11-05
xfs: check the realtime superblock at mount time
Darrick J. Wong
2024-11-05
xfs: define the format of rt groups
Darrick J. Wong
2024-11-05
xfs: make RT extent numbers relative to the rtgroup
Christoph Hellwig
2024-11-05
xfs: refactor xfs_rtsummary_blockcount
Christoph Hellwig
2024-11-05
xfs: refactor xfs_rtbitmap_blockcount
Christoph Hellwig
2024-11-05
xfs: factor out a xfs_growfs_check_rtgeom helper
Christoph Hellwig
2024-11-05
xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocks
Christoph Hellwig
2024-11-05
xfs: factor out a xfs_growfs_rt_alloc_fake_mount helper
Darrick J. Wong
2024-11-05
xfs: remove XFS_ILOCK_RT*
Darrick J. Wong
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-11-05
xfs: factor out a xfs_growfs_rt_alloc_blocks helper
Christoph Hellwig
2024-11-05
xfs: support caching rtgroup metadata inodes
Darrick J. Wong
2024-11-05
xfs: create incore realtime group structures
Darrick J. Wong
2024-11-05
xfs: iget for metadata inodes
Darrick J. Wong
2024-09-01
xfs: replace m_rsumsize with m_rsumblocks
Christoph Hellwig
2024-09-01
xfs: make the rtalloc start hint a xfs_rtblock_t
Christoph Hellwig
2024-09-01
xfs: factor out a xfs_rtallocate_align helper
Christoph Hellwig
2024-09-01
xfs: rework the rtalloc fallback handling
Christoph Hellwig
2024-09-01
xfs: factor out a xfs_rtallocate helper
Christoph Hellwig
[next]