summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/spufs
AgeCommit message (Expand)Author
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-08powerpc/cell: Move spu_handle_mm_fault() out of cell platformIan Munsie
2014-07-23powerpc: cell: Use ktime_get_ns()Thomas Gleixner
2014-07-11powerpc/cell: Fix compilation with CONFIG_COREDUMP=nMichael Ellerman
2014-06-11powerpc/spufs: Remove duplicate SPUFS_CNTL_MAP_SIZE defineDan Carpenter
2014-02-11powerpc/spufs: Remove MAX_USER_PRIO defineJeremy Kerr
2013-11-09new helper: dump_align()Al Viro
2013-11-09spufs: get rid of dump_emit() wrappersAl Viro
2013-11-09switch elf_coredump_extra_notes_write() to dump_emit()Al Viro
2013-08-21powerpc/spufs: convert userns uid/gid mount options to kuid/kgidDwight Engen
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-04-30mm: remove free_area_cache use in powerpc architectureMichel Lespinasse
2013-04-24powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman
2013-04-09spufs: don't bother with fops->ownerAl Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22spufs_mkdir(): don't d_add() on negative parentAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2013-02-11sched, powerpc: Fix sched.h split-up build failureIngo Molnar
2012-12-20vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman
2012-09-26switch spufs/coredump to iterate_fd()Al Viro
2012-07-29new helper: done_path_create()Al Viro
2012-07-29pull unlock+dput() out into do_spu_create()Al Viro
2012-07-29spufs: pull unlock-and-dput() up into spufs_create()Al Viro
2012-07-29spufs_create_context(): simplify failure exitsAl Viro
2012-07-29move spu_forget() into spufs_rmdir()Al Viro
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-23spufs: shift dget/mntget towards dentry_open()Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-20spufs: make register_filesystem the last potential failure exitAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-21powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells
2012-01-03switch spufs guts to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker
2011-10-31powerpc: Fix up implicit sched.h usersPaul Gortmaker
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro