summaryrefslogtreecommitdiffstats
path: root/fs/jfs
AgeCommit message (Expand)Author
2021-07-20fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong
2021-07-19jfs: fix GPF in diFreePavel Skripkin
2021-04-12jfs: convert to fileattrMiklos Szeredi
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-11fs/jfs: fix potential integer overflow on shift of a intColin Ian King
2021-02-08jfs: turn diLog(), dataLog() and txLog() into void functionsYang Li
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-04fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers
2020-12-18JFS: more checks for invalid superblockRandy Dunlap
2020-11-13jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp
2020-11-13jfs: Fix memleak in dbAdjCtlDinghao Liu
2020-11-13jfs: delete duplicated words + other fixesRandy Dunlap
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig
2020-06-02Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-03-09jfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-05Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-21jfs: remove unused MAXL2PAGESAlex Shi
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-07-31docs: fix a couple of new broken referencesMauro Carvalho Chehab
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas 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-03-22jfs: fix bogus variable self-initializationArnd Bergmann
2019-01-10fs/jfs: Switch to use new generic UUID APIAndy Shevchenko
2019-01-10jfs: compare old and new mode before setting update_mode flagChengguang Xu
2019-01-10jfs: remove incorrect comment in jfs_superblockDave Kleikamp
2018-10-26jfs: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-09-20jfs: remove redundant dquot_initialize() in jfs_evict_inode()Chao Yu
2018-09-10jfs: remove quota option from ignore listChengguang Xu
2018-09-06jfs: cache NULL when both default_acl and acl are NULLChengguang Xu
2018-08-15Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
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-03jfs: don't bother with make_bad_inode() in ialloc()Al Viro
2018-08-03new helper: inode_fake_hash()Al Viro
2018-08-03jfs: switch to discard_new_inode()Al Viro
2018-06-19jfs: use time64_t for otimeArnd Bergmann
2018-06-19Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor