index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
laptop
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bio
David Sterba
3
-7
/
+5
2022-05-16
btrfs: remove btrfs_delayed_extent_op::is_data
David Sterba
3
-8
/
+3
2022-05-16
btrfs: sink parameter is_data to btrfs_set_disk_extent_flags
David Sterba
3
-6
/
+5
2022-05-16
btrfs: fix deadlock between concurrent dio writes when low on free data space
Filipe Manana
1
-17
/
+65
2022-05-16
btrfs: derive compression type from extent map during reads
Goldwyn Rodrigues
3
-8
/
+7
2022-05-16
btrfs: scrub: move scrub_remap_extent() call into scrub_extent()
Qu Wenruo
1
-27
/
+35
2022-05-16
btrfs: scrub: use find_first_extent_item to for extent item search
Qu Wenruo
1
-73
/
+25
2022-05-16
btrfs: scrub: refactor scrub_raid56_parity()
Qu Wenruo
1
-181
/
+164
2022-05-16
btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrub
Qu Wenruo
1
-226
/
+21
2022-05-16
btrfs: scrub: cleanup the non-RAID56 branches in scrub_stripe()
Qu Wenruo
1
-77
/
+51
2022-05-16
btrfs: scrub: introduce dedicated helper to scrub simple-stripe based range
Qu Wenruo
1
-12
/
+88
2022-05-16
btrfs: scrub: introduce dedicated helper to scrub simple-mirror based range
Qu Wenruo
1
-0
/
+188
2022-05-16
btrfs: scrub: introduce a helper to locate an extent item
Qu Wenruo
1
-0
/
+107
2022-05-16
btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe()
Qu Wenruo
1
-4
/
+2
2022-05-16
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
6
-171
/
+139
2022-05-16
btrfs: turn fs_info member buffer_radix into XArray
Gabriel Niebler
4
-97
/
+55
2022-05-16
btrfs: turn name_cache radix tree into XArray in send_ctx
Gabriel Niebler
1
-22
/
+18
2022-05-16
btrfs: turn delayed_nodes_tree into an XArray
Gabriel Niebler
4
-50
/
+44
2022-05-16
btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()
Qu Wenruo
2
-27
/
+36
2022-05-16
btrfs: move definition of btrfs_raid_types to volumes.h
Qu Wenruo
3
-13
/
+15
2022-05-16
btrfs: use a normal workqueue for rmw_workers
Christoph Hellwig
3
-19
/
+18
2022-05-16
btrfs: use normal workqueues for scrub
Christoph Hellwig
3
-46
/
+41
2022-05-16
btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueue
Christoph Hellwig
6
-129
/
+47
2022-05-16
btrfs: raid56: enable subpage support for RAID56
Qu Wenruo
3
-21
/
+0
2022-05-16
btrfs: raid56: make alloc_rbio_essential_pages() subpage compatible
Qu Wenruo
1
-7
/
+9
2022-05-16
btrfs: raid56: make steal_rbio() subpage compatible
Qu Wenruo
1
-4
/
+24
2022-05-16
btrfs: raid56: make set_bio_pages_uptodate() subpage compatible
Qu Wenruo
1
-6
/
+36
2022-05-16
btrfs: raid56: remove btrfs_raid_bio::bio_pages array
Qu Wenruo
1
-40
/
+3
2022-05-16
btrfs: raid56: make raid56_add_scrub_pages() subpage compatible
Qu Wenruo
3
-6
/
+12
2022-05-16
btrfs: raid56: open code rbio_stripe_page_index()
Qu Wenruo
1
-6
/
+1
2022-05-16
btrfs: raid56: make finish_rmw() subpage compatible
Qu Wenruo
1
-77
/
+32
2022-05-16
btrfs: raid56: make __raid_recover_endio_io() subpage compatible
Qu Wenruo
1
-23
/
+28
2022-05-16
btrfs: raid56: make finish_parity_scrub() subpage compatible
Qu Wenruo
1
-24
/
+32
2022-05-16
btrfs: raid56: make rbio_add_io_page() subpage compatible
Qu Wenruo
1
-89
/
+165
2022-05-16
btrfs: raid56: introduce btrfs_raid_bio::bio_sectors
Qu Wenruo
1
-2
/
+55
2022-05-16
btrfs: raid56: introduce btrfs_raid_bio::stripe_sectors
Qu Wenruo
1
-4
/
+56
2022-05-16
btrfs: raid56: introduce new cached members for btrfs_raid_bio
Qu Wenruo
1
-6
/
+17
2022-05-16
btrfs: raid56: make btrfs_raid_bio more compact
Qu Wenruo
1
-19
/
+21
2022-05-16
btrfs: raid56: open code rbio_nr_pages()
Qu Wenruo
1
-13
/
+5
2022-05-16
btrfs: reduce width for stripe_len from u64 to u32
Qu Wenruo
4
-29
/
+22
2022-05-16
btrfs: do not return errors from submit_bio_hook_t instances
Christoph Hellwig
3
-18
/
+11
2022-05-16
btrfs: do not return errors from btrfs_submit_compressed_read
Christoph Hellwig
3
-13
/
+10
2022-05-16
btrfs: do not return errors from btrfs_submit_metadata_bio
Christoph Hellwig
2
-18
/
+10
2022-05-16
btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bio
Christoph Hellwig
3
-4
/
+3
2022-05-16
btrfs: move btrfs_readpage to extent_io.c
Christoph Hellwig
4
-38
/
+34
2022-05-16
btrfs: repair super block num_devices automatically
Qu Wenruo
1
-4
/
+4
2022-05-16
btrfs: do not pass compressed_bio to submit_compressed_bio()
Goldwyn Rodrigues
1
-3
/
+2
2022-05-16
btrfs: avoid double search for block group during NOCOW writes
Filipe Manana
3
-29
/
+60
2022-05-16
btrfs: return block group directly at btrfs_next_block_group()
Filipe Manana
1
-1
/
+1
2022-05-16
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
5
-26
/
+26
[next]