summaryrefslogtreecommitdiffstats
path: root/drivers/char/ps3flash.c
Commit message (Expand)AuthorAgeFilesLines
* ps3flash: switch to generic_file_llseek_size()Al Viro2013-06-291-26/+2
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* char: remove use of __devinitBill Pemberton2012-11-211-1/+1
* drivers/char: Add module.h to those who were using it implicitlyPaul Gortmaker2011-10-311-0/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-2/+7
* drivers: fix up various ->llseek() implementationsJosef Bacik2011-07-201-0/+4
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ps3flash: Always read chunks of 256 KiB, and cache themGeert Uytterhoeven2009-06-151-30/+17
* ps3flash: Cache the last accessed FLASH chunkGeert Uytterhoeven2009-06-151-105/+104
* ps3: Replace direct file operations by callbackGeert Uytterhoeven2009-06-151-24/+70
* ps3flash: Use ps3_system_bus_[gs]et_drvdata() instead of direct accessGeert Uytterhoeven2009-06-151-6/+6
* powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/charStephen Rothwell2009-01-161-9/+9
* ps3: FLASH ROM Storage DriverGeert Uytterhoeven2007-07-211-0/+440