aboutsummaryrefslogtreecommitdiff
path: root/fs/coda/inode.c
AgeCommit message (Expand)Author
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick
2014-06-06fs/coda: use __func__Fabian Frederick
2014-06-06fs/coda: logging prefix uniformizationFabian Frederick
2014-06-06fs/coda: replace printk by pr_foo()Fabian Frederick
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-11-09coda_revalidate_inode(): switch to passing inode...Al 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-22new helper: file_inode(file)Al Viro
2013-02-13coda: Cache permisions in struct coda_inode_info in a kuid_t.Eric W. Biederman
2013-02-13coda: Restrict coda messages to the initial pid namespaceEric W. Biederman
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch coda get_device_index() to fget_light()Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20coda: clean failure exits in coda_fill_super()Al Viro
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-12take coda-private headers out of include/linuxAl Viro
2011-01-12switch codaAl Viro
2011-01-07fs: icache RCU free inodesNick Piggin
2010-12-10coda: kill redundant cast in coda_alloc_inode()Jesper Juhl
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-25Coda: replace BKL with mutexYoshihisa Abe
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-04-22coda: add bdi backing to mount sessionJens Axboe
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19coda: remove struct coda_sb_infoJan Harkes
2007-07-19coda: coda doesn't track atimeJan Harkes
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven
2006-12-08[PATCH] struct path: convert codaJosef Sipek
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter