summaryrefslogtreecommitdiff
path: root/fs/jfs/super.c
AgeCommit message (Expand)Author
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-18jfs: convert to new timestamp accessorsJeff Layton
2023-07-24jfs: convert to ctime accessor functionsJeff Layton
2022-10-18fs/jfs: replace ternary operator with min_t()Jiangshan Yi
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2021-10-18jfs: use sb_bdev_nr_blocksChristoph Hellwig
2021-10-18jfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-06-23jfs: Avoid field-overflowing memcpy()Kees Cook
2021-01-04fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2019-05-01jfs: switch to ->free_inode()Al Viro
2019-01-10fs/jfs: Switch to use new generic UUID APIAndy Shevchenko
2018-09-10jfs: remove quota option from ignore listChengguang Xu
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-04jfs: Fix usercopy whitelist for inline inode dataKees Cook
2018-08-03new helper: inode_fake_hash()Al Viro
2018-01-15jfs: Define usercopy region in jfs_ip slab cacheDavid Windsor
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-10-30jfs: remove increment of i_version counterJeff Layton
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-08-31jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesDave Kleikamp
2017-07-25Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-04-19jfs: Set flags on quota files directlyJan Kara
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-09jfs: atomically read inode sizeFabian Frederick
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-05-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-30jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err usesJoe Perches
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-11-09fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai
2015-03-12jfs: %pf is only for function pointersScott Wood
2015-02-02jfs: Deletion of an unnecessary check before the function call "unload_nls"Markus Elfring
2014-11-10jfs: Convert to private i_dquot fieldJan Kara
2014-10-09jfs: don't hash direct inodeAl Viro
2014-06-03fs/jfs/super.c: convert simple_str to kstrFabian Frederick
2014-06-03fs/jfs/super.c: remove 0 assignment to static + code clean-upFabian Frederick
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-01-25jfs: use generic posix ACL infrastructureChristoph Hellwig
2013-06-05jfs: Update jfs_errorJoe Perches
2013-05-24jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Vahram Martirosyan
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-01-17fs/jfs: Fix typo in comment : 'how may' -> 'how many'Philippe De Muyter