summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-132-3/+3
* 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
* | dm: Call blk_abort_queue on failed pathsMike Anderson2008-10-091-1/+14
* | block: move stats from disk to part0Tejun Heo2008-10-098-39/+46
* | block: always set bdev->bd_partTejun Heo2008-10-091-4/+1Star
* | block: move policy from disk to part0Tejun Heo2008-10-091-1/+1
* | block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-092-7/+7
* | block: fix diskstats accessTejun Heo2008-10-097-25/+45
* | block: don't depend on consecutive minor spaceTejun Heo2008-10-093-7/+8
* | block: make bi_phys_segments an unsigned int instead of shortJens Axboe2008-10-091-6/+6
* | block: raid fixups for removal of bi_hw_segmentsJens Axboe2008-10-093-17/+51
* | drop vmerge accountingMikulas Patocka2008-10-092-6/+0Star
|/
* dm mpath: add missing path switching lockingChandra Seetharaman2008-10-011-1/+15
* dm: cope with access beyond end of device in dm_merge_bvecMikulas Patocka2008-10-011-0/+3
* dm: always allow one page in dm_merge_bvecMikulas Patocka2008-10-011-4/+5
* md: Don't wait UNINTERRUPTIBLE for other resync to finishNeilBrown2008-09-191-1/+7
* Fix problem with waiting while holding rcu read lock in md/bitmap.cNeilBrown2008-09-011-7/+38
* Remove invalidate_partition call from do_md_stop.NeilBrown2008-09-011-2/+0Star
* md: cancel check/repair requests when recovery is neededDan Williams2008-08-071-1/+3
* Allow raid10 resync to happening in larger chunks.NeilBrown2008-08-051-4/+5
* Allow faulty devices to be removed from a readonly array.NeilBrown2008-08-051-1/+12
* Don't let a blocked_rdev interfere with read request in raid5/6NeilBrown2008-08-051-8/+21
* Fail safely when trying to grow an array with a write-intent bitmap.NeilBrown2008-08-052-0/+8
* Restore force switch of md array to readonly at reboot time.NeilBrown2008-08-051-1/+5
* Make writes to md/safe_mode_delay immediately effective.NeilBrown2008-08-051-0/+5
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2008-08-013-13/+27
|\
| * md: raid10: wake up frozen arrayArthur Jones2008-08-011-0/+3
| * md: do not count blocked devices as sparesDan Williams2008-07-291-1/+2
| * md: do not progress the resync process if the stripe was blockedDan Williams2008-07-291-6/+13
| * md: delay notification of 'active_idle' to the recovery threadDan Williams2008-07-231-1/+4
| * md: fix merge errorDan Williams2008-07-231-2/+3