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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-13
md: allow upper limit for resync/reshape to be set when array is read-only
NeilBrown
1
-0
/
+1
2009-08-13
md/raid5: Properly remove excess drives after shrinking a raid5/6
NeilBrown
1
-2
/
+9
2009-08-13
md/raid5: make sure a reshape restarts at the correct address.
NeilBrown
1
-1
/
+1
2009-08-13
md/raid5: allow new reshape modes to be restarted in the middle.
NeilBrown
1
-1
/
+20
2009-08-13
md: never advance 'events' counter by more than 1.
NeilBrown
1
-8
/
+5
2009-08-10
Remove deadlock potential in md_open
NeilBrown
2
-8
/
+20
2009-08-03
md: Use revalidate_disk to effect changes in size of device.
NeilBrown
4
-33
/
+9
2009-08-03
md: allow raid5_quiesce to work properly when reshape is happening.
NeilBrown
1
-1
/
+10
2009-08-03
md/raid5: set reshape_position correctly when reshape starts.
NeilBrown
1
-1
/
+1
2009-08-03
md: Handle growth of v1.x metadata correctly.
NeilBrown
1
-1
/
+7
2009-08-03
md: avoid array overflow with bad v1.x metadata
NeilBrown
1
-1
/
+6
2009-08-03
md: when a level change reduces the number of devices, remove the excess.
NeilBrown
1
-0
/
+7
2009-08-03
md: Push down data integrity code to personalities.
Andre Noll
7
-33
/
+80
2009-07-31
md/raid6: release spare page at ->stop()
Dan Williams
1
-14
/
+12
2009-07-23
dm table: pass correct dev area size to device_area_is_valid
Mike Snitzer
7
-14
/
+15
2009-07-23
dm: remove queue next_ordered workaround for barriers
Mike Snitzer
3
-16
/
+0
2009-07-23
dm raid1: wake kmirrord when requeueing delayed bios after remote recovery
Mikulas Patocka
1
-0
/
+1
2009-07-10
Fix congestion_wait() sync/async vs read/write confusion
Jens Axboe
1
-1
/
+1
2009-07-08
Remove multiple KERN_ prefixes from printk formats
Joe Perches
1
-8
/
+10
2009-07-01
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+2
2009-07-01
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
7
-48
/
+84
2009-07-01
block: Create bip slabs with embedded integrity vectors
Martin K. Petersen
1
-2
/
+2
2009-07-01
md: use interruptible wait when duration is controlled by userspace.
NeilBrown
2
-8
/
+21
2009-07-01
md/raid5: suspend shouldn't affect read requests.
NeilBrown
1
-1
/
+2
2009-07-01
md: tidy up error paths in md_alloc
NeilBrown
1
-20
/
+18
2009-07-01
md: fix error path when duplicate name is found on md device creation.
NeilBrown
1
-0
/
+2
2009-07-01
md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.
NeilBrown
1
-2
/
+4
2009-07-01
md: Use new topology calls to indicate alignment and I/O sizes
Martin K. Petersen
6
-19
/
+39
2009-06-30
dm table: fix blk_stack_limits arg to use bytes not sectors
Mike Snitzer
1
-1
/
+1
2009-06-30
dm exception store: really fix type lookup
Milan Broz
1
-3
/
+6
2009-06-22
dm mpath: change to be request based
Kiyoshi Ueda
1
-65
/
+128
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
3
-1
/
+16
2009-06-22
dm: enable request based option
Kiyoshi Ueda
4
-26
/
+285
2009-06-22
dm: prepare for request based option
Kiyoshi Ueda
3
-4
/
+716
2009-06-22
dm raid1: add userspace log
Jonthan Brassow
5
-0
/
+1004
2009-06-22
dm: calculate queue limits during resume not load
Mike Snitzer
3
-87
/
+115
2009-06-22
dm log: fix create_log_context to use logical_block_size of log device
Mike Snitzer
1
-3
/
+4
2009-06-22
dm target:s introduce iterate devices fn
Mike Snitzer
6
-6
/
+94
2009-06-22
dm table: establish queue limits by copying table limits
Mike Snitzer
1
-10
/
+2
2009-06-22
dm table: replace struct io_restrictions with struct queue_limits
Mike Snitzer
1
-95
/
+43
2009-06-22
dm table: validate device logical_block_size
Mike Snitzer
1
-0
/
+69
2009-06-22
dm table: ensure targets are aligned to logical_block_size
Mike Snitzer
1
-14
/
+44
2009-06-22
dm ioctl: support cookies for udev
Milan Broz
3
-11
/
+31
2009-06-22
dm: sysfs add suspended attribute
Peter Rajnoha
1
-0
/
+9
2009-06-22
dm table: improve warning message when devices not freed before destruction
Jonthan Brassow
1
-5
/
+3
2009-06-22
dm mpath: add service time load balancer
Kiyoshi Ueda
3
-0
/
+350
2009-06-22
dm mpath: add queue length load balancer
Kiyoshi Ueda
3
-0
/
+273
2009-06-22
dm mpath: add start_io and nr_bytes to path selectors
Kiyoshi Ueda
3
-13
/
+25
2009-06-22
dm snapshot: use barrier when writing exception store
Mikulas Patocka
1
-1
/
+1
[next]