summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-03f2fs: Use DIV_ROUND_UP() instead of open-codingGeert Uytterhoeven3-6/+6
2019-07-03f2fs: print kernel message if filesystem is inconsistentChao Yu1-0/+2
2019-07-03f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches14-507/+351
2019-07-03f2fs: avoid get_valid_blocks() for cleanupChao Yu1-4/+2
2019-07-03f2fs: ioctl for removing a range from F2FSQiuyang Sun7-5/+260
2019-06-21f2fs: only set project inherit bit for directoryWang Shilong2-1/+3
2019-06-21f2fs: separate f2fs i_flags from fs_flags and ext4 i_flagsEric Biggers2-118/+163
2019-06-21f2fs: replace ktype default_attrs with default_groupsKimberly Brown1-2/+4
2019-06-03f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg6-26/+99
2019-06-03f2fs: Fix accounting for unusable blocksDaniel Rosenberg1-5/+10
2019-06-03f2fs: Fix root reserved on remountDaniel Rosenberg1-1/+2
2019-06-03f2fs: Lower threshold for disable_cp_againDaniel Rosenberg1-3/+5
2019-05-30f2fs: fix sparse warningChao Yu2-3/+3
2019-05-30f2fs: fix f2fs_show_options to show nodiscard mount optionSahitya Tummala1-0/+2
2019-05-30f2fs: add error prints for debugging mount failureSahitya Tummala2-3/+7
2019-05-30f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu1-0/+39
2019-05-30f2fs: add missing sysfs entries in documentationJaegeuk Kim1-9/+80
2019-05-23f2fs: fix to avoid deadloop if data_flush is onChao Yu4-0/+9
2019-05-23f2fs: always assume that the device is idle under gc_urgentPark Ju Hyung1-0/+3
2019-05-23f2fs: add bio cache for IPUChao Yu3-10/+86
2019-05-23f2fs: allow ssr block allocation during checkpoint=disable periodJaegeuk Kim1-1/+2
2019-05-23f2fs: fix to check layout on last valid checkpoint parkChao Yu2-11/+9
2019-05-23f2fs: link f2fs quota ops for sysfileJaegeuk Kim2-8/+3
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-45/+293
2019-05-14Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds79-219/+3745
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds92-1621/+2911
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds189-2332/+3646
2019-05-14kernel/memremap.c: remove the unused device_private_entry_fault() exportChristoph Hellwig1-1/+0
2019-05-14mm: delete find_get_entries_tagMatthew Wilcox (Oracle)2-64/+0
2019-05-14mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham1-1/+1
2019-05-14mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport1-3/+2
2019-05-14mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao3-10/+28
2019-05-14mm/vmscan: simplify trace_reclaim_flags and trace_shrink_flagsYafang Shao1-12/+8
2019-05-14mm/Kconfig: update "Memory Model" help textMike Rapoport1-25/+23
2019-05-14mm/vmscan.c: don't disable irq again when count pgrefill for memcgYafang Shao1-1/+1
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport16-23/+19
2019-05-14hugetlbfs: always use address space in inode for resv_map pointerMike Kravetz2-3/+27
2019-05-14mm/z3fold.c: support page migrationVitaly Wool1-10/+231
2019-05-14mm/z3fold.c: add structure for buddy handlesVitaly Wool1-40/+145
2019-05-14mm/z3fold.c: improve compression by extending searchVitaly Wool1-0/+36
2019-05-14mm/z3fold.c: introduce helper functionsVitaly Wool1-84/+100
2019-05-14mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplistYafang Shao1-6/+5
2019-05-14mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE KconfigJérôme Glisse1-0/+16
2019-05-14mm/vmscan.c: simplify shrink_inactive_list()Kirill Tkhai1-22/+9
2019-05-14fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writebackAmir Goldstein2-6/+18
2019-05-14xen/privcmd-buf.c: convert to use vm_map_pages_zero()Souptick Joarder1-6/+2
2019-05-14xen/gntdev.c: convert to use vm_map_pages()Souptick Joarder1-7/+4
2019-05-14videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages()Souptick Joarder3-22/+13
2019-05-14iommu/dma-iommu.c: convert to use vm_map_pages()Souptick Joarder1-11/+1
2019-05-14drm/xen/xen_drm_front_gem.c: convert to use vm_map_pages()Souptick Joarder1-13/+5