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-07-11
btrfs: abort transaction on errors in btrfs_free_chunk()
David Sterba
2024-07-11
btrfs: only print error message when checking item size in print_extent_item()
David Sterba
2024-07-11
btrfs: abort transaction if we don't find extref in btrfs_del_inode_extref()
David Sterba
2024-07-11
btrfs: avoid allocating and running pointless delayed extent operations
Filipe Manana
2024-07-11
btrfs: preallocate ulist memory for qgroup rsv
Boris Burkov
2024-07-11
btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
Filipe Manana
2024-07-11
btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()
Filipe Manana
2024-07-11
btrfs: remove superfluous metadata check at btrfs_lookup_extent_info()
Filipe Manana
2024-07-11
btrfs: replace BUG_ON() with error handling at update_ref_for_cow()
Filipe Manana
2024-07-11
btrfs: simplify setting the full backref flag at update_ref_for_cow()
Filipe Manana
2024-07-11
btrfs: remove NULL transaction support for btrfs_lookup_extent_info()
Filipe Manana
2024-07-11
btrfs: use label to deduplicate error path at btrfs_force_cow_block()
Filipe Manana
2024-07-11
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
2024-07-11
btrfs: remove super block argument from btrfs_iget_locked()
Filipe Manana
2024-07-11
btrfs: remove super block argument from btrfs_iget_path()
Filipe Manana
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
2024-07-11
btrfs: subpage: remove the unused error bitmap dumping
Qu Wenruo
2024-07-11
btrfs: add documentation around snapshot delete
Josef Bacik
2024-07-11
btrfs: handle errors from btrfs_dec_ref() properly
Josef Bacik
2024-07-11
btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc()
Josef Bacik
2024-07-11
btrfs: clean up our handling of refs == 0 in snapshot delete
Josef Bacik
2024-07-11
btrfs: replace BUG_ON with ASSERT in walk_down_proc()
Josef Bacik
2024-07-11
btrfs: handle errors from ref mods during UPDATE_BACKREF in walk_down_proc()
Josef Bacik
2024-07-11
btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...
Josef Bacik
2024-07-11
btrfs: extract the reference dropping code into it's own helper
Josef Bacik
2024-07-11
btrfs: unify logic to decide if we need to walk down into a node during snaps...
Josef Bacik
2024-07-11
btrfs: remove local variable need_account in do_walk_down()
Josef Bacik
2024-07-11
btrfs: factor out eb uptodate check from do_walk_down()
Josef Bacik
2024-07-11
btrfs: push lookup_info into struct walk_control
Josef Bacik
2024-07-11
btrfs: use btrfs_read_extent_buffer() in do_walk_down()
Josef Bacik
2024-07-11
btrfs: remove all extra btrfs_check_eb_owner() calls
Josef Bacik
2024-07-11
btrfs: don't do extra find_extent_buffer() in do_walk_down()
Josef Bacik
2024-07-11
btrfs: avoid transaction commit on any fsync after subvolume creation
Filipe Manana
2024-07-11
btrfs: remove pointless code when creating and deleting a subvolume
Filipe Manana
2024-07-11
btrfs: pass reloc_control to setup_relocation_extent_mapping()
Johannes Thumshirn
2024-07-11
btrfs: pass a struct reloc_control to prealloc_file_extent_cluster()
Johannes Thumshirn
2024-07-11
btrfs: don't pass fs_info to describe_relocation()
Johannes Thumshirn
2024-07-11
btrfs: pass a reloc_control to relocate_one_folio()
Johannes Thumshirn
2024-07-11
btrfs: pass a reloc_control to relocate_file_extent_cluster()
Johannes Thumshirn
2024-07-11
btrfs: pass reloc_control to relocate_data_extent()
Johannes Thumshirn
2024-07-11
btrfs: update panic message when splitting ordered extent
Filipe Manana
2024-07-11
btrfs: mark ordered extent insertion failure checks as unlikely
Filipe Manana
2024-07-11
btrfs: avoid removal and re-insertion of split ordered extent
Filipe Manana
2024-07-11
btrfs: add comment about locking to btrfs_split_ordered_extent()
Filipe Manana
2024-07-11
btrfs: reduce critical section at btrfs_wait_ordered_extents()
Filipe Manana
2024-07-11
btrfs: reduce critical section at btrfs_wait_ordered_roots()
Filipe Manana
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
btrfs: do not directly include rwlock_types.h
Qu Wenruo
2024-07-11
btrfs: cleanup recursive include of the same header
Qu Wenruo
2024-07-11
btrfs: qgroup: delete a TODO about using kmem cache to allocate structures
Junchao Sun
[next]