aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/super.c
Commit message (Expand)AuthorAgeFilesLines
* hfsplus: use atomic bitops for the superblock flagsChristoph Hellwig2010-10-011-6/+4
* hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig2010-10-011-0/+7
* hfsplus: remove the rsrc_inodes listChristoph Hellwig2010-10-011-1/+0
* hfsplus: do not cache and write next_allocChristoph Hellwig2010-10-011-2/+0
* hfsplus: clean up hfsplus_write_inodeChristoph Hellwig2010-10-011-43/+37
* hfsplus: clean up hfsplus_igetChristoph Hellwig2010-10-011-37/+40
* hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig2010-10-011-8/+8
* hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig2010-10-011-71/+80
* hfsplus: remove BKL from hfsplus_put_superChristoph Hellwig2010-10-011-5/+0
* hfsplus: use alloc_mutex in hfsplus_sync_fsChristoph Hellwig2010-10-011-2/+2
* hfsplus: introduce alloc_mutexChristoph Hellwig2010-10-011-0/+1
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-3/+5
* get rid of file_fsync()Al Viro2010-08-091-1/+1
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+2
* fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-241-4/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* hfsplus: add ->sync_fsChristoph Hellwig2009-06-111-5/+11
* ->write_super lock_super pushdownChristoph Hellwig2009-06-111-1/+5
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+5
* remove ->write_super call in generic_shutdown_superChristoph Hellwig2009-06-111-0/+2
* fs/hfsplus: return f_fsid for statfs(2)Coly Li2009-04-021-0/+3
* hfsplus: quieten down mounting hfsplus journaled fs read onlyMike Crowe2008-10-161-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* hfsplus: convert the extents_lock in a mutexMatthias Kaehlcke2008-07-251-1/+1
* hfs/hfsplus: be*_add_cpu conversionMarcin Slusarz2008-04-301-1/+1
* trivial: fix user-visible typo in hfsplusDave Jones2008-04-291-1/+1
* iget: stop HFSPLUS from using iget() and read_inode()David Howells2008-02-071-14/+33
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* HFS+: add custom dentry hash and comparison operationsDuane Griffin2007-07-161-0/+1
* HFSPlus: change kmalloc/memset to kzallocWyatt Banks2007-07-161-2/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-1/+3
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+5
* [PATCH] hfs: add HFSX supportDavid Elliott2006-01-181-2/+3
* [PATCH] hfs: cleanup HFS+ printsRoman Zippel2006-01-181-29/+20
* [PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug functionAdrian Bunk2006-01-101-19/+0
* [PATCH] hfsplus oops fixJoshua Kwan2006-01-061-1/+1
* [PATCH] hfsplus: don't modify journaled volumeRoman Zippel2005-11-291-0/+20
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0
* [PATCH] Fix HFS+ to free up the space when a file is deleted.Peter Wainwright2005-10-261-0/+1
* [PATCH] Change HFS+ to not use ll_rw_block()Jan Kara2005-09-071-4/+2
* [PATCH] hfs: show_options supportRoman Zippel2005-09-071-2/+3