aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-31jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesGravatar Dave Kleikamp 1-9/+3
2017-07-25Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-2/+2
2017-04-19jfs: Set flags on quota files directlyGravatar Jan Kara 1-2/+77
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-2/+2
2017-02-09jfs: atomically read inode sizeGravatar Fabian Frederick 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-05-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2016-03-30jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err usesGravatar Joe Perches 1-2/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-3/+3
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-11-09fs/jfs: remove unnecessary new_valid_dev() checksGravatar Yaowei Bai 1-3/+0
2015-03-12jfs: %pf is only for function pointersGravatar Scott Wood 1-1/+1
2015-02-02jfs: Deletion of an unnecessary check before the function call "unload_nls"Gravatar Markus Elfring 1-2/+1
2014-11-10jfs: Convert to private i_dquot fieldGravatar Jan Kara 1-0/+9
2014-10-09jfs: don't hash direct inodeGravatar Al Viro 1-1/+1
2014-06-03fs/jfs/super.c: convert simple_str to kstrGravatar Fabian Frederick 1-8/+24
2014-06-03fs/jfs/super.c: remove 0 assignment to static + code clean-upGravatar Fabian Frederick 1-26/+19
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2014-01-25jfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-0/+2
2013-06-05jfs: Update jfs_errorGravatar Joe Perches 1-9/+13
2013-05-24jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Gravatar Vahram Martirosyan 1-8/+30
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-01-17fs/jfs: Fix typo in comment : 'how may' -> 'how many'Gravatar Philippe De Muyter 1-1/+1
2012-10-03Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-15/+56
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-09-21userns: Convert jfs to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-7/+15
2012-09-17fs/jfs: TRIM support for JFS FilesystemGravatar Tino Reichardt 1-15/+56
2012-07-22quota: Move quota syncing to ->sync_fs methodGravatar Jan Kara 1-0/+5
2012-03-20jfs: mising cleanup on register_filesystem() failureGravatar Al Viro 1-1/+7
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Gravatar Al Viro 1-0/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-02jfs: remove unnecessary nlink settingGravatar Miklos Szeredi 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
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