aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-25dentry: switch the lists of children to hlistAl Viro1-2/+3
2023-10-18spufs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-07-10spufs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-2/+2
2022-09-01spufs: constify pathAl Viro1-3/+3
2022-08-01powerpc/spufs: Fix refcount leak in spufs_init_isolated_loaderMiaoqian Lin1-0/+1
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+1
2021-12-23powerpc/cell: Add __init attribute to eligible functionsNick Child1-1/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-03-12spufs: fix bogosity in S_ISGID handlingAl Viro1-8/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2019-11-13powerpc/spufs: remove set but not used variable 'ctx'YueHaibing1-2/+0
2019-10-11spufs: fix a crash in spufs_create_root()Emmanuel Nicolet1-0/+1
2019-09-18vfs: Convert spufs to use the new mount APIDavid Howells1-91/+116
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-14/+1
2019-05-01spufs: switch to ->free_inode()Al Viro1-8/+2
2018-01-22powerpc: Use octal numbers for file permissionsRussell Currey1-2/+2
2017-07-11spufs: Implement show_optionsDavid Howells1-3/+19
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-08-09powerpc/cell: Add missing error code in spufs_mkgang()Dan Carpenter1-1/+3
2016-05-02dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-06-23make simple_positive() publicAl Viro1-1/+1
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-11/+11
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-2/+2
2014-12-10ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-2/+2
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2013-08-21powerpc/spufs: convert userns uid/gid mount options to kuid/kgidDwight Engen1-2/+6
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro1-1/+1
2013-04-24powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22spufs_mkdir(): don't d_add() on negative parentAl Viro1-43/+21
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-07-29pull unlock+dput() out into do_spu_create()Al Viro1-16/+9
2012-07-29spufs: pull unlock-and-dput() up into spufs_create()Al Viro1-23/+10
2012-07-29spufs_create_context(): simplify failure exitsAl Viro1-7/+1
2012-07-29move spu_forget() into spufs_rmdir()Al Viro1-6/+5
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-10/+8
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-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+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 Herrenschmidt1-0/+1
2012-01-03switch spufs guts to umode_tAl Viro1-8/+8
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-07-20switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro1-18/+11
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-10-29convert get_sb_single() usersAl Viro1-5/+5
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
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-1/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
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-02-23powerpc/spufs: Constify context contents and coredump callback constantsJeremy Kerr1-2/+3
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-2/+2
2008-11-14CRED: Wrap task credential accesses in the PowerPC archDavid Howells1-2/+2
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt1-1/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-10powerpc/spufs: add a missing mutex_unlockKou Ishizaki1-0/+2
2008-10-10powerpc/spufs: use inc_nlinkJeremy Kerr1-4/+4
2008-10-10powerpc/spufs: set nlink count for spufs root correctlyJeremy Kerr1-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-09powerpc/spufs: only add ".ctx" file with "debug" mount optionJeremy Kerr1-7/+33
2008-07-09powerpc/spufs: allow spufs files to specify sizesJeremy Kerr1-3/+4
2008-05-08[POWERPC] spufs: lockdep annotations for spufs_dir_closeChristoph Hellwig1-1/+1
2008-05-06[POWERPC] spufs: spu_create should send inotify IM_CREATE eventChristoph Hellwig1-2/+6
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-8/+10
2008-02-08mount options: fix spufsMiklos Szeredi1-0/+3
2008-02-06[POWERPC] spufs: Fix memory leak on SPU affinityAndre Detsch1-8/+21
2007-11-20[POWERPC] spufs: Fix context destroy vs /spu readdir raceJeremy Kerr1-0/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-09-19[POWERPC] spufs: Combine spufs_coredump_calls with spufs_callsMichael Ellerman1-6/+0
2007-09-19[POWERPC] spufs: Make isolated loader properly alignedSebastian Siewior1-3/+6
2007-07-20[CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann1-6/+126
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-03[POWERPC] spufs: Remove spufs_dir_inode_operationsJeremy Kerr1-7/+3
2007-06-07[POWERPC] spufs: Fix error handling in spufs_fill_dir()Sebastian Siewior1-2/+15
2007-06-07[POWERPC] spufs: Free mm if spufs_fill_dir() failedSebastian Siewior1-0/+1
2007-06-07[POWERPC] spufs: Fix gang destroy leaksJeremy Kerr1-35/+5
2007-06-07[POWERPC] spufs: Refuse to load the module when not running on cellArnd Bergmann1-0/+4
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-3/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-04-23[POWERPC] spu_base: fix initialisation on systems with no SPEsJeremy Kerr1-0/+5
2007-04-23[POWERPC] spufs: add mode= mount optionJeremy Kerr1-4/+10
2007-04-23[POWERPC] spufs: fix memory leak on spufs reloadingAkinobu Mita1-0/+6
2007-04-23[POWERPC] spufs: fix missing error handling in module_init()Akinobu Mita1-6/+10
2007-04-23[POWERPC] spufs: clear mapping pointers after last closeChristoph Hellwig1-0/+1
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-2/+2
2006-12-08[PATCH] struct path: convert powerpcJosef Sipek1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-04[POWERPC] spufs: return an error in spu_create is isolated create isnt supportedJeremy Kerr1-0/+4
2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell1-0/+7
2006-12-04[POWERPC] spufs: Load isolation kernel from spu_runJeremy Kerr1-108/+1
2006-12-04[POWERPC] spufs: Use SPU master control to prevent wild SPU executionArnd Bergmann1-3/+12
2006-10-25[POWERPC] spufs: Add isolated-mode SPE recycling supportJeremy Kerr1-8/+15
2006-10-25[POWERPC] spufs: allow isolated mode apps by starting the SPE loaderarnd@arndb.de1-0/+117
2006-10-25[POWERPC] spufs: add support for nonschedulable contextsMark Nutter1-1/+16
2006-10-05[POWERPC] spufs: Add infrastructure needed for gang schedulingArnd Bergmann1-36/+189
2006-10-05[POWERPC] spufs: implement error event delivery to user spaceArnd Bergmann1-3/+6
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-06-21[POWERPC] spufs: fail spu_create with invalid flagsarnd@arndb.de1-0/+4
2006-06-21[POWERPC] spufs: fix deadlock in spu_create error pathMichael Ellerman1-11/+15
2006-03-29Merge ../linux-2.6Paul Mackerras1-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-03-28[PATCH] spufs: fix __init/__exit annotationsArnd Bergmann1-2/+2
2006-03-27[PATCH] spufs: enable SPE problem state MMIO access.Mark Nutter1-1/+1
2006-01-10[PATCH] spufs: fix for recent "shrink dentry_struct" patchAndrew Morton1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-6/+6
2006-01-09[PATCH] spufs: fix sparse warningsArnd Bergmann1-3/+2
2006-01-09[PATCH] spufs: fix spufs_fill_dir error pathArnd Bergmann1-35/+38
2006-01-09[PATCH] spufs: dont leak directories in failed spu_createArnd Bergmann1-17/+37
2006-01-09[PATCH] spufs: check for proper file pointer in sys_spu_runArnd Bergmann1-2/+2
2006-01-09[PATCH] spufs: dont hold root->isem in spu_forgetArnd Bergmann1-10/+10
2006-01-09[PATCH] spufs: cooperative scheduler supportArnd Bergmann1-34/+28
2006-01-09[PATCH] spufs: The SPU file system, baseArnd Bergmann1-0/+470