summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] md: fix --re-add for raid1 and raid6NeilBrown2005-11-282-6/+12
* [PATCH] md: set default_bitmap_offset properly in set_array_infoNeilBrown2005-11-281-1/+3
* [PATCH] md: fix problem with raid6 intent bitmapNeilBrown2005-11-281-2/+13
* [PATCH] md: fix locking problem in r5/r6NeilBrown2005-11-282-0/+4
* [PATCH] md: improve read speed to raid10 arrays using 'far copies'NeilBrown2005-11-281-1/+5
* [PATCH] device-mapper raid1: drop mark_region spinlock fixJonathan E Brassow2005-11-221-11/+9Star
* [PATCH] device-mapper snapshot: bio_list fixjblunck@suse.de2005-11-221-0/+3
* [PATCH] device-mapper dm-mpath: endio spinlock fixStefan Bader2005-11-221-6/+7
* [PATCH] device-mapper: mirror log bitset fixAlasdair G Kergon2005-11-221-2/+2
* [PATCH] device-mapper: list_versions fixAlasdair G Kergon2005-11-221-1/+1
* [PATCH] device-mapper dm-ioctl: missing put in table load error caseKiyoshi Ueda2005-11-221-0/+1
* [PATCH] md: fix is_mddev_idle calculation now that disk/sector accounting hap...NeilBrown2005-11-181-4/+13
* [PATCH] md: don't pass a NULL file* into ->prepare_write()Neil Brown2005-11-181-2/+2
* [PATCH] md: make md threads interruptible againNeilBrown2005-11-151-4/+13
* [PATCH] md: mark START_ARRAY deprecated with a dateNeilBrown2005-11-151-1/+1
* [PATCH] md: document sysfs usage of md, and make a couple of small refinementsNeilBrown2005-11-091-1/+3
* [PATCH] md: improve 'scan_mode' and rename it to 'sync_action'NeilBrown2005-11-091-19/+28
* [PATCH] md: complete conversion of md to use kthreadsNeilBrown2005-11-091-23/+10Star
* [PATCH] md: ignore auto-readonly flag for arrays where it isn't meaningfulNeilBrown2005-11-091-0/+3
* [PATCH] md: only try to print recovery/resync status for personalities that s...NeilBrown2005-11-091-7/+9
* [PATCH] md: split off some md attributes in sysfs to a separate groupNeilBrown2005-11-091-0/+14
* [PATCH] md: fix some locking and module refcounting issues with md's use of s...NeilBrown2005-11-092-46/+46
* [PATCH] md: make sure a user-request sync of raid5 ignores intent bitmapNeilBrown2005-11-091-0/+1
* [PATCH] md: make manual repair work for raid1NeilBrown2005-11-091-4/+6
* [PATCH] md: make sure /block link in /sys/.../md/ goes to correct devicesNeilBrown2005-11-091-1/+6
* [PATCH] md: allow md arrays to be started read-only (module parameter).NeilBrown2005-11-091-8/+51
* [PATCH] md: Remove attempt to use dynamic names in sysfs for component device...NeilBrown2005-11-091-34/+6Star
* [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