index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: split the bio submission path into a separate file
Christoph Hellwig
2022-12-05
1
-105
/
+5
*
btrfs: move struct btrfs_tree_parent_check out of disk-io.h
Christoph Hellwig
2022-12-05
1
-1
/
+1
*
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
2022-12-05
1
-0
/
+9
*
btrfs: move tree block parentness check into validate_extent_buffer()
Qu Wenruo
2022-12-05
1
-3
/
+22
*
btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()
Anand Jain
2022-12-05
1
-2
/
+2
*
btrfs: move btrfs_chunk_item_size out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+8
*
btrfs: auto enable discard=async when possible
David Sterba
2022-12-05
1
-0
/
+2
*
btrfs: zoned: initialize device's zone info for seeding
Johannes Thumshirn
2022-11-07
1
-1
/
+1
*
btrfs: reorder btrfs_bio for better packing
David Sterba
2022-10-24
1
-1
/
+1
*
btrfs: move btrfs_swapfile_pin into volumes.h
Josef Bacik
2022-09-26
1
-0
/
+25
*
btrfs: move btrfs_pinned_by_swapfile prototype into volumes.h
Josef Bacik
2022-09-26
1
-0
/
+2
*
btrfs: give struct btrfs_bio a real end_io handler
Christoph Hellwig
2022-09-26
1
-4
/
+16
*
btrfs: use chained bios when cloning
Christoph Hellwig
2022-09-26
1
-1
/
+0
*
btrfs: pass the operation to btrfs_bio_alloc
Christoph Hellwig
2022-09-26
1
-1
/
+1
*
btrfs: move btrfs_bio allocation to volumes.c
Christoph Hellwig
2022-09-26
1
-0
/
+6
*
btrfs: do not return errors from btrfs_map_bio
Christoph Hellwig
2022-07-25
1
-2
/
+1
*
btrfs: increase direct io read size limit to 256 sectors
Christoph Hellwig
2022-07-25
1
-0
/
+7
*
btrfs: use btrfs_raid_array to calculate number of parity stripes
Qu Wenruo
2022-07-25
1
-0
/
+1
*
btrfs: remove parameter dev_extent_len from scrub_stripe()
Qu Wenruo
2022-07-25
1
-0
/
+1
*
btrfs: split discard handling out of btrfs_map_block
Christoph Hellwig
2022-07-25
1
-1
/
+9
*
btrfs: do not allocate a btrfs_bio for low-level bios
Christoph Hellwig
2022-07-25
1
-1
/
+6
*
btrfs: remove btrfs_end_io_wq
Christoph Hellwig
2022-07-25
1
-0
/
+3
*
btrfs: add a helper to iterate through a btrfs_bio with sector sized chunks
Qu Wenruo
2022-07-25
1
-0
/
+16
*
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-05-25
1
-4
/
+38
|
\
|
*
btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()
Qu Wenruo
2022-05-16
1
-9
/
+30
|
*
btrfs: move definition of btrfs_raid_types to volumes.h
Qu Wenruo
2022-05-16
1
-0
/
+13
|
*
btrfs: reduce width for stripe_len from u64 to u32
Qu Wenruo
2022-05-16
1
-4
/
+4
*
|
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-23
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
btrfs: simplify ->flush_bio handling
Christoph Hellwig
2022-04-18
1
-2
/
+2
*
|
btrfs: fix direct I/O read repair for split bios
Christoph Hellwig
2022-04-19
1
-0
/
+3
|
/
*
btrfs: add device major-minor info in the struct btrfs_device
Anand Jain
2022-03-14
1
-0
/
+5
*
btrfs: match stale devices by dev_t
Anand Jain
2022-03-14
1
-1
/
+1
*
btrfs: remove reada infrastructure
Qu Wenruo
2022-01-07
1
-7
/
+0
*
btrfs: zoned: sink zone check into btrfs_repair_one_zone
Johannes Thumshirn
2022-01-07
1
-1
/
+1
*
btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls
Josef Bacik
2021-10-26
1
-1
/
+1
*
btrfs: add a btrfs_get_dev_args_from_path helper
Josef Bacik
2021-10-26
1
-0
/
+4
*
btrfs: handle device lookup with btrfs_dev_lookup_args
Josef Bacik
2021-10-26
1
-2
/
+18
*
btrfs: add comments for device counts in struct btrfs_fs_devices
Anand Jain
2021-10-26
1
-0
/
+19
*
btrfs: remove btrfs_bio::logical member
Qu Wenruo
2021-10-26
1
-1
/
+0
*
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
2021-10-26
1
-15
/
+14
*
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
2021-10-26
1
-11
/
+27
*
btrfs: convert latest_bdev type to btrfs_device and rename
Anand Jain
2021-10-26
1
-1
/
+5
*
btrfs: rename and switch to bool btrfs_chunk_readonly
Anand Jain
2021-10-26
1
-1
/
+1
*
btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk
Nikolay Borisov
2021-10-25
1
-1
/
+1
*
btrfs: delay blkdev_put until after the device remove
Josef Bacik
2021-09-07
1
-1
/
+2
*
btrfs: uninline btrfs_bg_flags_to_raid_index
David Sterba
2021-08-23
1
-26
/
+1
*
btrfs: make btrfs_finish_chunk_alloc private to block-group.c
Nikolay Borisov
2021-08-23
1
-2
/
+0
*
btrfs: rework chunk allocation to avoid exhaustion of the system chunk array
Filipe Manana
2021-07-07
1
-1
/
+4
*
btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()
Qu Wenruo
2021-06-21
1
-1
/
+1
*
btrfs: scrub: per-device bandwidth control
David Sterba
2021-06-21
1
-0
/
+3
[next]