index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-25
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-18
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-2
/
+2
2022-04-18
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
2022-01-03
btrfs: stop accessing ->csum_root directly
Josef Bacik
1
-3
/
+8
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
1
-15
/
+25
2022-01-03
btrfs: use chunk_root in find_free_extent_update_loop
Josef Bacik
1
-1
/
+1
2022-01-03
btrfs: make remove_extent_backref pass the root
Josef Bacik
1
-8
/
+10
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
1
-7
/
+7
2021-12-15
btrfs: fix invalid delayed ref after subvolume creation failure
Filipe Manana
1
-6
/
+7
2021-12-08
btrfs: fail if fstrim_range->start == U64_MAX
Josef Bacik
1
-0
/
+3
2021-10-26
btrfs: reduce btrfs_update_block_group alloc argument to bool
Anand Jain
1
-3
/
+3
2021-10-26
btrfs: pull up qgroup checks from delayed-ref core to init time
Nikolay Borisov
1
-5
/
+0
2021-10-26
btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_ref
Nikolay Borisov
1
-6
/
+11
2021-10-26
btrfs: rename root fields in delayed refs structs
Nikolay Borisov
1
-5
/
+5
2021-10-26
btrfs: assert that extent buffers are write locked instead of only locked
Filipe Manana
1
-2
/
+2
2021-10-26
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
1
-10
/
+9
2021-10-26
btrfs: zoned: let the for_treelog test in the allocator stand out
Johannes Thumshirn
1
-3
/
+4
2021-10-26
btrfs: zoned: add a dedicated data relocation block group
Johannes Thumshirn
1
-2
/
+49
2021-10-26
btrfs: introduce btrfs_is_data_reloc_root
Johannes Thumshirn
1
-1
/
+1
2021-10-26
btrfs: zoned: avoid chunk allocation if active block group has enough space
Naohiro Aota
1
-7
/
+21
2021-10-26
btrfs: move ffe_ctl one level up
Naohiro Aota
1
-75
/
+87
2021-10-26
btrfs: zoned: activate block group on allocation
Naohiro Aota
1
-0
/
+12
2021-10-26
btrfs: zoned: calculate free space from zone capacity
Naohiro Aota
1
-1
/
+2
2021-10-07
btrfs: unlock newly allocated extent buffer after error
Qu Wenruo
1
-0
/
+1
2021-08-23
btrfs: pass NULL as trans to btrfs_search_slot if we only want to search
Marcos Paulo de Souza
1
-1
/
+1
2021-08-23
btrfs: cleanup fs_devices pointer usage in btrfs_trim_fs
Anand Jain
1
-5
/
+5
2021-07-22
btrfs: check for missing device in btrfs_trim_fs
Anand Jain
1
-0
/
+3
2021-06-22
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
1
-15
/
+0
[next]