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
/
ctree.c
Age
Commit message (
Expand
)
Author
2023-12-15
btrfs: make the logic from btrfs_block_can_be_shared() easier to read
Filipe Manana
2023-12-15
btrfs: use bool for return type of btrfs_block_can_be_shared()
Filipe Manana
2023-11-13
Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-03
btrfs: get correct owning_root when dropping snapshot
Josef Bacik
2023-10-30
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-10-23
btrfs: fix unwritten extent buffer after snapshotting a new subvolume
Filipe Manana
2023-10-12
btrfs: move btrfs_realloc_node() from ctree.c into defrag.c
Filipe Manana
2023-10-12
btrfs: export comp_keys() from ctree.c as btrfs_comp_keys()
Filipe Manana
2023-10-12
btrfs: rename and export __btrfs_cow_block()
Filipe Manana
2023-10-12
btrfs: use round_down() to align block offset at btrfs_cow_block()
Filipe Manana
2023-10-12
btrfs: remove noinline attribute from btrfs_cow_block()
Filipe Manana
2023-10-12
btrfs: qgroup: track metadata relocation COW with simple quota
Boris Burkov
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2023-10-12
btrfs: rename errno identifiers to error
David Sterba
2023-10-12
btrfs: reduce arguments of helpers space accounting root item
David Sterba
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
2023-10-04
btrfs: error out when reallocating block for defrag using a stale transaction
Filipe Manana
2023-10-04
btrfs: error when COWing block from a root that is being deleted
Filipe Manana
2023-10-04
btrfs: error out when COWing block using a stale transaction
Filipe Manana
2023-06-19
btrfs: replace BUG_ON() at split_item() with proper error handling
Filipe Manana
2023-06-19
btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()
Filipe Manana
2023-06-19
btrfs: do not BUG_ON() on tree mod log failures at insert_ptr()
Filipe Manana
2023-06-19
btrfs: do not BUG_ON() on tree mod log failure at insert_new_root()
Filipe Manana
2023-06-19
btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert()
Filipe Manana
2023-06-19
btrfs: abort transaction at update_ref_for_cow() when ref count is zero
Filipe Manana
2023-06-19
btrfs: abort transaction at balance_level() when left child is missing
Filipe Manana
2023-06-19
btrfs: avoid unnecessarily setting the fs to RO and error state at balance_le...
Filipe Manana
2023-06-19
btrfs: rename enospc label to out at balance_level()
Filipe Manana
2023-06-19
btrfs: do not BUG_ON() on tree mod log failure at balance_level()
Filipe Manana
2023-06-19
btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()
Filipe Manana
2023-06-19
btrfs: fix extent buffer leak after tree mod log failure at split_node()
Filipe Manana
2023-06-19
btrfs: add missing error handling when logging operation while COWing extent ...
Filipe Manana
2023-06-19
btrfs: insert tree mod log move in push_node_left
Boris Burkov
2023-06-19
btrfs: rename del_ptr to btrfs_del_ptr and export it
Josef Bacik
2023-06-19
btrfs: add a btrfs_csum_type_size helper
Josef Bacik
2023-06-19
btrfs: remove level argument from btrfs_set_block_flags
Josef Bacik
2023-06-19
btrfs: improve leaf dump and error handling
Qu Wenruo
2023-06-19
btrfs: print-tree: pass const extent buffer pointer
Qu Wenruo
2023-06-19
btrfs: tag as unlikely the key comparison when checking sibling keys
Filipe Manana
2023-06-19
btrfs: unexport btrfs_prev_leaf()
Filipe Manana
2023-04-28
btrfs: print extent buffers when sibling keys check fails
Filipe Manana
2023-04-28
btrfs: abort transaction when sibling keys check fails for leaves
Filipe Manana
2023-04-28
btrfs: fix btrfs_prev_leaf() to not return the same key twice
Filipe Manana
2023-04-17
btrfs: remove pointless loop at btrfs_get_next_valid_item()
Filipe Manana
2023-04-17
btrfs: open code btrfs_bin_search()
Anand Jain
2023-04-17
btrfs: handle errors from btrfs_read_node_slot in split
Josef Bacik
2023-04-17
btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slot
Josef Bacik
2023-02-15
btrfs: do unsigned integer division in the extent buffer binary search loop
Filipe Manana
2023-02-15
btrfs: eliminate extra call when doing binary search on extent buffer
Filipe Manana
2023-02-15
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
[next]