summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/spufs/inode.c
AgeCommit message (Expand)Author
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-10-18spufs: convert to new timestamp accessorsJeff Layton
2023-07-10spufs: convert to ctime accessor functionsJeff Layton
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-09-01spufs: constify pathAl Viro
2022-08-01powerpc/spufs: Fix refcount leak in spufs_init_isolated_loaderMiaoqian Lin
2022-05-08powerpc: Add missing headersChristophe Leroy
2021-12-23powerpc/cell: Add __init attribute to eligible functionsNick Child
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-03-12spufs: fix bogosity in S_ISGID handlingAl Viro
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2019-11-13powerpc/spufs: remove set but not used variable 'ctx'YueHaibing
2019-10-11spufs: fix a crash in spufs_create_root()Emmanuel Nicolet
2019-09-18vfs: Convert spufs to use the new mount APIDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner
2019-05-01spufs: switch to ->free_inode()Al Viro
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