aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+1
* fs: icache RCU free inodesNick Piggin2011-01-071-2/+8
* fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-071-4/+1
* fs: dcache scale d_unhashedNick Piggin2011-01-071-0/+3
* fs: dcache scale dentry refcountNick Piggin2011-01-071-1/+1
* convert get_sb_single() usersAl Viro2010-10-291-5/+5
* spufs conversion to ->evict_inode()Al Viro2010-08-091-5/+3
* remove inode_setattrChristoph Hellwig2010-08-091-1/+3
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-221-1/+1
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
* powerpc/spufs: Remove unused error pathStephen Rothwell2009-06-091-2/+0
* powerpc/spufs: Remove double check for non-negative dentryJan Blunck2009-05-211-4/+0
* New helper - current_umask()Al Viro2009-03-311-1/+1
* powerpc/spufs: Constify context contents and coredump callback constantsJeremy Kerr2009-02-231-2/+3
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0
* CRED: Pass credentials through dentry_open()David Howells2008-11-141-2/+2
* CRED: Wrap task credential accesses in the PowerPC archDavid Howells2008-11-141-2/+2
* Merge commit 'origin'Benjamin Herrenschmidt2008-10-151-1/+1
|\
| * vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* | powerpc/spufs: add a missing mutex_unlockKou Ishizaki2008-10-101-0/+2
* | powerpc/spufs: use inc_nlinkJeremy Kerr2008-10-101-4/+4
* | powerpc/spufs: set nlink count for spufs root correctlyJeremy Kerr2008-10-101-0/+1
|/
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* powerpc/spufs: only add ".ctx" file with "debug" mount optionJeremy Kerr2008-07-091-7/+33
* powerpc/spufs: allow spufs files to specify sizesJeremy Kerr2008-07-091-3/+4
* [POWERPC] spufs: lockdep annotations for spufs_dir_closeChristoph Hellwig2008-05-081-1/+1
* [POWERPC] spufs: spu_create should send inotify IM_CREATE eventChristoph Hellwig2008-05-061-2/+6
* arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-8/+10
* mount options: fix spufsMiklos Szeredi2008-02-081-0/+3
* [POWERPC] spufs: Fix memory leak on SPU affinityAndre Detsch2008-02-061-8/+21
* [POWERPC] spufs: Fix context destroy vs /spu readdir raceJeremy Kerr2007-11-201-0/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* [POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman2007-09-191-6/+0
* [POWERPC] spufs: Make isolated loader properly alignedSebastian Siewior2007-09-191-3/+6
* [CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann2007-07-201-6/+126
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [POWERPC] spufs: Remove spufs_dir_inode_operationsJeremy Kerr2007-07-031-7/+3
* [POWERPC] spufs: Fix error handling in spufs_fill_dir()Sebastian Siewior2007-06-071-2/+15
* [POWERPC] spufs: Free mm if spufs_fill_dir() failedSebastian Siewior2007-06-071-0/+1
* [POWERPC] spufs: Fix gang destroy leaksJeremy Kerr2007-06-071-35/+5
* [POWERPC] spufs: Refuse to load the module when not running on cellArnd Bergmann2007-06-071-0/+4
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-3/+1
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [POWERPC] spu_base: fix initialisation on systems with no SPEsJeremy Kerr2007-04-231-0/+5
* [POWERPC] spufs: add mode= mount optionJeremy Kerr2007-04-231-4/+10
* [POWERPC] spufs: fix memory leak on spufs reloadingAkinobu Mita2007-04-231-0/+6
* [POWERPC] spufs: fix missing error handling in module_init()Akinobu Mita2007-04-231-6/+10