summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] md: support BIO_RW_BARRIER for md/raid1NeilBrown2005-11-093-61/+177
* [PATCH] md: make md on-disk bitmaps not host-endianNeilBrown2005-11-092-5/+19
* [PATCH] md: convert 'faulty' and 'in_sync' fields to bits in 'flags' fieldNeilBrown2005-11-097-140/+142
* [PATCH] md: improvements to raid5 handling of read errorsNeilBrown2005-11-092-8/+18
* [PATCH] md: change raid5 sysfs attribute to not create a new directoryNeilBrown2005-11-092-63/+15Star
* [PATCH] md: minor MD fixesNeilBrown2005-11-091-7/+7
* [PATCH] md: fix ref-counting problems with kobjects in mdNeilBrown2005-11-092-3/+7
* [PATCH] md: provide proper rcu_dereference / rcu_assign_pointer annotations i...Suzanne Wood2005-11-095-36/+38
* [PATCH] md: teach raid5 the difference between 'check' and 'repair'.NeilBrown2005-11-092-2/+21
* [PATCH] md: allow a manual resync with mdNeilBrown2005-11-091-9/+68
* [PATCH] md: add kobject/sysfs support to raid5NeilBrown2005-11-091-32/+151
* [PATCH] md: extend md sysfs support to component devices.NeilBrown2005-11-091-8/+160
* [PATCH] md: initial sysfs support for mdNeilBrown2005-11-091-1/+85
* [PATCH] md: better handling of readerrors with raid5.NeilBrown2005-11-091-5/+56
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0Star
* [PATCH] drivers/md: fix-up schedule_timeout() usageNishanth Aravamudan2005-11-072-4/+2Star
* [BLOCK] Unify the seperate read/write io stat fields into arraysJens Axboe2005-11-018-54/+26Star
* [PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman2005-10-301-8/+4Star
* [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-201-1/+3
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-096-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/+3Star
* [PATCH] md: fix BUG when raid10 rebuilds without enough drivesNeilBrown2005-09-101-1/+7
* [PATCH] md: fix raid10 assembly when too many devices are missingNeilBrown2005-09-101-3/+27
* [PATCH] md: really get sb_size setting right in all casesNeilBrown2005-09-101-2/+2
* [PATCH] md: make sure the new 'sb_size' is set properly device added without ...NeilBrown2005-09-101-0/+2
* [PATCH] md: report spare drives in /proc/mdstatNeilBrown2005-09-101-1/+2
* [PATCH] md: add information about superblock version to /proc/mdstatNeilBrown2005-09-101-0/+9
* [PATCH] md: use queue_hardsect_size instead of block_size for md superblock s...NeilBrown2005-09-101-1/+1
* [PATCH] md: choose better default offset for bitmap.NeilBrown2005-09-101-2/+1Star
* [PATCH] md: tidy up daemon stop/start code in md/bitmap.cNeilBrown2005-09-102-47/+28Star
* [PATCH] md: ensure bitmap_writeback_daemon handles shutdown properly.NeilBrown2005-09-101-0/+3
* [PATCH] md: use kthread infrastructure in mdNeilBrown2005-09-101-38/+10Star
* [PATCH] md: write-intent bitmap support for raid6NeilBrown2005-09-102-11/+124
* [PATCH] md: add write-intent-bitmap support to raid5NeilBrown2005-09-102-12/+124
* [PATCH] md: limit size of sb read/written to appropriate amountNeilBrown2005-09-101-5/+15
* [PATCH] md: fix bitmap/read_sb_page so that it handles errors properly.NeilBrown2005-09-101-9/+10
* [PATCH] md: allow md to load a superblock with feature-bit '1' setNeilBrown2005-09-101-3/+3
* [PATCH] md: allow hot-adding devices to arrays with non-persistant superblocks.NeilBrown2005-09-101-2/+5
* [PATCH] md: do not set mddev->bitmap until bitmap is fully initialisedNeilBrown2005-09-101-9/+24
* [PATCH] md: make sure bitmap_daemon_work actually does work.NeilBrown2005-09-101-0/+1
* [PATCH] md: raid1_quiesce is back to front, fix it.NeilBrown2005-09-101-2/+2
* [PATCH] md: support md/linear array with components greater than 2 terabytes.NeilBrown2005-09-101-29/+66
* [PATCH] md: add write-behind support for md/raid1NeilBrown2005-09-102-11/+139
* [PATCH] md: support write-mostly device in raid1NeilBrown2005-09-102-24/+70