aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/inode.c
Commit message (Expand)AuthorAge
* powerpc: Use octal numbers for file permissionsRussell Currey2018-01-21
* spufs: Implement show_optionsDavid Howells2017-07-11
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* powerpc/cell: Add missing error code in spufs_mkgang()Dan Carpenter2016-08-09
* dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro2016-05-02
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* wrappers for ->i_mutex accessAl Viro2016-01-22
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* make simple_positive() publicAl Viro2015-06-23
* VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-15
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-10
|\
| * ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud2014-12-10
* | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-03
|/
* powerpc/spufs: convert userns uid/gid mount options to kuid/kgidDwight Engen2013-08-21
* [readdir] switch dcache_readdir() users to ->iterate()Al Viro2013-06-29
* powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman2013-04-24
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* spufs_mkdir(): don't d_add() on negative parentAl Viro2013-02-22
* new helper: file_inode(file)Al Viro2013-02-22
* pull unlock+dput() out into do_spu_create()Al Viro2012-07-29
* spufs: pull unlock-and-dput() up into spufs_create()Al Viro2012-07-29
* spufs_create_context(): simplify failure exitsAl Viro2012-07-29
* move spu_forget() into spufs_rmdir()Al Viro2012-07-29
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-22
* spufs: shift dget/mntget towards dentry_open()Al Viro2012-07-22
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-21
|\
| * powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt2012-03-20
* | spufs: make register_filesystem the last potential failure exitAl Viro2012-03-20
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
|/
* switch spufs guts to umode_tAl Viro2012-01-03
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro2011-07-20
* fs: icache RCU free inodesNick Piggin2011-01-07
* fs: dcache rationalise dget variantsNick Piggin2011-01-07
* fs: dcache remove dcache_lockNick Piggin2011-01-07
* fs: dcache scale d_unhashedNick Piggin2011-01-07
* fs: dcache scale dentry refcountNick Piggin2011-01-07
* convert get_sb_single() usersAl Viro2010-10-29
* spufs conversion to ->evict_inode()Al Viro2010-08-09
* remove inode_setattrChristoph Hellwig2010-08-09
* rename the generic fsync implementationsChristoph Hellwig2010-05-27
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-22
* const: mark remaining super_operations constAlexey Dobriyan2009-09-22
* powerpc/spufs: Remove unused error pathStephen Rothwell2009-06-09
* powerpc/spufs: Remove double check for non-negative dentryJan Blunck2009-05-21
* New helper - current_umask()Al Viro2009-03-31
* powerpc/spufs: Constify context contents and coredump callback constantsJeremy Kerr2009-02-22
* zero i_uid/i_gid on inode allocationAl Viro2009-01-05