index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-table.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: fix reload failure of 0 path multipath mapping on blk-mq devices
Junichi Nomura
2015-05-29
1
-7
/
+9
*
dm table: use bool function return values of true/false not 1/0
Joe Perches
2015-04-15
1
-10
/
+10
*
dm table: fall back to getting device using name_to_dev_t()
Dan Ehrenberg
2015-04-15
1
-12
/
+8
*
dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attr
Mike Snitzer
2015-04-15
1
-3
/
+3
*
dm: add full blk-mq support to request-based DM
Mike Snitzer
2015-04-15
1
-3
/
+8
*
dm: remove request-based DM queue's lld_busy_fn hook
Mike Snitzer
2015-03-31
1
-14
/
+0
*
dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queues
Keith Busch
2015-02-11
1
-0
/
+13
*
dm table: train hybrid target type detection to select blk-mq if appropriate
Mike Snitzer
2015-02-09
1
-15
/
+20
*
dm: allocate requests in target when stacking on blk-mq devices
Mike Snitzer
2015-02-09
1
-5
/
+29
*
dm: add presuspend_undo hook to target_type
Mike Snitzer
2014-11-19
1
-7
/
+29
*
dm: allow active and inactive tables to share dm_devs
Benjamin Marzinski
2014-10-05
1
-68
/
+34
*
dm table: propagate QUEUE_FLAG_NO_SG_MERGE
Jeff Moyer
2014-08-10
1
-0
/
+13
*
dm table: make dm_table_supports_discards static
Mikulas Patocka
2014-08-01
1
-36
/
+37
*
dm: remove symbol export for dm_set_device_limits
Mike Snitzer
2014-06-04
1
-3
/
+2
*
dm table: add dm_table_run_md_queue_async
Mike Snitzer
2014-03-27
1
-0
/
+19
*
dm: make dm_table_alloc_md_mempools static
Mikulas Patocka
2014-03-27
1
-1
/
+1
*
dm table: remove unused buggy code that extends the targets array
Mikulas Patocka
2014-01-07
1
-20
/
+2
*
dm table: fail dm_table_create on dm_round_up overflow
Mikulas Patocka
2013-12-10
1
-0
/
+5
*
dm table: print error on preresume failure
Mike Snitzer
2013-11-09
1
-1
/
+4
*
dm: allocate buffer for messages with small number of arguments using GFP_NOIO
Mikulas Patocka
2013-10-31
1
-2
/
+16
*
dm ioctl: increase granularity of type_lock when loading table
Mike Snitzer
2013-09-05
1
-2
/
+0
*
dm: allow error target to replace bio-based and request-based targets
Mike Snitzer
2013-09-05
1
-2
/
+20
*
dm: optimize use SRCU and RCU
Mikulas Patocka
2013-07-10
1
-35
/
+0
*
dm table: fix write same support
Mike Snitzer
2013-05-10
1
-1
/
+1
*
dm: rename request variables to bios
Alasdair G Kergon
2013-03-01
1
-5
/
+5
*
dm table: remove superfluous variable reset
Wang Sheng-Hui
2013-03-01
1
-1
/
+0
*
dm: introduce per_bio_data
Mikulas Patocka
2012-12-21
1
-1
/
+10
*
dm: prepare to support WRITE SAME
Mike Snitzer
2012-12-21
1
-1
/
+29
*
dm: disable WRITE SAME
Mike Snitzer
2012-12-21
1
-0
/
+2
*
dm: retain table limits when swapping to new table with no devices
Mike Snitzer
2012-09-26
1
-0
/
+35
*
dm table: clear add_random unless all devices have it set
Milan Broz
2012-09-26
1
-4
/
+22
*
dm: allow targets to request flushes regardless of underlying device support
Joe Thornber
2012-07-27
1
-0
/
+3
*
dm: reject trailing characters in sccanf input
Mikulas Patocka
2012-03-28
1
-2
/
+4
*
dm table: simplify call to free_devices
Hannes Reinecke
2012-03-28
1
-2
/
+1
*
block: Introduce blk_set_stacking_limits function
Martin K. Petersen
2012-01-11
1
-3
/
+3
*
dm table: add immutable feature
Alasdair G Kergon
2011-10-31
1
-0
/
+21
*
dm table: add always writeable feature
Alasdair G Kergon
2011-10-31
1
-0
/
+6
*
dm table: add singleton feature
Alasdair G Kergon
2011-10-31
1
-0
/
+16
*
dm table: propagate non rotational flag
Mandeep Singh Baines
2011-10-31
1
-0
/
+30
*
dm crypt: always disable discard_zeroes_data
Milan Broz
2011-09-25
1
-0
/
+19
*
dm table: avoid crash if integrity profile changes
Mike Snitzer
2011-09-25
1
-6
/
+7
*
dm table: set flush capability based on underlying devices
Mike Snitzer
2011-08-02
1
-0
/
+43
*
dm table: share target argument parsing functions
Mike Snitzer
2011-08-02
1
-0
/
+57
*
dm: ignore merge_bvec for snapshots when safe
Mikulas Patocka
2011-08-02
1
-2
/
+1
*
dm table: clean dm_get_device and move exports
Mike Snitzer
2011-08-02
1
-20
/
+13
*
dm: use vzalloc
Joe Perches
2011-08-02
1
-3
/
+1
*
dm table: fix discard support
Mike Snitzer
2011-08-02
1
-8
/
+7
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
dm table: reject devices without request fns
Milan Broz
2011-05-29
1
-0
/
+17
*
dm table: allow targets to support discards internally
Mike Snitzer
2011-05-29
1
-1
/
+5
[next]