summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* md: initialise ->writes_pending in personality modules.NeilBrown2017-06-05
* Merge tag 'for-4.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-06-02
|\
| * dm: make flush bios explicitly syncJan Kara2017-05-31
| * dm ioctl: restore __GFP_HIGH in copy_params()Junaid Shahid2017-05-22
| * dm integrity: use kvmalloc() instead of dm_integrity_kvmalloc()Mikulas Patocka2017-05-22
| * dm verity: fix no salt use caseGilad Ben-Yossef2017-05-22
* | md: Make flush bios explicitely syncJan Kara2017-05-31
* | md: report sector of stripes with check mismatchesNix2017-05-24
* | md: uuid debug statement now in processor byte order.Kyungchan Koh2017-05-24
* | md-cluster: fix potential lock issue in add_new_diskGuoqing Jiang2017-05-21
|/
* Merge tag 'md/4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-05-18
|\
| * raid1: prefer disk without bad blocksTomasz Majchrzak2017-05-12
| * md/r5cache: handle sync with data in write back cacheSong Liu2017-05-12
| * md/r5cache: gracefully handle journal device errors for writeback modeSong Liu2017-05-12
| * md/raid1/10: avoid unnecessary lockingShaohua Li2017-05-11
| * md/raid5-cache: in r5l_do_submit_io(), submit io->split_bio firstSong Liu2017-05-10
| * md/md0: optimize raid0 discard handlingShaohua Li2017-05-09
| * md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-08
| * md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright2017-05-04
* | dm cache: handle kmalloc failure allocating background_tracker structColin Ian King2017-05-17
* | dm bufio: make the parameter "retain_bytes" unsigned longMikulas Patocka2017-05-16
* | dm mpath: multipath_clone_and_map must not return -EIOChristoph Hellwig2017-05-15
* | dm mpath: don't return -EIO from dm_report_EIOChristoph Hellwig2017-05-15
* | dm rq: add a missing break to map_requestChristoph Hellwig2017-05-15
* | dm space map disk: fix some book keeping in the disk space mapJoe Thornber2017-05-15
* | dm thin metadata: call precommit before saving the rootsJoe Thornber2017-05-15
* | dm cache policy smq: don't do any writebacks unless IDLEJoe Thornber2017-05-14
* | dm cache: simplify the IDLE vs BUSY state calculationJoe Thornber2017-05-14
* | dm cache: track all IO to the cache rather than just the origin device's IOJoe Thornber2017-05-14
* | dm cache policy smq: stop preemptively demoting blocksJoe Thornber2017-05-14
* | dm cache policy smq: put newly promoted entries at the top of the multiqueueJoe Thornber2017-05-14
* | dm cache policy smq: be more aggressive about triggering a writebackJoe Thornber2017-05-14
* | dm cache policy smq: only demote entries in bottom half of the clean multiqueueJoe Thornber2017-05-14
* | dm cache: fix incorrect 'idle_time' reset in IO trackerJoe Thornber2017-05-14
* | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-08
* | drivers/md/bcache/super.c: use kvmallocMichal Hocko2017-05-08
* | drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantMichal Hocko2017-05-08
* | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-08
* | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-08
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-06
|\ \
| * | blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-02
* | | Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-05
|\ \ \
| * | | dm cache metadata: fail operations if fail_io mode has been establishedMike Snitzer2017-05-05
| * | | dm integrity: improve the Kconfig help text for DM_INTEGRITYMike Snitzer2017-05-04
| * | | dm cache policy smq: cleanup free_target_met() and clean_target_met()Mike Snitzer2017-05-04
| * | | dm cache policy smq: allow demotions to happen even during continuous IOJoe Thornber2017-05-04
| | |/ | |/|
* | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-05
|\ \ \ | |/ / |/| |
| * | block: remove block_device_operations ->direct_access()Dan Williams2017-04-25
| * | dm: teach dm-targets to use a dax_device + dax_operationsDan Williams2017-04-25
| * | dm: add dax_device and dax_operations supportDan Williams2017-04-20