index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-16
dm: dec_pending needs locking to save error value
Kiyoshi Ueda
1
-2
/
+8
2009-10-16
dm: add missing del_gendisk to alloc_dev error path
Zdenek Kabelac
1
-0
/
+1
2009-10-06
block: Seperate read and write statistics of in_flight requests v2
Nikanth Karthikesan
1
-6
/
+10
2009-10-04
Revert "Seperate read and write statistics of in_flight requests"
Jens Axboe
1
-10
/
+6
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
1
-2
/
+2
2009-09-14
Seperate read and write statistics of in_flight requests
Nikanth Karthikesan
1
-6
/
+10
2009-09-11
bio: first step in sanitizing the bio->bi_rw flag testing
Jens Axboe
1
-6
/
+6
2009-09-04
dm multipath: fix oops when request based io fails when no paths
Kiyoshi Ueda
1
-5
/
+10
2009-07-23
dm: remove queue next_ordered workaround for barriers
Mike Snitzer
1
-10
/
+0
2009-07-01
block: Create bip slabs with embedded integrity vectors
Martin K. Petersen
1
-2
/
+2
2009-06-22
dm: disable interrupt when taking map_lock
Kiyoshi Ueda
1
-6
/
+9
2009-06-22
dm: do not set QUEUE_ORDERED_DRAIN if request based
Kiyoshi Ueda
1
-1
/
+10
2009-06-22
dm: enable request based option
Kiyoshi Ueda
1
-26
/
+136
2009-06-22
dm: prepare for request based option
Kiyoshi Ueda
1
-4
/
+701
2009-06-22
dm: calculate queue limits during resume not load
Mike Snitzer
1
-3
/
+9
2009-06-22
dm ioctl: support cookies for udev
Milan Broz
1
-6
/
+19
2009-06-22
dm: send empty barriers to targets in dm_flush
Mikulas Patocka
1
-0
/
+10
2009-06-22
dm: initialise tio in alloc_tio
Alasdair G Kergon
1
-18
/
+15
2009-06-22
dm: introduce num_flush_requests
Mikulas Patocka
1
-0
/
+39
2009-06-22
dm: remove check that prevents mapping empty bios
Mikulas Patocka
1
-5
/
+0
2009-06-22
dm: remove EOPNOTSUPP for barriers
Mikulas Patocka
1
-1
/
+1
2009-06-22
dm: store only first barrier error
Mikulas Patocka
1
-8
/
+9
2009-06-22
dm: process requeue in dm_wq_work
Mikulas Patocka
1
-3
/
+10
2009-06-22
dm: make dm_flush return void
Mikulas Patocka
1
-13
/
+4
2009-06-22
dm: always hold bdev reference
Mikulas Patocka
1
-41
/
+16
2009-06-22
dm: rename suspended_bdev to bdev
Mikulas Patocka
1
-18
/
+18
2009-06-22
dm: avoid unsupported spanning of md stripe boundaries
Mikulas Patocka
1
-0
/
+10
2009-06-22
dm: sysfs skip output when device is being destroyed
Milan Broz
1
-0
/
+4
2009-06-16
block: remove some includings of blktrace_api.h
Li Zefan
1
-1
/
+0
2009-06-09
tracing/events: convert block trace points to TRACE_EVENT()
Li Zefan
1
-3
/
+2
2009-05-07
Merge branch 'linus' into tracing/core
Ingo Molnar
1
-1
/
+0
2009-05-06
blktrace: from-sector redundant in trace_block_remap
Alan D. Brunelle
1
-2
/
+1
2009-04-15
block: move bio list helpers into bio.h
Christoph Hellwig
1
-1
/
+0
2009-04-09
dm: implement basic barrier support
Mikulas Patocka
1
-20
/
+68
2009-04-09
dm: remove dm_request loop
Mikulas Patocka
1
-15
/
+7
2009-04-09
dm: rework queueing and suspension
Mikulas Patocka
1
-8
/
+32
2009-04-09
dm: simplify dm_request loop
Alasdair G Kergon
1
-11
/
+7
2009-04-09
dm: split DMF_BLOCK_IO flag into two
Alasdair G Kergon
1
-9
/
+13
2009-04-09
dm: rearrange dm_wq_work
Alasdair G Kergon
1
-8
/
+9
2009-04-09
dm: remove limited barrier support
Mikulas Patocka
1
-5
/
+10
2009-04-09
dm: add integrity support
Martin K. Petersen
1
-0
/
+15
2009-04-02
dm: set queue ordered mode
Mikulas Patocka
1
-0
/
+1
2009-04-02
dm: move wait queue declaration
Mikulas Patocka
1
-7
/
+7
2009-04-02
dm: merge pushback and deferred bio lists
Mikulas Patocka
1
-21
/
+16
2009-04-02
dm: allow uninterruptible wait for pending io
Mikulas Patocka
1
-4
/
+5
2009-04-02
dm: merge __flush_deferred_io into caller
Mikulas Patocka
1
-11
/
+7
2009-04-02
dm: move bio_io_error into __split_and_process_bio
Mikulas Patocka
1
-11
/
+10
2009-04-02
dm: rename __split_bio
Mikulas Patocka
1
-4
/
+4
2009-04-02
dm: remove unnecessary struct dm_wq_req
Mikulas Patocka
1
-17
/
+7
2009-04-02
dm: remove unnecessary work queue context field
Mikulas Patocka
1
-8
/
+5
[next]