aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds8-117/+173
2008-10-10dm: detect lost queueAlasdair G Kergon1-3/+23
2008-10-10dm: publish dm_vcallocMikulas Patocka1-1/+0
2008-10-10dm: publish dm_table_unplug_allMikulas Patocka1-1/+0
2008-10-10dm: publish dm_get_mapinfoMikulas Patocka1-1/+0
2008-10-10dm: export struct dm_devMikulas Patocka3-39/+43
2008-10-10dm crypt: avoid unnecessary wait when splitting bioMilan Broz1-8/+18
2008-10-10dm crypt: tidy ctx pendingMilan Broz1-5/+11
2008-10-10dm crypt: fix async inc_pendingMilan Broz1-3/+2
2008-10-10dm crypt: move dec_pending on error into write_io_submitMilan Broz1-3/+2
2008-10-10dm crypt: remove inc_pending from write_io_submitAlasdair G Kergon1-4/+5
2008-10-10dm crypt: tidy write loop pendingMilan Broz1-16/+9
2008-10-10dm crypt: tidy crypt allocMilan Broz1-7/+17
2008-10-10dm crypt: tidy inc pendingMilan Broz1-5/+10
2008-10-10dm exception store: use chunk_t for_areasMikulas Patocka1-8/+10
2008-10-10dm exception store: introduce area_location functionMikulas Patocka1-2/+9
2008-10-10dm raid1: kcopyd should stop on error if errors handledJonathan Brassow1-1/+3
2008-10-10dm mpath: remove is_active from struct dm_pathKiyoshi Ueda2-8/+7
2008-10-10dm mpath: use more error codesBenjamin Marzinski1-10/+12
2008-10-09block: mark bio_split_pool staticDenis ChengRq3-3/+3
2008-10-09dm: Call blk_abort_queue on failed pathsMike Anderson1-1/+14
2008-10-09block: move stats from disk to part0Tejun Heo8-39/+46
2008-10-09block: always set bdev->bd_partTejun Heo1-4/+1
2008-10-09block: move policy from disk to part0Tejun Heo1-1/+1
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo2-7/+7
2008-10-09block: fix diskstats accessTejun Heo7-25/+45
2008-10-09block: don't depend on consecutive minor spaceTejun Heo3-7/+8
2008-10-09block: make bi_phys_segments an unsigned int instead of shortJens Axboe1-6/+6
2008-10-09block: raid fixups for removal of bi_hw_segmentsJens Axboe3-17/+51
2008-10-09drop vmerge accountingMikulas Patocka2-6/+0
2008-10-01dm mpath: add missing path switching lockingChandra Seetharaman1-1/+15
2008-10-01dm: cope with access beyond end of device in dm_merge_bvecMikulas Patocka1-0/+3
2008-10-01dm: always allow one page in dm_merge_bvecMikulas Patocka1-4/+5
2008-09-19md: Don't wait UNINTERRUPTIBLE for other resync to finishNeilBrown1-1/+7
2008-09-01Fix problem with waiting while holding rcu read lock in md/bitmap.cNeilBrown1-7/+38
2008-09-01Remove invalidate_partition call from do_md_stop.NeilBrown1-2/+0
2008-08-07md: cancel check/repair requests when recovery is neededDan Williams1-1/+3
2008-08-05Allow raid10 resync to happening in larger chunks.NeilBrown1-4/+5
2008-08-05Allow faulty devices to be removed from a readonly array.NeilBrown1-1/+12
2008-08-05Don't let a blocked_rdev interfere with read request in raid5/6NeilBrown1-8/+21
2008-08-05Fail safely when trying to grow an array with a write-intent bitmap.NeilBrown2-0/+8
2008-08-05Restore force switch of md array to readonly at reboot time.NeilBrown1-1/+5
2008-08-05Make writes to md/safe_mode_delay immediately effective.NeilBrown1-0/+5
2008-08-01Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds3-13/+27
2008-08-01Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2008-08-01md: the bitmap code needs to use blk_plug_device_unlocked()Jens Axboe1-1/+1
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Al Viro1-23/+6
2008-08-01md: raid10: wake up frozen arrayArthur Jones1-0/+3
2008-07-28md: do not count blocked devices as sparesDan Williams1-1/+2
2008-07-28md: do not progress the resync process if the stripe was blockedDan Williams1-6/+13