aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-12switch jfs to ->s_d_op, close exportfs racesGravatar Al Viro 1-3/+3
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+9
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-04BKL: Remove BKL from JFSGravatar Jan Blunck 1-28/+7
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-2/+10
2010-08-09switch jfs to ->evict_inode()Gravatar Al Viro 1-7/+1
2010-05-24quota: rename default quotactl methods to dquot_Gravatar Christoph Hellwig 1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopGravatar Christoph Hellwig 1-0/+4
2010-05-24quota: move unmount handling into the filesystemGravatar Christoph Hellwig 1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersGravatar Christoph Hellwig 1-4/+4
2010-05-24quota: move remount handling into the filesystemGravatar Christoph Hellwig 1-0/+10
2010-05-15JFS: Free sbi memory in error pathGravatar Jan Blunck 1-7/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 1-1/+1
2010-03-05dquot: move dquot drop responsibility into the filesystemGravatar Christoph Hellwig 1-0/+6
2009-12-22jfs: Fix 32bit build warningGravatar Alan Cox 1-1/+1
2009-09-24fs: Make unload_nls() NULL pointer safeGravatar Thomas Gleixner 1-6/+3
2009-06-24switch jfs to inode->i_aclGravatar Al Viro 1-16/+0
2009-06-11Push BKL down into ->remount_fs()Gravatar Alessio Igor Bogani 1-4/+18
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+5
2009-04-07missing unlock in jfs_quota_write()Gravatar Dan Carpenter 1-1/+3
2009-02-02Merge branch 'master' of /home/shaggy/git/linus-clean/Gravatar Dave Kleikamp 1-4/+6
2009-01-27jfs: return f_fsid for statfs(2)Gravatar Coly Li 1-0/+4
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsGravatar Takashi Sato 1-4/+6
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25quota: move function-macros from quota.h to quotaops.hGravatar Jan Kara 1-0/+1
2008-05-21JFS: skip bad iput() call in error pathGravatar Dave Kleikamp 1-4/+3
2008-02-07iget: stop JFS from using iget() and read_inode()Gravatar David Howells 1-6/+9
2008-01-24mount options: fix jfsGravatar Miklos Szeredi 1-0/+6
2007-10-22exportfs: make struct export_operations constGravatar Christoph Hellwig 1-2/+2
2007-10-22jfs: new export opsGravatar Christoph Hellwig 1-1/+2
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-17knfsd: exportfs: remove iget abuseGravatar Christoph Hellwig 1-0/+1
2007-07-17knfsd: exportfs: add exportfs.h headerGravatar Christoph Hellwig 1-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-12/+10
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-2/+2
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionGravatar Alexey Dobriyan 1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-10-02JFS: White space cleanupGravatar Dave Kleikamp 1-5/+5
2006-10-02[PATCH] JFS: return correct error when i-node allocation failedGravatar Akinobu Mita 1-1/+1
2006-07-28JFS: Fix bug in quota code. tmp_bh.b_size must be initializedGravatar Dave Kleikamp 1-0/+1
2006-07-26JFS: Quota support broken, no quota_read and quota_writeGravatar Dave Kleikamp 1-3/+114
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-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+4
2006-03-24[PATCH] cpuset memory spread: slab cache formatGravatar Paul Jackson 1-1/+2