aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-12jfs: %pf is only for function pointersScott Wood1-1/+1
2015-02-02jfs: Deletion of an unnecessary check before the function call "unload_nls"Markus Elfring1-2/+1
2014-11-10jfs: Convert to private i_dquot fieldJan Kara1-0/+9
2014-10-09jfs: don't hash direct inodeAl Viro1-1/+1
2014-06-03fs/jfs/super.c: convert simple_str to kstrFabian Frederick1-8/+24
2014-06-03fs/jfs/super.c: remove 0 assignment to static + code clean-upFabian Frederick1-26/+19
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-01-25jfs: use generic posix ACL infrastructureChristoph Hellwig1-0/+2
2013-06-05jfs: Update jfs_errorJoe Perches1-9/+13
2013-05-24jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Vahram Martirosyan1-8/+30
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-01-17fs/jfs: Fix typo in comment : 'how may' -> 'how many'Philippe De Muyter1-1/+1
2012-10-03Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-15/+56
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-09-21userns: Convert jfs to use kuid/kgid where appropriateEric W. Biederman1-7/+15
2012-09-17fs/jfs: TRIM support for JFS FilesystemTino Reichardt1-15/+56
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+5
2012-03-20jfs: mising cleanup on register_filesystem() failureAl Viro1-1/+7
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02jfs: remove unnecessary nlink settingMiklos Szeredi1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-12switch jfs to ->s_d_op, close exportfs racesAl Viro1-3/+3
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-04BKL: Remove BKL from JFSJan Blunck1-28/+7
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-2/+10
2010-08-09switch jfs to ->evict_inode()Al Viro1-7/+1
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-0/+4
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-4/+4
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+10
2010-05-15JFS: Free sbi memory in error pathJan Blunck1-7/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+6
2009-12-22jfs: Fix 32bit build warningAlan Cox1-1/+1
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-6/+3
2009-06-24switch jfs to inode->i_aclAl Viro1-16/+0
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-4/+18
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+5
2009-04-07missing unlock in jfs_quota_write()Dan Carpenter1-1/+3
2009-02-02Merge branch 'master' of /home/shaggy/git/linus-clean/Dave Kleikamp1-4/+6
2009-01-27jfs: return f_fsid for statfs(2)Coly Li1-0/+4
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+6