| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2009-10-31 | 12 | -159/+171 |
|\ |
|
| * | md/raid6: kill a gcc-4.0.1 'uninitialized variable' warning | Dan Williams | 2009-10-19 | 1 | -3/+3 |
| * | md/async: don't pass a memory pointer as a page pointer. | NeilBrown | 2009-10-16 | 1 | -2/+2 |
| * | md: Fix handling of raid5 array which is being reshaped to fewer devices. | NeilBrown | 2009-10-16 | 2 | -20/+19 |
| * | md: fix problems with RAID6 calculations for DDF. | NeilBrown | 2009-10-16 | 2 | -8/+14 |
| * | md/raid456: downlevel multicore operations to raid_run_ops | Dan Williams | 2009-10-16 | 2 | -36/+51 |
| * | md: drivers/md/unroll.pl replaced with awk analog | Vladimir Dronnikov | 2009-10-16 | 6 | -58/+54 |
| * | md: remove clumsy usage of do_sync_mapping_range from bitmap code | NeilBrown | 2009-10-16 | 1 | -4/+5 |
| * | md: raid1/raid10: handle allocation errors during array setup. | NeilBrown | 2009-10-16 | 2 | -4/+5 |
| * | md/raid5: initialize conf->device_lock earlier | Dan Williams | 2009-10-16 | 1 | -13/+12 |
| * | md/raid1/raid10: add a cond_resched | NeilBrown | 2009-10-16 | 2 | -0/+2 |
| * | Revert "md: do not progress the resync process if the stripe was blocked" | NeilBrown | 2009-10-16 | 1 | -13/+6 |
* | | dm snapshot: allow chunk size to be less than page size | Mikulas Patocka | 2009-10-16 | 1 | -16/+0 |
* | | dm snapshot: use unsigned integer chunk size | Mikulas Patocka | 2009-10-16 | 4 | -23/+25 |
* | | dm snapshot: lock snapshot while supplying status | Mikulas Patocka | 2009-10-16 | 1 | -0/+4 |
* | | dm exception store: fix failed set_chunk_size error path | Mikulas Patocka | 2009-10-16 | 1 | -1/+1 |
* | | dm snapshot: require non zero chunk size by end of ctr | Mikulas Patocka | 2009-10-16 | 1 | -0/+5 |
* | | dm: dec_pending needs locking to save error value | Kiyoshi Ueda | 2009-10-16 | 1 | -2/+8 |
* | | dm: add missing del_gendisk to alloc_dev error path | Zdenek Kabelac | 2009-10-16 | 1 | -0/+1 |
* | | dm log: userspace fix incorrect luid cast in userspace_ctr | Andrew Morton | 2009-10-16 | 1 | -1/+1 |
* | | dm snapshot: free exception store on init failure | Jonathan Brassow | 2009-10-16 | 1 | -1/+4 |
* | | dm snapshot: sort by chunk size to fix race | Mikulas Patocka | 2009-10-16 | 1 | -1/+6 |
* | | block: Seperate read and write statistics of in_flight requests v2 | Nikanth Karthikesan | 2009-10-06 | 1 | -6/+10 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-10-04 | 1 | -10/+6 |
|\ \ |
|
| * | | Revert "Seperate read and write statistics of in_flight requests" | Jens Axboe | 2009-10-04 | 1 | -10/+6 |
| |/ |
|
* | | dm/connector: Only process connector packages from privileged processes | Philipp Reisner | 2009-10-02 | 1 | -0/+3 |
* | | connector/dm: Fixed a compilation warning | Philipp Reisner | 2009-10-02 | 1 | -2/+1 |
* | | connector: Provide the sender's credentials to the callback | Philipp Reisner | 2009-10-02 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | NeilBrown | 2009-09-23 | 3 | -568/+961 |
|\ |
|
| * | md/raid6: cleanup ops_run_compute6_2 | Dan Williams | 2009-09-16 | 1 | -12/+15 |
| * | md/raid6: eliminate BUG_ON with side effect | Dan Williams | 2009-09-16 | 1 | -2/+4 |
| * | Merge commit 'md/for-linus' into async-tx-next | Dan Williams | 2009-09-08 | 18 | -183/+297 |
| |\ |
|
| * \ | Merge branch 'dmaengine' into async-tx-next | Dan Williams | 2009-09-08 | 43 | -1098/+3987 |
| |\ \ |
|
| * | | | dmaengine: add fence support | Dan Williams | 2009-09-08 | 1 | -14/+23 |
| * | | | Merge branch 'md-raid6-accel' into ioat3.2 | Dan Williams | 2009-09-08 | 3 | -582/+958 |
| |\ \ \ |
|
| | * | | | md/raid456: distribute raid processing over multiple cores | Dan Williams | 2009-08-29 | 2 | -2/+45 |
| | * | | | md/raid6: remove synchronous infrastructure | Yuri Tikhonov | 2009-08-29 | 1 | -254/+0 |
| | * | | | md/raid6: asynchronous handle_stripe6 | Yuri Tikhonov | 2009-08-29 | 1 | -38/+82 |
| | * | | | md/raid6: asynchronous handle_parity_check6 | Dan Williams | 2009-08-29 | 1 | -67/+139 |
| | * | | | md/raid6: asynchronous handle_stripe_dirtying6 | Yuri Tikhonov | 2009-08-29 | 1 | -85/+37 |
| | * | | | md/raid6: asynchronous handle_stripe_fill6 | Yuri Tikhonov | 2009-08-29 | 1 | -50/+93 |
| | * | | | md/raid5,6: common schedule_reconstruction for raid5/6 | Yuri Tikhonov | 2009-08-29 | 1 | -6/+18 |
| | * | | | md/raid6: asynchronous raid6 operations | Dan Williams | 2009-08-29 | 3 | -33/+299 |
| | * | | | md/raid5: factor out mark_uptodate from ops_complete_compute5 | Dan Williams | 2009-08-29 | 1 | -5/+16 |
| | * | | | async_tx: raid6 recovery self test | Dan Williams | 2009-08-29 | 1 | -0/+13 |
| | * | | | async_tx: add sum check flags | Dan Williams | 2009-08-29 | 2 | -3/+4 |
| | * | | | md/raid5,6: add percpu scribble region for buffer lists | Dan Williams | 2009-08-29 | 2 | -30/+110 |
| | * | | | md/raid6: move the spare page to a percpu allocation | Dan Williams | 2009-08-29 | 2 | -86/+175 |
| | * | | | md/raid6: release spare page at ->stop() | Dan Williams | 2009-07-14 | 1 | -14/+12 |
| | * | | | async_tx: structify submission arguments, add scribble | Dan Williams | 2009-06-03 | 1 | -25/+34 |