summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2009-06-16md: Binary search in linear raidSandeep K Sinha1-5/+17
2009-06-16md: Removing num_sector and replacing start_sector with end_sectorSandeep K Sinha2-21/+19
2009-06-16md: Removal of hash table in linear raidSandeep K Sinha2-95/+3
2009-06-16md: remove mddev_to_conf "helper" macroNeilBrown12-103/+79
2009-06-16md: raid0: remove setting of segment boundary.NeilBrown1-5/+0
2009-06-16md: raid0: remove ->dev pointer from strip_zone structureNeilBrown2-11/+11
2009-06-16md: raid0: remove ->sectors from the strip_zone structure.NeilBrown2-15/+19
2009-06-16md: raid0: Fix a memory leak when stopping a raid0 array.Andre Noll1-3/+2
2009-06-16md: raid0: Allocate all buffers for the raid0 configuration in one function.Andre Noll1-30/+17
2009-06-16md: raid0: Make raid0_run() return a proper error code.Andre Noll1-8/+9
2009-06-16md: raid0: Remove hash spacing and sector shift.Andre Noll2-65/+1
2009-06-16md: raid0: Remove hash table.Andre Noll2-13/+0
2009-06-16md/raid0: two cleanups in create_stripe_zones.NeilBrown1-12/+10
2009-06-16md: raid0: Replace hash table lookup by looping over all strip_zones.Andre Noll2-21/+21
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds12-36/+39
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+3
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan1-3/+2
2009-06-09md/raid5: fix bug in reshape code when chunk_size decreases.NeilBrown1-1/+1
2009-06-09md/raid5 - avoid deadlocks in get_active_stripe during reshapeNeilBrown1-11/+11
2009-06-09md/raid5: use conf->raid_disks in preference to mddev->raid_diskNeilBrown1-2/+2
2009-06-09Revert "block: Fix bounce limit setting in DM"Jens Axboe1-1/+1
2009-06-03block: Fix bounce limit setting in DMMartin K. Petersen1-1/+1
2009-05-27md: raid5: change incorrect usage of 'min' macro to 'min_t'NeilBrown1-3/+3
2009-05-26md: don't use locked_ioctl.NeilBrown1-1/+1
2009-05-26md: don't update curr_resync_completed without also updating reshape_position.NeilBrown1-6/+7
2009-05-26md: raid5: avoid sector values going negative when testing reshape progress.NeilBrown1-3/+3
2009-05-26md: export 'frozen' resync state through sysfsNeilBrown1-2/+9
2009-05-26md: bitmap: improve bitmap maintenance code.NeilBrown1-6/+7
2009-05-26md: improve errno return when setting array_sizeNeilBrown1-1/+1
2009-05-26md: always update level / chunk_size / layout when writing v1.x metadata.NeilBrown1-0/+3
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen7-26/+26
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen6-11/+14
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar3-51/+60
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar13-151/+51
2009-05-07md: remove rd%d links immediately after stopping an array.NeilBrown1-8/+8
2009-05-07md: remove ability to explicit set an inactive array to 'clean'.NeilBrown1-5/+2
2009-05-07md: constify VFTsJan Engelhardt1-1/+1
2009-05-07md: tidy up status_resync to handle large arrays.NeilBrown1-17/+28
2009-05-07md: fix some (more) errors with bitmaps on devices larger than 2TB.NeilBrown1-7/+11
2009-05-07md/raid10: don't clear bitmap during recovery if array will still be degraded.NeilBrown1-6/+6
2009-05-07md: fix loading of out-of-date bitmap.NeilBrown1-7/+4
2009-05-06blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle1-2/+1
2009-04-20Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds4-25/+51
2009-04-20md: support bitmaps on RAID10 arrays larger then 2 terabytesNeilBrown1-3/+3
2009-04-17md: update sync_completed and reshape_position even more often.NeilBrown2-2/+4
2009-04-15block: move bio list helpers into bio.hChristoph Hellwig9-126/+0
2009-04-14md: improve usefulness and accuracy of sysfs file md/sync_completed.NeilBrown3-12/+27
2009-04-14md: allow setting newly added device to 'in_sync' via sysfs.NeilBrown1-1/+5
2009-04-14md: tiny md.h cleanupsChristoph Hellwig1-8/+13
2009-04-09dm kcopyd: fix callback raceMikulas Patocka1-6/+11