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
/
btrfs
Age
Commit message (
Expand
)
Author
2024-11-22
Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
2024-11-18
Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-15
Merge tag 'for-6.12-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-14
btrfs: fix incorrect comparison for delayed refs
Josef Bacik
2024-11-13
btrfs: validate queue limits
Christoph Hellwig
2024-11-11
btrfs: send: check for read-only send root under critical section
Filipe Manana
2024-11-11
btrfs: send: check for dead send root under critical section
Filipe Manana
2024-11-11
btrfs: remove check for NULL fs_info at btrfs_folio_end_lock_bitmap()
Filipe Manana
2024-11-11
btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()
Filipe Manana
2024-11-11
btrfs: fix a typo in btrfs_use_zone_append
Christoph Hellwig
2024-11-11
btrfs: avoid superfluous calls to free_extent_map() in btrfs_encoded_read()
Mark Harmstone
2024-11-11
btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot()
Filipe Manana
2024-11-11
btrfs: remove hole from struct btrfs_delayed_node
Filipe Manana
2024-11-11
btrfs: update stale comment for struct btrfs_delayed_ref_node::add_list
Filipe Manana
2024-11-11
btrfs: add new ioctl to wait for cleaned subvolumes
David Sterba
2024-11-11
btrfs: simplify range tracking in cow_file_range()
Haisu Wang
2024-11-11
btrfs: remove conditional path allocation in btrfs_read_locked_inode()
Leo Martins
2024-11-11
btrfs: push cleanup into btrfs_read_locked_inode()
Leo Martins
2024-11-11
btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()
Mark Harmstone
2024-11-11
btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)
Mark Harmstone
2024-11-11
btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages()
Mark Harmstone
2024-11-11
btrfs: don't sleep in btrfs_encoded_read() if IOCB_NOWAIT is set
Mark Harmstone
2024-11-11
btrfs: change btrfs_encoded_read() so that reading of extent is done by caller
Mark Harmstone
2024-11-11
btrfs: remove pointless iocb::ki_pos addition in btrfs_encoded_read()
Mark Harmstone
2024-11-11
btrfs: remove no longer used delayed ref head search functionality
Filipe Manana
2024-11-11
btrfs: track delayed ref heads in an xarray
Filipe Manana
2024-11-11
btrfs: add comments regarding locking to struct btrfs_delayed_ref_root
Filipe Manana
2024-11-11
btrfs: assert delayed refs lock is held at add_delayed_ref_head()
Filipe Manana
2024-11-11
btrfs: assert delayed refs lock is held at find_first_ref_head()
Filipe Manana
2024-11-11
btrfs: assert delayed refs lock is held at find_ref_head()
Filipe Manana
2024-11-11
btrfs: pass fs_info to btrfs_delete_ref_head()
Filipe Manana
2024-11-11
btrfs: pass fs_info to functions that search for delayed ref heads
Filipe Manana
2024-11-11
btrfs: move delayed ref head unselection to delayed-ref.c
Filipe Manana
2024-11-11
btrfs: simplify obtaining a delayed ref head
Filipe Manana
2024-11-11
btrfs: change return type of btrfs_delayed_ref_lock() to boolean
Filipe Manana
2024-11-11
btrfs: remove num_entries atomic counter from delayed ref root
Filipe Manana
2024-11-11
btrfs: use helper to find first ref head at btrfs_destroy_delayed_refs()
Filipe Manana
2024-11-11
btrfs: remove duplicated code to drop delayed ref during transaction abort
Filipe Manana
2024-11-11
btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction()
Filipe Manana
2024-11-11
btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()
Filipe Manana
2024-11-11
btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.c
Filipe Manana
2024-11-11
btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs()
Filipe Manana
2024-11-11
btrfs: reduce extent tree lock contention when searching for inline backref
Robbie Ko
2024-11-11
btrfs: tests: implement case for partial RAID stripe-tree delete
Johannes Thumshirn
2024-11-11
btrfs: implement partial deletion of RAID stripe extents
Johannes Thumshirn
[next]