index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: 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
*
btrfs: rename root fields in delayed refs structs
Nikolay Borisov
2021-10-26
1
-5
/
+5
*
btrfs: assert that extent buffers are write locked instead of only locked
Filipe Manana
2021-10-26
1
-2
/
+2
*
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
2021-10-26
1
-10
/
+9
*
btrfs: zoned: let the for_treelog test in the allocator stand out
Johannes Thumshirn
2021-10-26
1
-3
/
+4
*
btrfs: zoned: add a dedicated data relocation block group
Johannes Thumshirn
2021-10-26
1
-2
/
+49
*
btrfs: introduce btrfs_is_data_reloc_root
Johannes Thumshirn
2021-10-26
1
-1
/
+1
*
btrfs: zoned: avoid chunk allocation if active block group has enough space
Naohiro Aota
2021-10-26
1
-7
/
+21
*
btrfs: move ffe_ctl one level up
Naohiro Aota
2021-10-26
1
-75
/
+87
*
btrfs: zoned: activate block group on allocation
Naohiro Aota
2021-10-26
1
-0
/
+12
*
btrfs: zoned: calculate free space from zone capacity
Naohiro Aota
2021-10-26
1
-1
/
+2
*
btrfs: unlock newly allocated extent buffer after error
Qu Wenruo
2021-10-07
1
-0
/
+1
*
btrfs: pass NULL as trans to btrfs_search_slot if we only want to search
Marcos Paulo de Souza
2021-08-23
1
-1
/
+1
*
btrfs: cleanup fs_devices pointer usage in btrfs_trim_fs
Anand Jain
2021-08-23
1
-5
/
+5
*
btrfs: check for missing device in btrfs_trim_fs
Anand Jain
2021-07-22
1
-0
/
+3
*
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
2021-06-22
1
-15
/
+0
*
btrfs: fix typos in comments
David Sterba
2021-06-22
1
-1
/
+1
*
btrfs: always abort the transaction if we abort a trans handle
Josef Bacik
2021-06-21
1
-1
/
+0
*
btrfs: return errors from btrfs_del_csums in cleanup_ref_head
Josef Bacik
2021-05-27
1
-1
/
+1
*
btrfs: fix unmountable seed device after fstrim
Anand Jain
2021-05-04
1
-1
/
+5
*
btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block()
Filipe Manana
2021-04-19
1
-5
/
+3
*
btrfs: unexport btrfs_extent_readonly() and make it static
Anand Jain
2021-04-19
1
-13
/
+0
*
btrfs: always pin deleted leaves when there are active tree mod log users
Filipe Manana
2021-03-16
1
-1
/
+22
*
btrfs: zoned: extend zoned allocator to use dedicated tree-log block group
Naohiro Aota
2021-02-09
1
-4
/
+71
*
btrfs: zoned: implement cloning for zoned device-replace
Naohiro Aota
2021-02-09
1
-15
/
+42
*
btrfs: zoned: reset zones of unused block groups
Naohiro Aota
2021-02-09
1
-5
/
+12
*
btrfs: zoned: redirty released extent buffers
Naohiro Aota
2021-02-09
1
-1
/
+11
*
btrfs: zoned: implement sequential extent allocation
Naohiro Aota
2021-02-09
1
-6
/
+84
*
btrfs: zoned: track unusable bytes for zones
Naohiro Aota
2021-02-09
1
-0
/
+5
*
btrfs: remove bogus BUG_ON in alloc_reserved_tree_block
Josef Bacik
2021-02-08
1
-1
/
+0
*
btrfs: delayed refs pre-flushing should only run the heads we have
Josef Bacik
2021-02-08
1
-1
/
+1
*
btrfs: account for new extents being deleted in total_bytes_pinned
Josef Bacik
2021-02-08
1
-14
/
+19
*
btrfs: handle space_info::total_bytes_pinned inside the delayed ref itself
Josef Bacik
2021-02-08
1
-85
/
+12
*
btrfs: fix log replay failure due to race with space cache rebuild
Filipe Manana
2021-01-25
1
-43
/
+18
*
btrfs: don't get an EINTR during drop_snapshot for reloc
Josef Bacik
2021-01-18
1
-1
/
+9
*
btrfs: correctly calculate item size used when item key collision happens
ethanwu
2020-12-18
1
-0
/
+2
*
btrfs: set the lockdep class for extent buffers on creation
Josef Bacik
2020-12-08
1
-3
/
+5
[next]