aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-06-02Merge tag 'for-4.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 7-30/+18
2017-05-31md: Make flush bios explicitely syncGravatar Jan Kara 3-5/+5
2017-05-31dm: make flush bios explicitly syncGravatar Jan Kara 5-5/+7
2017-05-24md: report sector of stripes with check mismatchesGravatar Nix 1-4/+14
2017-05-24md: uuid debug statement now in processor byte order.Gravatar Kyungchan Koh 1-4/+4
2017-05-22dm ioctl: restore __GFP_HIGH in copy_params()Gravatar Junaid Shahid 1-2/+3
2017-05-22dm integrity: use kvmalloc() instead of dm_integrity_kvmalloc()Gravatar Mikulas Patocka 1-21/+6
2017-05-22dm verity: fix no salt use caseGravatar Gilad Ben-Yossef 1-2/+2
2017-05-21md-cluster: fix potential lock issue in add_new_diskGravatar Guoqing Jiang 1-1/+3
2017-05-18Merge tag 'md/4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 8-86/+209
2017-05-17dm cache: handle kmalloc failure allocating background_tracker structGravatar Colin Ian King 1-0/+5
2017-05-16dm bufio: make the parameter "retain_bytes" unsigned longGravatar Mikulas Patocka 1-8/+8
2017-05-15dm mpath: multipath_clone_and_map must not return -EIOGravatar Christoph Hellwig 1-1/+1
2017-05-15dm mpath: don't return -EIO from dm_report_EIOGravatar Christoph Hellwig 1-8/+11
2017-05-15dm rq: add a missing break to map_requestGravatar Christoph Hellwig 1-0/+1
2017-05-15dm space map disk: fix some book keeping in the disk space mapGravatar Joe Thornber 1-1/+14
2017-05-15dm thin metadata: call precommit before saving the rootsGravatar Joe Thornber 1-2/+2
2017-05-14dm cache policy smq: don't do any writebacks unless IDLEGravatar Joe Thornber 1-5/+4
2017-05-14dm cache: simplify the IDLE vs BUSY state calculationGravatar Joe Thornber 1-6/+3
2017-05-14dm cache: track all IO to the cache rather than just the origin device's IOGravatar Joe Thornber 1-8/+7
2017-05-14dm cache policy smq: stop preemptively demoting blocksGravatar Joe Thornber 1-12/+5
2017-05-14dm cache policy smq: put newly promoted entries at the top of the multiqueueGravatar Joe Thornber 1-0/+1
2017-05-14dm cache policy smq: be more aggressive about triggering a writebackGravatar Joe Thornber 1-1/+1
2017-05-14dm cache policy smq: only demote entries in bottom half of the clean multiqueueGravatar Joe Thornber 1-1/+1
2017-05-14dm cache: fix incorrect 'idle_time' reset in IO trackerGravatar Joe Thornber 1-0/+3
2017-05-12raid1: prefer disk without bad blocksGravatar Tomasz Majchrzak 1-1/+4
2017-05-11md/r5cache: handle sync with data in write back cacheGravatar Song Liu 2-7/+22
2017-05-11md/r5cache: gracefully handle journal device errors for writeback modeGravatar Song Liu 3-9/+34
2017-05-11md/raid1/10: avoid unnecessary lockingGravatar Shaohua Li 2-8/+6
2017-05-10md/raid5-cache: in r5l_do_submit_io(), submit io->split_bio firstGravatar Song Liu 1-9/+19
2017-05-08md/md0: optimize raid0 discard handlingGravatar Shaohua Li 1-14/+102
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyGravatar Michal Hocko 1-1/+1
2017-05-08drivers/md/bcache/super.c: use kvmallocGravatar Michal Hocko 1-6/+2
2017-05-08drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantGravatar Michal Hocko 1-9/+4
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsGravatar Michal Hocko 1-10/+2
2017-05-08mm: introduce kv[mz]alloc helpersGravatar Michal Hocko 1-6/+1
2017-05-08md: don't return -EAGAIN in md_allow_write for external metadata arraysGravatar Artur Paszkiewicz 4-28/+15
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+3
2017-05-05Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-18/+39
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 7-49/+88
2017-05-05dm cache metadata: fail operations if fail_io mode has been establishedGravatar Mike Snitzer 1-4/+8
2017-05-04md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockGravatar Julia Cartwright 1-10/+7
2017-05-04dm integrity: improve the Kconfig help text for DM_INTEGRITYGravatar Mike Snitzer 1-2/+13
2017-05-04dm cache policy smq: cleanup free_target_met() and clean_target_met()Gravatar Mike Snitzer 1-11/+13
2017-05-04dm cache policy smq: allow demotions to happen even during continuous IOGravatar Joe Thornber 1-1/+5
2017-05-03Merge tag 'for-4.12/dm-post-merge-changes' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 3-48/+37
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 41-2983/+7330
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Gravatar Linus Torvalds 18-1418/+3434
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesGravatar Christoph Hellwig 1-4/+3