aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches1-22/+21
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov1-1/+3
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman1-3/+13
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy1-30/+35
2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy1-0/+1
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy1-2/+1
2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy1-2/+0
2012-07-22hfs: push lock_super downArtem Bityutskiy1-4/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-01-12switch hfsAl Viro1-2/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-25switch hfs to hlist_add_fake()Al Viro1-1/+0
2010-10-04BKL: Remove BKL from HFSJan Blunck1-12/+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-1/+1
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
2009-12-15hfs: fix a potential buffer overflowAmerigo Wang1-1/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-11hfs: add ->sync_fsChristoph Hellwig1-0/+11
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-3/+5
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+2
2009-04-02fs/hfs: return f_fsid for statfs(2)Coly Li1-0/+3
2008-11-14CRED: Wrap task credential accesses in the HFS filesystemDavid Howells1-2/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25hfs: convert bitmap_lock in a mutexMatthias Kaehlcke1-1/+1
2008-04-29hfs: handle match_strdup failureJim Meyering1-2/+4
2008-02-06hfs: update comment to reflect actual init and exit routinesRobert P. J. Day1-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-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-1/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' 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-11-16[PATCH] hfs_fill_super returns success even if no root inodeEric Sandeen1-0/+2
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0