index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-mpath.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-05
dm mpath: stop queueing IO when no valid paths exist
Benjamin Marzinski
1
-1
/
+3
2014-08-01
dm mpath: eliminate pg_ready() wrapper
Mike Snitzer
1
-4
/
+2
2014-07-10
dm mpath: fix IO hang due to logic bug in multipath_busy
Jun'ichi Nomura
1
-2
/
+3
2014-06-04
dm: disable WRITE SAME if it fails
Mike Snitzer
1
-10
/
+1
2014-05-27
dm mpath: really fix lockdep warning
Hannes Reinecke
1
-6
/
+8
2014-05-14
dm mpath: fix lock order inconsistency in multipath_ioctl
Mike Snitzer
1
-1
/
+1
2014-03-27
dm mpath: print more useful warnings in multipath_message()
Jose Castillo
1
-2
/
+2
2014-03-27
dm-mpath: do not activate failed paths
Hannes Reinecke
1
-2
/
+5
2014-03-27
dm mpath: remove extra nesting in map function
Mike Snitzer
1
-22
/
+24
2014-03-27
dm mpath: remove map_io()
Hannes Reinecke
1
-13
/
+6
2014-03-27
dm mpath: reduce memory pressure when requeuing
Hannes Reinecke
1
-23
/
+15
2014-03-27
dm mpath: remove process_queued_ios()
Hannes Reinecke
1
-42
/
+27
2014-03-27
dm mpath: push back requests instead of queueing
Hannes Reinecke
1
-78
/
+36
2014-03-27
dm mpath: do not call pg_init when it is already running
Hannes Reinecke
1
-2
/
+4
2014-02-26
dm mpath: fix stalls when handling invalid ioctls
Hannes Reinecke
1
-2
/
+5
2013-11-05
dm mpath: requeue I/O during pg_init
Hannes Reinecke
1
-4
/
+12
2013-10-31
dm mpath: fix race condition between multipath_dtr and pg_init_done
Shiva Krishna Merla
1
-3
/
+15
2013-09-23
dm: add reserved_rq_based_ios module parameter
Mike Snitzer
1
-3
/
+3
2013-09-20
dm mpath: disable WRITE SAME if it fails
Mike Snitzer
1
-1
/
+10
2013-09-18
dm mpath: do not fail path on -ENOSPC
Jun'ichi Nomura
1
-0
/
+1
2013-08-23
[SCSI] Return ENODATA on medium error
Hannes Reinecke
1
-1
/
+15
2013-07-10
dm mpath: fix ioctl deadlock when no paths
Hannes Reinecke
1
-6
/
+2
2013-05-10
dm mpath: enable WRITE SAME support
Mike Snitzer
1
-0
/
+1
2013-03-01
dm: rename request variables to bios
Alasdair G Kergon
1
-2
/
+2
2013-03-01
dm: fix truncated status strings
Mikulas Patocka
1
-5
/
+3
2012-10-12
dm mpath: fix check for null mpio in end_io fn
Wei Yongjun
1
-1
/
+2
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2012-09-26
dm mpath: only retry ioctl when no paths if queue_if_no_path set
Mike Snitzer
1
-4
/
+7
2012-08-20
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
1
-1
/
+1
2012-07-27
dm thin: commit before gathering status
Alasdair G Kergon
1
-1
/
+1
2012-07-27
dm mpath: add retain_attached_hw_handler feature
Mike Snitzer
1
-6
/
+41
2012-06-03
dm mpath: allow ioctls to trigger pg init
Mikulas Patocka
1
-9
/
+17
2012-06-03
dm mpath: delay retry of bypassed pg
Mike Christie
1
-2
/
+6
2012-06-03
dm mpath: reduce size of struct multipath
Mike Snitzer
1
-6
/
+7
2012-05-12
dm mpath: check if scsi_dh module already loaded before trying to load
Mike Snitzer
1
-2
/
+2
2012-03-28
dm: reject trailing characters in sccanf input
Mikulas Patocka
1
-2
/
+4
2012-03-28
dm mpath: detect invalid map_context
Jun'ichi Nomura
1
-14
/
+32
2012-01-14
dm: do not forward ioctls from logical volumes to the underlying device
Paolo Bonzini
1
-0
/
+6
2011-08-02
dm table: share target argument parsing functions
Mike Snitzer
1
-108
/
+44
2011-08-02
dm mpath: fix potential NULL pointer in feature arg processing
Mike Snitzer
1
-0
/
+5
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-05-29
dm mpath: do not fail paths after integrity errors
Martin K. Petersen
1
-1
/
+1
2011-03-24
dm mpath: allow table load with no priority groups
Mike Snitzer
1
-3
/
+10
2011-03-24
dm mpath: fail message ioctl if specified path is not valid
Mike Snitzer
1
-2
/
+2
2011-02-12
[SCSI] dm mpath: propagate target errors immediately
Hannes Reinecke
1
-12
/
+10
2011-01-13
dm mpath: delay activate_path retry on SCSI_DH_RETRY
Chandra Seetharaman
1
-10
/
+38
2011-01-13
dm: convert workqueues to alloc_ordered
Tejun Heo
1
-2
/
+3
2011-01-13
dm: dont use flush_scheduled_work
Tejun Heo
1
-1
/
+1
2011-01-13
dm mpath: disable blk_abort_queue
Mike Snitzer
1
-12
/
+0
2010-08-12
dm mpath: support discard
Mike Snitzer
1
-0
/
+10
[next]