| Commit message (Expand) | Author | Age | Files | Lines |
* | hfsplus: use atomic bitops for the superblock flags | Christoph Hellwig | 2010-10-01 | 1 | -6/+4 |
* | hfsplus: add per-superblock lock for volume header updates | Christoph Hellwig | 2010-10-01 | 1 | -0/+7 |
* | hfsplus: remove the rsrc_inodes list | Christoph Hellwig | 2010-10-01 | 1 | -1/+0 |
* | hfsplus: do not cache and write next_alloc | Christoph Hellwig | 2010-10-01 | 1 | -2/+0 |
* | hfsplus: clean up hfsplus_write_inode | Christoph Hellwig | 2010-10-01 | 1 | -43/+37 |
* | hfsplus: clean up hfsplus_iget | Christoph Hellwig | 2010-10-01 | 1 | -37/+40 |
* | hfsplus: fix HFSPLUS_I calling convention | Christoph Hellwig | 2010-10-01 | 1 | -8/+8 |
* | hfsplus: fix HFSPLUS_SB calling convention | Christoph Hellwig | 2010-10-01 | 1 | -71/+80 |
* | hfsplus: remove BKL from hfsplus_put_super | Christoph Hellwig | 2010-10-01 | 1 | -5/+0 |
* | hfsplus: use alloc_mutex in hfsplus_sync_fs | Christoph Hellwig | 2010-10-01 | 1 | -2/+2 |
* | hfsplus: introduce alloc_mutex | Christoph Hellwig | 2010-10-01 | 1 | -0/+1 |
* | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 2010-08-09 | 1 | -3/+5 |
* | get rid of file_fsync() | Al Viro | 2010-08-09 | 1 | -1/+1 |
* | pass writeback_control to ->write_inode | Christoph Hellwig | 2010-03-05 | 1 | -1/+2 |
* | fs: Make unload_nls() NULL pointer safe | Thomas Gleixner | 2009-09-24 | 1 | -4/+2 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -0/+1 |
* | hfsplus: add ->sync_fs | Christoph Hellwig | 2009-06-11 | 1 | -5/+11 |
* | ->write_super lock_super pushdown | Christoph Hellwig | 2009-06-11 | 1 | -1/+5 |
* | push BKL down into ->put_super | Christoph Hellwig | 2009-06-11 | 1 | -0/+5 |
* | remove ->write_super call in generic_shutdown_super | Christoph Hellwig | 2009-06-11 | 1 | -0/+2 |
* | fs/hfsplus: return f_fsid for statfs(2) | Coly Li | 2009-04-02 | 1 | -0/+3 |
* | hfsplus: quieten down mounting hfsplus journaled fs read only | Mike Crowe | 2008-10-16 | 1 | -1/+1 |
* | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 | 1 | -1/+1 |
* | hfsplus: convert the extents_lock in a mutex | Matthias Kaehlcke | 2008-07-25 | 1 | -1/+1 |
* | hfs/hfsplus: be*_add_cpu conversion | Marcin Slusarz | 2008-04-30 | 1 | -1/+1 |
* | trivial: fix user-visible typo in hfsplus | Dave Jones | 2008-04-29 | 1 | -1/+1 |
* | iget: stop HFSPLUS from using iget() and read_inode() | David Howells | 2008-02-07 | 1 | -14/+33 |
* | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 1 | -1/+1 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
* | HFS+: add custom dentry hash and comparison operations | Duane Griffin | 2007-07-16 | 1 | -0/+1 |
* | HFSPlus: change kmalloc/memset to kzalloc | Wyatt Banks | 2007-07-16 | 1 | -2/+1 |
* | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 2007-05-17 | 1 | -2/+1 |
* | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 2007-05-07 | 1 | -1/+1 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 2006-09-27 | 1 | -2/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 2006-06-23 | 1 | -1/+3 |
* | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -3/+5 |
* | [PATCH] hfs: add HFSX support | David Elliott | 2006-01-18 | 1 | -2/+3 |
* | [PATCH] hfs: cleanup HFS+ prints | Roman Zippel | 2006-01-18 | 1 | -29/+20 |
* | [PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug function | Adrian Bunk | 2006-01-10 | 1 | -19/+0 |
* | [PATCH] hfsplus oops fix | Joshua Kwan | 2006-01-06 | 1 | -1/+1 |
* | [PATCH] hfsplus: don't modify journaled volume | Roman Zippel | 2005-11-29 | 1 | -0/+20 |
* | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason | Olaf Hering | 2005-11-09 | 1 | -1/+0 |
* | [PATCH] Fix HFS+ to free up the space when a file is deleted. | Peter Wainwright | 2005-10-26 | 1 | -0/+1 |
* | [PATCH] Change HFS+ to not use ll_rw_block() | Jan Kara | 2005-09-07 | 1 | -4/+2 |
* | [PATCH] hfs: show_options support | Roman Zippel | 2005-09-07 | 1 | -2/+3 |