aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-23spufs: shift dget/mntget towards dentry_open()Al Viro1-28/+18
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-2/+1
2012-03-20spufs: make register_filesystem the last potential failure exitAl Viro1-5/+5
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+2
2012-03-21powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt2-2/+1
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells1-1/+1
2012-01-03switch spufs guts to umode_tAl Viro3-11/+11
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker6-6/+0
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker3-3/+3
2011-10-31powerpc: Fix up implicit sched.h usersPaul Gortmaker1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+9
2011-07-20switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro3-32/+21
2011-05-04powerpc: Convert old cpumask API into new oneKOSAKI Motohiro1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-14kill path_lookup()Al Viro1-1/+1
2011-01-21powerpc/spufs: Use simple_write_to_bufferAkinobu Mita1-20/+7
2011-01-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-2/+8
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-1/+1
2011-01-07fs: dcache remove dcache_lockNick Piggin1-4/+1
2011-01-07fs: dcache scale d_unhashedNick Piggin1-0/+3
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2010-11-29powerpc/cell: Use vzalloc rather than vmalloc and memset in spu_alloc_lscsa_stdJesper Juhl1-2/+1
2010-10-29convert get_sb_single() usersAl Viro1-5/+5
2010-10-13powerpc/spufs: Use llseek in all file operationsArnd Bergmann1-0/+18
2010-08-09spufs conversion to ->evict_inode()Al Viro1-5/+3
2010-08-09remove inode_setattrChristoph Hellwig1-1/+3
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-0/+5
2010-01-15powerpc: Use helpers for rlimitsJiri Slaby1-1/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds1-4/+2
2009-12-12kbuild: drop include2/ used for O=... buildsSam Ravnborg1-4/+2
2009-11-24powerpc/spufs: Fix test in spufs_switch_log_read()roel kluin1-1/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-7/+7
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-1/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-18tracing: Remove markersChristoph Hellwig2-2/+0
2009-08-20powerpc/sputrace: Use the generic event tracerChristoph Hellwig7-278/+45
2009-06-09powerpc/spufs: Remove unused error pathStephen Rothwell1-2/+0
2009-05-21powerpc/spufs: Remove double check for non-negative dentryJan Blunck1-4/+0
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-30Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-1/+1
2009-03-11powerpc/spufs: Fix incorrect buffer offset in regs writeJeremy Kerr1-1/+1
2009-03-11powerpc/spufs: Check file offset before calculating write size in fixed-sized filesJeremy Kerr1-4/+6