aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+1
2009-06-16block: remove some includings of blktrace_api.hLi Zefan1-1/+0
2009-06-15Driver Core: misc: add nodename support for misc devices.Kay Sievers1-0/+1
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/git/tip/linux-2.6-tipLinus 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
2009-04-09dm kcopyd: prepare for callback race fixMikulas Patocka1-2/+4
2009-04-09dm: implement basic barrier supportMikulas Patocka1-20/+68
2009-04-09dm: remove dm_request loopMikulas Patocka1-15/+7
2009-04-09dm: rework queueing and suspensionMikulas Patocka1-8/+32
2009-04-09dm: simplify dm_request loopAlasdair G Kergon1-11/+7
2009-04-09dm: split DMF_BLOCK_IO flag into twoAlasdair G Kergon1-9/+13
2009-04-09dm: rearrange dm_wq_workAlasdair G Kergon1-8/+9
2009-04-09dm: remove limited barrier supportMikulas Patocka4-26/+10
2009-04-09dm: add integrity supportMartin K. Petersen3-0/+76
2009-04-06md/raid1: fix build breakageAlexander Beregalov1-1/+1
2009-04-06md/raid1 - don't assume newly allocated bvecs are initialised.NeilBrown1-3/+4