aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01spufs: constify pathAl Viro1-3/+3
2022-08-01powerpc/spufs: Fix refcount leak in spufs_init_isolated_loaderMiaoqian Lin1-0/+1
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+1
2021-12-23powerpc/cell: Add __init attribute to eligible functionsNick Child1-1/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-03-12spufs: fix bogosity in S_ISGID handlingAl Viro1-8/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2019-11-13powerpc/spufs: remove set but not used variable 'ctx'YueHaibing1-2/+0
2019-10-11spufs: fix a crash in spufs_create_root()Emmanuel Nicolet1-0/+1
2019-09-18vfs: Convert spufs to use the new mount APIDavid Howells1-91/+116
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-14/+1
2019-05-01spufs: switch to ->free_inode()Al Viro1-8/+2
2018-01-22powerpc: Use octal numbers for file permissionsRussell Currey1-2/+2
2017-07-11spufs: Implement show_optionsDavid Howells1-3/+19
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-08-09powerpc/cell: Add missing error code in spufs_mkgang()Dan Carpenter1-1/+3
2016-05-02dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-06-23make simple_positive() publicAl Viro1-1/+1
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-11/+11
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-2/+2
2014-12-10ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-2/+2
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2013-08-21powerpc/spufs: convert userns uid/gid mount options to kuid/kgidDwight Engen1-2/+6
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro1-1/+1
2013-04-24powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22spufs_mkdir(): don't d_add() on negative parentAl Viro1-43/+21
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-07-29pull unlock+dput() out into do_spu_create()Al Viro1-16/+9
2012-07-29spufs: pull unlock-and-dput() up into spufs_create()Al Viro1-23/+10
2012-07-29spufs_create_context(): simplify failure exitsAl Viro1-7/+1
2012-07-29move spu_forget() into spufs_rmdir()Al Viro1-6/+5
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-10/+8
2012-07-23spufs: shift dget/mntget towards dentry_open()Al Viro1-28/+18
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+1
2012-03-20spufs: make register_filesystem the last potential failure exitAl Viro1-5/+5
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+2
2012-03-21powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt1-0/+1
2012-01-03switch spufs guts to umode_tAl Viro1-8/+8
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-07-20switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro1-18/+11
2011-01-07fs: icache RCU free inodesNick Piggin1-2/+8