summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | block: needs to set the residual length of a bidi requestFUJITA Tomonori2009-06-091-0/+3
| * | | | Revert "block: implement blkdev_readpages"Jens Axboe2009-06-041-7/+0
| * | | | block: Fix bounce limit setting in DMMartin K. Petersen2009-06-033-1/+19
| * | | | Removed reference to non-existing file Documentation/PCI/PCI-DMA-mapping.txtvibi sreenivasan2009-06-021-1/+1
| * | | | cciss: use schedule_timeout_interruptible()Andrew Morton2009-06-021-2/+1
| * | | | cciss: add cciss driver sysfs entriesAndrew Patterson2009-06-023-10/+314
| * | | | cciss: fix SCSI device reset handlerStephen M. Cameron2009-06-022-9/+90
| * | | | cciss: factor out core of sendcmd() for a more sane interfaceStephen M. Cameron2009-06-021-116/+109
| * | | | block: fix a possible oops on elv_abort_queue()Kiyoshi Ueda2009-06-021-0/+5
| * | | | block: fix an oops on BLKPREP_KILLJames Bottomley2009-05-301-0/+5
| * | | | block: export blk_stack_limits()Mike Snitzer2009-05-281-0/+1
| * | | | block: fix no diskstat problemKiyoshi Ueda2009-05-271-3/+3
| * | | | block: fix oops with block tag queueingJames Bottomley2009-05-271-4/+4
| * | | | ide-disk: fix missing max_sectors accessor functionMartin K. Petersen2009-05-231-1/+1
| * | | | block: Export I/O topology for block devices and partitionsMartin K. Petersen2009-05-227-0/+347
| * | | | block: Expose stacked device queues in sysfsMartin K. Petersen2009-05-222-4/+15
| * | | | block: Move queue limits to an embedded structMartin K. Petersen2009-05-222-39/+60
| * | | | block: Use accessor functions for queue limitsMartin K. Petersen2009-05-2225-97/+147
| * | | | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-2254-98/+108
| * | | | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-2299-384/+559
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into for-2.6.31Jens Axboe2009-05-22976-19430/+23650
| |\ \ \ \ \
| * | | | | | xen-blkfront: beyond ARRAY_SIZE of info->shadowRoel Kluin2009-05-221-1/+1
| * | | | | | block: change the tag sync vs async restriction logicJens Axboe2009-05-205-13/+21
| * | | | | | scsi_lib: remove unused variableBoaz Harrosh2009-05-191-2/+0
| * | | | | | block: add warning to blk_make_request()Jens Axboe2009-05-191-0/+9
| * | | | | | block: Un-export blk_rq_append_bioBoaz Harrosh2009-05-193-7/+2
| * | | | | | libosd: Use of new blk_make_requestBoaz Harrosh2009-05-191-25/+23
| * | | | | | block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh2009-05-192-0/+47
| * | | | | | libosd: Use new blk_rq_map_kernBoaz Harrosh2009-05-191-22/+2
| * | | | | | block: allow blk_rq_map_kern to append to requestsJames Bottomley2009-05-191-2/+10
| * | | | | | splice: fix kmaps in default_file_splice_write()Miklos Szeredi2009-05-191-108/+22
| * | | | | | bio: always copy back data for copied kernel requestsTejun Heo2009-05-191-1/+1
| * | | | | | block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-198-13/+18
| * | | | | | ub: use __blk_end_request_all()Tejun Heo2009-05-191-17/+7
| * | | | | | virtio_blk: get rid of unused variableJens Axboe2009-05-181-1/+0
| * | | | | | virtio_blk: SG_IO passthru supportHannes Reinecke2009-05-182-14/+58
| * | | | | | virtio_blk: don't blindly derefence req->rq_diskChristoph Hellwig2009-05-181-2/+2
| * | | | | | splice: fix error return codeAndrew Morton2009-05-141-1/+3
| * | | | | | splice: fix repeated kmap()'s in default_file_splice_read()Jens Axboe2009-05-131-6/+4
| * | | | | | splice: fix misleading commentJens Axboe2009-05-121-2/+1
| * | | | | | scsi: fix resid_len mis-conversion in scsi_end_request()Tejun Heo2009-05-121-6/+1
| * | | | | | splice: implement default splice_write methodMiklos Szeredi2009-05-111-4/+138
| * | | | | | splice: implement default splice_read methodMiklos Szeredi2009-05-117-24/+140
| * | | | | | splice: implement pipe to pipe splicingMiklos Szeredi2009-05-111-11/+151
| * | | | | | block: move completion related functions back to blk-core.cFUJITA Tomonori2009-05-112-126/+130
| * | | | | | scsi: simplify the bidi completionFUJITA Tomonori2009-05-111-30/+13
| * | | | | | block: let blk_end_request_all handle bidi requestsFUJITA Tomonori2009-05-111-2/+10
| * | | | | | block: implement and enforce request peek/start/fetchTejun Heo2009-05-1145-207/+172
| * | | | | | gdrom: dequeue in-flight requestTejun Heo2009-05-111-15/+13
| * | | | | | block: convert to dequeueing model (easy ones)Tejun Heo2009-05-117-18/+36