| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [PATCH] md: allow dirty raid[456] arrays to be started at boot | NeilBrown | 2006-01-06 | 3 | -8/+24 |
* | [PATCH] md: small cleanups for raid5 | NeilBrown | 2006-01-06 | 1 | -20/+21 |
* | [PATCH] md: improve raid10 "IO Barrier" concept | NeilBrown | 2006-01-06 | 1 | -56/+79 |
* | [PATCH] md: improve raid1 "IO Barrier" concept | NeilBrown | 2006-01-06 | 1 | -78/+89 |
* | [PATCH] make dm-mirror not issue invalid resync requests | Darrick J. Wong | 2006-01-06 | 1 | -1/+1 |
* | [PATCH] dm-crypt: zero key before freeing it | Stefan Rompf | 2006-01-06 | 1 | -0/+5 |
* | [PATCH] drivers/md/kcopyd.c: #if 0 kcopyd_cancel() | Adrian Bunk | 2006-01-06 | 1 | -1/+2 |
* | [PATCH] device-mapper ioctl: add skip lock_fs flag | Alasdair G Kergon | 2006-01-06 | 1 | -2/+9 |
* | [PATCH] device-mapper: make lock_fs optional | Alasdair G Kergon | 2006-01-06 | 3 | -7/+16 |
* | [PATCH] device-mapper: rename frozen_bdev | Alasdair G Kergon | 2006-01-06 | 1 | -26/+25 |
* | [PATCH] device-mapper raid1: add default mirror | Jonathan E Brassow | 2006-01-06 | 1 | -5/+8 |
* | [PATCH] device-mapper: scanf sector format change | Alasdair G Kergon | 2006-01-06 | 1 | -1/+1 |
* | [PATCH] device-mapper: remove unused definition | Andrew Stribblehill | 2006-01-06 | 1 | -3/+0 |
* | [PATCH] device-mapper snapshot: metadata reading separation | Alasdair G Kergon | 2006-01-06 | 1 | -10/+15 |
* | [PATCH] device-mapper ioctl: event on rename | goggin, edward | 2006-01-06 | 1 | -0/+10 |
* | [PATCH] device-mapper: add dm_get_md | David Teigland | 2006-01-06 | 2 | -0/+11 |
* | [PATCH] device-mapper: add dm_find_md | David Teigland | 2006-01-06 | 1 | -5/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2006-01-04 | 1 | -0/+4 |
|\ |
|
| * | gitignore: misc files | Brian Gerst | 2006-01-01 | 1 | -0/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2006-01-04 | 1 | -1/+1 |
|\ \ |
|
| * | | [SCSI] seperate max_sectors from max_hw_sectors | Mike Christie | 2005-12-15 | 1 | -1/+1 |
* | | | [PATCH] md: Change case of raid level reported in sys/mdX/md/level | Neil Brown | 2005-12-19 | 1 | -1/+1 |
|/ / |
|
* | | [PATCH] md: use correct size of raid5 stripe cache when measuring how full it is | NeilBrown | 2005-12-12 | 1 | -3/+4 |
* | | [PATCH] md: fix a use-after-free bug in raid1 | NeilBrown | 2005-12-12 | 1 | -2/+3 |
* | | [PATCH] md: fix --re-add for raid1 and raid6 | NeilBrown | 2005-11-28 | 2 | -6/+12 |
* | | [PATCH] md: set default_bitmap_offset properly in set_array_info | NeilBrown | 2005-11-28 | 1 | -1/+3 |
* | | [PATCH] md: fix problem with raid6 intent bitmap | NeilBrown | 2005-11-28 | 1 | -2/+13 |
* | | [PATCH] md: fix locking problem in r5/r6 | NeilBrown | 2005-11-28 | 2 | -0/+4 |
* | | [PATCH] md: improve read speed to raid10 arrays using 'far copies' | NeilBrown | 2005-11-28 | 1 | -1/+5 |
* | | [PATCH] device-mapper raid1: drop mark_region spinlock fix | Jonathan E Brassow | 2005-11-22 | 1 | -11/+9 |
* | | [PATCH] device-mapper snapshot: bio_list fix | jblunck@suse.de | 2005-11-22 | 1 | -0/+3 |
* | | [PATCH] device-mapper dm-mpath: endio spinlock fix | Stefan Bader | 2005-11-22 | 1 | -6/+7 |
* | | [PATCH] device-mapper: mirror log bitset fix | Alasdair G Kergon | 2005-11-22 | 1 | -2/+2 |
* | | [PATCH] device-mapper: list_versions fix | Alasdair G Kergon | 2005-11-22 | 1 | -1/+1 |
* | | [PATCH] device-mapper dm-ioctl: missing put in table load error case | Kiyoshi Ueda | 2005-11-22 | 1 | -0/+1 |
|/ |
|
* | [PATCH] md: fix is_mddev_idle calculation now that disk/sector accounting hap... | NeilBrown | 2005-11-18 | 1 | -4/+13 |
* | [PATCH] md: don't pass a NULL file* into ->prepare_write() | Neil Brown | 2005-11-18 | 1 | -2/+2 |
* | [PATCH] md: make md threads interruptible again | NeilBrown | 2005-11-15 | 1 | -4/+13 |
* | [PATCH] md: mark START_ARRAY deprecated with a date | NeilBrown | 2005-11-15 | 1 | -1/+1 |
* | [PATCH] md: document sysfs usage of md, and make a couple of small refinements | NeilBrown | 2005-11-09 | 1 | -1/+3 |
* | [PATCH] md: improve 'scan_mode' and rename it to 'sync_action' | NeilBrown | 2005-11-09 | 1 | -19/+28 |
* | [PATCH] md: complete conversion of md to use kthreads | NeilBrown | 2005-11-09 | 1 | -23/+10 |
* | [PATCH] md: ignore auto-readonly flag for arrays where it isn't meaningful | NeilBrown | 2005-11-09 | 1 | -0/+3 |
* | [PATCH] md: only try to print recovery/resync status for personalities that s... | NeilBrown | 2005-11-09 | 1 | -7/+9 |
* | [PATCH] md: split off some md attributes in sysfs to a separate group | NeilBrown | 2005-11-09 | 1 | -0/+14 |
* | [PATCH] md: fix some locking and module refcounting issues with md's use of s... | NeilBrown | 2005-11-09 | 2 | -46/+46 |
* | [PATCH] md: make sure a user-request sync of raid5 ignores intent bitmap | NeilBrown | 2005-11-09 | 1 | -0/+1 |
* | [PATCH] md: make manual repair work for raid1 | NeilBrown | 2005-11-09 | 1 | -4/+6 |
* | [PATCH] md: make sure /block link in /sys/.../md/ goes to correct devices | NeilBrown | 2005-11-09 | 1 | -1/+6 |
* | [PATCH] md: allow md arrays to be started read-only (module parameter). | NeilBrown | 2005-11-09 | 1 | -8/+51 |