| Commit message (Expand) | Author | Age |
* | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-09-14 |
|\ |
|
| * | block: Optimal I/O limit wrapper | Martin K. Petersen | 2009-09-14 |
| * | Seperate read and write statistics of in_flight requests | Nikanth Karthikesan | 2009-09-14 |
| * | bio: first step in sanitizing the bio->bi_rw flag testing | Jens Axboe | 2009-09-11 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-09-14 |
|\ \
| |/
|/| |
|
| * | [SCSI] scsi_dh: Use scsi_dh_set_params() in multipath. | Chandra Seetharaman | 2009-08-22 |
* | | md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined! | Geert Uytterhoeven | 2009-09-10 |
* | | dm snapshot: fix on disk chunk size validation | Mikulas Patocka | 2009-09-04 |
* | | dm exception store: split set_chunk_size | Mikulas Patocka | 2009-09-04 |
* | | dm snapshot: fix header corruption race on invalidation | Mikulas Patocka | 2009-09-04 |
* | | dm snapshot: refactor zero_disk_area to use chunk_io | Mikulas Patocka | 2009-09-04 |
* | | dm log: userspace add luid to distinguish between concurrent log instances | Jonathan Brassow | 2009-09-04 |
* | | dm raid1: do not allow log_failure variable to unset after being set | Jonathan Brassow | 2009-09-04 |
* | | dm log: remove incorrect field from userspace table output | Jonathan Brassow | 2009-09-04 |
* | | dm log: fix userspace status output | Jonathan Brassow | 2009-09-04 |
* | | dm stripe: expose correct io hints | Mike Snitzer | 2009-09-04 |
* | | dm table: add more context to terse warning messages | Mike Snitzer | 2009-09-04 |
* | | dm table: fix queue_limit checking device iterator | Mikulas Patocka | 2009-09-04 |
* | | dm snapshot: implement iterate devices | Mike Snitzer | 2009-09-04 |
* | | dm multipath: fix oops when request based io fails when no paths | Kiyoshi Ueda | 2009-09-04 |
|/ |
|
* | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2009-08-18 |
|\ |
|
| * | Fix new incorrect error return from do_md_stop. | NeilBrown | 2009-08-17 |
* | | dm-log-userspace: fix printk format warning | Randy Dunlap | 2009-08-16 |
|/ |
|
* | md: allow upper limit for resync/reshape to be set when array is read-only | NeilBrown | 2009-08-12 |
* | md/raid5: Properly remove excess drives after shrinking a raid5/6 | NeilBrown | 2009-08-12 |
* | md/raid5: make sure a reshape restarts at the correct address. | NeilBrown | 2009-08-12 |
* | md/raid5: allow new reshape modes to be restarted in the middle. | NeilBrown | 2009-08-12 |
* | md: never advance 'events' counter by more than 1. | NeilBrown | 2009-08-12 |
* | Remove deadlock potential in md_open | NeilBrown | 2009-08-09 |
* | md: Use revalidate_disk to effect changes in size of device. | NeilBrown | 2009-08-02 |
* | md: allow raid5_quiesce to work properly when reshape is happening. | NeilBrown | 2009-08-02 |
* | md/raid5: set reshape_position correctly when reshape starts. | NeilBrown | 2009-08-02 |
* | md: Handle growth of v1.x metadata correctly. | NeilBrown | 2009-08-02 |
* | md: avoid array overflow with bad v1.x metadata | NeilBrown | 2009-08-02 |
* | md: when a level change reduces the number of devices, remove the excess. | NeilBrown | 2009-08-02 |
* | md: Push down data integrity code to personalities. | Andre Noll | 2009-08-02 |
* | md/raid6: release spare page at ->stop() | Dan Williams | 2009-07-30 |
* | dm table: pass correct dev area size to device_area_is_valid | Mike Snitzer | 2009-07-23 |
* | dm: remove queue next_ordered workaround for barriers | Mike Snitzer | 2009-07-23 |
* | dm raid1: wake kmirrord when requeueing delayed bios after remote recovery | Mikulas Patocka | 2009-07-23 |
* | Fix congestion_wait() sync/async vs read/write confusion | Jens Axboe | 2009-07-10 |
* | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-07-01 |
|\ |
|
| * | block: Create bip slabs with embedded integrity vectors | Martin K. Petersen | 2009-07-01 |
* | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2009-07-01 |
|\ \
| |/
|/| |
|
| * | md: use interruptible wait when duration is controlled by userspace. | NeilBrown | 2009-06-30 |
| * | md/raid5: suspend shouldn't affect read requests. | NeilBrown | 2009-06-30 |
| * | md: tidy up error paths in md_alloc | NeilBrown | 2009-06-30 |
| * | md: fix error path when duplicate name is found on md device creation. | NeilBrown | 2009-06-30 |
| * | md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes. | NeilBrown | 2009-06-30 |