summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] md: write-intent bitmap support for raid6NeilBrown2005-09-102-11/+124
* [PATCH] md: add write-intent-bitmap support to raid5NeilBrown2005-09-102-12/+124
* [PATCH] md: limit size of sb read/written to appropriate amountNeilBrown2005-09-101-5/+15
* [PATCH] md: fix bitmap/read_sb_page so that it handles errors properly.NeilBrown2005-09-101-9/+10
* [PATCH] md: allow md to load a superblock with feature-bit '1' setNeilBrown2005-09-101-3/+3
* [PATCH] md: allow hot-adding devices to arrays with non-persistant superblocks.NeilBrown2005-09-101-2/+5
* [PATCH] md: do not set mddev->bitmap until bitmap is fully initialisedNeilBrown2005-09-101-9/+24
* [PATCH] md: make sure bitmap_daemon_work actually does work.NeilBrown2005-09-101-0/+1
* [PATCH] md: raid1_quiesce is back to front, fix it.NeilBrown2005-09-101-2/+2
* [PATCH] md: support md/linear array with components greater than 2 terabytes.NeilBrown2005-09-101-29/+66
* [PATCH] md: add write-behind support for md/raid1NeilBrown2005-09-102-11/+139
* [PATCH] md: support write-mostly device in raid1NeilBrown2005-09-102-24/+70
* [PATCH] md: all hot-add and hot-remove of md intent logging bitmapsNeilBrown2005-09-102-17/+117
* [PATCH] md: improve handling of bitmap initialisation.NeilBrown2005-09-101-7/+21
* [PATCH] md: don't allow new md/bitmap file to be set if one already existsNeilBrown2005-09-101-1/+1
* [PATCH] dm: fix rh_dec()/rh_inc() race in dm-raid1.cJun'ichi Nomura2005-09-101-3/+9
* [PATCH] md: fail IO request to md that require a barrier.NeilBrown2005-09-107-0/+34
* [PATCH] md: fix minor error in raid10 read-balancing calculation.NeilBrown2005-09-101-1/+2
* [PATCH] trivial __user annotations (md)viro@ZenIV.linux.org.uk2005-09-091-2/+2
* [PATCH] kill bio->bi_setPeter Osterlund2005-09-082-0/+12
* [CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriateHerbert Xu2005-09-021-3/+4
* [PATCH] md: clear the 'recovery' flags when starting an md array.NeilBrown2005-08-271-0/+1
* [PATCH] md: create a MODULE_ALIAS for md corresponding to its block major num...NeilBrown2005-08-271-0/+1
* [PATCH] md: make sure resync gets started when array starts.NeilBrown2005-08-231-4/+3
* [PATCH] md: make sure mddev->bitmap_offset gets cleared between array instant...NeilBrown2005-08-181-0/+3
* [PATCH] dm-raid locking fixAlasdair G Kergon2005-08-041-1/+1
* [PATCH] md: make sure md bitmap updates are flushed when array is stopped.NeilBrown2005-08-042-0/+25
* [PATCH] md: yet another attempt to get bitmap-based resync to do the right th...NeilBrown2005-08-041-14/+15
* [PATCH] md: always honour md bitmap being read from diskNeilBrown2005-08-041-29/+23
* [PATCH] md: make 'md' and alias for 'md-mod'NeilBrown2005-08-041-0/+1
* [PATCH] md: remove a stray debugging printk.NeilBrown2005-08-041-1/+0
* [PATCH] md: make sure raid5/raid6 resync uses correct 'max_sectors'NeilBrown2005-08-022-0/+2
* [PATCH] device-mapper: fix md->lock deadlocks in coreAlasdair G Kergon2005-07-291-78/+60
* [PATCH] device-mapper: fix deadlocks in coreAlasdair G Kergon2005-07-291-12/+7
* [PATCH] device-mapper: fix deadlocks in core (prep)Alasdair G Kergon2005-07-292-28/+39
* [PATCH] clean up inline static vs static inlineJesper Juhl2005-07-281-1/+1
* [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-281-4/+4
* [PATCH] md: when resizing an array, we need to update resync_max_sectors as w...NeilBrown2005-07-283-0/+3
* [PATCH] md/raid1: clear bitmap when fullsync completesNeilBrown2005-07-152-22/+24
* [PATCH] Fix raid0's attempt to divide by 64bit numbersNeil Brown2005-07-151-4/+4
* [PATCH] device-mapper snapshots: Handle origin extensionAlasdair G Kergon2005-07-132-0/+5
* [PATCH] device-mapper: Fix dm_swap_table error casesAlasdair G Kergon2005-07-131-8/+5
* [PATCH] device-mapper multipath: Fix pg initialisation racesAlasdair G Kergon2005-07-131-14/+23
* [PATCH] device-mapper multipath: Avoid possible suspension deadlockAlasdair G Kergon2005-07-132-17/+20
* [PATCH] device-mapper multipath: Flush workqueue when destroyingAlasdair G Kergon2005-07-131-0/+2
* [PATCH] device-mapper multipath: Barriers not supportedAlasdair G Kergon2005-07-133-2/+8
* [PATCH] device-mapper: dm-raid1: Limit bios to size of mirror regionAlasdair G Kergon2005-07-081-0/+1
* [PATCH] md: bio leak fixNeil Brown2005-06-281-0/+1
* [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-261-2/+1
* [PATCH] create a kstrdup library functionPaulo Marques2005-06-231-11/+3