summaryrefslogtreecommitdiffstats
path: root/drivers/block/ps3vram.c
Commit message (Expand)AuthorAgeFilesLines
* block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-191-3/+3
* ps3vram: remove bio splittingChristoph Hellwig2023-01-291-7/+0
* block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-041-0/+2
* block: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-211-1/+1
* block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-1/+1
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-0/+1
* ps3vram: add error handling support for add_disk()Luis Chamberlain2021-10-301-1/+6
* block: switch polling to be bio basedChristoph Hellwig2021-10-181-4/+2
* ps3vram: use bvec_virtChristoph Hellwig2021-08-161-1/+1
* ps3vram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-23/+8
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-041-2/+1
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-8/+7
* block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-1/+1
* ps3vram: stop using ->queuedataChristoph Hellwig2020-07-011-2/+1
* block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
* block/ps3vram: Use %llu to format sector_t after LBDAF removalGeert Uytterhoeven2019-06-131-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-15/+2
* block/ps3vram: Check return of ps3vram_cache_initGeoff Levand2017-08-171-1/+5
* block/ps3vram: Delete an error message for a failed memory allocation in ps3v...Markus Elfring2017-08-171-3/+1
* blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-7/+7
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-2/+4
* block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+2
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-1/+2
* block/ps3vram: Remove obsolete reference to MTDGeert Uytterhoeven2015-06-101-1/+1
* block/ps3vram: Fix sparse warningsGeoff Levand2015-06-101-16/+16
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-5/+5
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* Drivers: block: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * block: Fix files that are modules and hence need module.hPaul Gortmaker2011-10-311-0/+1
* | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-4/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: fix for "Consolidate phys_segment and hw_segment limits"Stephen Rothwell2010-03-011-1/+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
* block: Add BLK_ prefix to definitionsMartin K. Petersen2010-02-261-2/+2
* block/ps3: fix slow VRAM IOHideyuki Sasaki2009-11-041-1/+9
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* powerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h>Geert Uytterhoeven2009-08-201-1/+1
* ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven2009-06-151-24/+24
* block/ps3: remove driver_data direct access of struct deviceRoel Kluin2009-06-151-26/+24
* ps3vram: Make ps3vram_priv.reports a void *Geert Uytterhoeven2009-06-151-3/+3