summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-141-0/+1
* [PATCH] md: make sure 64bit fields in version-1 metadata are 64-bit alignedNeilBrown2006-04-111-5/+6
* BUG_ON() Conversion in md/raid10.cEric Sesterhenn2006-04-021-4/+2
* BUG_ON() Conversion in md/raid6main.cEric Sesterhenn2006-04-021-19/+10
* BUG_ON() Conversion in md/raid5.cEric Sesterhenn2006-04-021-22/+12
* BUG_ON() Conversion in md/raid1.cEric Sesterhenn2006-04-011-4/+2
* BUG_ON() Conversion in md/dm-target.cEric Sesterhenn2006-04-011-2/+1
* [PATCH] md: Raid-6 did not create sysfs entries for stripe cacheNeilBrown2006-03-311-0/+2
* [PATCH] md: Remove some code that can sleep from under a spinlockNeilBrown2006-03-311-5/+3
* [PATCH] md: Don't clear bits in bitmap when writing to one device fails durin...NeilBrown2006-03-311-1/+12
* [PATCH] md: Convert reconfig_sem to reconfig_mutexNeilBrown2006-03-271-7/+7
* [PATCH] sem2mutex: drivers/mdArjan van de Ven2006-03-274-24/+28
* [PATCH] md: Restore 'remaining' count when retrying an write operationNeilBrown2006-03-271-0/+3
* [PATCH] md: Fix md grow/size code to correctly find the maximum available spaceNeilBrown2006-03-271-1/+1
* [PATCH] md: Remove bi_end_io call out from under a spinlockNeilBrown2006-03-271-2/+4
* [PATCH] md: Remove some stray semi-colons after functions called in macro..NeilBrown2006-03-271-2/+2
* [PATCH] md: Improve comments about locking situation in raid5 make_requestNeilBrown2006-03-271-1/+14
* [PATCH] md: Support suspending of IO to regions of an md arrayNeilBrown2006-03-272-0/+73
* [PATCH] md: Make 'reshape' a possible sync_action actionNeilBrown2006-03-271-1/+8
* [PATCH] md: Split reshape handler in check_reshape and start_reshapeNeilBrown2006-03-273-33/+56
* [PATCH] md: Only checkpoint expansion progress occasionallyNeilBrown2006-03-271-11/+42
* [PATCH] md: Checkpoint and allow restart of raid5 reshapeNeilBrown2006-03-273-23/+191
* [PATCH] md: Final stages of raid5 expand codeNeilBrown2006-03-273-3/+152
* [PATCH] md: Core of raid5 resize processNeilBrown2006-03-272-25/+174
* [PATCH] md: Infrastructure to allow normal IO to continue while array is expa...NeilBrown2006-03-271-30/+58
* [PATCH] md: Allow stripes to be expanded in preparation for expanding an arrayNeilBrown2006-03-273-7/+130
* [PATCH] md: Split disks array out of raid5 conf structure so it is easier to ...NeilBrown2006-03-272-6/+14
* [PATCH] md: Update status_resync to handle LARGE devicesNeilBrown2006-03-271-6/+24
* [PATCH] md: Fix the 'failed' count for version-0 superblocksNeilBrown2006-03-271-3/+2
* [PATCH] md: Add '4' to the list of levels for which bitmaps are supportedNeilBrown2006-03-271-1/+2
* [PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.NeilBrown2006-03-271-0/+1
* [PATCH] dm: remove unnecessary typecastKevin Corry2006-03-271-1/+1
* [PATCH] dm/md dependency tree in sysfs: dm to use bd_claim_by_diskJun'ichi Nomura2006-03-271-10/+10
* [PATCH] dm/md dependency tree in sysfs: md to use bd_claim_by_diskJun'ichi Nomura2006-03-271-0/+2
* [PATCH] dm store geometryDarrick J. Wong2006-03-273-1/+104
* [PATCH] dm table: store mdMike Anderson2006-03-274-16/+39
* [PATCH] dm: tidy mdptrAlasdair G Kergon2006-03-273-12/+16
* [PATCH] dm: store md nameMike Anderson2006-03-271-0/+2
* [PATCH] dm flush queue EINTRJun'ichi Nomura2006-03-271-1/+4
* [PATCH] dm snapshot: fix kcopyd destructorAlasdair G Kergon2006-03-272-2/+21
* [PATCH] dm: make sure QUEUE_FLAG_CLUSTER is set properlyNeilBrown2006-03-271-0/+9
* [PATCH] dm: remove SECTOR_FORMATAndrew Morton2006-03-276-34/+32
* [PATCH] drivers/md/dm-raid1.c: Fix inconsistent mirroring after interrupted r...Jun'ichi Nomura2006-03-271-1/+13
* [PATCH] device-mapper snapshot: fix invalidationAlasdair G Kergon2006-03-271-121/+174
* [PATCH] device-mapper snapshot: replace sibling listAlasdair G Kergon2006-03-271-42/+80
* [PATCH] device-mapper snapshot: fix origin_write pending_exception submissionAlasdair G Kergon2006-03-271-22/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-262-6/+3
|\
| * BUG_ON() Conversion in md/dm-table.cEric Sesterhenn2006-03-261-4/+2
| * BUG_ON() Conversion in md/dm-path-selector.cEric Sesterhenn2006-03-261-2/+1
* | [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-265-12/+6
OpenPOWER on IntegriCloud