summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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-055-4/+21
| |/
| * Merge tag 'for-4.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-06-027-30/+18
| |\
| | * dm: make flush bios explicitly syncJan Kara2017-05-315-5/+7
| | * dm ioctl: restore __GFP_HIGH in copy_params()Junaid Shahid2017-05-221-2/+3
| | * dm integrity: use kvmalloc() instead of dm_integrity_kvmalloc()Mikulas Patocka2017-05-221-21/+6
| | * 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-241-4/+14
| * | md: uuid debug statement now in processor byte order.Kyungchan Koh2017-05-241-4/+4
| * | md-cluster: fix potential lock issue in add_new_diskGuoqing Jiang2017-05-211-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/+21
* | 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/+15
* | 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-112-7/+22
| * md/r5cache: gracefully handle journal device errors for writeback modeSong Liu2017-05-113-9/+34
| * md/raid1/10: avoid unnecessary lockingShaohua Li2017-05-112-8/+6
| * 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-081-14/+102
| * md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-084-28/+15
| * md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright2017-05-041-10/+7
* | 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-141-5/+4
* | dm cache: simplify the IDLE vs BUSY state calculationJoe Thornber2017-05-141-6/+3
* | dm cache: track all IO to the cache rather than just the origin device's IOJoe Thornber2017-05-141-8/+7
* | dm cache policy smq: stop preemptively demoting blocksJoe Thornber2017-05-141-12/+5
* | dm cache policy smq: put newly promoted entries at the top of the multiqueueJoe Thornber2017-05-141-0/+1
* | dm cache policy smq: be more aggressive about triggering a writebackJoe Thornber2017-05-141-1/+1
* | dm cache policy smq: only demote entries in bottom half of the clean multiqueueJoe Thornber2017-05-141-1/+1
* | dm cache: fix incorrect 'idle_time' reset in IO trackerJoe Thornber2017-05-141-0/+3
* | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-1/+1
* | drivers/md/bcache/super.c: use kvmallocMichal Hocko2017-05-081-6/+2
* | drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantMichal Hocko2017-05-081-9/+4
* | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-10/+2