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.12.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
...
*
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
*
btrfs: remove BTRFS_LEAF_DATA_OFFSET
Josef Bacik
2022-12-05
1
-4
/
+4
*
btrfs: add helpers for manipulating leaf items and data
Josef Bacik
2022-12-05
1
-66
/
+115
*
btrfs: add eb to btrfs_node_key_ptr_offset
Josef Bacik
2022-12-05
1
-14
/
+14
*
btrfs: pass the extent buffer for the btrfs_item_nr helpers
Josef Bacik
2022-12-05
1
-17
/
+18
*
btrfs: move file_extent_item helpers into file-item.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move leaf_data_end into ctree.c
Josef Bacik
2022-12-05
1
-0
/
+13
*
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
2022-12-05
1
-11
/
+17
*
btrfs: move relocation prototypes into relocation.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: update function comments
David Sterba
2022-12-05
1
-5
/
+6
*
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move btrfs_map_token to accessors
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move the printk helpers out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()
Filipe Manana
2022-12-05
1
-8
/
+8
*
btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keys
Filipe Manana
2022-12-05
1
-1
/
+1
*
btrfs: move btrfs_next_old_item into ctree.c
Josef Bacik
2022-12-05
1
-0
/
+8
*
btrfs: move btrfs_path_cachep out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+17
*
btrfs: fix assertion failure and blocking during nowait buffered write
Filipe Manana
2022-11-15
1
-6
/
+30
*
btrfs: don't print stack trace when transaction is aborted due to ENOMEM
David Sterba
2022-11-07
1
-0
/
+16
*
btrfs: assert nowait mode is not used for some btree search functions
Stefan Roesch
2022-09-29
1
-0
/
+4
*
btrfs: implement a nowait option for tree searches
Josef Bacik
2022-09-26
1
-3
/
+36
*
btrfs: fix lockdep splat with reloc root extent buffers
Josef Bacik
2022-08-17
1
-0
/
+3
*
btrfs: sink parameter is_data to btrfs_set_disk_extent_flags
David Sterba
2022-05-16
1
-1
/
+1
*
btrfs: tree-checker: check extent buffer owner against owner rootid
Qu Wenruo
2022-05-16
1
-0
/
+6
*
btrfs: introduce btrfs_for_each_slot iterator macro
Gabriel Niebler
2022-05-16
1
-0
/
+37
*
btrfs: remove trivial wrapper btrfs_read_buffer()
Filipe Manana
2022-05-16
1
-1
/
+1
*
btrfs: update outdated comment for read_block_for_search()
Filipe Manana
2022-05-16
1
-5
/
+6
*
btrfs: release upper nodes when reading stale btree node from disk
Filipe Manana
2022-05-16
1
-9
/
+19
*
btrfs: avoid unnecessary btree search restarts when reading node
Filipe Manana
2022-05-16
1
-11
/
+19
*
btrfs: unify the error handling of btrfs_read_buffer()
Qu Wenruo
2022-03-14
1
-6
/
+6
*
btrfs: unify the error handling pattern for read_tree_block()
Qu Wenruo
2022-03-14
1
-14
/
+16
*
btrfs: avoid unnecessary computation when deleting items from a leaf
Filipe Manana
2022-03-14
1
-9
/
+7
*
btrfs: avoid unnecessary COW of leaves when deleting items from a leaf
Filipe Manana
2022-03-14
1
-6
/
+32
*
btrfs: remove unnecessary leaf free space checks when pushing items
Filipe Manana
2022-03-14
1
-12
/
+0
*
btrfs: refactor unlock_up
Nikolay Borisov
2022-01-07
1
-15
/
+16
*
btrfs: remove stale comment about locking at btrfs_search_slot()
Filipe Manana
2022-01-07
1
-4
/
+0
*
btrfs: remove BUG_ON() after splitting leaf
Filipe Manana
2022-01-07
1
-1
/
+3
*
btrfs: move leaf search logic out of btrfs_search_slot()
Filipe Manana
2022-01-07
1
-116
/
+128
*
btrfs: remove useless condition check before splitting leaf
Filipe Manana
2022-01-07
1
-5
/
+1
*
btrfs: try to unlock parent nodes earlier when inserting a key
Filipe Manana
2022-01-07
1
-19
/
+118
*
btrfs: allow generic_bin_search() to take low boundary as an argument
Filipe Manana
2022-01-07
1
-20
/
+23
*
btrfs: check the root node for uptodate before returning it
Josef Bacik
2022-01-07
1
-4
/
+15
*
btrfs: make send work with concurrent block group relocation
Filipe Manana
2022-01-07
1
-24
/
+74
*
btrfs: rename btrfs_item_end_nr to btrfs_item_data_end
Josef Bacik
2022-01-03
1
-5
/
+5
*
btrfs: drop the _nr from the item helpers
Josef Bacik
2022-01-03
1
-43
/
+43
*
btrfs: introduce item_nr token variant helpers
Josef Bacik
2022-01-03
1
-40
/
+25
[prev]
[next]