summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm crypt: remove waitqueueMilan Broz2008-10-211-8/+0Star
* dm crypt: fix async splitMilan Broz2008-10-211-1/+40
* dm crypt: tidy sectorMilan Broz2008-10-211-2/+5
* dm: remove dm header from targetsMikulas Patocka2008-10-2114-13/+18
* dm: publish array_too_bigMikulas Patocka2008-10-213-14/+2Star
* dm exception store: fix misordered writesMikulas Patocka2008-10-211-3/+8
* dm exception store: refactor zero_areaAlasdair G Kergon2008-10-211-34/+68
* dm snapshot: drop unused last_percentMikulas Patocka2008-10-212-4/+0Star
* dm snapshot: fix primary_pe raceMikulas Patocka2008-10-211-7/+3Star
* dm kcopyd: avoid queue shuffleKazuo Ito2008-10-211-1/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-172-3/+3
|\
| * [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-132-3/+3
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-10-169-174/+114Star
|\ \
| * | md: fix input truncation in safe_delay_store()Dan Williams2008-10-161-5/+3Star
| * | md: check for memory allocation failure in faulty personalitySven Wegener2008-10-161-0/+2
| * | md: build failure due to missing delay.hStephen Rothwell2008-10-153-0/+3
| * | md: Relax minimum size restrictions on chunk_size.NeilBrown2008-10-133-8/+11
| * | md: remove space after function name in declaration and call.NeilBrown2008-10-132-28/+28
| * | md: Remove unnecessary #includes, #defines, and function declarations.NeilBrown2008-10-136-53/+4Star
| * | md: Convert remaining 1k representations in linear.c to sectors.Andre Noll2008-10-131-18/+17Star
| * | md: linear.c: Make two local variables sector-based.Andre Noll2008-10-131-10/+10
| * | md: linear: Represent dev_info->size and dev_info->offset in sectors.Andre Noll2008-10-131-25/+29
| * | md: linear.c: Remove broken debug code.Andre Noll2008-10-131-23/+0Star
| * | md: linear.c: Remove pointless initialization of curr_offset.Andre Noll2008-10-131-1/+0Star
| * | md: linear.c: Fix typo in comment.Andre Noll2008-10-131-1/+1
| * | md: Don't try to set an array to 'read-auto' if it is already in that state.NeilBrown2008-10-131-2/+2
| * | md: Allow metadata_version to be updated for externally managed metadata.NeilBrown2008-10-131-1/+7
| * | md: Fix rdev_size_store with size == 0Chris Webb2008-10-131-4/+2Star
| |/
* | raid, fastboot: hide RAID autodetect option if MD is compiled as a moduleAlan Jenkins2008-10-121-1/+1
* | raid: make RAID autodetect default a KConfig optionArjan van de Ven2008-10-121-0/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2008-10-108-117/+173
|\
| * dm: detect lost queueAlasdair G Kergon2008-10-101-3/+23
| * dm: publish dm_vcallocMikulas Patocka2008-10-101-1/+0Star
| * dm: publish dm_table_unplug_allMikulas Patocka2008-10-101-1/+0Star
| * dm: publish dm_get_mapinfoMikulas Patocka2008-10-101-1/+0Star
| * dm: export struct dm_devMikulas Patocka2008-10-103-39/+43
| * dm crypt: avoid unnecessary wait when splitting bioMilan Broz2008-10-101-8/+18
| * dm crypt: tidy ctx pendingMilan Broz2008-10-101-5/+11
| * dm crypt: fix async inc_pendingMilan Broz2008-10-101-3/+2Star
| * dm crypt: move dec_pending on error into write_io_submitMilan Broz2008-10-101-3/+2Star
| * dm crypt: remove inc_pending from write_io_submitAlasdair G Kergon2008-10-101-4/+5
| * dm crypt: tidy write loop pendingMilan Broz2008-10-101-16/+9Star
| * dm crypt: tidy crypt allocMilan Broz2008-10-101-7/+17
| * dm crypt: tidy inc pendingMilan Broz2008-10-101-5/+10
| * dm exception store: use chunk_t for_areasMikulas Patocka2008-10-101-8/+10
| * dm exception store: introduce area_location functionMikulas Patocka2008-10-101-2/+9
| * dm raid1: kcopyd should stop on error if errors handledJonathan Brassow2008-10-101-1/+3
| * dm mpath: remove is_active from struct dm_pathKiyoshi Ueda2008-10-102-8/+7Star
| * dm mpath: use more error codesBenjamin Marzinski2008-10-101-10/+12
* | block: mark bio_split_pool staticDenis ChengRq2008-10-093-3/+3