summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-19Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-19Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin
2020-10-16xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=nDarrick J. Wong
2020-10-16xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong
2020-10-16Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-16Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-16ROMFS: support inode blocks calculationLibing Zhou
2020-10-16nilfs2: fix some kernel-doc warnings for nilfs2Wang Hai
2020-10-16autofs: harden ioctl tableMatthew Wilcox
2020-10-16ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn
2020-10-16coredump: refactor page range dumping into common helperJann Horn
2020-10-16coredump: let dump_emit() bail out on short writesJann Horn
2020-10-16binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn
2020-10-16fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly
2020-10-16fs: configfs: delete repeated words in commentsRandy Dunlap
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)
2020-10-16afs: Don't assert on unpurgeable server recordsDavid Howells
2020-10-16afs: Add tracing for cell refcount and active user countDavid Howells
2020-10-16afs: Fix cell removalDavid Howells
2020-10-16afs: Fix cell purging with aliasesDavid Howells
2020-10-16afs: Fix cell refcounting by splitting the usage counterDavid Howells
2020-10-16afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2020-10-15Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-15Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-14fs: fix NULL dereference due to data race in prepend_path()Andrii Nakryiko
2020-10-14Merge tag 'xfs-5.10-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-14f2fs: code cleanup by removing unnecessary checkChengguang Xu
2020-10-14f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles
2020-10-14Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-14virtiofs: calculate number of scatter-gather elements accuratelyVivek Goyal
2020-10-13f2fs: fix writecount false positive in releasing compress blocksDaeho Jeong
2020-10-13f2fs: introduce check_swap_activate_fast()Chao Yu