aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20coda: clean failure exits in coda_fill_super()Al Viro1-4/+1
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro1-4/+6
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-12take coda-private headers out of include/linuxAl Viro1-3/+2
2011-01-12switch codaAl Viro1-0/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-12-10coda: kill redundant cast in coda_alloc_inode()Jesper Juhl1-1/+1
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-25Coda: replace BKL with mutexYoshihisa Abe1-8/+11
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe1-26/+20
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe1-0/+2
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+7
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-3/+5
2010-04-22coda: add bdi backing to mount sessionJens Axboe1-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-19coda: remove struct coda_sb_infoJan Harkes1-23/+9
2007-07-19coda: coda doesn't track atimeJan Harkes1-8/+8
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert codaJosef Sipek1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-3/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-24[PATCH] fs/coda/: proper prototypesAdrian Bunk1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+321