index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-11
md: Replace calc_dev_size() by calc_num_sectors().
Andre Noll
1
-11
/
+7
2008-07-11
md: Make update_size() take the number of sectors.
Andre Noll
1
-18
/
+18
2008-07-11
md: Better control of when do_md_stop is allowed to stop the array.
Neil Brown
1
-14
/
+15
2008-07-11
md: get_disk_info(): Don't convert between signed and unsigned and back.
Andre Noll
1
-4
/
+1
2008-07-11
md: Simplify restart_array().
Andre Noll
1
-32
/
+17
2008-07-11
md: alloc_disk_sb(): Return proper error value.
Andre Noll
1
-1
/
+1
2008-07-11
md: Simplify sb_equal().
Andre Noll
1
-5
/
+1
2008-07-11
md: Simplify uuid_equal().
Andre Noll
1
-9
/
+4
2008-07-10
Merge branch 'for-2.6.26' of git://neil.brown.name/md
Linus Torvalds
1
-6
/
+1
2008-07-10
md: ensure all blocks are uptodate or locked when syncing
Dan Williams
1
-6
/
+1
2008-07-08
md: sb_equal(): Fix misleading printk.
Andre Noll
1
-1
/
+1
2008-07-08
md: Fix a typo in the comment to cmd_match().
Andre Noll
1
-1
/
+1
2008-07-08
md: Fix typo in array_state comment.
Andre Noll
1
-1
/
+1
2008-07-08
md: sync_speed_show(): Trivial cleanups.
Andre Noll
1
-4
/
+4
2008-07-08
md: do_md_run(): Fix misleading error message.
Andre Noll
1
-2
/
+3
2008-07-08
md: md_getgeo(): Move comment to proper position.
Andre Noll
1
-6
/
+6
2008-07-08
md: md_ioctl(): Fix misleading indentation.
Andre Noll
1
-3
/
+1
2008-07-08
Merge branch 'for-neil' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...
Neil Brown
3
-16
/
+29
2008-07-08
Merge branch 'master' into for-next
Neil Brown
1
-0
/
+1
2008-07-03
Add bvec_merge_data to handle stacked devices and ->merge_bvec()
Alasdair G Kergon
4
-19
/
+26
2008-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
1
-0
/
+1
2008-07-02
dm crypt: use cond_resched
Milan Broz
1
-0
/
+1
2008-06-30
md: resolve external metadata handling deadlock in md_allow_write
Dan Williams
3
-16
/
+29
2008-06-28
md: rationalize raid5 function names
Dan Williams
1
-36
/
+40
2008-06-28
md: handle operation chaining in raid5_run_ops
Dan Williams
1
-8
/
+7
2008-06-28
md: replace R5_WantPrexor with R5_WantDrain, add 'prexor' reconstruct_states
Dan Williams
1
-60
/
+29
2008-06-28
md: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with 'reconstruct_states'
Dan Williams
1
-142
/
+62
2008-06-28
md: replace STRIPE_OP_COMPUTE_BLK with STRIPE_COMPUTE_RUN
Dan Williams
1
-47
/
+18
2008-06-28
md: replace STRIPE_OP_BIOFILL with STRIPE_BIOFILL_RUN
Dan Williams
1
-21
/
+12
2008-06-28
md: replace STRIPE_OP_CHECK with 'check_states'
Dan Williams
1
-89
/
+83
2008-06-28
md: unify raid5/6 i/o submission
Dan Williams
1
-61
/
+2
2008-06-28
md: use stripe_head_state in ops_run_io()
Dan Williams
1
-6
/
+3
2008-06-28
md: kill STRIPE_OP_IO flag
Dan Williams
1
-27
/
+5
2008-06-28
md: kill STRIPE_OP_MOD_DMA in raid5 offload
Dan Williams
1
-10
/
+0
2008-06-28
Support changing rdev size on running arrays.
Chris Webb
1
-13
/
+87
2008-06-28
Make sure all changes to md/dev-XX/state are notified
Neil Brown
1
-1
/
+13
2008-06-28
Make sure all changes to md/degraded are notified.
Neil Brown
1
-1
/
+5
2008-06-28
Make sure all changes to md/sync_action are notified.
Neil Brown
1
-6
/
+28
2008-06-28
Make sure all changes to md/array_state are notified.
Neil Brown
1
-5
/
+24
2008-06-28
Don't reject HOT_REMOVE_DISK request for an array that is not yet started.
Neil Brown
1
-3
/
+0
2008-06-28
rationalise return value for ->hot_add_disk method.
Neil Brown
5
-20
/
+21
2008-06-28
Support adding a spare to a live md array with external metadata.
Neil Brown
5
-9
/
+67
2008-06-28
Enable setting of 'offset' and 'size' of a hot-added spare.
Neil Brown
1
-2
/
+2
2008-06-28
Don't try to make md arrays dirty if that is not meaningful.
Neil Brown
1
-0
/
+2
2008-06-28
Close race in md_probe
Neil Brown
1
-1
/
+1
2008-06-28
Allow setting start point for requested check/repair
Neil Brown
1
-5
/
+42
2008-06-28
Improve setting of "events_cleared" for write-intent bitmaps.
Neil Brown
1
-5
/
+24
2008-06-28
use bio_endio instead of a call to bi_end_io
Neil Brown
1
-12
/
+4
2008-06-28
linear: correct disk numbering error check
Nikanth Karthikesan
1
-1
/
+1
2008-06-28
Fix error paths if md_probe fails.
Neil Brown
1
-2
/
+4
[prev]
[next]