index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
btrfs: fix extent buffer leak after tree mod log failure at split_node()
Filipe Manana
1
-0
/
+2
2023-06-19
btrfs: add missing error handling when logging operation while COWing extent ...
Filipe Manana
1
-2
/
+8
2023-06-19
btrfs: insert tree mod log move in push_node_left
Boris Burkov
1
-4
/
+7
2023-06-19
btrfs: rename del_ptr to btrfs_del_ptr and export it
Josef Bacik
1
-8
/
+8
2023-06-19
btrfs: add a btrfs_csum_type_size helper
Josef Bacik
1
-1
/
+7
2023-06-19
btrfs: remove level argument from btrfs_set_block_flags
Josef Bacik
1
-4
/
+1
2023-06-19
btrfs: improve leaf dump and error handling
Qu Wenruo
1
-2
/
+2
2023-06-19
btrfs: print-tree: pass const extent buffer pointer
Qu Wenruo
1
-2
/
+2
2023-06-19
btrfs: tag as unlikely the key comparison when checking sibling keys
Filipe Manana
1
-1
/
+1
2023-06-19
btrfs: unexport btrfs_prev_leaf()
Filipe Manana
1
-80
/
+81
2023-04-28
btrfs: print extent buffers when sibling keys check fails
Filipe Manana
1
-0
/
+4
2023-04-28
btrfs: abort transaction when sibling keys check fails for leaves
Filipe Manana
1
-0
/
+2
2023-04-28
btrfs: fix btrfs_prev_leaf() to not return the same key twice
Filipe Manana
1
-1
/
+31
2023-04-17
btrfs: remove pointless loop at btrfs_get_next_valid_item()
Filipe Manana
1
-17
/
+6
2023-04-17
btrfs: open code btrfs_bin_search()
Anand Jain
1
-6
/
+7
2023-04-17
btrfs: handle errors from btrfs_read_node_slot in split
Josef Bacik
1
-27
/
+26
2023-04-17
btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slot
Josef Bacik
1
-1
/
+1
2023-02-15
btrfs: do unsigned integer division in the extent buffer binary search loop
Filipe Manana
1
-6
/
+11
2023-02-15
btrfs: eliminate extra call when doing binary search on extent buffer
Filipe Manana
1
-13
/
+3
2023-02-15
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
1
-8
/
+8
2023-02-15
btrfs: add trans argument to btrfs_clean_tree_block
Josef Bacik
1
-15
/
+16
2022-12-05
btrfs: add might_sleep() annotations
ChenXiaoSong
1
-0
/
+4
2022-12-05
btrfs: remove BTRFS_LEAF_DATA_OFFSET
Josef Bacik
1
-4
/
+4
2022-12-05
btrfs: add helpers for manipulating leaf items and data
Josef Bacik
1
-66
/
+115
2022-12-05
btrfs: add eb to btrfs_node_key_ptr_offset
Josef Bacik
1
-14
/
+14
2022-12-05
btrfs: pass the extent buffer for the btrfs_item_nr helpers
Josef Bacik
1
-17
/
+18
2022-12-05
btrfs: move file_extent_item helpers into file-item.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move leaf_data_end into ctree.c
Josef Bacik
1
-0
/
+13
2022-12-05
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
1
-11
/
+17
2022-12-05
btrfs: move relocation prototypes into relocation.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: update function comments
David Sterba
1
-5
/
+6
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move btrfs_map_token to accessors
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()
Filipe Manana
1
-8
/
+8
2022-12-05
btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keys
Filipe Manana
1
-1
/
+1
2022-12-05
btrfs: move btrfs_next_old_item into ctree.c
Josef Bacik
1
-0
/
+8
2022-12-05
btrfs: move btrfs_path_cachep out of ctree.h
Josef Bacik
1
-0
/
+17
2022-11-15
btrfs: fix assertion failure and blocking during nowait buffered write
Filipe Manana
1
-6
/
+30
2022-11-07
btrfs: don't print stack trace when transaction is aborted due to ENOMEM
David Sterba
1
-0
/
+16
2022-09-29
btrfs: assert nowait mode is not used for some btree search functions
Stefan Roesch
1
-0
/
+4
2022-09-26
btrfs: implement a nowait option for tree searches
Josef Bacik
1
-3
/
+36
2022-08-17
btrfs: fix lockdep splat with reloc root extent buffers
Josef Bacik
1
-0
/
+3
2022-05-16
btrfs: sink parameter is_data to btrfs_set_disk_extent_flags
David Sterba
1
-1
/
+1
2022-05-16
btrfs: tree-checker: check extent buffer owner against owner rootid
Qu Wenruo
1
-0
/
+6
2022-05-16
btrfs: introduce btrfs_for_each_slot iterator macro
Gabriel Niebler
1
-0
/
+37
2022-05-16
btrfs: remove trivial wrapper btrfs_read_buffer()
Filipe Manana
1
-1
/
+1
2022-05-16
btrfs: update outdated comment for read_block_for_search()
Filipe Manana
1
-5
/
+6
2022-05-16
btrfs: release upper nodes when reading stale btree node from disk
Filipe Manana
1
-9
/
+19
[next]