aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/ps3vram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21block: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-0/+1
2021-10-30ps3vram: add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-4/+2
2021-08-16ps3vram: use bvec_virtChristoph Hellwig1-1/+1
2021-06-01ps3vram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-23/+8
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König1-2/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-8/+7
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-1/+1
2020-07-01ps3vram: stop using ->queuedataChristoph Hellwig1-2/+1
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2019-06-13block/ps3vram: Use %llu to format sector_t after LBDAF removalGeert Uytterhoeven1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-15/+2
2017-08-17block/ps3vram: Check return of ps3vram_cache_initGeoff Levand1-1/+5
2017-08-17block/ps3vram: Delete an error message for a failed memory allocation in ps3vram_cache_init()Markus Elfring1-3/+1
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-7/+7
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-2/+4
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-0/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-1/+2
2015-06-10block/ps3vram: Remove obsolete reference to MTDGeert Uytterhoeven1-1/+1
2015-06-10block/ps3vram: Fix sparse warningsGeoff Levand1-16/+16
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-5/+5
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-01-03Drivers: block: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31block: Fix files that are modules and hence need module.hPaul Gortmaker1-0/+1
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-4/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01block: fix for "Consolidate phys_segment and hw_segment limits"Stephen Rothwell1-1/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-02-26block: Add BLK_ prefix to definitionsMartin K. Petersen1-2/+2
2009-11-04block/ps3: fix slow VRAM IOHideyuki Sasaki1-1/+9
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-08-20powerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h>Geert Uytterhoeven1-1/+1
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven1-24/+24
2009-06-15block/ps3: remove driver_data direct access of struct deviceRoel Kluin1-26/+24
2009-06-15ps3vram: Make ps3vram_priv.reports a void *Geert Uytterhoeven1-3/+3
2009-06-15ps3vram: Remove no longer used ps3vram_priv.ddr_baseGeert Uytterhoeven1-13/+1
2009-06-15ps3vram: Replace mutex by spinlock + bio_listGeert Uytterhoeven1-15/+36
2009-06-15ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven1-14/+7