index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
spufs
/
inode.c
Age
Commit message (
Expand
)
Author
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2022-09-01
spufs: constify path
Al Viro
2022-08-01
powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader
Miaoqian Lin
2022-05-08
powerpc: Add missing headers
Christophe Leroy
2021-12-23
powerpc/cell: Add __init attribute to eligible functions
Nick Child
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
2021-03-12
spufs: fix bogosity in S_ISGID handling
Al Viro
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
attr: handle idmapped mounts
Christian Brauner
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2019-11-13
powerpc/spufs: remove set but not used variable 'ctx'
YueHaibing
2019-10-11
spufs: fix a crash in spufs_create_root()
Emmanuel Nicolet
2019-09-18
vfs: Convert spufs to use the new mount API
David Howells
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
Thomas Gleixner
2019-05-01
spufs: switch to ->free_inode()
Al Viro
2018-01-22
powerpc: Use octal numbers for file permissions
Russell Currey
2017-07-11
spufs: Implement show_options
David Howells
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-08-09
powerpc/cell: Add missing error code in spufs_mkgang()
Dan Carpenter
2016-05-02
dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared
Al Viro
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-01-22
wrappers for ->i_mutex access
Al Viro
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2015-06-23
make simple_positive() public
Al Viro
2015-04-15
VFS: assorted weird filesystems: d_inode() annotations
David Howells
2014-12-10
Merge branch 'akpm' (patchbomb from Andrew)
Linus Torvalds
2014-12-10
ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)
Yann Droneaud
2014-11-03
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
2013-08-21
powerpc/spufs: convert userns uid/gid mount options to kuid/kgid
Dwight Engen
2013-06-29
[readdir] switch dcache_readdir() users to ->iterate()
Al Viro
2013-04-24
powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()
Michael Ellerman
2013-03-03
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
2013-02-22
spufs_mkdir(): don't d_add() on negative parent
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-07-29
pull unlock+dput() out into do_spu_create()
Al Viro
2012-07-29
spufs: pull unlock-and-dput() up into spufs_create()
Al Viro
2012-07-29
spufs_create_context(): simplify failure exits
Al Viro
2012-07-29
move spu_forget() into spufs_rmdir()
Al Viro
2012-07-23
switch dentry_open() to struct path, make it grab references itself
Al Viro
2012-07-23
spufs: shift dget/mntget towards dentry_open()
Al Viro
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
2012-03-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2012-03-20
spufs: make register_filesystem the last potential failure exit
Al Viro
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
2012-03-21
powerpc/spufs: Fix double unlocks
Benjamin Herrenschmidt
2012-01-03
switch spufs guts to umode_t
Al Viro
2012-01-03
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
[next]