summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-08drivers/md/bcache/super.c: use kvmallocMichal Hocko
2017-05-08drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantMichal Hocko
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-05Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-05dm cache metadata: fail operations if fail_io mode has been establishedMike Snitzer
2017-05-04dm integrity: improve the Kconfig help text for DM_INTEGRITYMike Snitzer
2017-05-04dm cache policy smq: cleanup free_target_met() and clean_target_met()Mike Snitzer
2017-05-04dm cache policy smq: allow demotions to happen even during continuous IOJoe Thornber
2017-05-03Merge tag 'for-4.12/dm-post-merge-changes' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig
2017-05-01dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig
2017-05-01dm rq: change ->rq_end_io calling conventionsChristoph Hellwig
2017-05-01dm mpath: merge do_end_io into multipath_end_ioChristoph Hellwig
2017-05-01Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer
2017-05-01Merge branch 'md-next' into md-linusShaohua Li
2017-05-01md/raid10: skip spare disk as 'first' diskShaohua Li
2017-05-01dm bufio: check new buffer allocation watermark every 30 secondsMikulas Patocka
2017-05-01dm bufio: avoid a possible ABBA deadlockMikulas Patocka
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-27dm mpath: make it easier to detect unintended I/O request flushesBart Van Assche
2017-04-27dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()Bart Van Assche
2017-04-27dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATHBart Van Assche
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche
2017-04-27dm mpath: verify __pg_init_all_paths locking assumptions at runtimeBart Van Assche
2017-04-27dm: verify suspend_locking assumptions at runtimeBart Van Assche
2017-04-27dm block manager: remove an unused argument from dm_block_manager_create()Bart Van Assche
2017-04-27dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche
2017-04-27dm mpath: delay requeuing while path initialization is in progressBart Van Assche
2017-04-27dm mpath: avoid that path removal can trigger an infinite loopBart Van Assche
2017-04-27md/raid1: Use a new variable to count flighting sync requestsXiao Ni
2017-04-27dm mpath: split and rename activate_path() to prepare for its expanded useBart Van Assche
2017-04-27dm ioctl: prevent stack leak in dm ioctl callAdrian Salido
2017-04-27dm integrity: use previously calculated log2 of sectors_per_blockMikulas Patocka
2017-04-27dm integrity: use hex2bin instead of open-coded variantMikulas Patocka
2017-04-27dm crypt: replace custom implementation of hex2bin()Andy Shevchenko
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams
2017-04-25dm crypt: remove obsolete references to per-CPU stateEric Biggers
2017-04-25md: clear WantReplacement once disk is removedGuoqing Jiang
2017-04-24dm verity: switch to using asynchronous hash crypto APIGilad Ben-Yossef
2017-04-24dm crypt: use WQ_HIGHPRI for the IO and crypt workqueuesTim Murray
2017-04-24dm crypt: rewrite (wipe) key in crypto layer using random dataOndrej Kozina
2017-04-24dm mpath: requeue after a small delay if blk_get_request() failsBart Van Assche