index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
2023-04-17
btrfs: remove obsolete delayed ref throttling logic when truncating items
Filipe Manana
2023-04-17
btrfs: abort the transaction if we get an error during snapshot drop
Josef Bacik
2023-04-17
btrfs: handle errors in walk_down_tree properly
Josef Bacik
2023-02-15
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
2023-02-15
btrfs: add trans argument to btrfs_clean_tree_block
Josef Bacik
2023-02-15
btrfs: always lock the block before calling btrfs_clean_tree_block
Josef Bacik
2023-02-13
btrfs: remove duplicate include header in extent-tree.c
ye xingchen
2023-02-13
btrfs: don't use size classes for zoned file systems
Boris Burkov
2023-02-13
btrfs: introduce size class to block group allocator
Boris Burkov
2023-02-13
btrfs: add more find_free_extent tracepoints
Boris Burkov
2023-02-13
btrfs: pass find_free_extent_ctl to allocator tracepoints
Boris Burkov
2023-02-13
btrfs: directly pass in fs_info to btrfs_merge_delayed_refs
Johannes Thumshirn
2023-01-03
btrfs: always report error in run_one_delayed_ref()
Qu Wenruo
2022-12-05
btrfs: split the bio submission path into a separate file
Christoph Hellwig
2022-12-05
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
2022-12-05
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
2022-12-05
btrfs: move orphan prototypes into orphan.h
Josef Bacik
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
2022-12-05
btrfs: move root tree prototypes to their own header
Josef Bacik
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
btrfs: move btrfs_account_ro_block_groups_free_space into space-info.c
Josef Bacik
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-10-24
btrfs: fix tree mod log mishandling of reallocated nodes
Josef Bacik
2022-09-29
btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...
Tetsuo Handa
2022-09-29
btrfs: make can_nocow_extent nowait compatible
Josef Bacik
2022-09-26
btrfs: speedup checking for extent sharedness during fiemap
Filipe Manana
2022-09-26
btrfs: get rid of block group caching progress logic
Omar Sandoval
2022-09-26
btrfs: convert block group bit field to use bit helpers
Josef Bacik
2022-08-23
btrfs: fix space cache corruption and potential double allocations
Omar Sandoval
2022-08-17
btrfs: fix lockdep splat with reloc root extent buffers
Josef Bacik
2022-07-25
btrfs: zoned: write out partially allocated region
Naohiro Aota
2022-07-25
btrfs: zoned: finish least available block group on data bg allocation
Naohiro Aota
2022-07-25
btrfs: let can_allocate_chunk return error
Naohiro Aota
2022-07-25
btrfs: use named constant for reserved device space
Qu Wenruo
2022-07-25
btrfs: split discard handling out of btrfs_map_block
Christoph Hellwig
2022-07-16
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-07-15
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
2022-06-26
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-06-21
btrfs: zoned: prevent allocation from previous data relocation BG
Naohiro Aota
2022-05-24
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-05-16
btrfs: zoned: introduce btrfs_zoned_bg_is_full
Naohiro Aota
2022-05-16
btrfs: improve error reporting in lookup_inline_extent_backref
Nikolay Borisov
2022-05-16
btrfs: remove btrfs_delayed_extent_op::is_data
David Sterba
2022-05-16
btrfs: sink parameter is_data to btrfs_set_disk_extent_flags
David Sterba
2022-05-16
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
2022-05-16
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
2022-05-16
btrfs: use rbtree with leftmost node cached for tracking lowest block group
Filipe Manana
2022-05-16
btrfs: remove search start argument from first_logical_byte()
Filipe Manana
2022-05-16
btrfs: stop allocating a path when checking if cross reference exists
Filipe Manana
[next]