aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfs/super.c
AgeCommit message (Expand)Author
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2016-10-06hfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy
2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy
2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy
2012-07-22hfs: push lock_super downArtem Bityutskiy
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-01-12switch hfsAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-25switch hfs to hlist_add_fake()Al Viro
2010-10-04BKL: Remove BKL from HFSJan Blunck
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-15hfs: fix a potential buffer overflowAmerigo Wang
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-11hfs: add ->sync_fsChristoph Hellwig
2009-06-11->write_super lock_super pushdownChristoph Hellwig
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig
2009-04-02fs/hfs: return f_fsid for statfs(2)Coly Li
2008-11-14CRED: Wrap task credential accesses in the HFS filesystemDavid Howells
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25hfs: convert bitmap_lock in a mutexMatthias Kaehlcke
2008-04-29hfs: handle match_strdup failureJim Meyering
2008-02-06hfs: update comment to reflect actual init and exit routinesRobert P. J. Day
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-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
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter