index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-20
dm mpath: add retry pg init
Dave Wysochanski
2
-14
/
+68
2007-10-20
dm crypt: tidy labels
Milan Broz
1
-19
/
+19
2007-10-20
dm crypt: tidy whitespace
Milan Broz
1
-17
/
+17
2007-10-20
dm crypt: add post processing queue
Milan Broz
1
-16
/
+51
2007-10-20
dm crypt: use per device singlethread workqueues
Milan Broz
1
-18
/
+14
2007-10-20
dm mpath: emc fix an error message
Alasdair G Kergon
1
-1
/
+1
2007-10-20
dm: bio_list macro renaming
Alasdair G Kergon
2
-6
/
+1
2007-10-20
dm io:ctl remove vmalloc void cast
Jesper Juhl
1
-1
/
+1
2007-10-20
dm: tidy bio_io_error usage
Milan Broz
1
-19
/
+18
2007-10-20
kcopyd use mutex instead of semaphore
Matthias Kaehlcke
1
-4
/
+4
2007-10-20
dm: use kzalloc
Dmitry Monakhov
5
-18
/
+9
2007-10-20
dm: use is_power_of_2
vignesh babu
3
-3
/
+6
2007-10-20
dm: fix thaw_bdev
Jun'ichi Nomura
1
-1
/
+3
2007-10-20
dm delay: fix status
Milan Broz
1
-1
/
+1
2007-10-20
dm delay: fix ctr error paths
Dmitry Monakhov
1
-8
/
+11
2007-10-20
dm raid1: fix leakage
Dmitry Monakhov
1
-13
/
+15
2007-10-20
dm crypt: missing kfree in ctr error path
Dmitry Monakhov
1
-0
/
+1
2007-10-20
dm crypt: drop device ref in ctr error path
Dmitry Monakhov
1
-1
/
+3
2007-10-20
dm io:ctl use constant struct size
Milan Broz
1
-3
/
+3
2007-10-20
dm mpath: rdac fix init race
Bryn M. Reeves
1
-7
/
+8
2007-10-19
Convert files to UTF-8 and some cleanups
Jan Engelhardt
1
-1
/
+1
2007-10-19
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
1
-1
/
+1
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
1
-1
/
+1
2007-10-17
md: make sure read errors are auto-corrected during a 'check' resync in raid1
NeilBrown
1
-1
/
+2
2007-10-17
md: expose the degraded status of an assembled array through sysfs
Iustin Pop
1
-0
/
+7
2007-10-17
md: 'sync_action' in sysfs returns wrong value for readonly arrays
NeilBrown
1
-1
/
+1
2007-10-17
md: fix a bug in some never-used code.
NeilBrown
1
-5
/
+5
2007-10-17
md: software Raid autodetect dev list not array
Michael J. Evans
1
-9
/
+33
2007-10-16
Fix memory leak in dm-crypt
Neil Brown
1
-26
/
+5
2007-10-16
block: convert blkdev_issue_flush() to use empty barriers
Jens Axboe
10
-210
/
+0
2007-10-13
dm: emc_endio returns void
Geert Uytterhoeven
1
-2
/
+0
2007-10-12
kobjects: fix up improper use of the kobject name field
Greg Kroah-Hartman
1
-2
/
+1
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
16
-156
/
+73
2007-10-10
Stop exporting blk_rq_bio_prep
NeilBrown
1
-9
/
+1
2007-09-24
raid5: fix 2 bugs in ops_complete_biofill
Dan Williams
1
-10
/
+7
2007-09-14
Fix kernel buuild with (CONFIG_COMPAT && ! CONFIG_BLOCK)
aherrman@arcor.de
1
-0
/
+3
2007-09-11
md: fix some bugs with growing raid5/raid6 arrays.
NeilBrown
1
-8
/
+9
2007-08-27
dm-mpath-rdac: don't stomp on a requests transfer bit
Andrew Vasquez
1
-1
/
+1
2007-08-24
DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefined
Randy Dunlap
1
-1
/
+1
2007-08-22
md: correctly update sysfs when a raid1 is reshaped
NeilBrown
1
-4
/
+18
2007-08-22
md: make sure a re-add after a restart honours bitmap when resyncing
NeilBrown
1
-1
/
+2
2007-08-11
Fix remap handling by blktrace
Alan D. Brunelle
1
-2
/
+2
2007-07-31
md: handle writes to broken raid10 arrays gracefully
Arne Redlich
1
-0
/
+7
2007-07-31
md: raid10: fix use-after-free of bio
Maik Hampel
1
-1
/
+2
2007-07-24
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
10
-53
/
+53
2007-07-21
dm io: fix panic on large request
Milan Broz
1
-0
/
+2
2007-07-20
async_tx: fix kmap_atomic usage in async_memcpy
Dan Williams
1
-2
/
+2
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-2
/
+2
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-2
/
+1
2007-07-18
dm: fix memory leak in dm_create_persistent() when starting metadata update t...
Jesper Juhl
1
-0
/
+1
[prev]
[next]