summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-2/+15
|\
| * mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceNicholas Piggin2020-09-161-2/+15
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-1617-415/+330
|\ \
| * | ROMFS: support inode blocks calculationLibing Zhou2020-10-161-0/+1
| * | nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai2020-10-164-7/+6
| * | autofs: harden ioctl tableMatthew Wilcox2020-10-161-2/+6
| * | ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)2020-10-161-1/+1
| * | mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-162-37/+9
| * | binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn2020-10-163-119/+129
| * | coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn2020-10-163-199/+105
| * | coredump: refactor page range dumping into common helperJann Horn2020-10-163-35/+39
| * | coredump: let dump_emit() bail out on short writesJann Horn2020-10-161-11/+11
| * | binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn2020-10-161-8/+0
| * | fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly2020-10-161-0/+25
| * | fs: configfs: delete repeated words in commentsRandy Dunlap2020-10-162-2/+2
| * | mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)2020-10-162-4/+4
| * | fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)2020-10-161-0/+2
* | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-152-3/+9
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-089-31/+82
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-0514-123/+211
| |\ \ \
| * | | | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-2219-58/+175
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-04121-563/+801
| |\ \ \ \ \
| * | | | | | io_uring: ignore POLLIN for recvmsg on MSG_ERRQUEUELuke Hsiao2020-08-241-0/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-151-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2020-09-01942-39994/+69360
| |\ \ \ \ \ \
| * | | | | | | fs: Fix missing 'bit' in commentChucheng Luo2020-05-181-1/+1
* | | | | | | | Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-151-39/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | direct-io: defer alignment check until after the EOF checkGabriel Krisman Bertazi2020-10-081-8/+8
| * | | | | | | | direct-io: don't force writeback for reads beyond EOFGabriel Krisman Bertazi2020-10-081-13/+11
| * | | | | | | | direct-io: clean up error paths of do_blockdev_direct_IOGabriel Krisman Bertazi2020-10-081-21/+14
* | | | | | | | | Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-1517-98/+130
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | reiserfs: Fix oops during mountJan Kara2020-10-011-0/+7
| * | | | | | | | | udf: Limit sparing table sizeJan Kara2020-09-291-0/+6
| * | | | | | | | | udf: Remove pointless union in udf_inode_infoJan Kara2020-09-2910-47/+39
| * | | | | | | | | udf: Avoid accessing uninitialized data on failed inode readJan Kara2020-09-291-11/+14
| * | | | | | | | | quota: clear padding in v2r1_mem2diskdqb()Eric Dumazet2020-09-251-0/+1
| * | | | | | | | | reiserfs: Initialize inode keys properlyJan Kara2020-09-221-5/+1
| * | | | | | | | | udf: Fix memory leak when mountingJan Kara2020-09-221-8/+13
| * | | | | | | | | udf: Remove redundant initialization of variable retJing Xiangfeng2020-09-221-1/+1
| * | | | | | | | | reiserfs: only call unlock_new_inode() if I_NEWEric Biggers2020-09-161-1/+2
| * | | | | | | | | ext2: Fix some kernel-doc warnings in balloc.cWang Hai2020-09-141-3/+3
| * | | | | | | | | quota: widen timestamps for the fs_disk_quota structureDarrick J. Wong2020-09-101-6/+36
| * | | | | | | | | reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara2020-08-281-4/+4
| * | | | | | | | | udf: Use kvzalloc() in udf_sb_alloc_bitmap()Denis Efremov2020-08-281-11/+3
| * | | | | | | | | ext2: remove duplicate includeWang Hai2020-08-281-1/+0
* | | | | | | | | | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-153-132/+192
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fs/kernel_file_read: Add "offset" arg for partial readsKees Cook2020-10-051-24/+54
| * | | | | | | | | | LSM: Add "contents" flag to kernel_read_file hookKees Cook2020-10-051-1/+1
| * | | | | | | | | | fs/kernel_read_file: Add file_size output argumentKees Cook2020-10-051-6/+13