summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm io: fix duplicate bio completion due to missing ref countMike Snitzer2017-06-211-2/+2
* dm integrity: fix to not disable/enable interrupts from interrupt contextMike Snitzer2017-06-211-2/+5
* Revert "dm mirror: use all available legs on multiple failures"Mike Snitzer2017-06-151-2/+19
* dm integrity: reject mappings too large for deviceOndrej Mosnáček2017-06-121-0/+5
* 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
|/
* 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
* | dm cache policy smq: only demote entries in bottom half of the clean multiqueueJoe Thornber2017-05-151-1/+1
* | dm cache: fix incorrect 'idle_time' reset in IO trackerJoe Thornber2017-05-151-0/+3
* | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-091-1/+1
* | drivers/md/bcache/super.c: use kvmallocMichal Hocko2017-05-091-6/+2Star
* | drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantMichal Hocko2017-05-091-9/+4Star
* | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-091-10/+2Star
* | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-091-6/+1Star
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-061-4/+3Star
|\ \
| * | blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-4/+3Star
* | | Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-063-18/+39
|\ \ \
| * | | dm cache metadata: fail operations if fail_io mode has been establishedMike Snitzer2017-05-051-4/+8
| * | | dm integrity: improve the Kconfig help text for DM_INTEGRITYMike Snitzer2017-05-041-2/+13
| * | | dm cache policy smq: cleanup free_target_met() and clean_target_met()Mike Snitzer2017-05-041-11/+13
| * | | dm cache policy smq: allow demotions to happen even during continuous IOJoe Thornber2017-05-041-1/+5
| | |/ | |/|