index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: scrub: introduce dedicated helper to scrub simple-stripe based range
Qu Wenruo
2022-05-16
1
-12
/
+88
*
btrfs: scrub: introduce dedicated helper to scrub simple-mirror based range
Qu Wenruo
2022-05-16
1
-0
/
+188
*
btrfs: scrub: introduce a helper to locate an extent item
Qu Wenruo
2022-05-16
1
-0
/
+107
*
btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe()
Qu Wenruo
2022-05-16
1
-4
/
+2
*
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
2022-05-16
6
-171
/
+139
*
btrfs: turn fs_info member buffer_radix into XArray
Gabriel Niebler
2022-05-16
4
-97
/
+55
*
btrfs: turn name_cache radix tree into XArray in send_ctx
Gabriel Niebler
2022-05-16
1
-22
/
+18
*
btrfs: turn delayed_nodes_tree into an XArray
Gabriel Niebler
2022-05-16
4
-50
/
+44
*
btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()
Qu Wenruo
2022-05-16
2
-27
/
+36
*
btrfs: move definition of btrfs_raid_types to volumes.h
Qu Wenruo
2022-05-16
2
-0
/
+15
*
btrfs: use a normal workqueue for rmw_workers
Christoph Hellwig
2022-05-16
3
-19
/
+18
*
btrfs: use normal workqueues for scrub
Christoph Hellwig
2022-05-16
3
-46
/
+41
*
btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueue
Christoph Hellwig
2022-05-16
5
-111
/
+35
*
btrfs: raid56: enable subpage support for RAID56
Qu Wenruo
2022-05-16
3
-21
/
+0
*
btrfs: raid56: make alloc_rbio_essential_pages() subpage compatible
Qu Wenruo
2022-05-16
1
-7
/
+9
*
btrfs: raid56: make steal_rbio() subpage compatible
Qu Wenruo
2022-05-16
1
-4
/
+24
*
btrfs: raid56: make set_bio_pages_uptodate() subpage compatible
Qu Wenruo
2022-05-16
1
-6
/
+36
*
btrfs: raid56: remove btrfs_raid_bio::bio_pages array
Qu Wenruo
2022-05-16
1
-40
/
+3
*
btrfs: raid56: make raid56_add_scrub_pages() subpage compatible
Qu Wenruo
2022-05-16
3
-6
/
+12
*
btrfs: raid56: open code rbio_stripe_page_index()
Qu Wenruo
2022-05-16
1
-6
/
+1
*
btrfs: raid56: make finish_rmw() subpage compatible
Qu Wenruo
2022-05-16
1
-77
/
+32
*
btrfs: raid56: make __raid_recover_endio_io() subpage compatible
Qu Wenruo
2022-05-16
1
-23
/
+28
*
btrfs: raid56: make finish_parity_scrub() subpage compatible
Qu Wenruo
2022-05-16
1
-24
/
+32
*
btrfs: raid56: make rbio_add_io_page() subpage compatible
Qu Wenruo
2022-05-16
1
-89
/
+165
*
btrfs: raid56: introduce btrfs_raid_bio::bio_sectors
Qu Wenruo
2022-05-16
1
-2
/
+55
*
btrfs: raid56: introduce btrfs_raid_bio::stripe_sectors
Qu Wenruo
2022-05-16
1
-4
/
+56
*
btrfs: raid56: introduce new cached members for btrfs_raid_bio
Qu Wenruo
2022-05-16
1
-6
/
+17
*
btrfs: raid56: make btrfs_raid_bio more compact
Qu Wenruo
2022-05-16
1
-19
/
+21
*
btrfs: raid56: open code rbio_nr_pages()
Qu Wenruo
2022-05-16
1
-13
/
+5
*
btrfs: reduce width for stripe_len from u64 to u32
Qu Wenruo
2022-05-16
4
-29
/
+22
*
btrfs: do not return errors from submit_bio_hook_t instances
Christoph Hellwig
2022-05-16
3
-18
/
+11
*
btrfs: do not return errors from btrfs_submit_compressed_read
Christoph Hellwig
2022-05-16
3
-13
/
+10
*
btrfs: do not return errors from btrfs_submit_metadata_bio
Christoph Hellwig
2022-05-16
2
-18
/
+10
*
btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bio
Christoph Hellwig
2022-05-16
3
-4
/
+3
*
btrfs: move btrfs_readpage to extent_io.c
Christoph Hellwig
2022-05-16
4
-38
/
+34
*
btrfs: repair super block num_devices automatically
Qu Wenruo
2022-05-16
1
-4
/
+4
*
btrfs: do not pass compressed_bio to submit_compressed_bio()
Goldwyn Rodrigues
2022-05-16
1
-3
/
+2
*
btrfs: avoid double search for block group during NOCOW writes
Filipe Manana
2022-05-16
3
-29
/
+60
*
btrfs: return block group directly at btrfs_next_block_group()
Filipe Manana
2022-05-16
1
-1
/
+1
*
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
2022-05-16
5
-26
/
+26
*
btrfs: use rbtree with leftmost node cached for tracking lowest block group
Filipe Manana
2022-05-16
6
-37
/
+25
*
btrfs: remove search start argument from first_logical_byte()
Filipe Manana
2022-05-16
1
-3
/
+4
*
btrfs: return correct error number for __extent_writepage_io()
Qu Wenruo
2022-05-16
1
-1
/
+12
*
btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()
Qu Wenruo
2022-05-16
1
-2
/
+6
*
btrfs: avoid double clean up when submit_one_bio() failed
Qu Wenruo
2022-05-16
3
-87
/
+44
*
btrfs: use non-bh spin_lock in zstd timer callback
Schspa Shi
2022-05-16
1
-5
/
+9
*
btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()
Filipe Manana
2022-05-16
1
-6
/
+2
*
btrfs: simplify parameters of submit_read_repair() and rename
Qu Wenruo
2022-05-16
1
-12
/
+16
*
btrfs: remove the zoned/zone_size union in struct btrfs_fs_info
Christoph Hellwig
2022-05-16
1
-5
/
+2
*
btrfs: remove unnecessary check of iput argument
Lv Ruyi
2022-05-16
2
-4
/
+2
[next]