aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+2
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+2
2019-07-31docs: fix a couple of new broken referencesMauro Carvalho Chehab1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-15/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner44-616/+44
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds9-29/+33
2019-05-01jfs: switch to ->free_inode()Al Viro2-21/+16
2019-03-22jfs: fix bogus variable self-initializationArnd Bergmann1-2/+1
2019-01-10fs/jfs: Switch to use new generic UUID APIAndy Shevchenko6-23/+29
2019-01-10jfs: compare old and new mode before setting update_mode flagChengguang Xu1-1/+2
2019-01-10jfs: remove incorrect comment in jfs_superblockDave Kleikamp1-2/+0
2018-10-26jfs: fix spelling mistake, EACCESS -> EACCESColin Ian King1-1/+1
2018-09-20jfs: remove redundant dquot_initialize() in jfs_evict_inode()Chao Yu1-1/+0
2018-09-10jfs: remove quota option from ignore listChengguang Xu1-1/+1
2018-09-06jfs: cache NULL when both default_acl and acl are NULLChengguang Xu1-0/+4
2018-08-15Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-22/+10
2018-08-04jfs: Fix usercopy whitelist for inline inode dataKees Cook3-2/+9
2018-08-03jfs: don't bother with make_bad_inode() in ialloc()Al Viro1-2/+0
2018-08-03new helper: inode_fake_hash()Al Viro2-8/+2
2018-08-03jfs: switch to discard_new_inode()Al Viro2-12/+8
2018-06-19jfs: use time64_t for otimeArnd Bergmann1-1/+1
2018-06-19Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-4/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-6/+7
2018-06-05jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor1-4/+6
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-99/+24
2018-05-16jfs: simplify procfs codeChristoph Hellwig6-99/+24
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+5
2018-01-15jfs: Define usercopy region in jfs_ip slab cacheDavid Windsor1-3/+5
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski1-3/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-5/+5
2017-11-14Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2-1/+2
2017-11-02jfs: Add missing NULL pointer check in __get_metapageJuerg Haefliger1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
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 Torvalds2-9/+9
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+4
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-08-31jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesDave Kleikamp1-9/+3
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2-4/+4
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-25Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds3-12/+20
2017-07-18jfs: preserve i_mode if __jfs_set_acl() failsErnesto A. Fernández1-4/+11
2017-07-18jfs: Don't clear SGID when inheriting ACLsJan Kara1-7/+8
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2-9/+9
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds2-2/+6
2017-07-05JFS: do not ignore return code from write_one_page()Dave Kleikamp2-2/+6
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton1-2/+2