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
2006-04-14
[PATCH] sysfs: Allow sysfs attribute files to be pollable
NeilBrown
1
-0
/
+1
2006-04-11
[PATCH] md: make sure 64bit fields in version-1 metadata are 64-bit aligned
NeilBrown
1
-5
/
+6
2006-04-02
BUG_ON() Conversion in md/raid10.c
Eric Sesterhenn
1
-4
/
+2
2006-04-02
BUG_ON() Conversion in md/raid6main.c
Eric Sesterhenn
1
-19
/
+10
2006-04-02
BUG_ON() Conversion in md/raid5.c
Eric Sesterhenn
1
-22
/
+12
2006-04-01
BUG_ON() Conversion in md/raid1.c
Eric Sesterhenn
1
-4
/
+2
2006-04-01
BUG_ON() Conversion in md/dm-target.c
Eric Sesterhenn
1
-2
/
+1
2006-03-31
[PATCH] md: Raid-6 did not create sysfs entries for stripe cache
NeilBrown
1
-0
/
+2
2006-03-31
[PATCH] md: Remove some code that can sleep from under a spinlock
NeilBrown
1
-5
/
+3
2006-03-31
[PATCH] md: Don't clear bits in bitmap when writing to one device fails durin...
NeilBrown
1
-1
/
+12
2006-03-27
[PATCH] md: Convert reconfig_sem to reconfig_mutex
NeilBrown
1
-7
/
+7
2006-03-27
[PATCH] sem2mutex: drivers/md
Arjan van de Ven
4
-24
/
+28
2006-03-27
[PATCH] md: Restore 'remaining' count when retrying an write operation
NeilBrown
1
-0
/
+3
2006-03-27
[PATCH] md: Fix md grow/size code to correctly find the maximum available space
NeilBrown
1
-1
/
+1
2006-03-27
[PATCH] md: Remove bi_end_io call out from under a spinlock
NeilBrown
1
-2
/
+4
2006-03-27
[PATCH] md: Remove some stray semi-colons after functions called in macro..
NeilBrown
1
-2
/
+2
2006-03-27
[PATCH] md: Improve comments about locking situation in raid5 make_request
NeilBrown
1
-1
/
+14
2006-03-27
[PATCH] md: Support suspending of IO to regions of an md array
NeilBrown
2
-0
/
+73
2006-03-27
[PATCH] md: Make 'reshape' a possible sync_action action
NeilBrown
1
-1
/
+8
2006-03-27
[PATCH] md: Split reshape handler in check_reshape and start_reshape
NeilBrown
3
-33
/
+56
2006-03-27
[PATCH] md: Only checkpoint expansion progress occasionally
NeilBrown
1
-11
/
+42
2006-03-27
[PATCH] md: Checkpoint and allow restart of raid5 reshape
NeilBrown
3
-23
/
+191
2006-03-27
[PATCH] md: Final stages of raid5 expand code
NeilBrown
3
-3
/
+152
2006-03-27
[PATCH] md: Core of raid5 resize process
NeilBrown
2
-25
/
+174
2006-03-27
[PATCH] md: Infrastructure to allow normal IO to continue while array is expa...
NeilBrown
1
-30
/
+58
2006-03-27
[PATCH] md: Allow stripes to be expanded in preparation for expanding an array
NeilBrown
3
-7
/
+130
2006-03-27
[PATCH] md: Split disks array out of raid5 conf structure so it is easier to ...
NeilBrown
2
-6
/
+14
2006-03-27
[PATCH] md: Update status_resync to handle LARGE devices
NeilBrown
1
-6
/
+24
2006-03-27
[PATCH] md: Fix the 'failed' count for version-0 superblocks
NeilBrown
1
-3
/
+2
2006-03-27
[PATCH] md: Add '4' to the list of levels for which bitmaps are supported
NeilBrown
1
-1
/
+2
2006-03-27
[PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.
NeilBrown
1
-0
/
+1
2006-03-27
[PATCH] dm: remove unnecessary typecast
Kevin Corry
1
-1
/
+1
2006-03-27
[PATCH] dm/md dependency tree in sysfs: dm to use bd_claim_by_disk
Jun'ichi Nomura
1
-10
/
+10
2006-03-27
[PATCH] dm/md dependency tree in sysfs: md to use bd_claim_by_disk
Jun'ichi Nomura
1
-0
/
+2
2006-03-27
[PATCH] dm store geometry
Darrick J. Wong
3
-1
/
+104
2006-03-27
[PATCH] dm table: store md
Mike Anderson
4
-16
/
+39
2006-03-27
[PATCH] dm: tidy mdptr
Alasdair G Kergon
3
-12
/
+16
2006-03-27
[PATCH] dm: store md name
Mike Anderson
1
-0
/
+2
2006-03-27
[PATCH] dm flush queue EINTR
Jun'ichi Nomura
1
-1
/
+4
2006-03-27
[PATCH] dm snapshot: fix kcopyd destructor
Alasdair G Kergon
2
-2
/
+21
2006-03-27
[PATCH] dm: make sure QUEUE_FLAG_CLUSTER is set properly
NeilBrown
1
-0
/
+9
2006-03-27
[PATCH] dm: remove SECTOR_FORMAT
Andrew Morton
6
-34
/
+32
2006-03-27
[PATCH] drivers/md/dm-raid1.c: Fix inconsistent mirroring after interrupted r...
Jun'ichi Nomura
1
-1
/
+13
2006-03-27
[PATCH] device-mapper snapshot: fix invalidation
Alasdair G Kergon
1
-121
/
+174
2006-03-27
[PATCH] device-mapper snapshot: replace sibling list
Alasdair G Kergon
1
-42
/
+80
2006-03-27
[PATCH] device-mapper snapshot: fix origin_write pending_exception submission
Alasdair G Kergon
1
-22
/
+19
2006-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2
-6
/
+3
2006-03-26
[PATCH] mempool: use mempool_create_slab_pool()
Matthew Dobson
5
-12
/
+6
2006-03-26
[PATCH] mempool: use common mempool kzalloc allocator
Matthew Dobson
1
-15
/
+2
2006-03-26
[PATCH] mempool: use common mempool kmalloc allocator
Matthew Dobson
3
-35
/
+6
[next]