| Commit message (Expand) | Author | Age | Files | Lines |
* | md: Use revalidate_disk to effect changes in size of device. | NeilBrown | 2009-08-03 | 4 | -33/+9 |
* | md: allow raid5_quiesce to work properly when reshape is happening. | NeilBrown | 2009-08-03 | 1 | -1/+10 |
* | md/raid5: set reshape_position correctly when reshape starts. | NeilBrown | 2009-08-03 | 1 | -1/+1 |
* | md: Handle growth of v1.x metadata correctly. | NeilBrown | 2009-08-03 | 1 | -1/+7 |
* | md: avoid array overflow with bad v1.x metadata | NeilBrown | 2009-08-03 | 1 | -1/+6 |
* | md: when a level change reduces the number of devices, remove the excess. | NeilBrown | 2009-08-03 | 1 | -0/+7 |
* | md: Push down data integrity code to personalities. | Andre Noll | 2009-08-03 | 7 | -33/+80 |
* | md/raid6: release spare page at ->stop() | Dan Williams | 2009-07-31 | 1 | -14/+12 |
* | dm table: pass correct dev area size to device_area_is_valid | Mike Snitzer | 2009-07-23 | 7 | -14/+15 |
* | dm: remove queue next_ordered workaround for barriers | Mike Snitzer | 2009-07-23 | 3 | -16/+0 |
* | dm raid1: wake kmirrord when requeueing delayed bios after remote recovery | Mikulas Patocka | 2009-07-23 | 1 | -0/+1 |
* | Fix congestion_wait() sync/async vs read/write confusion | Jens Axboe | 2009-07-10 | 1 | -1/+1 |
* | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 | 1 | -8/+10 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-07-01 | 1 | -2/+2 |
|\ |
|
| * | block: Create bip slabs with embedded integrity vectors | Martin K. Petersen | 2009-07-01 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2009-07-01 | 7 | -48/+84 |
|\ \
| |/
|/| |
|
| * | md: use interruptible wait when duration is controlled by userspace. | NeilBrown | 2009-07-01 | 2 | -8/+21 |
| * | md/raid5: suspend shouldn't affect read requests. | NeilBrown | 2009-07-01 | 1 | -1/+2 |
| * | md: tidy up error paths in md_alloc | NeilBrown | 2009-07-01 | 1 | -20/+18 |
| * | md: fix error path when duplicate name is found on md device creation. | NeilBrown | 2009-07-01 | 1 | -0/+2 |
| * | md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes. | NeilBrown | 2009-07-01 | 1 | -2/+4 |
| * | md: Use new topology calls to indicate alignment and I/O sizes | Martin K. Petersen | 2009-07-01 | 6 | -19/+39 |
* | | dm table: fix blk_stack_limits arg to use bytes not sectors | Mike Snitzer | 2009-06-30 | 1 | -1/+1 |
* | | dm exception store: really fix type lookup | Milan Broz | 2009-06-30 | 1 | -3/+6 |
|/ |
|
* | dm mpath: change to be request based | Kiyoshi Ueda | 2009-06-22 | 1 | -65/+128 |
* | dm: disable interrupt when taking map_lock | Kiyoshi Ueda | 2009-06-22 | 1 | -6/+9 |
* | dm: do not set QUEUE_ORDERED_DRAIN if request based | Kiyoshi Ueda | 2009-06-22 | 3 | -1/+16 |
* | dm: enable request based option | Kiyoshi Ueda | 2009-06-22 | 4 | -26/+285 |
* | dm: prepare for request based option | Kiyoshi Ueda | 2009-06-22 | 3 | -4/+716 |
* | dm raid1: add userspace log | Jonthan Brassow | 2009-06-22 | 5 | -0/+1004 |
* | dm: calculate queue limits during resume not load | Mike Snitzer | 2009-06-22 | 3 | -87/+115 |
* | dm log: fix create_log_context to use logical_block_size of log device | Mike Snitzer | 2009-06-22 | 1 | -3/+4 |
* | dm target:s introduce iterate devices fn | Mike Snitzer | 2009-06-22 | 6 | -6/+94 |
* | dm table: establish queue limits by copying table limits | Mike Snitzer | 2009-06-22 | 1 | -10/+2 |
* | dm table: replace struct io_restrictions with struct queue_limits | Mike Snitzer | 2009-06-22 | 1 | -95/+43 |
* | dm table: validate device logical_block_size | Mike Snitzer | 2009-06-22 | 1 | -0/+69 |
* | dm table: ensure targets are aligned to logical_block_size | Mike Snitzer | 2009-06-22 | 1 | -14/+44 |
* | dm ioctl: support cookies for udev | Milan Broz | 2009-06-22 | 3 | -11/+31 |
* | dm: sysfs add suspended attribute | Peter Rajnoha | 2009-06-22 | 1 | -0/+9 |
* | dm table: improve warning message when devices not freed before destruction | Jonthan Brassow | 2009-06-22 | 1 | -5/+3 |
* | dm mpath: add service time load balancer | Kiyoshi Ueda | 2009-06-22 | 3 | -0/+350 |
* | dm mpath: add queue length load balancer | Kiyoshi Ueda | 2009-06-22 | 3 | -0/+273 |
* | dm mpath: add start_io and nr_bytes to path selectors | Kiyoshi Ueda | 2009-06-22 | 3 | -13/+25 |
* | dm snapshot: use barrier when writing exception store | Mikulas Patocka | 2009-06-22 | 1 | -1/+1 |
* | dm io: retry after barrier error | Mikulas Patocka | 2009-06-22 | 1 | -0/+6 |
* | dm io: record eopnotsupp | Mikulas Patocka | 2009-06-22 | 1 | -1/+7 |
* | dm snapshot: support barriers | Mikulas Patocka | 2009-06-22 | 1 | -0/+11 |
* | dm mpath: support barriers | Mikulas Patocka | 2009-06-22 | 1 | -0/+2 |
* | dm delay: support barriers | Mikulas Patocka | 2009-06-22 | 1 | -2/+4 |
* | dm crypt: support flush | Mikulas Patocka | 2009-06-22 | 1 | -0/+8 |