aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/super.c
AgeCommit message (Expand)Author
2013-06-05jfs: Update jfs_errorJoe Perches
2013-05-24jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Vahram Martirosyan
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-01-17fs/jfs: Fix typo in comment : 'how may' -> 'how many'Philippe De Muyter
2012-10-03Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-21userns: Convert jfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-17fs/jfs: TRIM support for JFS FilesystemTino Reichardt
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara
2012-03-20jfs: mising cleanup on register_filesystem() failureAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-02jfs: remove unnecessary nlink settingMiklos Szeredi
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-12switch jfs to ->s_d_op, close exportfs racesAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-04BKL: Remove BKL from JFSJan Blunck
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-09switch jfs to ->evict_inode()Al Viro
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig
2010-05-15JFS: Free sbi memory in error pathJan Blunck
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig
2009-12-22jfs: Fix 32bit build warningAlan Cox
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner
2009-06-24switch jfs to inode->i_aclAl Viro
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-04-07missing unlock in jfs_quota_write()Dan Carpenter
2009-02-02Merge branch 'master' of /home/shaggy/git/linus-clean/Dave Kleikamp
2009-01-27jfs: return f_fsid for statfs(2)Coly Li
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara
2008-05-21JFS: skip bad iput() call in error pathDave Kleikamp
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells
2008-01-24mount options: fix jfsMiklos Szeredi
2007-10-22exportfs: make struct export_operations constChristoph Hellwig
2007-10-22jfs: new export opsChristoph Hellwig