summaryrefslogtreecommitdiff
path: root/drivers/block/ps3disk.c
AgeCommit message (Expand)Author
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-12ps3disk: passing wrong variable to bvec_kunmap_irq()Dan Carpenter
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori
2010-08-07ps3disk: stop using q->prepare_flush_fnFUJITA Tomonori
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven
2009-06-15block/ps3: remove driver_data direct access of struct deviceRoel Kluin
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11ps3disk: dequeue in-flight requestTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo
2009-04-28ps3disk: simplify request completionTejun Heo
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/blockStephen Rothwell
2008-10-09block: don't depend on consecutive minor spaceTejun Heo
2008-10-09Kill REQ_TYPE_FLUSHDavid Woodhouse
2008-04-29block: no need to initialize rq->cmd in prepare_flush_fn hookFUJITA Tomonori
2008-04-29ps3disk: Remove superfluous castGeert Uytterhoeven
2008-01-28blk_end_request: changing ps3disk (take 4)Kiyoshi Ueda
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe
2007-10-10Fixup rq_for_each_segment() indentationJens Axboe
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-21ps3: Disk Storage DriverGeert Uytterhoeven