aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds8-15/+30
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-06-23jfs: Avoid field-overflowing memcpy()Kees Cook4-9/+24
2021-06-23jfs: remove unnecessary oom messageZhen Lei1-3/+1
2021-06-23jfs: fix GPF in diFreePavel Skripkin1-1/+2
2021-06-01fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong1-0/+1
2021-05-21jfs: Remove trailing semicolon in macrosHuilong Deng1-1/+1
2021-05-21fs: Fix typo issuezuoqilin1-1/+1
2021-04-12jfs: convert to fileattrMiklos Szeredi5-85/+49
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds8-20/+26
2021-02-11fs/jfs: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2021-02-08jfs: turn diLog(), dataLog() and txLog() into void functionsYang Li1-19/+16
2021-01-24fs: make helpers idmap mount awareChristian Brauner5-14/+18
2021-01-24acl: handle idmapped mountsChristian Brauner3-2/+4
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner2-2/+2
2021-01-04fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers1-1/+0
2020-12-18JFS: more checks for invalid superblockRandy Dunlap2-0/+11
2020-11-13jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp1-1/+1
2020-11-13jfs: Fix memleak in dbAdjCtlDinghao Liu1-2/+6
2020-11-13jfs: delete duplicated words + other fixesRandy Dunlap6-6/+6
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)1-1/+1
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig2-0/+2
2020-06-02Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2-3/+3
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-4/+3
2020-03-09jfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-3/+3
2020-02-05Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+0
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-7/+7
2020-01-21jfs: remove unused MAXL2PAGESAlex Shi1-1/+0
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