summaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
* Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2021-07-028-15/+30
|\
| * jfs: Avoid field-overflowing memcpy()Kees Cook2021-06-234-9/+24
| * jfs: remove unnecessary oom messageZhen Lei2021-06-231-3/+1
| * jfs: fix GPF in diFreePavel Skripkin2021-06-231-1/+2
| * fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong2021-06-011-0/+1
| * jfs: Remove trailing semicolon in macrosHuilong Deng2021-05-211-1/+1
| * fs: Fix typo issuezuoqilin2021-05-211-1/+1
* | mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
|/
* jfs: convert to fileattrMiklos Szeredi2021-04-125-85/+49
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-1/+0
|\
| * fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers2021-01-041-1/+0
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-238-20/+26
|\ \
| * | fs: make helpers idmap mount awareChristian Brauner2021-01-245-14/+18
| * | acl: handle idmapped mountsChristian Brauner2021-01-243-2/+4
| * | attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-242-2/+2
| |/
* | fs/jfs: fix potential integer overflow on shift of a intColin Ian King2021-02-111-1/+1
* | jfs: turn diLog(), dataLog() and txLog() into void functionsYang Li2021-02-081-19/+16
* | JFS: more checks for invalid superblockRandy Dunlap2020-12-182-0/+11
|/
* jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp2020-11-131-1/+1
* jfs: Fix memleak in dbAdjCtlDinghao Liu2020-11-131-2/+6
* jfs: delete duplicated words + other fixesRandy Dunlap2020-11-136-6/+6
* fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)2020-09-211-1/+1
* block: move struct block_device to blk_types.hChristoph Hellwig2020-06-242-0/+2
* Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2020-06-022-3/+3
|\
| * jfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-092-3/+3
* | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
|/
* Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2020-02-051-1/+0
|\
| * jfs: remove unused MAXL2PAGESAlex Shi2020-01-211-1/+0
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-7/+7
|/
* Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-0/+2
|\
| * fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
* | docs: fix a couple of new broken referencesMauro Carvalho Chehab2019-07-311-1/+1
|/
* vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-15/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3044-616/+44
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2019-05-079-29/+33
|\
| * jfs: fix bogus variable self-initializationArnd Bergmann2019-03-221-2/+1
| * fs/jfs: Switch to use new generic UUID APIAndy Shevchenko2019-01-106-23/+29
| * jfs: compare old and new mode before setting update_mode flagChengguang Xu2019-01-101-1/+2
| * jfs: remove incorrect comment in jfs_superblockDave Kleikamp2019-01-101-2/+0
| * jfs: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-10-261-1/+1
* | jfs: switch to ->free_inode()Al Viro2019-05-012-21/+16
|/
* jfs: remove redundant dquot_initialize() in jfs_evict_inode()Chao Yu2018-09-201-1/+0
* jfs: remove quota option from ignore listChengguang Xu2018-09-101-1/+1
* jfs: cache NULL when both default_acl and acl are NULLChengguang Xu2018-09-061-0/+4
* Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2018-08-151-1/+1
|\
| * jfs: use time64_t for otimeArnd Bergmann2018-06-191-1/+1
* | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-134-22/+10
|\ \