aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei1-1/+1
2017-06-18block: remove bio_clone() and all references.NeilBrown1-1/+1
2017-06-18bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown1-1/+1
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown4-6/+13
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown10-11/+11
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-1/+1
2017-06-16Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/blockJens Axboe1-4/+4
2017-06-14dm: missing break in process_queued_bios()Dan Carpenter1-0/+1
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-baseChristoph Hellwig1-4/+4
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe16-48/+65
2017-06-09block: switch bios to blk_status_tChristoph Hellwig33-238/+248
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-4/+4
2017-06-09block: introduce new block status code typeChristoph Hellwig3-28/+21
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig9-49/+50
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig11-33/+46
2017-06-09dm mpath: merge do_end_io_bio into multipath_end_io_bioChristoph Hellwig1-27/+15
2017-06-09dm: fix REQ_RAHEAD handlingChristoph Hellwig2-3/+3
2017-06-05md: initialise ->writes_pending in personality modules.NeilBrown5-4/+21
2017-06-05md: namespace private helper namesAmir Goldstein1-4/+4
2017-06-02Merge tag 'for-4.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds7-30/+18
2017-05-31md: Make flush bios explicitely syncJan Kara3-5/+5
2017-05-31dm: make flush bios explicitly syncJan Kara5-5/+7
2017-05-24md: report sector of stripes with check mismatchesNix1-4/+14
2017-05-24md: uuid debug statement now in processor byte order.Kyungchan Koh1-4/+4
2017-05-22dm ioctl: restore __GFP_HIGH in copy_params()Junaid Shahid1-2/+3
2017-05-22dm integrity: use kvmalloc() instead of dm_integrity_kvmalloc()Mikulas Patocka1-21/+6
2017-05-22dm verity: fix no salt use caseGilad Ben-Yossef1-2/+2
2017-05-21md-cluster: fix potential lock issue in add_new_diskGuoqing Jiang1-1/+3
2017-05-18Merge tag 'md/4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds8-86/+209
2017-05-17dm cache: handle kmalloc failure allocating background_tracker structColin Ian King1-0/+5
2017-05-16dm bufio: make the parameter "retain_bytes" unsigned longMikulas Patocka1-8/+8
2017-05-15dm mpath: multipath_clone_and_map must not return -EIOChristoph Hellwig1-1/+1
2017-05-15dm mpath: don't return -EIO from dm_report_EIOChristoph Hellwig1-8/+11
2017-05-15dm rq: add a missing break to map_requestChristoph Hellwig1-0/+1
2017-05-15dm space map disk: fix some book keeping in the disk space mapJoe Thornber1-1/+14
2017-05-15dm thin metadata: call precommit before saving the rootsJoe Thornber1-2/+2
2017-05-14dm cache policy smq: don't do any writebacks unless IDLEJoe Thornber1-5/+4
2017-05-14dm cache: simplify the IDLE vs BUSY state calculationJoe Thornber1-6/+3
2017-05-14dm cache: track all IO to the cache rather than just the origin device's IOJoe Thornber1-8/+7
2017-05-14dm cache policy smq: stop preemptively demoting blocksJoe Thornber1-12/+5
2017-05-14dm cache policy smq: put newly promoted entries at the top of the multiqueueJoe Thornber1-0/+1
2017-05-14dm cache policy smq: be more aggressive about triggering a writebackJoe Thornber1-1/+1
2017-05-14dm cache policy smq: only demote entries in bottom half of the clean multiqueueJoe Thornber1-1/+1
2017-05-14dm cache: fix incorrect 'idle_time' reset in IO trackerJoe Thornber1-0/+3
2017-05-12raid1: prefer disk without bad blocksTomasz Majchrzak1-1/+4
2017-05-11md/r5cache: handle sync with data in write back cacheSong Liu2-7/+22
2017-05-11md/r5cache: gracefully handle journal device errors for writeback modeSong Liu3-9/+34
2017-05-11md/raid1/10: avoid unnecessary lockingShaohua Li2-8/+6
2017-05-10md/raid5-cache: in r5l_do_submit_io(), submit io->split_bio firstSong Liu1-9/+19
2017-05-08md/md0: optimize raid0 discard handlingShaohua Li1-14/+102