Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | block: needs to set the residual length of a bidi request | FUJITA Tomonori | 2009-06-09 | 1 | -0/+3 | |
| * | | | | Revert "block: implement blkdev_readpages" | Jens Axboe | 2009-06-04 | 1 | -7/+0 | |
| * | | | | block: Fix bounce limit setting in DM | Martin K. Petersen | 2009-06-03 | 3 | -1/+19 | |
| * | | | | Removed reference to non-existing file Documentation/PCI/PCI-DMA-mapping.txt | vibi sreenivasan | 2009-06-02 | 1 | -1/+1 | |
| * | | | | cciss: use schedule_timeout_interruptible() | Andrew Morton | 2009-06-02 | 1 | -2/+1 | |
| * | | | | cciss: add cciss driver sysfs entries | Andrew Patterson | 2009-06-02 | 3 | -10/+314 | |
| * | | | | cciss: fix SCSI device reset handler | Stephen M. Cameron | 2009-06-02 | 2 | -9/+90 | |
| * | | | | cciss: factor out core of sendcmd() for a more sane interface | Stephen M. Cameron | 2009-06-02 | 1 | -116/+109 | |
| * | | | | block: fix a possible oops on elv_abort_queue() | Kiyoshi Ueda | 2009-06-02 | 1 | -0/+5 | |
| * | | | | block: fix an oops on BLKPREP_KILL | James Bottomley | 2009-05-30 | 1 | -0/+5 | |
| * | | | | block: export blk_stack_limits() | Mike Snitzer | 2009-05-28 | 1 | -0/+1 | |
| * | | | | block: fix no diskstat problem | Kiyoshi Ueda | 2009-05-27 | 1 | -3/+3 | |
| * | | | | block: fix oops with block tag queueing | James Bottomley | 2009-05-27 | 1 | -4/+4 | |
| * | | | | ide-disk: fix missing max_sectors accessor function | Martin K. Petersen | 2009-05-23 | 1 | -1/+1 | |
| * | | | | block: Export I/O topology for block devices and partitions | Martin K. Petersen | 2009-05-22 | 7 | -0/+347 | |
| * | | | | block: Expose stacked device queues in sysfs | Martin K. Petersen | 2009-05-22 | 2 | -4/+15 | |
| * | | | | block: Move queue limits to an embedded struct | Martin K. Petersen | 2009-05-22 | 2 | -39/+60 | |
| * | | | | block: Use accessor functions for queue limits | Martin K. Petersen | 2009-05-22 | 25 | -97/+147 | |
| * | | | | block: Do away with the notion of hardsect_size | Martin K. Petersen | 2009-05-22 | 54 | -98/+108 | |
| * | | | | Merge branch 'master' into for-2.6.31 | Jens Axboe | 2009-05-22 | 99 | -384/+559 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into for-2.6.31 | Jens Axboe | 2009-05-22 | 976 | -19430/+23650 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | xen-blkfront: beyond ARRAY_SIZE of info->shadow | Roel Kluin | 2009-05-22 | 1 | -1/+1 | |
| * | | | | | | block: change the tag sync vs async restriction logic | Jens Axboe | 2009-05-20 | 5 | -13/+21 | |
| * | | | | | | scsi_lib: remove unused variable | Boaz Harrosh | 2009-05-19 | 1 | -2/+0 | |
| * | | | | | | block: add warning to blk_make_request() | Jens Axboe | 2009-05-19 | 1 | -0/+9 | |
| * | | | | | | block: Un-export blk_rq_append_bio | Boaz Harrosh | 2009-05-19 | 3 | -7/+2 | |
| * | | | | | | libosd: Use of new blk_make_request | Boaz Harrosh | 2009-05-19 | 1 | -25/+23 | |
| * | | | | | | block: Add blk_make_request(), takes bio, returns a request | Boaz Harrosh | 2009-05-19 | 2 | -0/+47 | |
| * | | | | | | libosd: Use new blk_rq_map_kern | Boaz Harrosh | 2009-05-19 | 1 | -22/+2 | |
| * | | | | | | block: allow blk_rq_map_kern to append to requests | James Bottomley | 2009-05-19 | 1 | -2/+10 | |
| * | | | | | | splice: fix kmaps in default_file_splice_write() | Miklos Szeredi | 2009-05-19 | 1 | -108/+22 | |
| * | | | | | | bio: always copy back data for copied kernel requests | Tejun Heo | 2009-05-19 | 1 | -1/+1 | |
| * | | | | | | block: set rq->resid_len to blk_rq_bytes() on issue | Tejun Heo | 2009-05-19 | 8 | -13/+18 | |
| * | | | | | | ub: use __blk_end_request_all() | Tejun Heo | 2009-05-19 | 1 | -17/+7 | |
| * | | | | | | virtio_blk: get rid of unused variable | Jens Axboe | 2009-05-18 | 1 | -1/+0 | |
| * | | | | | | virtio_blk: SG_IO passthru support | Hannes Reinecke | 2009-05-18 | 2 | -14/+58 | |
| * | | | | | | virtio_blk: don't blindly derefence req->rq_disk | Christoph Hellwig | 2009-05-18 | 1 | -2/+2 | |
| * | | | | | | splice: fix error return code | Andrew Morton | 2009-05-14 | 1 | -1/+3 | |
| * | | | | | | splice: fix repeated kmap()'s in default_file_splice_read() | Jens Axboe | 2009-05-13 | 1 | -6/+4 | |
| * | | | | | | splice: fix misleading comment | Jens Axboe | 2009-05-12 | 1 | -2/+1 | |
| * | | | | | | scsi: fix resid_len mis-conversion in scsi_end_request() | Tejun Heo | 2009-05-12 | 1 | -6/+1 | |
| * | | | | | | splice: implement default splice_write method | Miklos Szeredi | 2009-05-11 | 1 | -4/+138 | |
| * | | | | | | splice: implement default splice_read method | Miklos Szeredi | 2009-05-11 | 7 | -24/+140 | |
| * | | | | | | splice: implement pipe to pipe splicing | Miklos Szeredi | 2009-05-11 | 1 | -11/+151 | |
| * | | | | | | block: move completion related functions back to blk-core.c | FUJITA Tomonori | 2009-05-11 | 2 | -126/+130 | |
| * | | | | | | scsi: simplify the bidi completion | FUJITA Tomonori | 2009-05-11 | 1 | -30/+13 | |
| * | | | | | | block: let blk_end_request_all handle bidi requests | FUJITA Tomonori | 2009-05-11 | 1 | -2/+10 | |
| * | | | | | | block: implement and enforce request peek/start/fetch | Tejun Heo | 2009-05-11 | 45 | -207/+172 | |
| * | | | | | | gdrom: dequeue in-flight request | Tejun Heo | 2009-05-11 | 1 | -15/+13 | |
| * | | | | | | block: convert to dequeueing model (easy ones) | Tejun Heo | 2009-05-11 | 7 | -18/+36 |