| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-10-17 | 1 | -3/+8 |
|\ |
|
| * | cciss: disable DMA refetch on Smart Array P600 | Mike Miller (OS Dev) | 2007-10-17 | 1 | -3/+8 |
* | | floppy: remove register keyword use from floppy driver | Jesper Juhl | 2007-10-17 | 1 | -2/+5 |
* | | floppy: remove dead/commented out code from floppy driver | Jesper Juhl | 2007-10-17 | 1 | -26/+1 |
* | | floppy: do a very minimal style cleanup of the floppy driver | Jesper Juhl | 2007-10-17 | 1 | -50/+73 |
* | | Remove final traces of long-deprecated "ramdisk" kernel parm | Robert P. J. Day | 2007-10-17 | 1 | -6/+1 |
* | | drivers/block/cciss.c: fix check-after-use | Adrian Bunk | 2007-10-17 | 1 | -29/+27 |
* | | cciss: fix error reporting for SG_IO | Steve Cameron | 2007-10-17 | 1 | -18/+61 |
* | | NBD: allow hung network I/O to be cancelled | Paul Clements | 2007-10-17 | 1 | -31/+62 |
* | | NBD: set uninitialized devices to size 0 | Paul Clements | 2007-10-17 | 1 | -2/+5 |
* | | floppy: tolerate DMA channel unavailability | Jan Beulich | 2007-10-17 | 1 | -5/+9 |
* | | aoe: remove unecessary wrapper function | Ed L. Cashin | 2007-10-17 | 3 | -17/+8 |
* | | Remove unneeded lock_kernel() in driver/block/loop.c | Diego Woitasen | 2007-10-17 | 1 | -2/+0 |
* | | nbd: change a parameter's type to remove a memcpy call | Denis Cheng | 2007-10-17 | 1 | -5/+3 |
* | | nbd: use list_for_each_entry_safe to make it more consolidated and readable | Denis Cheng | 2007-10-17 | 1 | -4/+2 |
* | | mm: bdi init hooks | Peter Zijlstra | 2007-10-17 | 1 | -1/+19 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-10-16 | 4 | -24/+9 |
|\ |
|
| * | Merge branch 'sglist-arch' into for-linus | Jens Axboe | 2007-10-16 | 1 | -0/+1 |
| |\ |
|
| | * | Panic in blk_rq_map_sg() from CCISS driver | Lee Schermerhorn | 2007-10-16 | 1 | -0/+1 |
| * | | Merge branch 'barrier' into for-linus | Jens Axboe | 2007-10-16 | 2 | -21/+7 |
| |\ \
| | |/ |
|
| | * | pktcdvd: don't rely on bio_init() preserving bio->bi_destructor | Laurent Riffard | 2007-10-16 | 1 | -0/+2 |
| | * | pktcdvd: don't rely on bio_init() preserving bio->bi_io_vec | Jens Axboe | 2007-10-16 | 1 | -0/+5 |
| | * | block: convert blkdev_issue_flush() to use empty barriers | Jens Axboe | 2007-10-16 | 1 | -21/+0 |
| * | | drivers/block/cpqarray,cciss: kill unused var | Jeff Garzik | 2007-10-16 | 2 | -3/+1 |
| |/ |
|
* | | deny partial write for loop dev fd | Dmitry Monakhov | 2007-10-16 | 1 | -3/+1 |
* | | fs: introduce write_begin, write_end, and perform_write aops | Nick Piggin | 2007-10-16 | 1 | -46/+29 |
|/ |
|
* | more trivial signedness fixes in drivers | Al Viro | 2007-10-14 | 1 | -1/+1 |
* | [S390] Remove obsolete recommendation for 8M ramdisk size. | Robert P. J. Day | 2007-10-12 | 1 | -2/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2007-10-11 | 1 | -52/+25 |
|\ |
|
| * | [POWERPC] iSeries: Move viodasd probing | Stephen Rothwell | 2007-10-11 | 1 | -52/+25 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Linus Torvalds | 2007-10-11 | 2 | -1/+6 |
|\ \ |
|
| * | | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 2007-10-10 | 1 | -1/+2 |
| * | | [NET]: Make packet reception network namespace safe | Eric W. Biederman | 2007-10-10 | 1 | -0/+4 |
| |/ |
|
* | | Sysace: Don't enable IRQ until after interrupt handler is registered | Grant Likely | 2007-10-10 | 1 | -5/+5 |
* | | Sysace: sparse fixes | Grant Likely | 2007-10-10 | 1 | -5/+5 |
* | | Sysace: Minor coding convention fixup | Grant Likely | 2007-10-10 | 1 | -3/+6 |
* | | drivers/block/umem: use DRIVER_NAME where appropriate | Jeff Garzik | 2007-10-10 | 1 | -4/+4 |
* | | drivers/block/umem: trim trailing whitespace | Jeff Garzik | 2007-10-10 | 2 | -18/+18 |
* | | drivers/block/umem: minor cleanups | Jeff Garzik | 2007-10-10 | 1 | -30/+29 |
* | | drivers/block/umem: use dev_printk() | Jeff Garzik | 2007-10-10 | 1 | -49/+62 |
* | | drivers/block/umem: move private include away from include/linux | Jeff Garzik | 2007-10-10 | 2 | -1/+134 |
* | | Sysace: Labels in C code should not be indented. | Grant Likely | 2007-10-10 | 1 | -10/+10 |
* | | Sysace: Add of_platform_bus binding | Grant Likely | 2007-10-10 | 1 | -0/+89 |
* | | Sysace: Move IRQ handler registration to occur after FSM is initialized | Grant Likely | 2007-10-10 | 1 | -11/+10 |
* | | Sysace: minor rework and cleanup changes | Grant Likely | 2007-10-10 | 1 | -3/+9 |
* | | Sysace: Move structure allocation from bus binding into common code | Grant Likely | 2007-10-10 | 1 | -38/+61 |
* | | Sysace: Use the established platform bus api | Grant Likely | 2007-10-10 | 1 | -18/+30 |
* | | Drop 'size' argument from bio_endio and bi_end_io | NeilBrown | 2007-10-10 | 10 | -36/+19 |
* | | Fixup rq_for_each_segment() indentation | Jens Axboe | 2007-10-10 | 4 | -58/+53 |
* | | Fix various abuse of bio fields in umem.c | NeilBrown | 2007-10-10 | 1 | -13/+25 |