index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-13
1
-1
/
+1
|
\
|
*
btrfs: get correct owning_root when dropping snapshot
Josef Bacik
2023-11-03
1
-1
/
+1
*
|
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-10-30
1
-234
/
+106
|
\
|
|
*
btrfs: move btrfs_realloc_node() from ctree.c into defrag.c
Filipe Manana
2023-10-12
1
-112
/
+0
|
*
btrfs: export comp_keys() from ctree.c as btrfs_comp_keys()
Filipe Manana
2023-10-12
1
-37
/
+7
|
*
btrfs: rename and export __btrfs_cow_block()
Filipe Manana
2023-10-12
1
-15
/
+15
|
*
btrfs: use round_down() to align block offset at btrfs_cow_block()
Filipe Manana
2023-10-12
1
-1
/
+1
|
*
btrfs: remove noinline attribute from btrfs_cow_block()
Filipe Manana
2023-10-12
1
-1
/
+1
|
*
btrfs: qgroup: track metadata relocation COW with simple quota
Boris Burkov
2023-10-12
1
-8
/
+14
|
*
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2023-10-12
1
-50
/
+59
|
*
btrfs: rename errno identifiers to error
David Sterba
2023-10-12
1
-2
/
+2
|
*
btrfs: reduce arguments of helpers space accounting root item
David Sterba
2023-10-12
1
-12
/
+11
|
*
btrfs: reformat remaining kdoc style comments
David Sterba
2023-10-12
1
-2
/
+2
*
|
btrfs: fix unwritten extent buffer after snapshotting a new subvolume
Filipe Manana
2023-10-23
1
-5
/
+16
|
/
*
btrfs: error out when reallocating block for defrag using a stale transaction
Filipe Manana
2023-10-04
1
-2
/
+16
*
btrfs: error when COWing block from a root that is being deleted
Filipe Manana
2023-10-04
1
-3
/
+7
*
btrfs: error out when COWing block using a stale transaction
Filipe Manana
2023-10-04
1
-8
/
+16
*
btrfs: replace BUG_ON() at split_item() with proper error handling
Filipe Manana
2023-06-19
1
-1
/
+6
*
btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()
Filipe Manana
2023-06-19
1
-13
/
+39
*
btrfs: do not BUG_ON() on tree mod log failures at insert_ptr()
Filipe Manana
2023-06-19
1
-19
/
+52
*
btrfs: do not BUG_ON() on tree mod log failure at insert_new_root()
Filipe Manana
2023-06-19
1
-1
/
+6
*
btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert()
Filipe Manana
2023-06-19
1
-2
/
+12
*
btrfs: abort transaction at update_ref_for_cow() when ref count is zero
Filipe Manana
2023-06-19
1
-3
/
+7
*
btrfs: abort transaction at balance_level() when left child is missing
Filipe Manana
2023-06-19
1
-3
/
+7
*
btrfs: avoid unnecessarily setting the fs to RO and error state at balance_le...
Filipe Manana
2023-06-19
1
-1
/
+0
*
btrfs: rename enospc label to out at balance_level()
Filipe Manana
2023-06-19
1
-12
/
+12
*
btrfs: do not BUG_ON() on tree mod log failure at balance_level()
Filipe Manana
2023-06-19
1
-3
/
+14
*
btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()
Filipe Manana
2023-06-19
1
-2
/
+7
*
btrfs: fix extent buffer leak after tree mod log failure at split_node()
Filipe Manana
2023-06-19
1
-0
/
+2
*
btrfs: add missing error handling when logging operation while COWing extent ...
Filipe Manana
2023-06-19
1
-2
/
+8
*
btrfs: insert tree mod log move in push_node_left
Boris Burkov
2023-06-19
1
-4
/
+7
*
btrfs: rename del_ptr to btrfs_del_ptr and export it
Josef Bacik
2023-06-19
1
-8
/
+8
*
btrfs: add a btrfs_csum_type_size helper
Josef Bacik
2023-06-19
1
-1
/
+7
*
btrfs: remove level argument from btrfs_set_block_flags
Josef Bacik
2023-06-19
1
-4
/
+1
*
btrfs: improve leaf dump and error handling
Qu Wenruo
2023-06-19
1
-2
/
+2
*
btrfs: print-tree: pass const extent buffer pointer
Qu Wenruo
2023-06-19
1
-2
/
+2
*
btrfs: tag as unlikely the key comparison when checking sibling keys
Filipe Manana
2023-06-19
1
-1
/
+1
*
btrfs: unexport btrfs_prev_leaf()
Filipe Manana
2023-06-19
1
-80
/
+81
*
btrfs: print extent buffers when sibling keys check fails
Filipe Manana
2023-04-28
1
-0
/
+4
*
btrfs: abort transaction when sibling keys check fails for leaves
Filipe Manana
2023-04-28
1
-0
/
+2
*
btrfs: fix btrfs_prev_leaf() to not return the same key twice
Filipe Manana
2023-04-28
1
-1
/
+31
*
btrfs: remove pointless loop at btrfs_get_next_valid_item()
Filipe Manana
2023-04-17
1
-17
/
+6
*
btrfs: open code btrfs_bin_search()
Anand Jain
2023-04-17
1
-6
/
+7
*
btrfs: handle errors from btrfs_read_node_slot in split
Josef Bacik
2023-04-17
1
-27
/
+26
*
btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slot
Josef Bacik
2023-04-17
1
-1
/
+1
*
btrfs: do unsigned integer division in the extent buffer binary search loop
Filipe Manana
2023-02-15
1
-6
/
+11
*
btrfs: eliminate extra call when doing binary search on extent buffer
Filipe Manana
2023-02-15
1
-13
/
+3
*
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
2023-02-15
1
-8
/
+8
*
btrfs: add trans argument to btrfs_clean_tree_block
Josef Bacik
2023-02-15
1
-15
/
+16
*
btrfs: add might_sleep() annotations
ChenXiaoSong
2022-12-05
1
-0
/
+4
[next]