Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
46f2c21cfdb1a829a9a23e23562ffa66b007dc48
/
drivers
/
md
56ac36d
md: cancel check/repair requests when recovery is needed
by Dan Williams
· 16 years ago
0310fa2
Allow raid10 resync to happening in larger chunks.
by NeilBrown
· 16 years ago
c89a8ee
Allow faulty devices to be removed from a readonly array.
by NeilBrown
· 16 years ago
ac4090d
Don't let a blocked_rdev interfere with read request in raid5/6
by NeilBrown
· 16 years ago
dba034e
Fail safely when trying to grow an array with a write-intent bitmap.
by NeilBrown
· 16 years ago
2b25000
Restore force switch of md array to readonly at reboot time.
by NeilBrown
· 16 years ago
19052c0
Make writes to md/safe_mode_delay immediately effective.
by NeilBrown
· 16 years ago
1e24b15
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 16 years ago
b17b3d4
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
93769f5
md: the bitmap code needs to use blk_plug_device_unlocked()
by Jens Axboe
· 16 years ago
d5686b4
[PATCH] switch mtd and dm-table to lookup_bdev()
by Al Viro
· 16 years ago
388667b
md: raid10: wake up frozen array
by Arthur Jones
· 16 years ago
e542713
md: do not count blocked devices as spares
by Dan Williams
· 16 years ago
df10cfb
md: do not progress the resync process if the stripe was blocked
by Dan Williams
· 16 years ago
ae11b1b
[SCSI] scsi_dh: attach to hardware handler from dm-mpath
by Hannes Reinecke
· 16 years ago
d8e6440
md: delay notification of 'active_idle' to the recovery thread
by Dan Williams
· 16 years ago
2339788
md: fix merge error
by Dan Williams
· 16 years ago
c9f21aa
md: move async_tx_issue_pending_all outside spin_lock_irq
by Dan Williams
· 16 years ago
b7e6f62
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
by Linus Torvalds
· 16 years ago
8a39262
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 16 years ago
d41e26b
dm crypt: add merge
by Milan Broz
· 16 years ago
9980c63
dm table: remove merge_bvec sector restriction
by Milan Broz
· 16 years ago
7bc3447
dm: linear add merge
by Milan Broz
· 16 years ago
f6fccb1
dm: introduce merge_bvec_fn
by Milan Broz
· 16 years ago
92e8681
dm snapshot: use per device mempools
by Mikulas Patocka
· 16 years ago
a8d41b5
dm snapshot: fix race during exception creation
by Mikulas Patocka
· 16 years ago
cd45daf
dm snapshot: track snapshot reads
by Mikulas Patocka
· 16 years ago
def052d
dm mpath: fix test for reinstate_path
by Alasdair G Kergon
· 16 years ago
148acff
dm mpath: return parameter error
by Mikulas Patocka
· 16 years ago
6ae2fa6
dm io: remove struct padding
by Richard Kennedy
· 16 years ago
c8da2f8
dm log: make dm_dirty_log init and exit static
by Adrian Bunk
· 16 years ago
371b2e3
dm mpath: free path selector on invalid args
by Mikulas Patocka
· 16 years ago
4b80991
md: Protect access to mddev->disks list using RCU
by NeilBrown
· 16 years ago
f2ea68c
md: only count actual openers as access which prevent a 'stop'
by NeilBrown
· 16 years ago
d6e2215
md: linear: Make array_size sector-based and rename it to array_sectors.
by Andre Noll
· 16 years ago
f233ea5
md: Make mddev->array_size sector-based.
by Andre Noll
· 16 years ago
15f4a5f
md: Make super_type->rdev_size_change() take sector-based sizes.
by Andre Noll
· 16 years ago
d07bd3b
md: Fix check for overlapping devices.
by Andre Noll
· 16 years ago
d702745
md: Tidy up rdev_size_store a bit:
by Neil Brown
· 16 years ago
89a93f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 16 years ago
fe9233f
[SCSI] scsi_dh: fix kconfig related build errors
by Chandra Seetharaman
· 16 years ago
dddec01
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
0f42035
md: Turn rdev->sb_offset into a sector-based quantity.
by Andre Noll
· 16 years ago
b73df2d
md: Make calc_dev_sboffset() return a sector count.
by Andre Noll
· 16 years ago
e7debaa
md: Replace calc_dev_size() by calc_num_sectors().
by Andre Noll
· 16 years ago
d71f9f8
md: Make update_size() take the number of sectors.
by Andre Noll
· 16 years ago
df5b20c
md: Better control of when do_md_stop is allowed to stop the array.
by Neil Brown
· 16 years ago
26ef379
md: get_disk_info(): Don't convert between signed and unsigned and back.
by Andre Noll
· 16 years ago
80fab1d
md: Simplify restart_array().
by Andre Noll
· 16 years ago
ebc2433
md: alloc_disk_sb(): Return proper error value.
by Andre Noll
· 16 years ago
ce0c8e0
md: Simplify sb_equal().
by Andre Noll
· 16 years ago
0571046
md: Simplify uuid_equal().
by Andre Noll
· 16 years ago
2283af5
Merge branch 'for-2.6.26' of git://neil.brown.name/md
by Linus Torvalds
· 16 years ago
7a1fc53
md: ensure all blocks are uptodate or locked when syncing
by Dan Williams
· 16 years ago
35020f1
md: sb_equal(): Fix misleading printk.
by Andre Noll
· 17 years ago
7f6ce76
md: Fix a typo in the comment to cmd_match().
by Andre Noll
· 17 years ago
910d8cb
md: Fix typo in array_state comment.
by Andre Noll
· 17 years ago
9687a60
md: sync_speed_show(): Trivial cleanups.
by Andre Noll
· 17 years ago
13e53df
md: do_md_run(): Fix misleading error message.
by Andre Noll
· 17 years ago
2f9618c
md: md_getgeo(): Move comment to proper position.
by Andre Noll
· 17 years ago
bb57fc6
md: md_ioctl(): Fix misleading indentation.
by Andre Noll
· 17 years ago
0529613
Merge branch 'for-neil' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/md into for-next
by Neil Brown
· 16 years ago
5b1a4bf
Merge branch 'master' into for-next
by Neil Brown
· 16 years ago
cc371e6
Add bvec_merge_data to handle stacked devices and ->merge_bvec()
by Alasdair G Kergon
· 16 years ago
cefcade9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
by Linus Torvalds
· 16 years ago
c7f1b20
dm crypt: use cond_resched
by Milan Broz
· 16 years ago
b5470dc
md: resolve external metadata handling deadlock in md_allow_write
by Dan Williams
· 16 years ago
1fe797e
md: rationalize raid5 function names
by Dan Williams
· 16 years ago
7b3a871
md: handle operation chaining in raid5_run_ops
by Dan Williams
· 16 years ago
d8ee072
md: replace R5_WantPrexor with R5_WantDrain, add 'prexor' reconstruct_states
by Dan Williams
· 16 years ago
600aa10
md: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with 'reconstruct_states'
by Dan Williams
· 16 years ago
976ea8d
md: replace STRIPE_OP_COMPUTE_BLK with STRIPE_COMPUTE_RUN
by Dan Williams
· 16 years ago
83de75c
md: replace STRIPE_OP_BIOFILL with STRIPE_BIOFILL_RUN
by Dan Williams
· 16 years ago
ecc65c9
md: replace STRIPE_OP_CHECK with 'check_states'
by Dan Williams
· 16 years ago
f0e43bc
md: unify raid5/6 i/o submission
by Dan Williams
· 16 years ago
c4e5ac0
md: use stripe_head_state in ops_run_io()
by Dan Williams
· 16 years ago
2b7497f
md: kill STRIPE_OP_IO flag
by Dan Williams
· 16 years ago
b203886
md: kill STRIPE_OP_MOD_DMA in raid5 offload
by Dan Williams
· 16 years ago
0cd17fe
Support changing rdev size on running arrays.
by Chris Webb
· 16 years ago
5266473
Make sure all changes to md/dev-XX/state are notified
by Neil Brown
· 16 years ago
a99ac97
Make sure all changes to md/degraded are notified.
by Neil Brown
· 16 years ago
72a23c2
Make sure all changes to md/sync_action are notified.
by Neil Brown
· 16 years ago
0fd62b8
Make sure all changes to md/array_state are notified.
by Neil Brown
· 16 years ago
c7d0c94
Don't reject HOT_REMOVE_DISK request for an array that is not yet started.
by Neil Brown
· 16 years ago
199050e
rationalise return value for ->hot_add_disk method.
by Neil Brown
· 16 years ago
6c2fce2
Support adding a spare to a live md array with external metadata.
by Neil Brown
· 16 years ago
8ed0a52
Enable setting of 'offset' and 'size' of a hot-added spare.
by Neil Brown
· 16 years ago
1a0fd49
Don't try to make md arrays dirty if that is not meaningful.
by Neil Brown
· 16 years ago
f48ed53
Close race in md_probe
by Neil Brown
· 16 years ago
5e96ee6
Allow setting start point for requested check/repair
by Neil Brown
· 16 years ago
a0da84f
Improve setting of "events_cleared" for write-intent bitmaps.
by Neil Brown
· 16 years ago
0e13fe23
use bio_endio instead of a call to bi_end_io
by Neil Brown
· 16 years ago
1386451
linear: correct disk numbering error check
by Nikanth Karthikesan
· 16 years ago
9bbbca3
Fix error paths if md_probe fails.
by Neil Brown
· 16 years ago
efe3114
Don't acknowlege that stripe-expand is complete until it really is.
by Neil Brown
· 16 years ago
8c2e870
Ensure interrupted recovery completed properly (v1 metadata plus bitmap)
by Neil Brown
· 16 years ago
c337869
md: do not compute parity unless it is on a failed drive
by Dan Williams
· 16 years ago
a6d8113
md: fix uninitialized use of mddev->recovery_wait
by Dan Williams
· 16 years ago
e0a115e
md: fix prexor vs sync_request race
by Dan Williams
· 16 years ago
688864e
[SCSI] scsi_dh: Remove hardware handler infrastructure from dm
by Chandra Seetharaman
· 17 years ago
Next »