summaryrefslogtreecommitdiffstats
path: root/fs/jfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-1/+1
|\
| * quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-081-1/+1
* | jfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-271-1/+1
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | jfs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
|/
* jfs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
* fs/jfs: replace ternary operator with min_t()Jiangshan Yi2022-10-181-4/+2
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-6/+2
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* jfs: use sb_bdev_nr_blocksChristoph Hellwig2021-10-181-2/+1
* jfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-1/+1
* jfs: Avoid field-overflowing memcpy()Kees Cook2021-06-231-1/+2
* fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers2021-01-041-1/+0
* fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2019-05-071-3/+5
|\
| * fs/jfs: Switch to use new generic UUID APIAndy Shevchenko2019-01-101-3/+5
* | jfs: switch to ->free_inode()Al Viro2019-05-011-21/+3
|/
* jfs: remove quota option from ignore listChengguang Xu2018-09-101-1/+1
* Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-1/+1
|\
| * new helper: inode_fake_hash()Al Viro2018-08-031-1/+1
* | jfs: Fix usercopy whitelist for inline inode dataKees Cook2018-08-041-2/+1
|/
* jfs: Define usercopy region in jfs_ip slab cacheDavid Windsor2018-01-151-3/+5
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-5/+5
* jfs: remove increment of i_version counterJeff Layton2017-10-301-1/+0
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-8/+8
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-8/+8
* | jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesDave Kleikamp2017-08-311-9/+3
* | Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2017-07-251-2/+2
|\ \ | |/ |/|
| * jfs: atomically read inode sizeFabian Frederick2017-02-091-2/+2
* | jfs: Set flags on quota files directlyJan Kara2017-04-191-2/+77
* | fs: add i_blocksize()Fabian Frederick2017-02-271-2/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2016-05-171-2/+2
|\
| * jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err usesJoe Perches2016-03-301-2/+2
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-3/+3
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai2015-11-091-3/+0
* jfs: %pf is only for function pointersScott Wood2015-03-121-1/+1
* jfs: Deletion of an unnecessary check before the function call "unload_nls"Markus Elfring2015-02-021-2/+1
* jfs: Convert to private i_dquot fieldJan Kara2014-11-101-0/+9
* jfs: don't hash direct inodeAl Viro2014-10-091-1/+1
* fs/jfs/super.c: convert simple_str to kstrFabian Frederick2014-06-031-8/+24
* fs/jfs/super.c: remove 0 assignment to static + code clean-upFabian Frederick2014-06-031-26/+19
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* jfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-0/+2
* jfs: Update jfs_errorJoe Perches2013-06-051-9/+13