summaryrefslogtreecommitdiffstats
path: root/drivers/block/ps3disk.c
Commit message (Expand)AuthorAgeFilesLines
* ps3disk: handle highmem pagesChristoph Hellwig2018-05-111-2/+0
* block: introduce new block status code typeChristoph Hellwig2017-06-091-5/+6
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-6/+9
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-2/+2
* ps3disk: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-1/+1
* block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-231-4/+3
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-5/+5
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+1
* Drivers: block: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* block: Fix files that are modules and hence need module.hPaul Gortmaker2011-10-311-0/+1
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-1/+1
|\
| * block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-1/+1
* | ps3disk: passing wrong variable to bvec_kunmap_irq()Dan Carpenter2010-10-121-1/+1
|/
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-1/+1
* ps3disk: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-19/+6
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven2009-06-151-14/+9
* block/ps3: remove driver_data direct access of struct deviceRoel Kluin2009-06-151-9/+14
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-3/+1
* ps3disk: dequeue in-flight requestTejun Heo2009-05-111-3/+5
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-5/+4
* block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-111-1/+1
* ps3disk: simplify request completionTejun Heo2009-04-281-4/+1
* block: replace end_request() with [__]blk_end_request_cur()Tejun Heo2009-04-281-3/+3
* powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/blockStephen Rothwell2009-01-161-9/+9
* block: don't depend on consecutive minor spaceTejun Heo2008-10-091-1/+1
* Kill REQ_TYPE_FLUSHDavid Woodhouse2008-10-091-3/+6
* block: no need to initialize rq->cmd in prepare_flush_fn hookFUJITA Tomonori2008-04-291-1/+0
* ps3disk: Remove superfluous castGeert Uytterhoeven2008-04-291-2/+1
* blk_end_request: changing ps3disk (take 4)Kiyoshi Ueda2008-01-281-8/+4
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-21/+0
* Fixup rq_for_each_segment() indentationJens Axboe2007-10-101-10/+9
* Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown2007-10-101-15/+16
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-4/+4
* ps3: Disk Storage DriverGeert Uytterhoeven2007-07-211-0/+630