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