aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/jfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-3/+5
2019-05-01jfs: switch to ->free_inode()Al Viro1-21/+3
2019-01-10fs/jfs: Switch to use new generic UUID APIAndy Shevchenko1-3/+5
2018-09-10jfs: remove quota option from ignore listChengguang Xu1-1/+1
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-08-04jfs: Fix usercopy whitelist for inline inode dataKees Cook1-2/+1
2018-08-03new helper: inode_fake_hash()Al Viro1-1/+1
2018-01-15jfs: Define usercopy region in jfs_ip slab cacheDavid Windsor1-3/+5
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-5/+5
2017-10-30jfs: remove increment of i_version counterJeff Layton1-1/+0
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2017-08-31jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesDave Kleikamp1-9/+3
2017-07-25Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-8/+8
2017-04-19jfs: Set flags on quota files directlyJan Kara1-2/+77
2017-02-27fs: add i_blocksize()Fabian Frederick1-2/+2
2017-02-09jfs: atomically read inode sizeFabian Frederick1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-05-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-30jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err usesJoe Perches1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-3/+3
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-11-09fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai1-3/+0
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