Age | Commit message (Expand) | Author | Files | Lines |
2007-10-17 | md: make sure read errors are auto-corrected during a 'check' resync in raid1 | NeilBrown | 1 | -1/+2 |
2007-10-17 | md: expose the degraded status of an assembled array through sysfs | Iustin Pop | 1 | -0/+7 |
2007-10-17 | md: 'sync_action' in sysfs returns wrong value for readonly arrays | NeilBrown | 1 | -1/+1 |
2007-10-17 | md: fix a bug in some never-used code. | NeilBrown | 1 | -5/+5 |
2007-10-17 | md: software Raid autodetect dev list not array | Michael J. Evans | 1 | -9/+33 |
2007-10-16 | Fix memory leak in dm-crypt | Neil Brown | 1 | -26/+5 |
2007-10-16 | block: convert blkdev_issue_flush() to use empty barriers | Jens Axboe | 10 | -210/+0 |
2007-10-13 | dm: emc_endio returns void | Geert Uytterhoeven | 1 | -2/+0 |
2007-10-13 | kobjects: fix up improper use of the kobject name field | Greg Kroah-Hartman | 1 | -2/+1 |
2007-10-10 | Drop 'size' argument from bio_endio and bi_end_io | NeilBrown | 16 | -156/+73 |
2007-10-10 | Stop exporting blk_rq_bio_prep | NeilBrown | 1 | -9/+1 |
2007-09-25 | raid5: fix 2 bugs in ops_complete_biofill | Dan Williams | 1 | -10/+7 |
2007-09-15 | Fix kernel buuild with (CONFIG_COMPAT && ! CONFIG_BLOCK) | aherrman@arcor.de | 1 | -0/+3 |
2007-09-12 | md: fix some bugs with growing raid5/raid6 arrays. | NeilBrown | 1 | -8/+9 |
2007-08-28 | dm-mpath-rdac: don't stomp on a requests transfer bit | Andrew Vasquez | 1 | -1/+1 |
2007-08-25 | DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefined | Randy Dunlap | 1 | -1/+1 |
2007-08-23 | md: correctly update sysfs when a raid1 is reshaped | NeilBrown | 1 | -4/+18 |
2007-08-23 | md: make sure a re-add after a restart honours bitmap when resyncing | NeilBrown | 1 | -1/+2 |
2007-08-12 | Fix remap handling by blktrace | Alan D. Brunelle | 1 | -2/+2 |
2007-08-01 | md: handle writes to broken raid10 arrays gracefully | Arne Redlich | 1 | -0/+7 |
2007-08-01 | md: raid10: fix use-after-free of bio | Maik Hampel | 1 | -1/+2 |
2007-07-24 | [BLOCK] Get rid of request_queue_t typedef | Jens Axboe | 10 | -53/+53 |
2007-07-22 | dm io: fix panic on large request | Milan Broz | 1 | -0/+2 |
2007-07-20 | async_tx: fix kmap_atomic usage in async_memcpy | Dan Williams | 1 | -2/+2 |
2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -2/+2 |
2007-07-19 | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 1 | -2/+1 |
2007-07-18 | dm: fix memory leak in dm_create_persistent() when starting metadata update t... | Jesper Juhl | 1 | -0/+1 |
2007-07-17 | md: change bitmap_unplug and others to void functions | NeilBrown | 4 | -74/+75 |
2007-07-17 | md: check that internal bitmap does not overlap other data | NeilBrown | 2 | -3/+54 |
2007-07-17 | md: improve the is_mddev_idle test fix | NeilBrown | 1 | -13/+22 |
2007-07-17 | md: improve message about invalid superblock during autodetect | NeilBrown | 1 | -4/+6 |
2007-07-17 | Use menuconfig objects II - MD | Jan Engelhardt | 1 | -10/+5 |
2007-07-17 | unregister_blkdev() delete redundant messages in callers | Akinobu Mita | 1 | -3/+1 |
2007-07-17 | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 1 | -1/+0 |
2007-07-13 | Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli... | Linus Torvalds | 5 | -1204/+1685 |
2007-07-13 | md: remove raid5 compute_block and compute_parity5 | Dan Williams | 1 | -124/+0 |
2007-07-13 | md: handle_stripe5 - request io processing in raid5_run_ops | Dan Williams | 1 | -58/+13 |
2007-07-13 | md: handle_stripe5 - add request/completion logic for async expand ops | Dan Williams | 1 | -12/+38 |
2007-07-13 | md: handle_stripe5 - add request/completion logic for async read ops | Dan Williams | 1 | -28/+25 |
2007-07-13 | md: handle_stripe5 - add request/completion logic for async check ops | Dan Williams | 1 | -19/+65 |
2007-07-13 | md: handle_stripe5 - add request/completion logic for async compute ops | Dan Williams | 1 | -35/+114 |
2007-07-13 | md: handle_stripe5 - add request/completion logic for async write ops | Dan Williams | 1 | -23/+138 |
2007-07-13 | md: common infrastructure for running operations with raid5_run_ops | Dan Williams | 1 | -9/+58 |
2007-07-13 | md: raid5_run_ops - run stripe operations outside sh->lock | Dan Williams | 1 | -0/+536 |
2007-07-13 | raid5: replace custom debug PRINTKs with standard pr_debug | Dan Williams | 1 | -58/+58 |
2007-07-13 | raid5: refactor handle_stripe5 and handle_stripe6 (v3) | Dan Williams | 1 | -786/+740 |
2007-07-13 | async_tx: add the async_tx api | Dan Williams | 2 | -28/+29 |
2007-07-13 | xor: make 'xor_blocks' a library routine for use with async_tx | Dan Williams | 5 | -162/+9 |
2007-07-13 | dm mpath: rdac | Chandra Seetharaman | 3 | -0/+708 |
2007-07-13 | dm raid1: handle log failure | Jonathan Brassow | 1 | -4/+8 |