aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/ps3disk.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-23block: Kill bio_segments()/bi_vcnt usageGravatar Kent Overstreet 1-4/+3
2013-11-23block: Convert bio_for_each_segment() to bvec_iterGravatar Kent Overstreet 1-5/+5
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-1/+1
2013-01-03Drivers: block: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2011-10-31block: Fix files that are modules and hence need module.hGravatar Paul Gortmaker 1-0/+1
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2010-10-12ps3disk: passing wrong variable to bvec_kunmap_irq()Gravatar Dan Carpenter 1-1/+1
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Gravatar Tejun Heo 1-1/+1
2010-08-07block: remove q->prepare_flush_fn completelyGravatar FUJITA Tomonori 1-1/+1
2010-08-07ps3disk: stop using q->prepare_flush_fnGravatar FUJITA Tomonori 1-19/+6
2010-08-07block: remove wrappers for request type/flagsGravatar Christoph Hellwig 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsGravatar Martin K. Petersen 1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsGravatar Martin K. Petersen 1-1/+1
2009-09-22const: make block_device_operations constGravatar Alexey Dobriyan 1-1/+1
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGravatar Geert Uytterhoeven 1-14/+9
2009-06-15block/ps3: remove driver_data direct access of struct deviceGravatar Roel Kluin 1-9/+14
2009-05-22block: Do away with the notion of hardsect_sizeGravatar Martin K. Petersen 1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchGravatar Tejun Heo 1-3/+1
2009-05-11ps3disk: dequeue in-flight requestGravatar Tejun Heo 1-3/+5
2009-05-11block: convert to pos and nr_sectors accessorsGravatar Tejun Heo 1-5/+4
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesGravatar Tejun Heo 1-1/+1
2009-04-28ps3disk: simplify request completionGravatar Tejun Heo 1-4/+1
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Gravatar Tejun Heo 1-3/+3
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/blockGravatar Stephen Rothwell 1-9/+9
2008-10-09block: don't depend on consecutive minor spaceGravatar Tejun Heo 1-1/+1
2008-10-09Kill REQ_TYPE_FLUSHGravatar David Woodhouse 1-3/+6
2008-04-29block: no need to initialize rq->cmd in prepare_flush_fn hookGravatar FUJITA Tomonori 1-1/+0
2008-04-29ps3disk: Remove superfluous castGravatar Geert Uytterhoeven 1-2/+1
2008-01-28blk_end_request: changing ps3disk (take 4)Gravatar Kiyoshi Ueda 1-8/+4
2007-10-16block: convert blkdev_issue_flush() to use empty barriersGravatar Jens Axboe 1-21/+0
2007-10-10Fixup rq_for_each_segment() indentationGravatar Jens Axboe 1-10/+9
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioGravatar NeilBrown 1-15/+16
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-4/+4
2007-07-21ps3: Disk Storage DriverGravatar Geert Uytterhoeven 1-0/+630