aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2017-05-01dm: introduce a new DM_MAPIO_KILL return valueGravatar Christoph Hellwig 2-8/+6
2017-05-01dm rq: change ->rq_end_io calling conventionsGravatar Christoph Hellwig 2-11/+19
2017-05-01dm mpath: merge do_end_io into multipath_end_ioGravatar Christoph Hellwig 1-34/+17
2017-05-01Merge branch 'dm-4.12' into dm-4.12-post-mergeGravatar Mike Snitzer 41-2983/+7330
2017-05-01Merge branch 'md-next' into md-linusGravatar Shaohua Li 18-1418/+3434
2017-05-01md/raid10: skip spare disk as 'first' diskGravatar Shaohua Li 1-1/+1
2017-05-01dm bufio: check new buffer allocation watermark every 30 secondsGravatar Mikulas Patocka 1-0/+10
2017-05-01dm bufio: avoid a possible ABBA deadlockGravatar Mikulas Patocka 1-4/+5
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 21-81/+126
2017-04-27dm mpath: make it easier to detect unintended I/O request flushesGravatar Bart Van Assche 2-4/+23
2017-04-27dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()Gravatar Bart Van Assche 1-21/+15
2017-04-27dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATHGravatar Bart Van Assche 1-59/+11
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeGravatar Bart Van Assche 6-18/+24
2017-04-27dm mpath: verify __pg_init_all_paths locking assumptions at runtimeGravatar Bart Van Assche 1-0/+2
2017-04-27dm: verify suspend_locking assumptions at runtimeGravatar Bart Van Assche 2-2/+8
2017-04-27dm block manager: remove an unused argument from dm_block_manager_create()Gravatar Bart Van Assche 5-9/+1
2017-04-27dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Gravatar Bart Van Assche 1-1/+5
2017-04-27dm mpath: delay requeuing while path initialization is in progressGravatar Bart Van Assche 1-3/+7
2017-04-27dm mpath: avoid that path removal can trigger an infinite loopGravatar Bart Van Assche 1-4/+11
2017-04-27md/raid1: Use a new variable to count flighting sync requestsGravatar Xiao Ni 2-3/+5
2017-04-27dm mpath: split and rename activate_path() to prepare for its expanded useGravatar Bart Van Assche 1-5/+12
2017-04-27dm ioctl: prevent stack leak in dm ioctl callGravatar Adrian Salido 1-1/+1
2017-04-27dm integrity: use previously calculated log2 of sectors_per_blockGravatar Mikulas Patocka 1-2/+1
2017-04-27dm integrity: use hex2bin instead of open-coded variantGravatar Mikulas Patocka 1-12/+2
2017-04-27dm crypt: replace custom implementation of hex2bin()Gravatar Andy Shevchenko 1-25/+2
2017-04-25block: remove block_device_operations ->direct_access()Gravatar Dan Williams 1-13/+0
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsGravatar Dan Williams 5-45/+39
2017-04-25dm crypt: remove obsolete references to per-CPU stateGravatar Eric Biggers 1-8/+8
2017-04-25md: clear WantReplacement once disk is removedGravatar Guoqing Jiang 3-15/+8
2017-04-24dm verity: switch to using asynchronous hash crypto APIGravatar Gilad Ben-Yossef 3-71/+157
2017-04-24dm crypt: use WQ_HIGHPRI for the IO and crypt workqueuesGravatar Tim Murray 1-3/+4
2017-04-24dm crypt: rewrite (wipe) key in crypto layer using random dataGravatar Ondrej Kozina 1-2/+6
2017-04-24dm mpath: requeue after a small delay if blk_get_request() failsGravatar Bart Van Assche 2-4/+3