Age | Commit message (Expand) | Author | Files | Lines |
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-12 | dm mpath: rdac | Chandra Seetharaman | 3 | -0/+708 |
2007-07-12 | dm raid1: handle log failure | Jonathan Brassow | 1 | -4/+8 |
2007-07-12 | dm raid1: handle resync failures | Jonathan Brassow | 1 | -3/+41 |
2007-07-12 | dm: add ratelimit logging macros | Jonathan Brassow | 1 | -4/+36 |
2007-07-12 | dm: disable barriers | Stefan Bader | 4 | -12/+9 |
2007-07-12 | dm raid1: clear region outside spinlock | Jonathan Brassow | 1 | -6/+6 |
2007-07-12 | dm snapshot: permit invalid activation | Milan Broz | 2 | -6/+10 |
2007-07-12 | dm snapshot: fix invalidation deadlock | Milan Broz | 1 | -5/+43 |
2007-07-12 | dm io: fix panic on large request | Jun'ichi Nomura | 1 | -1/+4 |
2007-07-12 | dm raid1: fix status | Milan Broz | 1 | -2/+2 |
2007-07-12 | dm: remove duplicate module name from error msgs | Alasdair G Kergon | 3 | -9/+6 |
2007-07-12 | dm delay: cleanup | Alasdair G Kergon | 1 | -7/+5 |
2007-07-12 | dm: use kmem_cache macro | Alasdair G Kergon | 8 | -121/+106 |
2007-07-12 | dm: bio_list prefetch removal | Alasdair G Kergon | 1 | -3/+1 |
2007-06-16 | md: fix bug in error handling during raid1 repair | Mike Accetta | 1 | -7/+14 |
2007-06-16 | md: fix two raid10 bugs | NeilBrown | 1 | -0/+6 |
2007-05-23 | md: fix bug with linear hot-add and elsewhere | NeilBrown | 2 | -11/+19 |
2007-05-23 | md: don't write more than is required of the last page of a bitmap | NeilBrown | 1 | -5/+12 |
2007-05-23 | md: avoid overflow in raid0 calculation with large components | NeilBrown | 1 | -2/+1 |
2007-05-11 | md: improve the is_mddev_idle test | NeilBrown | 1 | -1/+1 |
2007-05-10 | md: avoid a possibility that a read error can wrongly propagate through md/ra... | NeilBrown | 1 | -14/+19 |
2007-05-09 | Revert "md: improve partition detection in md array" | Linus Torvalds | 3 | -8/+21 |
2007-05-09 | md: improve partition detection in md array | NeilBrown | 3 | -21/+8 |
2007-05-09 | md: allow reshape_position for md arrays to be set via sysfs | NeilBrown | 1 | -7/+63 |
2007-05-09 | md: remove the slash from the name of a kmem_cache used by raid5 | NeilBrown | 1 | -2/+2 |