index
:
pub/scm/linux/kernel/git/robh/linux.git
master
Rob Herring's fork of linux.git
Rob Herring
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
raid56.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
btrfs: use kvmalloc() for stripe buffer of scrub_stripe
Qu Wenruo
1
-14
/
+4
2026-07-28
Merge tag 'for-7.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+8
2026-07-21
btrfs: raid56: fix scrub read assembly submitting no reads
Mykola Lysenko
1
-6
/
+5
2026-07-21
btrfs: raid56: fix an incorrect csum skip during scrub
Qu Wenruo
1
-1
/
+3
2026-06-21
Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-4
/
+4
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
1
-6
/
+6
2026-06-09
btrfs: allocate eb-attached btree pages as movable
Rik van Riel
1
-3
/
+3
2026-05-28
raid6: improve the public interface
Christoph Hellwig
1
-4
/
+4
2026-04-17
Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-2
/
+2
2026-04-16
Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-23
/
+4
2026-04-07
btrfs: replace kcalloc() calls to kzalloc_objs()
Miquel SabatĂ© SolĂ
1
-4
/
+4
2026-04-07
btrfs: introduce a common helper to calculate the size of a bio
Qu Wenruo
1
-7
/
+2
2026-04-02
btrfs: use xor_gen
Christoph Hellwig
1
-23
/
+4
2026-03-26
btrfs: Use trace_call__##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
1
-2
/
+2
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+10
2026-03-17
btrfs: check for NULL root after calls to btrfs_csum_root()
Filipe Manana
1
-2
/
+10
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+8
2026-02-03
btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmap
Filipe Manana
1
-0
/
+1
2026-02-03
btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmap
Filipe Manana
1
-0
/
+1
2025-11-25
btrfs: raid56: remove the "_step" infix
Qu Wenruo
1
-16
/
+16
2025-11-25
btrfs: raid56: enable bs > ps support
Qu Wenruo
1
-5
/
+6
2025-11-25
btrfs: raid56: prepare finish_parity_scrub() to support bs > ps cases
Qu Wenruo
1
-89
/
+87
2025-11-25
btrfs: raid56: prepare rbio_bio_add_io_paddr() to support bs > ps cases
Qu Wenruo
1
-41
/
+65
2025-11-25
btrfs: raid56: prepare steal_rbio() to support bs > ps cases
Qu Wenruo
1
-10
/
+41
2025-11-25
btrfs: raid56: prepare set_bio_pages_uptodate() to support bs > ps cases
Qu Wenruo
1
-7
/
+13
2025-11-25
btrfs: raid56: prepare verify_bio_data_sectors() to support bs > ps cases
Qu Wenruo
1
-8
/
+18
2025-11-25
btrfs: raid56: prepare verify_one_sector() to support bs > ps cases
Qu Wenruo
1
-6
/
+49
2025-11-25
btrfs: raid56: prepare recover_vertical() to support bs > ps cases
Qu Wenruo
1
-73
/
+68
2025-11-25
btrfs: raid56: prepare generate_pq_vertical() for bs > ps cases
Qu Wenruo
1
-22
/
+70
2025-11-25
btrfs: raid56: introduce a new parameter to locate a sector
Qu Wenruo
1
-31
/
+61
2025-11-24
btrfs: raid56: remove sector_ptr structure
Qu Wenruo
1
-158
/
+125
2025-11-24
btrfs: raid56: move sector_ptr::uptodate into a dedicated bitmap
Qu Wenruo
1
-35
/
+33
2025-11-24
btrfs: raid56: remove sector_ptr::has_paddr member
Qu Wenruo
1
-20
/
+26
2025-11-24
btrfs: don't generate any code from ASSERT() in release builds
Gladyshev Ilya
1
-2
/
+2
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
1
-7
/
+7
2025-09-23
btrfs: prepare scrub to support bs > ps cases
Qu Wenruo
1
-14
/
+28
2025-09-23
btrfs: introduce btrfs_bio_for_each_block_all() helper
Qu Wenruo
1
-29
/
+20
2025-09-23
btrfs: introduce btrfs_bio_for_each_block() helper
Qu Wenruo
1
-4
/
+3
2025-09-23
btrfs: concentrate highmem handling for data verification
Qu Wenruo
1
-10
/
+3
2025-05-15
btrfs: raid56: use list_last_entry() at cache_rbio()
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: raid56: rename parameter err to status in endio helpers
David Sterba
1
-5
/
+5
2025-05-15
btrfs: drop redundant local variable in raid_wait_write_end_io()
David Sterba
1
-2
/
+1
2025-05-15
btrfs: use unsigned types for constants defined as bit shifts
David Sterba
1
-3
/
+2
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
1
-5
/
+4
2025-05-15
btrfs: raid56: store a physical address in structure sector_ptr
Qu Wenruo
1
-70
/
+82
2025-05-15
btrfs: simplify bvec iteration in index_one_bio()
Christoph Hellwig
1
-12
/
+11
2025-05-15
btrfs: move kmapping out of btrfs_check_sector_csum()
Christoph Hellwig
1
-8
/
+11
2024-11-11
btrfs: make assert_rbio() to only check CONFIG_BTRFS_ASSERT
Qu Wenruo
1
-2
/
+1
2024-07-11
btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()
Qu Wenruo
1
-3
/
+3
[next]