aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2020-06-24block: move struct block_device to blk_types.hGravatar Christoph Hellwig 2-0/+2
2020-06-02Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 2-3/+3
2020-06-02fs: convert mpage_readpages to mpage_readaheadGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-03-09jfs: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 2-3/+3
2020-02-05Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-1/+0
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-7/+7
2020-01-21jfs: remove unused MAXL2PAGESGravatar Alex Shi 1-1/+0
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Gravatar Linus Torvalds 1-0/+2
2019-08-30fs: Fill in max and min timestamps in superblockGravatar Deepa Dinamani 1-0/+2
2019-07-31docs: fix a couple of new broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSGravatar Darrick J. Wong 1-15/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 44-616/+44
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 9-29/+33
2019-05-01jfs: switch to ->free_inode()Gravatar Al Viro 2-21/+16
2019-03-22jfs: fix bogus variable self-initializationGravatar Arnd Bergmann 1-2/+1
2019-01-10fs/jfs: Switch to use new generic UUID APIGravatar Andy Shevchenko 6-23/+29
2019-01-10jfs: compare old and new mode before setting update_mode flagGravatar Chengguang Xu 1-1/+2
2019-01-10jfs: remove incorrect comment in jfs_superblockGravatar Dave Kleikamp 1-2/+0
2018-10-26jfs: fix spelling mistake, EACCESS -> EACCESGravatar Colin Ian King 1-1/+1
2018-09-20jfs: remove redundant dquot_initialize() in jfs_evict_inode()Gravatar Chao Yu 1-1/+0
2018-09-10jfs: remove quota option from ignore listGravatar Chengguang Xu 1-1/+1
2018-09-06jfs: cache NULL when both default_acl and acl are NULLGravatar Chengguang Xu 1-0/+4
2018-08-15Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-1/+1
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 4-22/+10
2018-08-04jfs: Fix usercopy whitelist for inline inode dataGravatar Kees Cook 3-2/+9
2018-08-03jfs: don't bother with make_bad_inode() in ialloc()Gravatar Al Viro 1-2/+0
2018-08-03new helper: inode_fake_hash()Gravatar Al Viro 2-8/+2
2018-08-03jfs: switch to discard_new_inode()Gravatar Al Viro 2-12/+8
2018-06-19jfs: use time64_t for otimeGravatar Arnd Bergmann 1-1/+1
2018-06-19Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-4/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 3-6/+7
2018-06-05jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeGravatar Shankara Pailoor 1-4/+6
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 6-99/+24
2018-05-16jfs: simplify procfs codeGravatar Christoph Hellwig 6-99/+24
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-8/+4
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+5
2018-01-15jfs: Define usercopy region in jfs_ip slab cacheGravatar David Windsor 1-3/+5
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atGravatar Adam Borowski 1-3/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-5/+5
2017-11-14Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 2-1/+2
2017-11-02jfs: Add missing NULL pointer check in __get_metapageGravatar Juerg Haefliger 1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
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 2-9/+9
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-4/+4
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-1/+1
2017-08-31jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesGravatar Dave Kleikamp 1-9/+3
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 2-4/+4
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1