summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim1-1/+1
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn1-0/+3
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin3-7/+9
2020-10-17Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-200/+427
2020-10-17Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-172/+269
2020-10-17Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-470/+1701
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+15
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-415/+330
2020-10-16ROMFS: support inode blocks calculationLibing Zhou1-0/+1
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai4-7/+6
2020-10-16autofs: harden ioctl tableMatthew Wilcox1-2/+6
2020-10-16ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)1-1/+1
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2-37/+9
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn3-119/+129
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn3-199/+105
2020-10-16coredump: refactor page range dumping into common helperJann Horn3-35/+39
2020-10-16coredump: let dump_emit() bail out on short writesJann Horn1-11/+11
2020-10-16binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn1-8/+0
2020-10-16fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly1-0/+25
2020-10-16fs: configfs: delete repeated words in commentsRandy Dunlap2-2/+2
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)2-4/+4
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)1-0/+2
2020-10-16afs: Don't assert on unpurgeable server recordsDavid Howells1-1/+6
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells9-55/+101
2020-10-16afs: Fix cell removalDavid Howells2-6/+11
2020-10-16afs: Fix cell purging with aliasesDavid Howells1-0/+3
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells9-76/+136
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells5-93/+71
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-3/+9
2020-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2020-10-16Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-39/+30
2020-10-16Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds17-98/+130
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-132/+192
2020-10-15Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+55
2020-10-15fs: fix NULL dereference due to data race in prepend_path()Andrii Nakryiko1-1/+5
2020-10-15Merge tag 'xfs-5.10-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds59-746/+1183
2020-10-14f2fs: code cleanup by removing unnecessary checkChengguang Xu1-3/+2
2020-10-14f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles1-0/+1
2020-10-14Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-132/+128
2020-10-14f2fs: fix writecount false positive in releasing compress blocksDaeho Jeong1-1/+2
2020-10-14f2fs: introduce check_swap_activate_fast()Chao Yu1-0/+80
2020-10-14f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu1-0/+3
2020-10-14f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim4-6/+12
2020-10-14mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan1-2/+1
2020-10-14mm: proc: smaps_rollup: do not stall write attempts on mmap_lockChinwen Chang1-1/+65
2020-10-14mm: smaps*: extend smap_gather_stats to support specified beginningChinwen Chang1-8/+22
2020-10-14proc: optimise smaps for shmem entriesMatthew Wilcox (Oracle)1-7/+1
2020-10-14fs_parse: mark fs_param_bad_value() as staticLuo Jiaxing1-1/+1
2020-10-14fs/xattr.c: fix kernel-doc warnings for setxattr & removexattrRandy Dunlap1-11/+11
2020-10-14ocfs2: fix potential soft lockup during fstrimGang He1-1/+3