index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: reset replace target device to allocation state on close
Desmond Cheong Zhi Xi
2021-08-23
1
-0
/
+3
*
btrfs: fix NULL pointer dereference when deleting device by invalid id
Qu Wenruo
2021-08-23
1
-1
/
+1
*
btrfs: introduce btrfs_search_backwards function
Marcos Paulo de Souza
2021-08-23
1
-6
/
+1
*
btrfs: simplify return values in btrfs_check_raid_min_devices
Anand Jain
2021-08-23
1
-6
/
+2
*
btrfs: allow degenerate raid0/raid10
David Sterba
2021-08-23
1
-2
/
+2
*
btrfs: subpage: reject raid56 filesystem and profile conversion
Qu Wenruo
2021-08-23
1
-0
/
+7
*
btrfs: constify and cleanup variables in comparators
David Sterba
2021-08-23
1
-1
/
+1
*
btrfs: simplify data stripe calculation helpers
David Sterba
2021-08-23
1
-13
/
+2
*
btrfs: merge alloc_device helpers
David Sterba
2021-08-23
1
-41
/
+25
*
btrfs: uninline btrfs_bg_flags_to_raid_index
David Sterba
2021-08-23
1
-0
/
+26
*
btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritems
Marcos Paulo de Souza
2021-08-23
1
-1
/
+1
*
btrfs: make btrfs_finish_chunk_alloc private to block-group.c
Nikolay Borisov
2021-08-23
1
-92
/
+0
*
Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-07-30
1
-0
/
+1
|
\
|
*
btrfs: fix rw device counting in __btrfs_free_extra_devids
Desmond Cheong Zhi Xi
2021-07-28
1
-0
/
+1
*
|
Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-07-13
1
-85
/
+270
|
\
|
|
*
btrfs: rework chunk allocation to avoid exhaustion of the system chunk array
Filipe Manana
2021-07-07
1
-85
/
+270
*
|
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
block: move bd_mutex to struct gendisk
Christoph Hellwig
2021-06-01
1
-1
/
+1
*
|
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
2021-06-22
1
-8
/
+0
*
|
btrfs: fix typos in comments
David Sterba
2021-06-22
1
-4
/
+4
*
|
btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()
Qu Wenruo
2021-06-21
1
-3
/
+3
*
|
btrfs: remove stale comment for argument seed of btrfs_find_device
Su Yue
2021-06-21
1
-2
/
+0
|
/
*
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-17
1
-1
/
+1
|
\
|
*
btrfs: return 0 for dev_extent_hole_check_zoned hole_start in case of error
Johannes Thumshirn
2021-05-14
1
-1
/
+1
*
|
Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
2021-04-27
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-09
1
-1
/
+2
*
|
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
2021-04-20
1
-1
/
+1
*
|
btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lock
Johannes Thumshirn
2021-04-20
1
-23
/
+23
*
|
btrfs: zoned: reset zones of relocated block groups
Johannes Thumshirn
2021-04-20
1
-0
/
+16
*
|
btrfs: more graceful errors/warnings on 32bit systems when reaching limits
Qu Wenruo
2021-04-20
1
-2
/
+51
*
|
btrfs: zoned: bail out in btrfs_alloc_chunk for bad input
Arnd Bergmann
2021-04-19
1
-0
/
+2
*
|
btrfs: assign proper values to a bool variable in dev_extent_hole_check_zoned
Jiapeng Chong
2021-04-19
1
-2
/
+2
|
/
*
Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-25
1
-0
/
+3
|
\
|
*
btrfs: do not initialize dev stats if we have no dev_root
Josef Bacik
2021-03-17
1
-0
/
+3
*
|
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
btrfs: use bio_kmalloc in __alloc_device
Christoph Hellwig
2021-01-27
1
-1
/
+1
*
|
btrfs: zoned: relocate block group to repair IO failure in zoned filesystems
Naohiro Aota
2021-02-09
1
-0
/
+72
*
|
btrfs: zoned: implement copying for zoned device-replace
Naohiro Aota
2021-02-09
1
-1
/
+1
*
|
btrfs: zoned: implement cloning for zoned device-replace
Naohiro Aota
2021-02-09
1
-2
/
+29
*
|
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
2021-02-09
1
-0
/
+14
*
|
btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing
Naohiro Aota
2021-02-09
1
-4
/
+4
*
|
btrfs: zoned: verify device extent is aligned to zone
Naohiro Aota
2021-02-09
1
-0
/
+14
*
|
btrfs: zoned: implement zoned chunk allocator
Naohiro Aota
2021-02-09
1
-17
/
+154
*
|
btrfs: zoned: defer loading zone info after opening trees
Naohiro Aota
2021-02-09
1
-4
/
+0
*
|
btrfs: let callers of btrfs_get_io_geometry pass the em
Michal Rostecki
2021-02-08
1
-25
/
+18
*
|
btrfs: consolidate btrfs_previous_item ret val handling in btrfs_shrink_device
Nikolay Borisov
2021-02-08
1
-4
/
+3
*
|
Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-01-29
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
btrfs: fix lockdep warning due to seqcount_mutex on 32bit arch
Su Yue
2021-01-25
1
-1
/
+1
*
|
Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-01-20
1
-0
/
+2
|
\
|
|
*
btrfs: fix lockdep splat in btrfs_recover_relocation
Josef Bacik
2021-01-18
1
-0
/
+2
[next]