aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/spufs/inode.c
AgeCommit message (Expand)Author
2015-04-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2013-08-21powerpc/spufs: convert userns uid/gid mount options to kuid/kgidDwight Engen
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro
2013-04-24powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-22spufs_mkdir(): don't d_add() on negative parentAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-07-29pull unlock+dput() out into do_spu_create()Al Viro
2012-07-29spufs: pull unlock-and-dput() up into spufs_create()Al Viro
2012-07-29spufs_create_context(): simplify failure exitsAl Viro
2012-07-29move spu_forget() into spufs_rmdir()Al Viro
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-23spufs: shift dget/mntget towards dentry_open()Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-20spufs: make register_filesystem the last potential failure exitAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-21powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt
2012-01-03switch spufs guts to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-07-20switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: dcache rationalise dget variantsNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: dcache scale d_unhashedNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2010-10-29convert get_sb_single() usersAl Viro
2010-08-09spufs conversion to ->evict_inode()Al Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-05-27rename the generic fsync implementationsChristoph Hellwig
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-06-09powerpc/spufs: Remove unused error pathStephen Rothwell
2009-05-21powerpc/spufs: Remove double check for non-negative dentryJan Blunck
2009-03-31New helper - current_umask()Al Viro
2009-02-23powerpc/spufs: Constify context contents and coredump callback constantsJeremy Kerr
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2008-11-14CRED: Pass credentials through dentry_open()David Howells
2008-11-14CRED: Wrap task credential accesses in the PowerPC archDavid Howells
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-10-10powerpc/spufs: add a missing mutex_unlockKou Ishizaki
2008-10-10powerpc/spufs: use inc_nlinkJeremy Kerr
2008-10-10powerpc/spufs: set nlink count for spufs root correctlyJeremy Kerr
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-09powerpc/spufs: only add ".ctx" file with "debug" mount optionJeremy Kerr
2008-07-09powerpc/spufs: allow spufs files to specify sizesJeremy Kerr
2008-05-08[POWERPC] spufs: lockdep annotations for spufs_dir_closeChristoph Hellwig
2008-05-06[POWERPC] spufs: spu_create should send inotify IM_CREATE eventChristoph Hellwig
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox