aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/ps3vram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-15ps3vram: GPU memory mapping cleanupGeert Uytterhoeven1-5/+14
2009-06-15ps3vram: Correct exchanged gotos in ps3vram_probe() error pathJim Paris1-2/+2
2009-06-15ps3vram: Use proc_create_data() instead of proc_create()Geert Uytterhoeven1-5/+3
2009-06-15ps3vram: Fix error path (return -EIO) for short read/writeGeert Uytterhoeven1-0/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-2/+0
2009-03-13ps3/block: Replace mtd/ps3vram by block/ps3vramGeert Uytterhoeven1-0/+865