aboutsummaryrefslogtreecommitdiff
path: root/fs/hfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+2
2015-09-04fs: create and use seq_show_option for escapingGravatar Kees Cook 1-2/+2
2015-06-02writeback: separate out include/linux/backing-dev-defs.hGravatar Tejun Heo 1-0/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-04-30hfs/hfsplus: convert printks to pr_<level>Gravatar Joe Perches 1-22/+21
2013-04-30hfs: add error checking for hfs_find_init()Gravatar Alexey Khoroshilov 1-1/+3
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-3/+13
2012-07-22hfs: get rid of hfs_sync_superGravatar Artem Bityutskiy 1-30/+35
2012-07-22hfs: introduce VFS superblock object back-referenceGravatar Artem Bityutskiy 1-0/+1
2012-07-22hfs: simplify a bit checking for R/OGravatar Artem Bityutskiy 1-2/+1
2012-07-22hfs: remove extra mdb write on unmountGravatar Artem Bityutskiy 1-2/+0
2012-07-22hfs: push lock_super downGravatar Artem Bityutskiy 1-4/+0
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-01-12switch hfsGravatar Al Viro 1-2/+1
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-25switch hfs to hlist_add_fake()Gravatar Al Viro 1-1/+0
2010-10-04BKL: Remove BKL from HFSGravatar Jan Blunck 1-12/+2
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-1/+7
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-15hfs: fix a potential buffer overflowGravatar Amerigo Wang 1-1/+6
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-11hfs: add ->sync_fsGravatar Christoph Hellwig 1-0/+11
2009-06-11->write_super lock_super pushdownGravatar Christoph Hellwig 1-3/+5
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+4
2009-06-11remove ->write_super call in generic_shutdown_superGravatar Christoph Hellwig 1-0/+2
2009-04-02fs/hfs: return f_fsid for statfs(2)Gravatar Coly Li 1-0/+3
2008-11-14CRED: Wrap task credential accesses in the HFS filesystemGravatar David Howells 1-2/+2
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25hfs: convert bitmap_lock in a mutexGravatar Matthias Kaehlcke 1-1/+1
2008-04-29hfs: handle match_strdup failureGravatar Jim Meyering 1-2/+4
2008-02-06hfs: update comment to reflect actual init and exit routinesGravatar Robert P. J. Day 1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-1/+1
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-11-16[PATCH] hfs_fill_super returns success even if no root inodeGravatar Eric Sandeen 1-0/+2
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueGravatar Alexey Dobriyan 1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocGravatar Panagiotis Issaris 1-2/+1