summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0
* [PATCH] drivers/md: fix-up schedule_timeout() usageNishanth Aravamudan2005-11-072-4/+2
* [BLOCK] Unify the seperate read/write io stat fields into arraysJens Axboe2005-11-018-54/+26
* [PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman2005-10-301-8/+4
* [PATCH] gfp_t: remaining bits of drivers/*Al Viro2005-10-282-2/+2
* [PATCH] md: make sure mdthreads will always respond to kthread_stopNeilBrown2005-10-261-4/+6
* [PATCH] Three one-liners in md.cNeilBrown2005-10-191-1/+3
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-086-8/+8
* [PATCH] device-mapper: Fix queue_if_no_path initialisationAlasdair G Kergon2005-09-281-6/+10
* [PATCH] device-mapper: Trigger an event when a table is deletedgoggin, edward2005-09-281-0/+9
* [PATCH] RAID6 Altivec fixH. Peter Anvin2005-09-174-10/+40
* [PATCH] merge some from Rusty's trivial patchesAdrian Bunk2005-09-101-2/+2
* [PATCH] vfree and kfree cleanup in drivers/Jesper Juhl2005-09-101-6/+3
* [PATCH] md: fix BUG when raid10 rebuilds without enough drivesNeilBrown2005-09-091-1/+7
* [PATCH] md: fix raid10 assembly when too many devices are missingNeilBrown2005-09-091-3/+27
* [PATCH] md: really get sb_size setting right in all casesNeilBrown2005-09-091-2/+2
* [PATCH] md: make sure the new 'sb_size' is set properly device added without ...NeilBrown2005-09-091-0/+2
* [PATCH] md: report spare drives in /proc/mdstatNeilBrown2005-09-091-1/+2
* [PATCH] md: add information about superblock version to /proc/mdstatNeilBrown2005-09-091-0/+9
* [PATCH] md: use queue_hardsect_size instead of block_size for md superblock s...NeilBrown2005-09-091-1/+1
* [PATCH] md: choose better default offset for bitmap.NeilBrown2005-09-091-2/+1
* [PATCH] md: tidy up daemon stop/start code in md/bitmap.cNeilBrown2005-09-092-47/+28
* [PATCH] md: ensure bitmap_writeback_daemon handles shutdown properly.NeilBrown2005-09-091-0/+3
* [PATCH] md: use kthread infrastructure in mdNeilBrown2005-09-091-38/+10
* [PATCH] md: write-intent bitmap support for raid6NeilBrown2005-09-092-11/+124
* [PATCH] md: add write-intent-bitmap support to raid5NeilBrown2005-09-092-12/+124
* [PATCH] md: limit size of sb read/written to appropriate amountNeilBrown2005-09-091-5/+15
* [PATCH] md: fix bitmap/read_sb_page so that it handles errors properly.NeilBrown2005-09-091-9/+10
* [PATCH] md: allow md to load a superblock with feature-bit '1' setNeilBrown2005-09-091-3/+3
* [PATCH] md: allow hot-adding devices to arrays with non-persistant superblocks.NeilBrown2005-09-091-2/+5
* [PATCH] md: do not set mddev->bitmap until bitmap is fully initialisedNeilBrown2005-09-091-9/+24
* [PATCH] md: make sure bitmap_daemon_work actually does work.NeilBrown2005-09-091-0/+1
* [PATCH] md: raid1_quiesce is back to front, fix it.NeilBrown2005-09-091-2/+2
* [PATCH] md: support md/linear array with components greater than 2 terabytes.NeilBrown2005-09-091-29/+66
* [PATCH] md: add write-behind support for md/raid1NeilBrown2005-09-092-11/+139
* [PATCH] md: support write-mostly device in raid1NeilBrown2005-09-092-24/+70
* [PATCH] md: all hot-add and hot-remove of md intent logging bitmapsNeilBrown2005-09-092-17/+117
* [PATCH] md: improve handling of bitmap initialisation.NeilBrown2005-09-091-7/+21
* [PATCH] md: don't allow new md/bitmap file to be set if one already existsNeilBrown2005-09-091-1/+1
* [PATCH] dm: fix rh_dec()/rh_inc() race in dm-raid1.cJun'ichi Nomura2005-09-091-3/+9
* [PATCH] md: fail IO request to md that require a barrier.NeilBrown2005-09-097-0/+34
* [PATCH] md: fix minor error in raid10 read-balancing calculation.NeilBrown2005-09-091-1/+2
* [PATCH] trivial __user annotations (md)viro@ZenIV.linux.org.uk2005-09-091-2/+2
* [PATCH] kill bio->bi_setPeter Osterlund2005-09-072-0/+12
* [CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriateHerbert Xu2005-09-011-3/+4
* [PATCH] md: clear the 'recovery' flags when starting an md array.NeilBrown2005-08-261-0/+1
* [PATCH] md: create a MODULE_ALIAS for md corresponding to its block major num...NeilBrown2005-08-261-0/+1
* [PATCH] md: make sure resync gets started when array starts.NeilBrown2005-08-231-4/+3
* [PATCH] md: make sure mddev->bitmap_offset gets cleared between array instant...NeilBrown2005-08-181-0/+3
* [PATCH] dm-raid locking fixAlasdair G Kergon2005-08-041-1/+1
OpenPOWER on IntegriCloud