summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/spufs: convert userns uid/gid mount options to kuid/kgidDwight Engen2013-08-211-2/+6
* [readdir] switch dcache_readdir() users to ->iterate()Al Viro2013-06-291-1/+1
* powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman2013-04-241-0/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* spufs_mkdir(): don't d_add() on negative parentAl Viro2013-02-221-43/+21
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* pull unlock+dput() out into do_spu_create()Al Viro2012-07-291-16/+9
* spufs: pull unlock-and-dput() up into spufs_create()Al Viro2012-07-291-23/+10
* spufs_create_context(): simplify failure exitsAl Viro2012-07-291-7/+1
* move spu_forget() into spufs_rmdir()Al Viro2012-07-291-6/+5
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-231-10/+8
* spufs: shift dget/mntget towards dentry_open()Al Viro2012-07-231-28/+18
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-211-0/+1
|\
| * powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt2012-03-211-0/+1
* | spufs: make register_filesystem the last potential failure exitAl Viro2012-03-201-5/+5
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+2
|/
* switch spufs guts to umode_tAl Viro2012-01-031-8/+8
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro2011-07-201-18/+11
* 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
OpenPOWER on IntegriCloud