summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| | |/ | |/|
* | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-067-49/+88
|\ \ \ | |/ / |/| |
| * | block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-13/+0Star
| * | dm: teach dm-targets to use a dax_device + dax_operationsDan Williams2017-04-255-45/+39Star
| * | dm: add dax_device and dax_operations supportDan Williams2017-04-203-14/+72
* | | Merge tag 'for-4.12/dm-post-merge-changes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-05-033-48/+37Star
|\ \ \
| * | | dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig2017-05-022-8/+6Star
| * | | dm rq: change ->rq_end_io calling conventionsChristoph Hellwig2017-05-022-11/+19
| * | | dm mpath: merge do_end_io into multipath_end_ioChristoph Hellwig2017-05-021-34/+17Star
| * | | Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer2017-05-0241-2983/+7330
| |\ \ \
* | \ \ \ Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-0341-2983/+7330
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | dm bufio: check new buffer allocation watermark every 30 secondsMikulas Patocka2017-05-011-0/+10
| * | | | dm bufio: avoid a possible ABBA deadlockMikulas Patocka2017-05-011-4/+5
| * | | | dm mpath: make it easier to detect unintended I/O request flushesBart Van Assche2017-04-272-4/+23
| * | | | dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()Bart Van Assche2017-04-271-21/+15Star
| * | | | dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATHBart Van Assche2017-04-271-59/+11Star
| * | | | dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche2017-04-276-18/+24
| * | | | dm mpath: verify __pg_init_all_paths locking assumptions at runtimeBart Van Assche2017-04-271-0/+2
| * | | | dm: verify suspend_locking assumptions at runtimeBart Van Assche2017-04-272-2/+8
| * | | | dm block manager: remove an unused argument from dm_block_manager_create()Bart Van Assche2017-04-275-9/+1Star
| * | | | dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche2017-04-271-1/+5
| * | | | dm mpath: delay requeuing while path initialization is in progressBart Van Assche2017-04-271-3/+7
| * | | | dm mpath: avoid that path removal can trigger an infinite loopBart Van Assche2017-04-271-4/+11
| * | | | dm mpath: split and rename activate_path() to prepare for its expanded useBart Van Assche2017-04-271-5/+12
| * | | | dm ioctl: prevent stack leak in dm ioctl callAdrian Salido2017-04-271-1/+1