summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-041-0/+1
* dentry: switch the lists of children to hlistAl Viro2023-11-251-2/+3
* spufs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
* spufs: convert to ctime accessor functionsJeff Layton2023-07-101-1/+1
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* spufs: constify pathAl Viro2022-09-011-3/+3
* powerpc/spufs: Fix refcount leak in spufs_init_isolated_loaderMiaoqian Lin2022-08-011-0/+1
* powerpc: Add missing headersChristophe Leroy2022-05-081-1/+1
* powerpc/cell: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
* spufs: fix bogosity in S_ISGID handlingAl Viro2021-03-131-8/+2
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
* fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* powerpc/spufs: remove set but not used variable 'ctx'YueHaibing2019-11-131-2/+0
* spufs: fix a crash in spufs_create_root()Emmanuel Nicolet2019-10-111-0/+1
* vfs: Convert spufs to use the new mount APIDavid Howells2019-09-191-91/+116
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1
* spufs: switch to ->free_inode()Al Viro2019-05-021-8/+2
* powerpc: Use octal numbers for file permissionsRussell Currey2018-01-211-2/+2
* spufs: Implement show_optionsDavid Howells2017-07-111-3/+19
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* powerpc/cell: Add missing error code in spufs_mkgang()Dan Carpenter2016-08-091-1/+3
* dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro2016-05-031-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-231-6/+6
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* make simple_positive() publicAl Viro2015-06-241-1/+1
* VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-11/+11
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-111-2/+2
|\
| * ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud2014-12-111-2/+2
* | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-1/+1
|/
* powerpc/spufs: convert userns uid/gid mount options to kuid/kgidDwight Engen2013-08-211-2/+6
* [readdir] switch dcache_readdir() users to ->iterate()Al Viro2013-06-291-1/+1
* powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman2013-04-241-0/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* spufs_mkdir(): don't d_add() on negative parentAl Viro2013-02-231-43/+21
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* pull unlock+dput() out into do_spu_create()Al Viro2012-07-291-16/+9
* spufs: pull unlock-and-dput() up into spufs_create()Al Viro2012-07-291-23/+10
* spufs_create_context(): simplify failure exitsAl Viro2012-07-291-7/+1
* move spu_forget() into spufs_rmdir()Al Viro2012-07-291-6/+5
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-221-10/+8
* spufs: shift dget/mntget towards dentry_open()Al Viro2012-07-221-28/+18
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-221-0/+1
|\
| * powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt2012-03-211-0/+1