index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PATCH] dm mirror log: bitset_size fix
Alasdair G Kergon
2006-06-26
1
-2
/
+2
*
[PATCH] dm mirror log: refactor context
Alasdair G Kergon
2006-06-26
1
-50
/
+63
*
[PATCH] dm mirror log: sector size fix
Kevin Corry
2006-06-26
2
-50
/
+20
*
[PATCH] dm table: get_target: fix last index
Milan Broz
2006-06-26
1
-1
/
+1
*
[PATCH] dm: mirror sector offset fix
Neil Brown
2006-06-26
1
-31
/
+32
*
[PATCH] dm: fix block device initialisation
Jeff Mahoney
2006-06-26
1
-4
/
+4
*
[PATCH] dm: add module ref counting
Jeff Mahoney
2006-06-26
1
-0
/
+6
*
[PATCH] dm: fix mapped device ref counting
Jeff Mahoney
2006-06-26
1
-10
/
+24
*
[PATCH] dm: add DMF_FREEING
Jeff Mahoney
2006-06-26
1
-2
/
+30
*
[PATCH] dm: change minor_lock to spinlock
Jeff Mahoney
2006-06-26
1
-14
/
+13
*
[PATCH] dm: move idr_pre_get
Jeff Mahoney
2006-06-26
1
-14
/
+9
*
[PATCH] dm: fix idr minor allocation
Jeff Mahoney
2006-06-26
1
-3
/
+16
*
[PATCH] dm snapshot: unify chunk_size
Alasdair G Kergon
2006-06-26
2
-26
/
+45
*
[PATCH] drivers: use list_move()
Akinobu Mita
2006-06-26
1
-4
/
+2
*
[PATCH] drivers/md/raid6algos.c: fix a NULL dereference
Adrian Bunk
2006-06-23
1
-4
/
+3
*
[PATCH] md: Fix badness in sysfs_notify caused by md_new_event
NeilBrown
2006-05-31
1
-1
/
+10
*
[PATCH] Unlock md devices when stopping them on reboot.
Neil Brown
2006-05-26
1
-1
/
+3
*
[PATCH] md: fix possible oops when starting a raid0 array
NeilBrown
2006-05-23
1
-2
/
+3
*
[PATCH] md: Fix inverted test for 'repair' directive.
NeilBrown
2006-05-21
1
-1
/
+1
*
[PATCH] md: Fix 'rdev->nr_pending' count when retrying barrier requests
NeilBrown
2006-05-01
1
-5
/
+4
*
[PATCH] md: Improve detection of lack of barrier support in raid1
NeilBrown
2006-05-01
1
-5
/
+11
*
[PATCH] md: Change ENOTSUPP to EOPNOTSUPP
NeilBrown
2006-05-01
1
-2
/
+2
*
[PATCH] md: Fixed refcounting/locking when attempting read error correction i...
NeilBrown
2006-05-01
1
-14
/
+30
*
[PATCH] md: Avoid oops when attempting to fix read errors on raid10
NeilBrown
2006-05-01
1
-1
/
+1
*
[PATCH] md: locking fix
Ingo Molnar
2006-04-20
1
-12
/
+12
*
[PATCH] sysfs: Allow sysfs attribute files to be pollable
NeilBrown
2006-04-14
1
-0
/
+1
*
[PATCH] md: make sure 64bit fields in version-1 metadata are 64-bit aligned
NeilBrown
2006-04-11
1
-5
/
+6
*
BUG_ON() Conversion in md/raid10.c
Eric Sesterhenn
2006-04-02
1
-4
/
+2
*
BUG_ON() Conversion in md/raid6main.c
Eric Sesterhenn
2006-04-02
1
-19
/
+10
*
BUG_ON() Conversion in md/raid5.c
Eric Sesterhenn
2006-04-02
1
-22
/
+12
*
BUG_ON() Conversion in md/raid1.c
Eric Sesterhenn
2006-04-01
1
-4
/
+2
*
BUG_ON() Conversion in md/dm-target.c
Eric Sesterhenn
2006-04-01
1
-2
/
+1
*
[PATCH] md: Raid-6 did not create sysfs entries for stripe cache
NeilBrown
2006-03-31
1
-0
/
+2
*
[PATCH] md: Remove some code that can sleep from under a spinlock
NeilBrown
2006-03-31
1
-5
/
+3
*
[PATCH] md: Don't clear bits in bitmap when writing to one device fails durin...
NeilBrown
2006-03-31
1
-1
/
+12
*
[PATCH] md: Convert reconfig_sem to reconfig_mutex
NeilBrown
2006-03-27
1
-7
/
+7
*
[PATCH] sem2mutex: drivers/md
Arjan van de Ven
2006-03-27
4
-24
/
+28
*
[PATCH] md: Restore 'remaining' count when retrying an write operation
NeilBrown
2006-03-27
1
-0
/
+3
*
[PATCH] md: Fix md grow/size code to correctly find the maximum available space
NeilBrown
2006-03-27
1
-1
/
+1
*
[PATCH] md: Remove bi_end_io call out from under a spinlock
NeilBrown
2006-03-27
1
-2
/
+4
*
[PATCH] md: Remove some stray semi-colons after functions called in macro..
NeilBrown
2006-03-27
1
-2
/
+2
*
[PATCH] md: Improve comments about locking situation in raid5 make_request
NeilBrown
2006-03-27
1
-1
/
+14
*
[PATCH] md: Support suspending of IO to regions of an md array
NeilBrown
2006-03-27
2
-0
/
+73
*
[PATCH] md: Make 'reshape' a possible sync_action action
NeilBrown
2006-03-27
1
-1
/
+8
*
[PATCH] md: Split reshape handler in check_reshape and start_reshape
NeilBrown
2006-03-27
3
-33
/
+56
*
[PATCH] md: Only checkpoint expansion progress occasionally
NeilBrown
2006-03-27
1
-11
/
+42
*
[PATCH] md: Checkpoint and allow restart of raid5 reshape
NeilBrown
2006-03-27
3
-23
/
+191
*
[PATCH] md: Final stages of raid5 expand code
NeilBrown
2006-03-27
3
-3
/
+152
*
[PATCH] md: Core of raid5 resize process
NeilBrown
2006-03-27
2
-25
/
+174
*
[PATCH] md: Infrastructure to allow normal IO to continue while array is expa...
NeilBrown
2006-03-27
1
-30
/
+58
[prev]
[next]