index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
spufs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename the generic fsync implementations
Christoph Hellwig
2010-05-27
1
-1
/
+1
*
const: mark remaining inode_operations as const
Alexey Dobriyan
2009-09-22
1
-1
/
+1
*
const: mark remaining super_operations const
Alexey Dobriyan
2009-09-22
1
-1
/
+1
*
powerpc/spufs: Remove unused error path
Stephen Rothwell
2009-06-09
1
-2
/
+0
*
powerpc/spufs: Remove double check for non-negative dentry
Jan Blunck
2009-05-21
1
-4
/
+0
*
New helper - current_umask()
Al Viro
2009-03-31
1
-1
/
+1
*
powerpc/spufs: Constify context contents and coredump callback constants
Jeremy Kerr
2009-02-23
1
-2
/
+3
*
zero i_uid/i_gid on inode allocation
Al Viro
2009-01-05
1
-1
/
+0
*
CRED: Pass credentials through dentry_open()
David Howells
2008-11-14
1
-2
/
+2
*
CRED: Wrap task credential accesses in the PowerPC arch
David Howells
2008-11-14
1
-2
/
+2
*
Merge commit 'origin'
Benjamin Herrenschmidt
2008-10-15
1
-1
/
+1
|
\
|
*
vfs: Use const for kernel parser table
Steven Whitehouse
2008-10-13
1
-1
/
+1
*
|
powerpc/spufs: add a missing mutex_unlock
Kou Ishizaki
2008-10-10
1
-0
/
+2
*
|
powerpc/spufs: use inc_nlink
Jeremy Kerr
2008-10-10
1
-4
/
+4
*
|
powerpc/spufs: set nlink count for spufs root correctly
Jeremy Kerr
2008-10-10
1
-0
/
+1
|
/
*
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
2008-07-26
1
-1
/
+1
*
powerpc/spufs: only add ".ctx" file with "debug" mount option
Jeremy Kerr
2008-07-09
1
-7
/
+33
*
powerpc/spufs: allow spufs files to specify sizes
Jeremy Kerr
2008-07-09
1
-3
/
+4
*
[POWERPC] spufs: lockdep annotations for spufs_dir_close
Christoph Hellwig
2008-05-08
1
-1
/
+1
*
[POWERPC] spufs: spu_create should send inotify IM_CREATE event
Christoph Hellwig
2008-05-06
1
-2
/
+6
*
arch: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-04-18
1
-1
/
+0
*
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
2008-02-14
1
-8
/
+10
*
mount options: fix spufs
Miklos Szeredi
2008-02-08
1
-0
/
+3
*
[POWERPC] spufs: Fix memory leak on SPU affinity
Andre Detsch
2008-02-06
1
-8
/
+21
*
[POWERPC] spufs: Fix context destroy vs /spu readdir race
Jeremy Kerr
2007-11-20
1
-0
/
+1
*
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
2007-10-17
1
-1
/
+1
*
[POWERPC] spufs: Combine spufs_coredump_calls with spufs_calls
Michael Ellerman
2007-09-19
1
-6
/
+0
*
[POWERPC] spufs: Make isolated loader properly aligned
Sebastian Siewior
2007-09-19
1
-3
/
+6
*
[CELL] spufs: extension of spu_create to support affinity definition
Arnd Bergmann
2007-07-20
1
-6
/
+126
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-1
/
+1
*
[POWERPC] spufs: Remove spufs_dir_inode_operations
Jeremy Kerr
2007-07-03
1
-7
/
+3
*
[POWERPC] spufs: Fix error handling in spufs_fill_dir()
Sebastian Siewior
2007-06-07
1
-2
/
+15
*
[POWERPC] spufs: Free mm if spufs_fill_dir() failed
Sebastian Siewior
2007-06-07
1
-0
/
+1
*
[POWERPC] spufs: Fix gang destroy leaks
Jeremy Kerr
2007-06-07
1
-35
/
+5
*
[POWERPC] spufs: Refuse to load the module when not running on cell
Arnd Bergmann
2007-06-07
1
-0
/
+4
*
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
2007-05-17
1
-3
/
+1
*
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
2007-05-07
1
-2
/
+1
*
[POWERPC] spu_base: fix initialisation on systems with no SPEs
Jeremy Kerr
2007-04-23
1
-0
/
+5
*
[POWERPC] spufs: add mode= mount option
Jeremy Kerr
2007-04-23
1
-4
/
+10
*
[POWERPC] spufs: fix memory leak on spufs reloading
Akinobu Mita
2007-04-23
1
-0
/
+6
*
[POWERPC] spufs: fix missing error handling in module_init()
Akinobu Mita
2007-04-23
1
-6
/
+10
*
[POWERPC] spufs: clear mapping pointers after last close
Christoph Hellwig
2007-04-23
1
-0
/
+1
*
[POWERPC] Rename get_property to of_get_property: arch/powerpc
Stephen Rothwell
2007-04-13
1
-1
/
+1
*
[PATCH] mark struct inode_operations const 1
Arjan van de Ven
2007-02-12
1
-1
/
+1
*
[PATCH] mark struct file_operations const 2
Arjan van de Ven
2007-02-12
1
-2
/
+2
*
[PATCH] struct path: convert powerpc
Josef Sipek
2006-12-08
1
-2
/
+2
*
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
1
-2
/
+2
*
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-12-07
1
-1
/
+1
*
[POWERPC] spufs: return an error in spu_create is isolated create isnt supported
Jeremy Kerr
2006-12-04
1
-0
/
+4
*
[POWERPC] coredump: Add SPU elf notes to coredump.
Dwayne Grant McConnell
2006-12-04
1
-0
/
+7
[next]