index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
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
5
-111
/
+35
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
2022-05-16
btrfs: use rbtree with leftmost node cached for tracking lowest block group
Filipe Manana
6
-37
/
+25
2022-05-16
btrfs: remove search start argument from first_logical_byte()
Filipe Manana
1
-3
/
+4
2022-05-16
btrfs: return correct error number for __extent_writepage_io()
Qu Wenruo
1
-1
/
+12
2022-05-16
btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()
Qu Wenruo
1
-2
/
+6
2022-05-16
btrfs: avoid double clean up when submit_one_bio() failed
Qu Wenruo
3
-87
/
+44
2022-05-16
btrfs: use non-bh spin_lock in zstd timer callback
Schspa Shi
1
-5
/
+9
2022-05-16
btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()
Filipe Manana
1
-6
/
+2
2022-05-16
btrfs: simplify parameters of submit_read_repair() and rename
Qu Wenruo
1
-12
/
+16
2022-05-16
btrfs: remove the zoned/zone_size union in struct btrfs_fs_info
Christoph Hellwig
1
-5
/
+2
2022-05-16
btrfs: remove unnecessary check of iput argument
Lv Ruyi
2
-4
/
+2
2022-05-16
btrfs: stop using the btrfs_bio saved iter in index_rbio_pages
Christoph Hellwig
1
-3
/
+0
2022-05-16
btrfs: don't allocate a btrfs_bio for scrub bios
Christoph Hellwig
1
-29
/
+15
2022-05-16
btrfs: don't allocate a btrfs_bio for raid56 per-stripe bios
Christoph Hellwig
1
-5
/
+2
2022-05-16
btrfs: pass bio opf to rbio_add_io_page
Christoph Hellwig
1
-20
/
+17
2022-05-16
btrfs: pass a block_device to btrfs_bio_clone
Christoph Hellwig
3
-7
/
+8
2022-05-16
btrfs: move the call to bio_set_dev out of submit_stripe_bio
Christoph Hellwig
1
-1
/
+1
2022-05-16
btrfs: use on-stack bio in scrub_repair_page_from_good_copy
Christoph Hellwig
1
-14
/
+9
2022-05-16
btrfs: use on-stack bio in scrub_recheck_block
Christoph Hellwig
1
-10
/
+8
2022-05-16
btrfs: use on-stack bio in repair_io_failure
Christoph Hellwig
1
-28
/
+24
2022-05-16
btrfs: check-integrity: simplify bio allocation in btrfsic_read_block
Christoph Hellwig
1
-3
/
+2
2022-05-16
btrfs: check-integrity: split submit_bio from btrfsic checking
Christoph Hellwig
6
-25
/
+19
[prev]
[next]