index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
dm bufio: make the parameter "retain_bytes" unsigned long
Mikulas Patocka
2017-05-16
1
-8
/
+8
*
|
dm mpath: multipath_clone_and_map must not return -EIO
Christoph Hellwig
2017-05-15
1
-1
/
+1
*
|
dm mpath: don't return -EIO from dm_report_EIO
Christoph Hellwig
2017-05-15
1
-8
/
+11
*
|
dm rq: add a missing break to map_request
Christoph Hellwig
2017-05-15
1
-0
/
+1
*
|
dm space map disk: fix some book keeping in the disk space map
Joe Thornber
2017-05-15
1
-1
/
+14
*
|
dm thin metadata: call precommit before saving the roots
Joe Thornber
2017-05-15
1
-2
/
+2
*
|
dm cache policy smq: don't do any writebacks unless IDLE
Joe Thornber
2017-05-15
1
-5
/
+4
*
|
dm cache: simplify the IDLE vs BUSY state calculation
Joe Thornber
2017-05-15
1
-6
/
+3
*
|
dm cache: track all IO to the cache rather than just the origin device's IO
Joe Thornber
2017-05-15
1
-8
/
+7
*
|
dm cache policy smq: stop preemptively demoting blocks
Joe Thornber
2017-05-15
1
-12
/
+5
*
|
dm cache policy smq: put newly promoted entries at the top of the multiqueue
Joe Thornber
2017-05-15
1
-0
/
+1
*
|
dm cache policy smq: be more aggressive about triggering a writeback
Joe Thornber
2017-05-15
1
-1
/
+1
*
|
dm cache policy smq: only demote entries in bottom half of the clean multiqueue
Joe Thornber
2017-05-15
1
-1
/
+1
*
|
dm cache: fix incorrect 'idle_time' reset in IO tracker
Joe Thornber
2017-05-15
1
-0
/
+3
*
|
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
2017-05-09
1
-1
/
+1
*
|
drivers/md/bcache/super.c: use kvmalloc
Michal Hocko
2017-05-09
1
-6
/
+2
*
|
drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variant
Michal Hocko
2017-05-09
1
-9
/
+4
*
|
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-05-09
1
-10
/
+2
*
|
mm: introduce kv[mz]alloc helpers
Michal Hocko
2017-05-09
1
-6
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-05-06
1
-4
/
+3
|
\
\
|
*
|
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
2017-05-02
1
-4
/
+3
*
|
|
Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-05-06
3
-18
/
+39
|
\
\
\
|
*
|
|
dm cache metadata: fail operations if fail_io mode has been established
Mike Snitzer
2017-05-05
1
-4
/
+8
|
*
|
|
dm integrity: improve the Kconfig help text for DM_INTEGRITY
Mike Snitzer
2017-05-04
1
-2
/
+13
|
*
|
|
dm cache policy smq: cleanup free_target_met() and clean_target_met()
Mike Snitzer
2017-05-04
1
-11
/
+13
|
*
|
|
dm cache policy smq: allow demotions to happen even during continuous IO
Joe Thornber
2017-05-04
1
-1
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-06
7
-49
/
+88
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
block: remove block_device_operations ->direct_access()
Dan Williams
2017-04-25
1
-13
/
+0
|
*
|
dm: teach dm-targets to use a dax_device + dax_operations
Dan Williams
2017-04-25
5
-45
/
+39
|
*
|
dm: add dax_device and dax_operations support
Dan Williams
2017-04-20
3
-14
/
+72
*
|
|
Merge tag 'for-4.12/dm-post-merge-changes' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2017-05-03
3
-48
/
+37
|
\
\
\
|
*
|
|
dm: introduce a new DM_MAPIO_KILL return value
Christoph Hellwig
2017-05-02
2
-8
/
+6
|
*
|
|
dm rq: change ->rq_end_io calling conventions
Christoph Hellwig
2017-05-02
2
-11
/
+19
|
*
|
|
dm mpath: merge do_end_io into multipath_end_io
Christoph Hellwig
2017-05-02
1
-34
/
+17
|
*
|
|
Merge branch 'dm-4.12' into dm-4.12-post-merge
Mike Snitzer
2017-05-02
41
-2983
/
+7330
|
|
\
\
\
*
|
\
\
\
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-05-03
41
-2983
/
+7330
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
dm bufio: check new buffer allocation watermark every 30 seconds
Mikulas Patocka
2017-05-01
1
-0
/
+10
|
*
|
|
|
dm bufio: avoid a possible ABBA deadlock
Mikulas Patocka
2017-05-01
1
-4
/
+5
|
*
|
|
|
dm mpath: make it easier to detect unintended I/O request flushes
Bart Van Assche
2017-04-27
2
-4
/
+23
|
*
|
|
|
dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()
Bart Van Assche
2017-04-27
1
-21
/
+15
|
*
|
|
|
dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATH
Bart Van Assche
2017-04-27
1
-59
/
+11
|
*
|
|
|
dm: introduce enum dm_queue_mode to cleanup related code
Bart Van Assche
2017-04-27
6
-18
/
+24
|
*
|
|
|
dm mpath: verify __pg_init_all_paths locking assumptions at runtime
Bart Van Assche
2017-04-27
1
-0
/
+2
|
*
|
|
|
dm: verify suspend_locking assumptions at runtime
Bart Van Assche
2017-04-27
2
-2
/
+8
|
*
|
|
|
dm block manager: remove an unused argument from dm_block_manager_create()
Bart Van Assche
2017-04-27
5
-9
/
+1
|
*
|
|
|
dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()
Bart Van Assche
2017-04-27
1
-1
/
+5
|
*
|
|
|
dm mpath: delay requeuing while path initialization is in progress
Bart Van Assche
2017-04-27
1
-3
/
+7
|
*
|
|
|
dm mpath: avoid that path removal can trigger an infinite loop
Bart Van Assche
2017-04-27
1
-4
/
+11
|
*
|
|
|
dm mpath: split and rename activate_path() to prepare for its expanded use
Bart Van Assche
2017-04-27
1
-5
/
+12
|
*
|
|
|
dm ioctl: prevent stack leak in dm ioctl call
Adrian Salido
2017-04-27
1
-1
/
+1
[prev]
[next]