summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
...
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-6/+6
* | raid5: remove a call to get_start_sectChristoph Hellwig2017-08-231-1/+3
|/
* md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz2017-07-241-0/+2
* md: simplify code with bio_io_errorGuoqing Jiang2017-07-211-6/+3Star
* Raid5 should update rdev->sectors after reshapeXiao Ni2017-07-101-3/+1Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-081-9/+13
|\
| * md: don't use flush_signals in userspace processesMikulas Patocka2017-06-131-1/+4
| * md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-131-8/+9
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-4/+17
|\|
| * md: initialise ->writes_pending in personality modules.NeilBrown2017-06-061-0/+3
| * md: report sector of stripes with check mismatchesNix2017-05-251-4/+14
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-11/+11
|/
* md/r5cache: handle sync with data in write back cacheSong Liu2017-05-121-6/+15
* md/r5cache: gracefully handle journal device errors for writeback modeSong Liu2017-05-121-6/+23
* md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-081-9/+3Star
* md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright2017-05-041-10/+7Star
* Merge branch 'md-next' into md-linusShaohua Li2017-05-011-234/+409
|\
| * md: clear WantReplacement once disk is removedGuoqing Jiang2017-04-251-6/+3Star
| * md/raid5: make chunk_aligned_read() split bios more cleanly.NeilBrown2017-04-111-16/+17
| * raid5-ppl: partial parity calculation optimizationArtur Paszkiewicz2017-04-101-3/+3
| * raid5-ppl: use resize_stripes() when enabling or disabling pplArtur Paszkiewicz2017-04-101-50/+38Star
| * md/raid6: Fix anomily when recovering a single device in RAID6.NeilBrown2017-04-101-1/+12
| * md: update slab_cache before releasing new stripes when stripes resizingDennis Yang2017-04-101-2/+4
| * md/raid5: use consistency_policy to remove journal featureSong Liu2017-03-271-10/+36
| * md: fix several trivial typos in commentsZhilong Liu2017-03-241-3/+3
| * md/raid5: don't test ->writes_pending in raid5_remove_diskNeilBrown2017-03-231-1/+4
| * Revert "md/raid5: limit request size according to implementation limits"NeilBrown2017-03-231-9/+0Star
| * md/raid5: remove over-loading of ->bi_phys_segments.NeilBrown2017-03-231-12/+12
| * md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as ...NeilBrown2017-03-231-44/+13Star
| * md/raid5: call bio_endio() directly rather than queueing for later.NeilBrown2017-03-231-28/+10Star
| * md/raid5: simplfy delaying of writes while metadata is updated.NeilBrown2017-03-231-23/+8Star
| * md/raid5: use md_write_start to count stripes, not biosNeilBrown2017-03-231-14/+13Star
| * raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz2017-03-171-0/+53
| * raid5-ppl: support disk hot add/remove with PPLArtur Paszkiewicz2017-03-171-1/+11
| * raid5-ppl: load and recover the logArtur Paszkiewicz2017-03-171-1/+4
| * raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz2017-03-171-3/+61
| * raid5: separate header for log functionsArtur Paszkiewicz2017-03-171-35/+13Star
| * md/raid5: sort biosShaohua Li2017-03-171-25/+113
| * md/raid5: prioritize stripes for writebackShaohua Li2017-03-171-9/+39
* | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-34/+16Star
* | md: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+1
* | block: trace completion of all bios.NeilBrown2017-04-071-2/+0Star
|/
* md/r5cache: fix set_syndrome_sources() for data in cacheSong Liu2017-03-141-1/+2
* md: move funcs from pers->resize to update_sizeGuoqing Jiang2017-03-091-2/+0Star
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-241-24/+105
|\
| * md/raid5: Don't reinvent the wheel but use existing llist APIByungchul Park2017-02-161-4/+2Star
| * md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-151-2/+2
| * md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li2017-02-131-0/+2