aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/super.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-23hfsplus: use raw bio access for the volume headersGravatar Christoph Hellwig 1-26/+22
2010-11-23hfsplus: always use hfsplus_sync_fs to write the volume headerGravatar Christoph Hellwig 1-6/+3
2010-11-23hfsplus: silence a few debug printksGravatar Christoph Hellwig 1-2/+0
2010-11-07hfsplus: fix option parsing during remountGravatar Christoph Hellwig 1-5/+3
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-6/+4
2010-10-01hfsplus: use atomic bitops for the superblock flagsGravatar Christoph Hellwig 1-6/+4
2010-10-01hfsplus: add per-superblock lock for volume header updatesGravatar Christoph Hellwig 1-0/+7
2010-10-01hfsplus: remove the rsrc_inodes listGravatar Christoph Hellwig 1-1/+0
2010-10-01hfsplus: do not cache and write next_allocGravatar Christoph Hellwig 1-2/+0
2010-10-01hfsplus: clean up hfsplus_write_inodeGravatar Christoph Hellwig 1-43/+37
2010-10-01hfsplus: clean up hfsplus_igetGravatar Christoph Hellwig 1-37/+40
2010-10-01hfsplus: fix HFSPLUS_I calling conventionGravatar Christoph Hellwig 1-8/+8
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionGravatar Christoph Hellwig 1-71/+80
2010-10-01hfsplus: remove BKL from hfsplus_put_superGravatar Christoph Hellwig 1-5/+0
2010-10-01hfsplus: use alloc_mutex in hfsplus_sync_fsGravatar Christoph Hellwig 1-2/+2
2010-10-01hfsplus: introduce alloc_mutexGravatar Christoph Hellwig 1-0/+1
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-3/+5
2010-08-09get rid of file_fsync()Gravatar Al Viro 1-1/+1
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-1/+2
2009-09-24fs: Make unload_nls() NULL pointer safeGravatar Thomas Gleixner 1-4/+2
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-11hfsplus: add ->sync_fsGravatar Christoph Hellwig 1-5/+11
2009-06-11->write_super lock_super pushdownGravatar Christoph Hellwig 1-1/+5
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+5
2009-06-11remove ->write_super call in generic_shutdown_superGravatar Christoph Hellwig 1-0/+2
2009-04-02fs/hfsplus: return f_fsid for statfs(2)Gravatar Coly Li 1-0/+3
2008-10-16hfsplus: quieten down mounting hfsplus journaled fs read onlyGravatar Mike Crowe 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25hfsplus: convert the extents_lock in a mutexGravatar Matthias Kaehlcke 1-1/+1
2008-04-30hfs/hfsplus: be*_add_cpu conversionGravatar Marcin Slusarz 1-1/+1
2008-04-29trivial: fix user-visible typo in hfsplusGravatar Dave Jones 1-1/+1
2008-02-07iget: stop HFSPLUS from using iget() and read_inode()Gravatar David Howells 1-14/+33
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-07-16HFS+: add custom dentry hash and comparison operationsGravatar Duane Griffin 1-0/+1
2007-07-16HFSPlus: change kmalloc/memset to kzallocGravatar Wyatt Banks 1-2/+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-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
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-09-27[PATCH] Really ignore kmem_cache_destroy return valueGravatar Alexey Dobriyan 1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryGravatar David Howells 1-1/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+5
2006-01-18[PATCH] hfs: add HFSX supportGravatar David Elliott 1-2/+3
2006-01-18[PATCH] hfs: cleanup HFS+ printsGravatar Roman Zippel 1-29/+20
2006-01-10[PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug functionGravatar Adrian Bunk 1-19/+0
2006-01-06[PATCH] hfsplus oops fixGravatar Joshua Kwan 1-1/+1