aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/super.c
AgeCommit message (Expand)Author
2011-02-03hfsplus: fix failed mount handlingChristoph Hellwig
2011-01-12switch hfsplusAl Viro
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-12-16hfsplus: over 80 character lines clean-upAnton Salikhmetov
2010-11-23hfsplus: flush disk caches in sync and fsyncChristoph Hellwig
2010-11-23hfsplus: optimize fsyncChristoph Hellwig
2010-11-23hfsplus: split up inode flagsChristoph Hellwig
2010-11-23hfsplus: avoid useless work in hfsplus_sync_fsChristoph Hellwig
2010-11-23hfsplus: make sure sync writes out all metadataChristoph Hellwig
2010-11-23hfsplus: use raw bio access for the volume headersChristoph Hellwig
2010-11-23hfsplus: always use hfsplus_sync_fs to write the volume headerChristoph Hellwig
2010-11-23hfsplus: silence a few debug printksChristoph Hellwig
2010-11-07hfsplus: fix option parsing during remountChristoph Hellwig
2010-10-29new helper: mount_bdev()Al Viro
2010-10-01hfsplus: use atomic bitops for the superblock flagsChristoph Hellwig
2010-10-01hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig
2010-10-01hfsplus: remove the rsrc_inodes listChristoph Hellwig
2010-10-01hfsplus: do not cache and write next_allocChristoph Hellwig
2010-10-01hfsplus: clean up hfsplus_write_inodeChristoph Hellwig
2010-10-01hfsplus: clean up hfsplus_igetChristoph Hellwig
2010-10-01hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig
2010-10-01hfsplus: remove BKL from hfsplus_put_superChristoph Hellwig
2010-10-01hfsplus: use alloc_mutex in hfsplus_sync_fsChristoph Hellwig
2010-10-01hfsplus: introduce alloc_mutexChristoph Hellwig
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-08-09get rid of file_fsync()Al Viro
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-11hfsplus: 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/hfsplus: return f_fsid for statfs(2)Coly Li
2008-10-16hfsplus: quieten down mounting hfsplus journaled fs read onlyMike Crowe
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25hfsplus: convert the extents_lock in a mutexMatthias Kaehlcke
2008-04-30hfs/hfsplus: be*_add_cpu conversionMarcin Slusarz
2008-04-29trivial: fix user-visible typo in hfsplusDave Jones
2008-02-07iget: stop HFSPLUS from using iget() and read_inode()David Howells
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-16HFS+: add custom dentry hash and comparison operationsDuane Griffin
2007-07-16HFSPlus: change kmalloc/memset to kzallocWyatt Banks
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau