Age | Commit message (Expand) | Author |
2017-05-08 | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko |
2017-05-08 | drivers/md/bcache/super.c: use kvmalloc | Michal Hocko |
2017-05-08 | drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variant | Michal Hocko |
2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko |
2017-05-08 | mm: introduce kv[mz]alloc helpers | Michal Hocko |
2017-05-06 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-05-05 | Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-05-05 | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-05-05 | dm cache metadata: fail operations if fail_io mode has been established | Mike Snitzer |
2017-05-04 | dm integrity: improve the Kconfig help text for DM_INTEGRITY | Mike Snitzer |
2017-05-04 | dm cache policy smq: cleanup free_target_met() and clean_target_met() | Mike Snitzer |
2017-05-04 | dm cache policy smq: allow demotions to happen even during continuous IO | Joe Thornber |
2017-05-03 | Merge tag 'for-4.12/dm-post-merge-changes' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2017-05-03 | Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-05-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl... | Linus Torvalds |
2017-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2017-05-02 | blk-mq: update ->init_request and ->exit_request prototypes | Christoph Hellwig |
2017-05-01 | dm: introduce a new DM_MAPIO_KILL return value | Christoph Hellwig |
2017-05-01 | dm rq: change ->rq_end_io calling conventions | Christoph Hellwig |
2017-05-01 | dm mpath: merge do_end_io into multipath_end_io | Christoph Hellwig |
2017-05-01 | Merge branch 'dm-4.12' into dm-4.12-post-merge | Mike Snitzer |
2017-05-01 | Merge branch 'md-next' into md-linus | Shaohua Li |
2017-05-01 | md/raid10: skip spare disk as 'first' disk | Shaohua Li |
2017-05-01 | dm bufio: check new buffer allocation watermark every 30 seconds | Mikulas Patocka |
2017-05-01 | dm bufio: avoid a possible ABBA deadlock | Mikulas Patocka |
2017-05-01 | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-04-27 | dm mpath: make it easier to detect unintended I/O request flushes | Bart Van Assche |
2017-04-27 | dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit() | Bart Van Assche |
2017-04-27 | dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATH | Bart Van Assche |
2017-04-27 | dm: introduce enum dm_queue_mode to cleanup related code | Bart Van Assche |
2017-04-27 | dm mpath: verify __pg_init_all_paths locking assumptions at runtime | Bart Van Assche |
2017-04-27 | dm: verify suspend_locking assumptions at runtime | Bart Van Assche |
2017-04-27 | dm block manager: remove an unused argument from dm_block_manager_create() | Bart Van Assche |
2017-04-27 | dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue() | Bart Van Assche |
2017-04-27 | dm mpath: delay requeuing while path initialization is in progress | Bart Van Assche |
2017-04-27 | dm mpath: avoid that path removal can trigger an infinite loop | Bart Van Assche |
2017-04-27 | md/raid1: Use a new variable to count flighting sync requests | Xiao Ni |
2017-04-27 | dm mpath: split and rename activate_path() to prepare for its expanded use | Bart Van Assche |
2017-04-27 | dm ioctl: prevent stack leak in dm ioctl call | Adrian Salido |
2017-04-27 | dm integrity: use previously calculated log2 of sectors_per_block | Mikulas Patocka |
2017-04-27 | dm integrity: use hex2bin instead of open-coded variant | Mikulas Patocka |
2017-04-27 | dm crypt: replace custom implementation of hex2bin() | Andy Shevchenko |
2017-04-25 | block: remove block_device_operations ->direct_access() | Dan Williams |
2017-04-25 | dm: teach dm-targets to use a dax_device + dax_operations | Dan Williams |
2017-04-25 | dm crypt: remove obsolete references to per-CPU state | Eric Biggers |
2017-04-25 | md: clear WantReplacement once disk is removed | Guoqing Jiang |
2017-04-24 | dm verity: switch to using asynchronous hash crypto API | Gilad Ben-Yossef |
2017-04-24 | dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues | Tim Murray |
2017-04-24 | dm crypt: rewrite (wipe) key in crypto layer using random data | Ondrej Kozina |
2017-04-24 | dm mpath: requeue after a small delay if blk_get_request() fails | Bart Van Assche |