summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/spufs/inode.c
AgeCommit message (Expand)Author
2018-01-22powerpc: Use octal numbers for file permissionsRussell Currey
2017-07-11spufs: Implement show_optionsDavid Howells
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-08-09powerpc/cell: Add missing error code in spufs_mkgang()Dan Carpenter
2016-05-02dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-06-23make simple_positive() publicAl Viro
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud
2014-11-03move 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