aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-26[PATCH] md: remove arbitrary limit on chunk sizeNeilBrown3-5/+5
2006-06-26[PATCH] md: reformat code in raid1_end_write_request to avoid gotoNeilBrown1-17/+17
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon16-112/+141
2006-06-26[PATCH] dm: prevent removal if openAlasdair G Kergon3-21/+78
2006-06-26[PATCH] dm: create error tableDavid Teigland1-0/+38
2006-06-26[PATCH] dm: add exportsAlasdair G Kergon2-80/+7
2006-06-26[PATCH] dm: consolidate creation functionsAlasdair G Kergon3-31/+26
2006-06-26[PATCH] dm table split_args: handle no inputDavid Teigland1-0/+6
2006-06-26[PATCH] dm kcopyd: error accumulation fixJonathan Brassow2-3/+3
2006-06-26[PATCH] dm mirror log: sync_count fixAlasdair G Kergon1-1/+5
2006-06-26[PATCH] dm mirror log: bitset_size fixAlasdair G Kergon1-2/+2
2006-06-26[PATCH] dm mirror log: refactor contextAlasdair G Kergon1-50/+63
2006-06-26[PATCH] dm mirror log: sector size fixKevin Corry2-50/+20
2006-06-26[PATCH] dm table: get_target: fix last indexMilan Broz1-1/+1
2006-06-26[PATCH] dm: mirror sector offset fixNeil Brown1-31/+32
2006-06-26[PATCH] dm: fix block device initialisationJeff Mahoney1-4/+4
2006-06-26[PATCH] dm: add module ref countingJeff Mahoney1-0/+6
2006-06-26[PATCH] dm: fix mapped device ref countingJeff Mahoney1-10/+24
2006-06-26[PATCH] dm: add DMF_FREEINGJeff Mahoney1-2/+30
2006-06-26[PATCH] dm: change minor_lock to spinlockJeff Mahoney1-14/+13
2006-06-26[PATCH] dm: move idr_pre_getJeff Mahoney1-14/+9
2006-06-26[PATCH] dm: fix idr minor allocationJeff Mahoney1-3/+16
2006-06-26[PATCH] dm snapshot: unify chunk_sizeAlasdair G Kergon2-26/+45
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-4/+2
2006-06-23[PATCH] drivers/md/raid6algos.c: fix a NULL dereferenceAdrian Bunk1-4/+3
2006-05-31[PATCH] md: Fix badness in sysfs_notify caused by md_new_eventNeilBrown1-1/+10
2006-05-26[PATCH] Unlock md devices when stopping them on reboot.Neil Brown1-1/+3
2006-05-23[PATCH] md: fix possible oops when starting a raid0 arrayNeilBrown1-2/+3
2006-05-21[PATCH] md: Fix inverted test for 'repair' directive.NeilBrown1-1/+1
2006-05-01[PATCH] md: Fix 'rdev->nr_pending' count when retrying barrier requestsNeilBrown1-5/+4
2006-05-01[PATCH] md: Improve detection of lack of barrier support in raid1NeilBrown1-5/+11
2006-05-01[PATCH] md: Change ENOTSUPP to EOPNOTSUPPNeilBrown1-2/+2
2006-05-01[PATCH] md: Fixed refcounting/locking when attempting read error correction in raid10NeilBrown1-14/+30
2006-05-01[PATCH] md: Avoid oops when attempting to fix read errors on raid10NeilBrown1-1/+1
2006-04-20[PATCH] md: locking fixIngo Molnar1-12/+12
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown1-0/+1
2006-04-11[PATCH] md: make sure 64bit fields in version-1 metadata are 64-bit alignedNeilBrown1-5/+6
2006-04-02BUG_ON() Conversion in md/raid10.cEric Sesterhenn1-4/+2
2006-04-02BUG_ON() Conversion in md/raid6main.cEric Sesterhenn1-19/+10
2006-04-02BUG_ON() Conversion in md/raid5.cEric Sesterhenn1-22/+12
2006-04-01BUG_ON() Conversion in md/raid1.cEric Sesterhenn1-4/+2
2006-04-01BUG_ON() Conversion in md/dm-target.cEric Sesterhenn1-2/+1
2006-03-31[PATCH] md: Raid-6 did not create sysfs entries for stripe cacheNeilBrown1-0/+2
2006-03-31[PATCH] md: Remove some code that can sleep from under a spinlockNeilBrown1-5/+3
2006-03-31[PATCH] md: Don't clear bits in bitmap when writing to one device fails during recoveryNeilBrown1-1/+12
2006-03-27[PATCH] md: Convert reconfig_sem to reconfig_mutexNeilBrown1-7/+7
2006-03-27[PATCH] sem2mutex: drivers/mdArjan van de Ven4-24/+28
2006-03-27[PATCH] md: Restore 'remaining' count when retrying an write operationNeilBrown1-0/+3
2006-03-27[PATCH] md: Fix md grow/size code to correctly find the maximum available spaceNeilBrown1-1/+1
2006-03-27[PATCH] md: Remove bi_end_io call out from under a spinlockNeilBrown1-2/+4