index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: remove local generation variable from read_block_for_search()
Filipe Manana
2024-11-11
1
-4
/
+2
*
btrfs: simplify arguments for btrfs_verify_level_key()
Filipe Manana
2024-11-11
1
-2
/
+1
*
btrfs: remove redundant level argument from read_block_for_search()
Filipe Manana
2024-11-11
1
-11
/
+9
*
btrfs: reduce lock contention when eb cache miss for btree search
Robbie Ko
2024-11-11
1
-31
/
+70
*
btrfs: drop unused parameter path from btrfs_tree_mod_log_rewind()
David Sterba
2024-11-11
1
-1
/
+1
*
btrfs: constify more pointer parameters
David Sterba
2024-09-10
1
-9
/
+9
*
btrfs: fix data race when accessing the last_trans field of a root
Filipe Manana
2024-07-11
1
-2
/
+2
*
btrfs: replace BUG_ON() with error handling at update_ref_for_cow()
Filipe Manana
2024-07-11
1
-2
/
+10
*
btrfs: simplify setting the full backref flag at update_ref_for_cow()
Filipe Manana
2024-07-11
1
-7
/
+4
*
btrfs: use label to deduplicate error path at btrfs_force_cow_block()
Filipe Manana
2024-07-11
1
-21
/
+12
*
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
2024-07-11
1
-11
/
+42
*
btrfs: remove all extra btrfs_check_eb_owner() calls
Josef Bacik
2024-07-11
1
-6
/
+1
*
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-05-07
1
-21
/
+18
*
btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()
Filipe Manana
2024-05-07
1
-6
/
+6
*
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
2024-03-05
1
-1
/
+1
*
btrfs: use KMEM_CACHE() to create btrfs_path cache
Kunwu Chan
2024-03-04
1
-3
/
+1
*
btrfs: unify handling of return values of btrfs_insert_empty_items()
David Sterba
2024-03-04
1
-0
/
+4
*
btrfs: cache folio size and shift in extent_buffer
Qu Wenruo
2024-03-04
1
-1
/
+1
*
btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios
Qu Wenruo
2023-12-15
1
-6
/
+7
*
btrfs: migrate extent_buffer::pages[] to folio
Qu Wenruo
2023-12-15
1
-1
/
+1
*
btrfs: make the logic from btrfs_block_can_be_shared() easier to read
Filipe Manana
2023-12-15
1
-16
/
+24
*
btrfs: use bool for return type of btrfs_block_can_be_shared()
Filipe Manana
2023-12-15
1
-6
/
+6
*
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
[next]