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: don't use btrfs_chunk::sub_stripes from disk
Qu Wenruo
2022-10-25
1
-1
/
+11
*
btrfs: check superblock to ensure the fs was not modified at thaw time
Qu Wenruo
2022-09-26
1
-1
/
+1
*
btrfs: stop allocation a btrfs_io_context for simple I/O
Christoph Hellwig
2022-09-26
1
-37
/
+57
*
btrfs: add fast path for single device io in __btrfs_map_block
Christoph Hellwig
2022-09-26
1
-14
/
+46
*
btrfs: decide bio cloning inside submit_stripe_bio
Christoph Hellwig
2022-09-26
1
-9
/
+5
*
btrfs: factor out low-level bio setup from submit_stripe_bio
Christoph Hellwig
2022-09-26
1
-23
/
+28
*
btrfs: give struct btrfs_bio a real end_io handler
Christoph Hellwig
2022-09-26
1
-16
/
+14
*
btrfs: properly abstract the parity raid bio handling
Christoph Hellwig
2022-09-26
1
-1
/
+17
*
btrfs: use chained bios when cloning
Christoph Hellwig
2022-09-26
1
-44
/
+50
*
btrfs: don't take a bio_counter reference for cloned bios
Christoph Hellwig
2022-09-26
1
-4
/
+2
*
btrfs: pass the operation to btrfs_bio_alloc
Christoph Hellwig
2022-09-26
1
-2
/
+2
*
btrfs: move btrfs_bio allocation to volumes.c
Christoph Hellwig
2022-09-26
1
-0
/
+58
*
btrfs: remove lock protection for BLOCK_GROUP_FLAG_RELOCATING_REPAIR
Josef Bacik
2022-09-26
1
-3
/
+0
*
btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPY
Josef Bacik
2022-09-26
1
-2
/
+0
*
btrfs: convert block group bit field to use bit helpers
Josef Bacik
2022-09-26
1
-5
/
+4
*
btrfs: fix the max chunk size and stripe length calculation
Qu Wenruo
2022-09-06
1
-0
/
+3
*
btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()
Zixuan Fu
2022-08-22
1
-1
/
+4
*
btrfs: merge btrfs_dev_stat_print_on_error with its only caller
Christoph Hellwig
2022-07-25
1
-5
/
+0
*
btrfs: raid56: transfer the bio counter reference to the raid submission helpers
Christoph Hellwig
2022-07-25
1
-8
/
+7
*
btrfs: do not return errors from raid56_parity_recover
Christoph Hellwig
2022-07-25
1
-1
/
+1
*
btrfs: do not return errors from raid56_parity_write
Christoph Hellwig
2022-07-25
1
-1
/
+1
*
btrfs: do not return errors from btrfs_map_bio
Christoph Hellwig
2022-07-25
1
-5
/
+7
*
btrfs: return proper mapped length for RAID56 profiles in __btrfs_map_block()
Qu Wenruo
2022-07-25
1
-1
/
+4
*
btrfs: raid56: use fixed stripe length everywhere
Christoph Hellwig
2022-07-25
1
-8
/
+5
*
btrfs: clean up chained assignments
David Sterba
2022-07-25
1
-1
/
+2
*
btrfs: warn about dev extents that are inside the reserved range
Qu Wenruo
2022-07-25
1
-0
/
+10
*
btrfs: use named constant for reserved device space
Qu Wenruo
2022-07-25
1
-6
/
+1
*
btrfs: use ncopies from btrfs_raid_array in btrfs_num_copies()
Qu Wenruo
2022-07-25
1
-7
/
+7
*
btrfs: use btrfs_raid_array to calculate number of parity stripes
Qu Wenruo
2022-07-25
1
-0
/
+7
*
btrfs: use btrfs_chunk_max_errors() to replace tolerance calculation
Qu Wenruo
2022-07-25
1
-1
/
+1
*
btrfs: remove parameter dev_extent_len from scrub_stripe()
Qu Wenruo
2022-07-25
1
-6
/
+6
*
btrfs: split discard handling out of btrfs_map_block
Christoph Hellwig
2022-07-25
1
-40
/
+27
*
btrfs: do not allocate a btrfs_bio for low-level bios
Christoph Hellwig
2022-07-25
1
-10
/
+9
*
btrfs: factor stripe submission logic out of btrfs_map_bio
Christoph Hellwig
2022-07-25
1
-39
/
+35
*
btrfs: remove btrfs_end_io_wq
Christoph Hellwig
2022-07-25
1
-5
/
+28
*
btrfs: move more work into btrfs_end_bioc
Christoph Hellwig
2022-07-25
1
-50
/
+22
*
btrfs: store chunk size in space-info struct
Stefan Roesch
2022-07-25
1
-19
/
+9
*
btrfs: quit early if the fs has no RAID56 support for raid56 related checks
Qu Wenruo
2022-07-25
1
-0
/
+6
*
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-05-25
1
-86
/
+41
|
\
|
*
btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()
Qu Wenruo
2022-05-16
1
-18
/
+6
|
*
btrfs: raid56: enable subpage support for RAID56
Qu Wenruo
2022-05-16
1
-7
/
+0
|
*
btrfs: reduce width for stripe_len from u64 to u32
Qu Wenruo
2022-05-16
1
-13
/
+7
|
*
btrfs: repair super block num_devices automatically
Qu Wenruo
2022-05-16
1
-4
/
+4
|
*
btrfs: pass a block_device to btrfs_bio_clone
Christoph Hellwig
2022-05-16
1
-4
/
+5
|
*
btrfs: move the call to bio_set_dev out of submit_stripe_bio
Christoph Hellwig
2022-05-16
1
-1
/
+1
|
*
btrfs: check-integrity: split submit_bio from btrfsic checking
Christoph Hellwig
2022-05-16
1
-1
/
+2
|
*
btrfs: remove unnecessary type casts
Yu Zhe
2022-05-16
1
-1
/
+1
|
*
btrfs: use dummy extent buffer for super block sys chunk array read
Qu Wenruo
2022-05-16
1
-22
/
+7
|
*
btrfs: use btrfs_for_each_slot in btrfs_read_chunk_tree
Gabriel Niebler
2022-05-16
1
-16
/
+9
*
|
block: add a bdev_nonrot helper
Christoph Hellwig
2022-04-18
1
-2
/
+2
[next]