aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-06-09powerpc/spufs: Remove unused error pathStephen Rothwell1-2/+0
2009-05-21powerpc/spufs: Remove double check for non-negative dentryJan Blunck1-4/+0
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-02-23powerpc/spufs: Constify context contents and coredump callback constantsJeremy Kerr1-2/+3
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-2/+2
2008-11-14CRED: Wrap task credential accesses in the PowerPC archDavid Howells1-2/+2
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt1-1/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-10powerpc/spufs: add a missing mutex_unlockKou Ishizaki1-0/+2
2008-10-10powerpc/spufs: use inc_nlinkJeremy Kerr1-4/+4
2008-10-10powerpc/spufs: set nlink count for spufs root correctlyJeremy Kerr1-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-09powerpc/spufs: only add ".ctx" file with "debug" mount optionJeremy Kerr1-7/+33
2008-07-09powerpc/spufs: allow spufs files to specify sizesJeremy Kerr1-3/+4
2008-05-08[POWERPC] spufs: lockdep annotations for spufs_dir_closeChristoph Hellwig1-1/+1
2008-05-06[POWERPC] spufs: spu_create should send inotify IM_CREATE eventChristoph Hellwig1-2/+6
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-8/+10
2008-02-08mount options: fix spufsMiklos Szeredi1-0/+3
2008-02-06[POWERPC] spufs: Fix memory leak on SPU affinityAndre Detsch1-8/+21
2007-11-20[POWERPC] spufs: Fix context destroy vs /spu readdir raceJeremy Kerr1-0/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-09-19[POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman1-6/+0
2007-09-19[POWERPC] spufs: Make isolated loader properly alignedSebastian Siewior1-3/+6
2007-07-20[CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann1-6/+126
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-03[POWERPC] spufs: Remove spufs_dir_inode_operationsJeremy Kerr1-7/+3
2007-06-07[POWERPC] spufs: Fix error handling in spufs_fill_dir()Sebastian Siewior1-2/+15
2007-06-07[POWERPC] spufs: Free mm if spufs_fill_dir() failedSebastian Siewior1-0/+1
2007-06-07[POWERPC] spufs: Fix gang destroy leaksJeremy Kerr1-35/+5
2007-06-07[POWERPC] spufs: Refuse to load the module when not running on cellArnd Bergmann1-0/+4
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-3/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-04-23[POWERPC] spu_base: fix initialisation on systems with no SPEsJeremy Kerr1-0/+5
2007-04-23[POWERPC] spufs: add mode= mount optionJeremy Kerr1-4/+10
2007-04-23[POWERPC] spufs: fix memory leak on spufs reloadingAkinobu Mita1-0/+6
2007-04-23[POWERPC] spufs: fix missing error handling in module_init()Akinobu Mita1-6/+10
2007-04-23[POWERPC] spufs: clear mapping pointers after last closeChristoph Hellwig1-0/+1
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-2/+2
2006-12-08[PATCH] struct path: convert powerpcJosef Sipek1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-04[POWERPC] spufs: return an error in spu_create is isolated create isnt supportedJeremy Kerr1-0/+4
2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell1-0/+7
2006-12-04[POWERPC] spufs: Load isolation kernel from spu_runJeremy Kerr1-108/+1
2006-12-04[POWERPC] spufs: Use SPU master control to prevent wild SPU executionArnd Bergmann1-3/+12