aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ps3flash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-29ps3flash: switch to generic_file_llseek_size()Al Viro1-26/+2
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-11-21char: remove use of __devinitBill Pemberton1-1/+1
2011-10-31drivers/char: Add module.h to those who were using it implicitlyPaul Gortmaker1-0/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+7
2011-07-20drivers: fix up various ->llseek() implementationsJosef Bacik1-0/+4
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+1
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
2009-06-15ps3flash: Always read chunks of 256 KiB, and cache themGeert Uytterhoeven1-30/+17
2009-06-15ps3flash: Cache the last accessed FLASH chunkGeert Uytterhoeven1-105/+104
2009-06-15ps3: Replace direct file operations by callbackGeert Uytterhoeven1-24/+70
2009-06-15ps3flash: Use ps3_system_bus_[gs]et_drvdata() instead of direct accessGeert Uytterhoeven1-6/+6
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/charStephen Rothwell1-9/+9
2007-07-21ps3: FLASH ROM Storage DriverGeert Uytterhoeven1-0/+440