index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: fix tree mod log mishandling of reallocated nodes
Josef Bacik
2022-10-24
1
-12
/
+13
*
btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...
Tetsuo Handa
2022-09-29
1
-0
/
+3
*
btrfs: make can_nocow_extent nowait compatible
Josef Bacik
2022-09-29
1
-0
/
+6
*
btrfs: speedup checking for extent sharedness during fiemap
Filipe Manana
2022-09-26
1
-1
/
+9
*
btrfs: get rid of block group caching progress logic
Omar Sandoval
2022-09-26
1
-7
/
+2
*
btrfs: convert block group bit field to use bit helpers
Josef Bacik
2022-09-26
1
-2
/
+3
*
btrfs: fix space cache corruption and potential double allocations
Omar Sandoval
2022-08-23
1
-24
/
+6
*
btrfs: fix lockdep splat with reloc root extent buffers
Josef Bacik
2022-08-17
1
-1
/
+17
*
btrfs: zoned: write out partially allocated region
Naohiro Aota
2022-07-25
1
-0
/
+10
*
btrfs: zoned: finish least available block group on data bg allocation
Naohiro Aota
2022-07-25
1
-10
/
+40
*
btrfs: let can_allocate_chunk return error
Naohiro Aota
2022-07-25
1
-7
/
+8
*
btrfs: use named constant for reserved device space
Qu Wenruo
2022-07-25
1
-3
/
+3
*
btrfs: split discard handling out of btrfs_map_block
Christoph Hellwig
2022-07-25
1
-44
/
+28
*
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-07-16
1
-1
/
+1
|
\
|
*
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
2022-07-15
1
-1
/
+1
*
|
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-06-26
1
-2
/
+18
|
\
|
|
*
btrfs: zoned: prevent allocation from previous data relocation BG
Naohiro Aota
2022-06-21
1
-2
/
+18
*
|
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-05-24
1
-33
/
+28
|
\
|
|
*
btrfs: zoned: introduce btrfs_zoned_bg_is_full
Naohiro Aota
2022-05-16
1
-2
/
+1
|
*
btrfs: improve error reporting in lookup_inline_extent_backref
Nikolay Borisov
2022-05-16
1
-1
/
+7
|
*
btrfs: remove btrfs_delayed_extent_op::is_data
David Sterba
2022-05-16
1
-4
/
+2
|
*
btrfs: sink parameter is_data to btrfs_set_disk_extent_flags
David Sterba
2022-05-16
1
-3
/
+3
|
*
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
2022-05-16
1
-1
/
+1
|
*
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
2022-05-16
1
-2
/
+2
|
*
btrfs: use rbtree with leftmost node cached for tracking lowest block group
Filipe Manana
2022-05-16
1
-13
/
+9
|
*
btrfs: remove search start argument from first_logical_byte()
Filipe Manana
2022-05-16
1
-3
/
+4
|
*
btrfs: stop allocating a path when checking if cross reference exists
Filipe Manana
2022-05-16
1
-7
/
+2
*
|
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
1
-2
/
+2
*
|
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
1
-2
/
+2
|
/
*
btrfs: zoned: activate block group only for extent allocation
Naohiro Aota
2022-04-06
1
-1
/
+1
*
btrfs: factor out do_free_extent_accounting helper
Josef Bacik
2022-03-14
1
-22
/
+30
*
btrfs: remove last_ref from the extent freeing code
Josef Bacik
2022-03-14
1
-23
/
+11
*
btrfs: add a alloc_reserved_extent helper
Josef Bacik
2022-03-14
1
-32
/
+24
*
btrfs: remove BUG_ON(ret) in alloc_reserved_tree_block
Josef Bacik
2022-03-14
1
-1
/
+2
*
btrfs: zoned: remove redundant initialization of to_add
Jiapeng Chong
2022-03-14
1
-4
/
+3
*
btrfs: do not start relocation until in progress drops are done
Josef Bacik
2022-03-02
1
-0
/
+10
*
btrfs: zoned: fix chunk allocation condition for zoned allocator
Naohiro Aota
2022-01-07
1
-12
/
+9
*
btrfs: add extent allocator hook to decide to allocate chunk or not
Naohiro Aota
2022-01-07
1
-0
/
+17
*
btrfs: zoned: unset dedicated block group on allocation failure
Naohiro Aota
2022-01-07
1
-4
/
+16
*
btrfs: track the csum, extent, and free space trees in a rb tree
Josef Bacik
2022-01-03
1
-0
/
+1
*
btrfs: stop accessing ->csum_root directly
Josef Bacik
2022-01-03
1
-3
/
+8
*
btrfs: stop accessing ->extent_root directly
Josef Bacik
2022-01-03
1
-15
/
+25
*
btrfs: use chunk_root in find_free_extent_update_loop
Josef Bacik
2022-01-03
1
-1
/
+1
*
btrfs: make remove_extent_backref pass the root
Josef Bacik
2022-01-03
1
-8
/
+10
*
btrfs: drop the _nr from the item helpers
Josef Bacik
2022-01-03
1
-7
/
+7
*
btrfs: fix invalid delayed ref after subvolume creation failure
Filipe Manana
2021-12-15
1
-6
/
+7
*
btrfs: fail if fstrim_range->start == U64_MAX
Josef Bacik
2021-12-08
1
-0
/
+3
*
btrfs: reduce btrfs_update_block_group alloc argument to bool
Anand Jain
2021-10-26
1
-3
/
+3
*
btrfs: pull up qgroup checks from delayed-ref core to init time
Nikolay Borisov
2021-10-26
1
-5
/
+0
*
btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_ref
Nikolay Borisov
2021-10-26
1
-6
/
+11
[next]