aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-0/+1
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportGravatar Amir Goldstein 1-0/+1
2023-10-18jfs: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-07-24jfs: convert to ctime accessor functionsGravatar Jeff Layton 1-1/+1
2022-10-18fs/jfs: replace ternary operator with min_t()Gravatar Jiangshan Yi 1-4/+2
2022-04-17block: remove QUEUE_FLAG_DISCARDGravatar Christoph Hellwig 1-6/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2021-10-18jfs: use sb_bdev_nr_blocksGravatar Christoph Hellwig 1-2/+1
2021-10-18jfs: use bdev_nr_bytes instead of open coding itGravatar Christoph Hellwig 1-1/+1
2021-06-23jfs: Avoid field-overflowing memcpy()Gravatar Kees Cook 1-1/+2
2021-01-04fs/inode.c: make inode_init_always() initialize i_ino to 0Gravatar Eric Biggers 1-1/+0
2019-08-30fs: Fill in max and min timestamps in superblockGravatar Deepa Dinamani 1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-3/+5
2019-05-01jfs: switch to ->free_inode()Gravatar Al Viro 1-21/+3
2019-01-10fs/jfs: Switch to use new generic UUID APIGravatar Andy Shevchenko 1-3/+5
2018-09-10jfs: remove quota option from ignore listGravatar Chengguang Xu 1-1/+1
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2018-08-04jfs: Fix usercopy whitelist for inline inode dataGravatar Kees Cook 1-2/+1
2018-08-03new helper: inode_fake_hash()Gravatar Al Viro 1-1/+1
2018-01-15jfs: Define usercopy region in jfs_ip slab cacheGravatar David Windsor 1-3/+5
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-5/+5
2017-10-30jfs: remove increment of i_version counterGravatar Jeff Layton 1-1/+0
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-8/+8
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-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-8/+8
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