index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
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
2011-07-20
switch do_spufs_create() to user_path_create(), fix double-unlock
Al Viro
2011-01-07
fs: icache RCU free inodes
Nick Piggin
2011-01-07
fs: dcache rationalise dget variants
Nick Piggin
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
2011-01-07
fs: dcache scale d_unhashed
Nick Piggin
2011-01-07
fs: dcache scale dentry refcount
Nick Piggin
2010-10-29
convert get_sb_single() users
Al Viro
2010-08-09
spufs conversion to ->evict_inode()
Al Viro
2010-08-09
remove inode_setattr
Christoph Hellwig
2010-05-27
rename the generic fsync implementations
Christoph Hellwig
2009-09-22
const: mark remaining inode_operations as const
Alexey Dobriyan
2009-09-22
const: mark remaining super_operations const
Alexey Dobriyan
2009-06-09
powerpc/spufs: Remove unused error path
Stephen Rothwell
2009-05-21
powerpc/spufs: Remove double check for non-negative dentry
Jan Blunck
2009-03-31
New helper - current_umask()
Al Viro
2009-02-23
powerpc/spufs: Constify context contents and coredump callback constants
Jeremy Kerr
2009-01-05
zero i_uid/i_gid on inode allocation
Al Viro
2008-11-14
CRED: Pass credentials through dentry_open()
David Howells
2008-11-14
CRED: Wrap task credential accesses in the PowerPC arch
David Howells
2008-10-15
Merge commit 'origin'
Benjamin Herrenschmidt
2008-10-13
vfs: Use const for kernel parser table
Steven Whitehouse
[next]