index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-05
btrfs: split the bio submission path into a separate file
Christoph Hellwig
1
-0
/
+1
2022-12-05
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
1
-1
/
+1
2022-12-05
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
1
-4
/
+8
2022-12-05
btrfs: move orphan prototypes into orphan.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move root tree prototypes to their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move btrfs_account_ro_block_groups_free_space into space-info.c
Josef Bacik
1
-34
/
+0
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-10-24
btrfs: fix tree mod log mishandling of reallocated nodes
Josef Bacik
1
-12
/
+13
2022-09-29
btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...
Tetsuo Handa
1
-0
/
+3
2022-09-29
btrfs: make can_nocow_extent nowait compatible
Josef Bacik
1
-0
/
+6
2022-09-26
btrfs: speedup checking for extent sharedness during fiemap
Filipe Manana
1
-1
/
+9
2022-09-26
btrfs: get rid of block group caching progress logic
Omar Sandoval
1
-7
/
+2
2022-09-26
btrfs: convert block group bit field to use bit helpers
Josef Bacik
1
-2
/
+3
2022-08-23
btrfs: fix space cache corruption and potential double allocations
Omar Sandoval
1
-24
/
+6
2022-08-17
btrfs: fix lockdep splat with reloc root extent buffers
Josef Bacik
1
-1
/
+17
2022-07-25
btrfs: zoned: write out partially allocated region
Naohiro Aota
1
-0
/
+10
2022-07-25
btrfs: zoned: finish least available block group on data bg allocation
Naohiro Aota
1
-10
/
+40
2022-07-25
btrfs: let can_allocate_chunk return error
Naohiro Aota
1
-7
/
+8
2022-07-25
btrfs: use named constant for reserved device space
Qu Wenruo
1
-3
/
+3
2022-07-25
btrfs: split discard handling out of btrfs_map_block
Christoph Hellwig
1
-44
/
+28
2022-07-16
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2022-07-15
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
1
-1
/
+1
2022-06-26
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+18
2022-06-21
btrfs: zoned: prevent allocation from previous data relocation BG
Naohiro Aota
1
-2
/
+18
2022-05-24
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-33
/
+28
2022-05-16
btrfs: zoned: introduce btrfs_zoned_bg_is_full
Naohiro Aota
1
-2
/
+1
2022-05-16
btrfs: improve error reporting in lookup_inline_extent_backref
Nikolay Borisov
1
-1
/
+7
2022-05-16
btrfs: remove btrfs_delayed_extent_op::is_data
David Sterba
1
-4
/
+2
2022-05-16
btrfs: sink parameter is_data to btrfs_set_disk_extent_flags
David Sterba
1
-3
/
+3
2022-05-16
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
1
-1
/
+1
2022-05-16
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
1
-2
/
+2
2022-05-16
btrfs: use rbtree with leftmost node cached for tracking lowest block group
Filipe Manana
1
-13
/
+9
2022-05-16
btrfs: remove search start argument from first_logical_byte()
Filipe Manana
1
-3
/
+4
2022-05-16
btrfs: stop allocating a path when checking if cross reference exists
Filipe Manana
1
-7
/
+2
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-2
/
+2
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-2
/
+2
2022-04-06
btrfs: zoned: activate block group only for extent allocation
Naohiro Aota
1
-1
/
+1
2022-03-14
btrfs: factor out do_free_extent_accounting helper
Josef Bacik
1
-22
/
+30
2022-03-14
btrfs: remove last_ref from the extent freeing code
Josef Bacik
1
-23
/
+11
2022-03-14
btrfs: add a alloc_reserved_extent helper
Josef Bacik
1
-32
/
+24
2022-03-14
btrfs: remove BUG_ON(ret) in alloc_reserved_tree_block
Josef Bacik
1
-1
/
+2
2022-03-14
btrfs: zoned: remove redundant initialization of to_add
Jiapeng Chong
1
-4
/
+3
2022-03-02
btrfs: do not start relocation until in progress drops are done
Josef Bacik
1
-0
/
+10
2022-01-07
btrfs: zoned: fix chunk allocation condition for zoned allocator
Naohiro Aota
1
-12
/
+9
2022-01-07
btrfs: add extent allocator hook to decide to allocate chunk or not
Naohiro Aota
1
-0
/
+17
2022-01-07
btrfs: zoned: unset dedicated block group on allocation failure
Naohiro Aota
1
-4
/
+16
2022-01-03
btrfs: track the csum, extent, and free space trees in a rb tree
Josef Bacik
1
-0
/
+1
[next]