index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
raid56.c
Age
Commit message (
Expand
)
Author
2026-06-21
Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
2026-06-09
btrfs: allocate eb-attached btree pages as movable
Rik van Riel
2026-05-28
raid6: improve the public interface
Christoph Hellwig
2026-04-17
Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2026-04-16
Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2026-04-07
btrfs: replace kcalloc() calls to kzalloc_objs()
Miquel SabatĂ© SolĂ
2026-04-07
btrfs: introduce a common helper to calculate the size of a bio
Qu Wenruo
2026-04-02
btrfs: use xor_gen
Christoph Hellwig
2026-03-26
btrfs: Use trace_call__##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-17
btrfs: check for NULL root after calls to btrfs_csum_root()
Filipe Manana
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-03
btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmap
Filipe Manana
2026-02-03
btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmap
Filipe Manana
2025-11-25
btrfs: raid56: remove the "_step" infix
Qu Wenruo
2025-11-25
btrfs: raid56: enable bs > ps support
Qu Wenruo
2025-11-25
btrfs: raid56: prepare finish_parity_scrub() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare rbio_bio_add_io_paddr() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare steal_rbio() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare set_bio_pages_uptodate() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare verify_bio_data_sectors() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare verify_one_sector() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare recover_vertical() to support bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: prepare generate_pq_vertical() for bs > ps cases
Qu Wenruo
2025-11-25
btrfs: raid56: introduce a new parameter to locate a sector
Qu Wenruo
2025-11-24
btrfs: raid56: remove sector_ptr structure
Qu Wenruo
2025-11-24
btrfs: raid56: move sector_ptr::uptodate into a dedicated bitmap
Qu Wenruo
2025-11-24
btrfs: raid56: remove sector_ptr::has_paddr member
Qu Wenruo
2025-11-24
btrfs: don't generate any code from ASSERT() in release builds
Gladyshev Ilya
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
2025-09-23
btrfs: prepare scrub to support bs > ps cases
Qu Wenruo
2025-09-23
btrfs: introduce btrfs_bio_for_each_block_all() helper
Qu Wenruo
2025-09-23
btrfs: introduce btrfs_bio_for_each_block() helper
Qu Wenruo
2025-09-23
btrfs: concentrate highmem handling for data verification
Qu Wenruo
2025-05-15
btrfs: raid56: use list_last_entry() at cache_rbio()
Filipe Manana
2025-05-15
btrfs: raid56: rename parameter err to status in endio helpers
David Sterba
2025-05-15
btrfs: drop redundant local variable in raid_wait_write_end_io()
David Sterba
2025-05-15
btrfs: use unsigned types for constants defined as bit shifts
David Sterba
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
2025-05-15
btrfs: raid56: store a physical address in structure sector_ptr
Qu Wenruo
2025-05-15
btrfs: simplify bvec iteration in index_one_bio()
Christoph Hellwig
2025-05-15
btrfs: move kmapping out of btrfs_check_sector_csum()
Christoph Hellwig
2024-11-11
btrfs: make assert_rbio() to only check CONFIG_BTRFS_ASSERT
Qu Wenruo
2024-07-11
btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()
Qu Wenruo
2024-07-11
btrfs: raid56: do extra dumping for CONFIG_BTRFS_ASSERT
Qu Wenruo
2024-04-01
btrfs use bio_list_merge_init
Christoph Hellwig
2024-03-04
btrfs: raid56: extra debugging for raid6 syndrome generation
Qu Wenruo
2024-03-04
btrfs: remove unused included headers
David Sterba
[next]