summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei2017-06-181-1/+1
* block: remove bio_clone() and all references.NeilBrown2017-06-181-1/+1
* bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown2017-06-181-1/+1
* blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-184-6/+13
* blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-1810-11/+11
* blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-1/+1
* Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/blockJens Axboe2017-06-161-4/+4
|\
| * Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-4/+4
| |\
| | * md: namespace private helper namesAmir Goldstein2017-06-051-4/+4
* | | dm: missing break in process_queued_bios()Dan Carpenter2017-06-141-0/+1
|/ /
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-1216-48/+65
|\ \
| * | md: initialise ->writes_pending in personality modules.NeilBrown2017-06-065-4/+21
| |/
| * Merge tag 'for-4.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-06-027-30/+18Star
| |\
| | * dm: make flush bios explicitly syncJan Kara2017-05-315-5/+7
| | * dm ioctl: restore __GFP_HIGH in copy_params()Junaid Shahid2017-05-231-2/+3
| | * dm integrity: use kvmalloc() instead of dm_integrity_kvmalloc()Mikulas Patocka2017-05-221-21/+6Star
| | * dm verity: fix no salt use caseGilad Ben-Yossef2017-05-221-2/+2
| * | md: Make flush bios explicitely syncJan Kara2017-05-313-5/+5
| * | md: report sector of stripes with check mismatchesNix2017-05-251-4/+14
| * | md: uuid debug statement now in processor byte order.Kyungchan Koh2017-05-251-4/+4
| * | md-cluster: fix potential lock issue in add_new_diskGuoqing Jiang2017-05-221-1/+3
| |/
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-0933-238/+248
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-4/+4
* | block: introduce new block status code typeChristoph Hellwig2017-06-093-28/+21Star
* | dm: change ->end_io calling conventionChristoph Hellwig2017-06-099-49/+50
* | dm: don't return errnos from ->mapChristoph Hellwig2017-06-0911-33/+46
* | dm mpath: merge do_end_io_bio into multipath_end_io_bioChristoph Hellwig2017-06-091-27/+15Star
* | dm: fix REQ_RAHEAD handlingChristoph Hellwig2017-06-092-3/+3
|/
* Merge tag 'md/4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-05-188-86/+209
|\
| * raid1: prefer disk without bad blocksTomasz Majchrzak2017-05-121-1/+4
| * md/r5cache: handle sync with data in write back cacheSong Liu2017-05-122-7/+22
| * md/r5cache: gracefully handle journal device errors for writeback modeSong Liu2017-05-123-9/+34
| * md/raid1/10: avoid unnecessary lockingShaohua Li2017-05-122-8/+6Star
| * md/raid5-cache: in r5l_do_submit_io(), submit io->split_bio firstSong Liu2017-05-101-9/+19
| * md/md0: optimize raid0 discard handlingShaohua Li2017-05-091-14/+102
| * md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-084-28/+15Star
| * md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright2017-05-041-10/+7Star
* | dm cache: handle kmalloc failure allocating background_tracker structColin Ian King2017-05-171-0/+5
* | dm bufio: make the parameter "retain_bytes" unsigned longMikulas Patocka2017-05-161-8/+8
* | dm mpath: multipath_clone_and_map must not return -EIOChristoph Hellwig2017-05-151-1/+1
* | dm mpath: don't return -EIO from dm_report_EIOChristoph Hellwig2017-05-151-8/+11
* | dm rq: add a missing break to map_requestChristoph Hellwig2017-05-151-0/+1
* | dm space map disk: fix some book keeping in the disk space mapJoe Thornber2017-05-151-1/+14
* | dm thin metadata: call precommit before saving the rootsJoe Thornber2017-05-151-2/+2
* | dm cache policy smq: don't do any writebacks unless IDLEJoe Thornber2017-05-151-5/+4Star
* | dm cache: simplify the IDLE vs BUSY state calculationJoe Thornber2017-05-151-6/+3Star
* | dm cache: track all IO to the cache rather than just the origin device's IOJoe Thornber2017-05-151-8/+7Star
* | dm cache policy smq: stop preemptively demoting blocksJoe Thornber2017-05-151-12/+5Star
* | dm cache policy smq: put newly promoted entries at the top of the multiqueueJoe Thornber2017-05-151-0/+1
* | dm cache policy smq: be more aggressive about triggering a writebackJoe Thornber2017-05-151-1/+1