summaryrefslogtreecommitdiffstats
path: root/fs/jfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* jfs: Update jfs_errorJoe Perches2013-06-051-9/+13
* jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Vahram Martirosyan2013-05-241-8/+30
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* fs/jfs: Fix typo in comment : 'how may' -> 'how many'Philippe De Muyter2013-01-171-1/+1
* Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2012-10-031-15/+56
|\
| * fs/jfs: TRIM support for JFS FilesystemTino Reichardt2012-09-171-15/+56
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-0/+6
|\ \
| * | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+6
| |/
* / userns: Convert jfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-7/+15
|/
* quota: Move quota syncing to ->sync_fs methodJan Kara2012-07-221-0/+5
* jfs: mising cleanup on register_filesystem() failureAl Viro2012-03-211-1/+7
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+1Star
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-211-0/+1
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-2/+2
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* jfs: remove unnecessary nlink settingMiklos Szeredi2011-11-021-1/+0Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* switch jfs to ->s_d_op, close exportfs racesAl Viro2011-01-131-3/+3
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+9
* new helper: mount_bdev()Al Viro2010-10-291-5/+4Star
* BKL: Remove BKL from JFSJan Blunck2010-10-041-28/+7Star
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-2/+10
* switch jfs to ->evict_inode()Al Viro2010-08-091-7/+1Star
* quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-241-1/+1
* quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-241-0/+4
* quota: move unmount handling into the filesystemChristoph Hellwig2010-05-241-0/+2
* quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-241-4/+4
* quota: move remount handling into the filesystemChristoph Hellwig2010-05-241-0/+10
* JFS: Free sbi memory in error pathJan Blunck2010-05-151-7/+6Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dquot: cleanup dquot drop routineChristoph Hellwig2010-03-051-1/+1
* dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-051-0/+6
* jfs: Fix 32bit build warningAlan Cox2009-12-221-1/+1
* fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-241-6/+3Star
* switch jfs to inode->i_aclAl Viro2009-06-241-16/+0Star
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-121-4/+18
* push BKL down into ->put_superChristoph Hellwig2009-06-121-0/+5
* missing unlock in jfs_quota_write()Dan Carpenter2009-04-071-1/+3
* Merge branch 'master' of /home/shaggy/git/linus-clean/Dave Kleikamp2009-02-021-4/+6
|\
| * filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato2009-01-101-4/+6
* | jfs: return f_fsid for statfs(2)Coly Li2009-01-271-0/+4
|/
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* quota: move function-macros from quota.h to quotaops.hJan Kara2008-07-251-0/+1
* JFS: skip bad iput() call in error pathDave Kleikamp2008-05-211-4/+3Star
* iget: stop JFS from using iget() and read_inode()David Howells2008-02-071-6/+9
* mount options: fix jfsMiklos Szeredi2008-01-241-0/+6
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-2/+2
* jfs: new export opsChristoph Hellwig2007-10-221-1/+2