index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2018-01-21
powerpc: Use octal numbers for file permissions
Russell Currey
1
-2
/
+2
2017-07-11
spufs: Implement show_options
David Howells
1
-3
/
+19
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-28
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
1
-1
/
+1
2016-08-09
powerpc/cell: Add missing error code in spufs_mkgang()
Dan Carpenter
1
-1
/
+3
2016-05-03
dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared
Al Viro
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-01-23
wrappers for ->i_mutex access
Al Viro
1
-6
/
+6
2016-01-15
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
1
-1
/
+1
2015-06-24
make simple_positive() public
Al Viro
1
-1
/
+1
2015-04-15
VFS: assorted weird filesystems: d_inode() annotations
David Howells
1
-11
/
+11
2014-12-11
Merge branch 'akpm' (patchbomb from Andrew)
Linus Torvalds
1
-2
/
+2
2014-12-11
ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)
Yann Droneaud
1
-2
/
+2
2014-11-03
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
1
-1
/
+1
2013-08-22
powerpc/spufs: convert userns uid/gid mount options to kuid/kgid
Dwight Engen
1
-2
/
+6
2013-06-29
[readdir] switch dcache_readdir() users to ->iterate()
Al Viro
1
-1
/
+1
2013-04-24
powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()
Michael Ellerman
1
-0
/
+1
2013-03-04
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
1
-0
/
+1
2013-02-23
spufs_mkdir(): don't d_add() on negative parent
Al Viro
1
-43
/
+21
2013-02-23
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2012-07-29
pull unlock+dput() out into do_spu_create()
Al Viro
1
-16
/
+9
2012-07-29
spufs: pull unlock-and-dput() up into spufs_create()
Al Viro
1
-23
/
+10
2012-07-29
spufs_create_context(): simplify failure exits
Al Viro
1
-7
/
+1
2012-07-29
move spu_forget() into spufs_rmdir()
Al Viro
1
-6
/
+5
2012-07-23
switch dentry_open() to struct path, make it grab references itself
Al Viro
1
-10
/
+8
2012-07-23
spufs: shift dget/mntget towards dentry_open()
Al Viro
1
-28
/
+18
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
1
-1
/
+1
2012-03-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-0
/
+1
2012-03-21
spufs: make register_filesystem the last potential failure exit
Al Viro
1
-5
/
+5
2012-03-21
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-2
/
+2
2012-03-21
powerpc/spufs: Fix double unlocks
Benjamin Herrenschmidt
1
-0
/
+1
2012-01-04
switch spufs guts to umode_t
Al Viro
1
-8
/
+8
2012-01-04
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
1
-1
/
+0
2011-07-20
switch do_spufs_create() to user_path_create(), fix double-unlock
Al Viro
1
-18
/
+11
2011-01-07
fs: icache RCU free inodes
Nick Piggin
1
-2
/
+8
2011-01-07
fs: dcache rationalise dget variants
Nick Piggin
1
-1
/
+1
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
1
-4
/
+1
2011-01-07
fs: dcache scale d_unhashed
Nick Piggin
1
-0
/
+3
2011-01-07
fs: dcache scale dentry refcount
Nick Piggin
1
-1
/
+1
2010-10-29
convert get_sb_single() users
Al Viro
1
-5
/
+5
2010-08-10
spufs conversion to ->evict_inode()
Al Viro
1
-5
/
+3
2010-08-10
remove inode_setattr
Christoph Hellwig
1
-1
/
+3
2010-05-28
rename the generic fsync implementations
Christoph Hellwig
1
-1
/
+1
2009-09-22
const: mark remaining inode_operations as const
Alexey Dobriyan
1
-1
/
+1
2009-09-22
const: mark remaining super_operations const
Alexey Dobriyan
1
-1
/
+1
2009-06-09
powerpc/spufs: Remove unused error path
Stephen Rothwell
1
-2
/
+0
2009-05-21
powerpc/spufs: Remove double check for non-negative dentry
Jan Blunck
1
-4
/
+0
2009-04-01
New helper - current_umask()
Al Viro
1
-1
/
+1
2009-02-23
powerpc/spufs: Constify context contents and coredump callback constants
Jeremy Kerr
1
-2
/
+3
2009-01-05
zero i_uid/i_gid on inode allocation
Al Viro
1
-1
/
+0
[next]