summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-21f2fs: only set project inherit bit for directoryWang Shilong
2019-06-21f2fs: separate f2fs i_flags from fs_flags and ext4 i_flagsEric Biggers
2019-06-21f2fs: replace ktype default_attrs with default_groupsKimberly Brown
2019-06-03f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg
2019-06-03f2fs: Fix accounting for unusable blocksDaniel Rosenberg
2019-06-03f2fs: Fix root reserved on remountDaniel Rosenberg
2019-06-03f2fs: Lower threshold for disable_cp_againDaniel Rosenberg
2019-05-30f2fs: fix sparse warningChao Yu
2019-05-30f2fs: fix f2fs_show_options to show nodiscard mount optionSahitya Tummala
2019-05-30f2fs: add error prints for debugging mount failureSahitya Tummala
2019-05-30f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu
2019-05-30f2fs: add missing sysfs entries in documentationJaegeuk Kim
2019-05-23f2fs: fix to avoid deadloop if data_flush is onChao Yu
2019-05-23f2fs: always assume that the device is idle under gc_urgentPark Ju Hyung
2019-05-23f2fs: add bio cache for IPUChao Yu
2019-05-23f2fs: allow ssr block allocation during checkpoint=disable periodJaegeuk Kim
2019-05-23f2fs: fix to check layout on last valid checkpoint parkChao Yu
2019-05-23f2fs: link f2fs quota ops for sysfileJaegeuk Kim
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-14Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-14kernel/memremap.c: remove the unused device_private_entry_fault() exportChristoph Hellwig
2019-05-14mm: delete find_get_entries_tagMatthew Wilcox (Oracle)
2019-05-14mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham
2019-05-14mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport
2019-05-14mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao
2019-05-14mm/vmscan: simplify trace_reclaim_flags and trace_shrink_flagsYafang Shao
2019-05-14mm/Kconfig: update "Memory Model" help textMike Rapoport
2019-05-14mm/vmscan.c: don't disable irq again when count pgrefill for memcgYafang Shao
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport
2019-05-14hugetlbfs: always use address space in inode for resv_map pointerMike Kravetz
2019-05-14mm/z3fold.c: support page migrationVitaly Wool
2019-05-14mm/z3fold.c: add structure for buddy handlesVitaly Wool
2019-05-14mm/z3fold.c: improve compression by extending searchVitaly Wool
2019-05-14mm/z3fold.c: introduce helper functionsVitaly Wool
2019-05-14mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplistYafang Shao
2019-05-14mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE KconfigJérôme Glisse
2019-05-14mm/vmscan.c: simplify shrink_inactive_list()Kirill Tkhai
2019-05-14fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writebackAmir Goldstein
2019-05-14xen/privcmd-buf.c: convert to use vm_map_pages_zero()Souptick Joarder
2019-05-14xen/gntdev.c: convert to use vm_map_pages()Souptick Joarder
2019-05-14videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages()Souptick Joarder
2019-05-14iommu/dma-iommu.c: convert to use vm_map_pages()Souptick Joarder
2019-05-14drm/xen/xen_drm_front_gem.c: convert to use vm_map_pages()Souptick Joarder
2019-05-14drm/rockchip/rockchip_drm_gem.c: convert to use vm_map_pages()Souptick Joarder
2019-05-14drivers/firewire/core-iso.c: convert to use vm_map_pages_zero()Souptick Joarder
2019-05-14arm: mm: dma-mapping: convert to use vm_map_pages()Souptick Joarder
2019-05-14mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder
2019-05-14mm: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz