aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] dac960: add disk entropy in request completionsMatt Mackall2006-03-081-1/+2
* [PATCH] pktcdvd: Only return -EROFS when appropriatePeter Osterlund2006-02-201-5/+5
* [PATCH] pktcdvd: Fix the logic in the pkt_writable_track functionPeter Osterlund2006-02-201-13/+15
* [PATCH] pktcdvd: Remove useless printk statementsPeter Osterlund2006-02-201-14/+0
* [PATCH] pktcdvd: Rename functions and make their return values sanePeter Osterlund2006-02-201-18/+18
* [PATCH] pktcdvd: Correctly set rq->cmd_len in pkt_generic_packet()Peter Osterlund2006-02-201-0/+2
* [PATCH] pktcdvd: Reduce stack usagePeter Osterlund2006-02-141-26/+17
* [PATCH] pktcdvd: Don't unlock the door if the disc is in usePeter Osterlund2006-02-141-1/+2
* [PATCH] pktcdvd: Allow non-writable media to be mountedPeter Osterlund2006-02-141-4/+3
* [PATCH] pktcdvd: Don't spam the kernel log when nothing is wrongPeter Osterlund2006-02-141-3/+3
* [PATCH] cciss: softirq handler needs to save interrupt flagsJens Axboe2006-02-071-2/+3
* [PATCH] pktcdvd: Don't waste kernel memoryPeter Osterlund2006-02-052-27/+30
* [PATCH] Let CDROM_PKTCDVD_WCACHE depend on EXPERIMENTALAdrian Bunk2006-02-051-2/+2
* [PATCH] pktcdvd: remove version stringPeter Osterlund2006-02-051-3/+0
* [PATCH] pktcdvd: Fix overflow for discs with large packetsPhillip Susi2006-02-051-1/+1
* [PATCH] umem: check pci_set_dma_mask return value correctlyTobias Klauser2006-02-031-1/+1
* [PATCH] USB: ub 05 Bulk resetPete Zaitcev2006-01-311-7/+59
* [PATCH] USB: ub 04 Loss of timer and a hangPete Zaitcev2006-01-311-2/+3
* [PATCH] USB: ub 03 Oops with CFQPete Zaitcev2006-01-311-23/+45
* [PATCH] Fix drivers/block/ps2esdi.c compileJens Axboe2006-01-161-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-01-151-1/+0
|\
| * remove unused LOCAL_END_REQUESTDomen Puncer2006-01-151-1/+0
* | [PATCH] pktcdvd: un-inline some functionsPeter Osterlund2006-01-141-2/+2
* | [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-121-17/+15
|\
| * [PATCH] powerpc: remove bitfields from HvLpEventStephen Rothwell2006-01-121-17/+15
* | [PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in driversAl Viro2006-01-122-10/+28
* | [PATCH] m68k: ataflop __user annotations, NULL noise removalAl Viro2006-01-121-4/+5
* | [PATCH] m68k: amiflop __user annotationsAl Viro2006-01-121-5/+3
* | [PATCH] m68k: namespace pollution fix (custom->amiga_custom)Al Viro2006-01-121-0/+2
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-01-094-4/+4
|\
| * [PATCH] drivers/block: Replace pci_module_init() with pci_register_driver()Richard Knutsson2006-01-094-4/+4
* | [PATCH] mutex subsystem, semaphore to completion: drivers/block/loop.cIngo Molnar2006-01-091-15/+12
* | [PATCH] mutex subsystem, semaphore to completion: SX8Steven Rostedt2006-01-091-6/+6
* | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-091-15/+23
|\
| * [PATCH] powerpc: Remove device_node addrs/n_addrBenjamin Herrenschmidt2006-01-091-15/+23
* | [BLOCK] CCISS: update for blk softirq completionsJens Axboe2006-01-091-26/+46
* | [PATCH] cciss: avoid defining useless MAJOR_NR macroChristoph Hellwig2006-01-082-3/+1
* | [PATCH] drivers/block: Use ARRAY_SIZE macroTobias Klauser2006-01-087-15/+14
* | [PATCH] cciss: adds MSI and MSI-X supportMike Miller2006-01-083-13/+84
* | [PATCH] nbd: remove duplicate assignmenttaneli.vahakangas@netsonic.fi2006-01-081-1/+0
* | [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-0814-270/+196
* | [PATCH] pktcdvd: Use bd_claim to get exclusive accessPeter Osterlund2006-01-081-3/+9
|/
* Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-01-068-8/+8
|\
| * [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo2006-01-068-8/+8
* | [PATCH] parport: Kconfig dependency fixesMarko Kohtala2006-01-062-3/+4
* | [PATCH] nbd: fix TX/RX race conditionHerbert Xu2006-01-061-62/+60
|/
* Merge http://oss.oracle.com/git/ocfs2Linus Torvalds2006-01-052-7/+20
|\
| * [PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown2006-01-032-7/+20