Age | Commit message (Expand) | Author |
2022-01-06 | md: Move alloc/free acct bioset in to personality | Xiao Ni |
2022-01-06 | md: raid456 add nowait support | Vishal Verma |
2022-01-06 | md/raid5: play nice with PREEMPT_RT | Davidlohr Bueso |
2021-10-18 | md: remove unused argument from md_new_event | Guoqing Jiang |
2021-10-18 | md/raid5: call roundup_pow_of_two in raid5_run | Guoqing Jiang |
2021-08-28 | md/raid5: Replace deprecated CPU-hotplug functions. | Sebastian Andrzej Siewior |
2021-06-30 | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-06-14 | md/raid5: avoid device_lock in read_one_chunk() | Gal Ofri |
2021-06-14 | md: Constify attribute_group structs | Rikard Falkeborn |
2021-06-14 | md/raid5: avoid redundant bio clone in raid5_read_one_chunk | Guoqing Jiang |
2021-06-14 | md/raid5: move checking badblock before clone bio in raid5_read_one_chunk | Guoqing Jiang |
2021-06-14 | md: add io accounting for raid0 and raid5 | Guoqing Jiang |
2021-05-25 | md/raid5: remove an incorrect assert in in_chunk_boundary | Christoph Hellwig |
2021-04-08 | treewide: Change list_sort to use const pointers | Sami Tolvanen |
2021-02-21 | Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-02-03 | md/raid5: cast chunk_sectors to sector_t value | Guoqing Jiang |
2021-01-27 | md/raid6: refactor raid5_read_one_chunk | Christoph Hellwig |
2021-01-24 | block: store a block_device pointer in struct bio | Christoph Hellwig |
2020-12-04 | block: remove the request_queue argument to the block_bio_remap tracepoint | Christoph Hellwig |
2020-10-08 | md/raid5: fix oops during stripe resizing | Song Liu |
2020-09-24 | md/raid5: reallocate page array after setting new stripe_size | Yufen Yu |
2020-09-24 | md/raid5: resize stripe_head when reshape array | Yufen Yu |
2020-09-24 | md/raid5: let multiple devices of stripe_head share page | Yufen Yu |
2020-09-24 | md/raid6: let async recovery function support different page offset | Yufen Yu |
2020-09-24 | md/raid6: let syndrome computor support different page offset | Yufen Yu |
2020-09-24 | md/raid5: convert to new xor compution interface | Yufen Yu |
2020-09-24 | md/raid5: make async_copy_data() to support different page offset | Yufen Yu |
2020-09-24 | md/raid5: add a new member of offset into r5dev | Yufen Yu |
2020-09-24 | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig |
2020-09-24 | block: lift setting the readahead size into the block layer | Christoph Hellwig |
2020-09-24 | md: update the optimal I/O size on reshape | Christoph Hellwig |
2020-08-28 | Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-08-27 | md/raid5: make sure stripe_size as power of two | Yufen Yu |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-10 | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-08-05 | Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-02 | md/raid5: Allow degraded raid6 to do rmw | ChangSyun Peng |
2020-08-02 | md/raid5: Fix Force reconstruct-write io stuck in degraded raid5 | ChangSyun Peng |
2020-08-02 | raid5: don't duplicate code for different paths in handle_stripe | Guoqing Jiang |
2020-08-02 | md/raid5: remove the redundant setting of STRIPE_HANDLE | Guoqing Jiang |
2020-07-29 | raid5: Use sequence counter with associated spinlock | Ahmed S. Darwish |
2020-07-22 | md/raid5: use do_div() for 64 bit divisions in raid5_sync_request | Yufen Yu |
2020-07-21 | md/raid5: support config stripe_size by sysfs entry | Yufen Yu |
2020-07-21 | md/raid5: set default stripe_size as 4096 | Yufen Yu |
2020-07-21 | md/raid456: convert macro STRIPE_* to RAID5_STRIPE_* | Yufen Yu |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-07-16 | raid5: remove the meaningless check in raid5_make_request | Guoqing Jiang |
2020-07-16 | raid5: put the comment of clear_batch_ready to the right place | Guoqing Jiang |
2020-07-16 | raid5: call clear_batch_ready before set STRIPE_ACTIVE | Guoqing Jiang |