| Commit message (Expand) | Author | Files | Lines |
2019-07-03 | f2fs: ioctl for removing a range from F2FS | Qiuyang Sun | 7 | -5/+260 |
2019-06-21 | f2fs: only set project inherit bit for directory | Wang Shilong | 2 | -1/+3 |
2019-06-21 | f2fs: separate f2fs i_flags from fs_flags and ext4 i_flags | Eric Biggers | 2 | -118/+163 |
2019-06-21 | f2fs: replace ktype default_attrs with default_groups | Kimberly Brown | 1 | -2/+4 |
2019-06-03 | f2fs: Add option to limit required GC for checkpoint=disable | Daniel Rosenberg | 6 | -26/+99 |
2019-06-03 | f2fs: Fix accounting for unusable blocks | Daniel Rosenberg | 1 | -5/+10 |
2019-06-03 | f2fs: Fix root reserved on remount | Daniel Rosenberg | 1 | -1/+2 |
2019-06-03 | f2fs: Lower threshold for disable_cp_again | Daniel Rosenberg | 1 | -3/+5 |
2019-05-30 | f2fs: fix sparse warning | Chao Yu | 2 | -3/+3 |
2019-05-30 | f2fs: fix f2fs_show_options to show nodiscard mount option | Sahitya Tummala | 1 | -0/+2 |
2019-05-30 | f2fs: add error prints for debugging mount failure | Sahitya Tummala | 2 | -3/+7 |
2019-05-30 | f2fs: fix to do sanity check on segment bitmap of LFS curseg | Chao Yu | 1 | -0/+39 |
2019-05-30 | f2fs: add missing sysfs entries in documentation | Jaegeuk Kim | 1 | -9/+80 |
2019-05-23 | f2fs: fix to avoid deadloop if data_flush is on | Chao Yu | 4 | -0/+9 |
2019-05-23 | f2fs: always assume that the device is idle under gc_urgent | Park Ju Hyung | 1 | -0/+3 |
2019-05-23 | f2fs: add bio cache for IPU | Chao Yu | 3 | -10/+86 |
2019-05-23 | f2fs: allow ssr block allocation during checkpoint=disable period | Jaegeuk Kim | 1 | -1/+2 |
2019-05-23 | f2fs: fix to check layout on last valid checkpoint park | Chao Yu | 2 | -11/+9 |
2019-05-23 | f2fs: link f2fs quota ops for sysfile | Jaegeuk Kim | 2 | -8/+3 |
2019-05-14 | kernel/memremap.c: remove the unused device_private_entry_fault() export | Christoph Hellwig | 1 | -1/+0 |
2019-05-14 | mm: delete find_get_entries_tag | Matthew Wilcox (Oracle) | 2 | -64/+0 |
2019-05-14 | mm/huge_memory.c: make __thp_get_unmapped_area static | Bharath Vedartham | 1 | -1/+1 |
2019-05-14 | mm/mprotect.c: fix compilation warning because of unused 'mm' variable | Mike Rapoport | 1 | -3/+2 |
2019-05-14 | mm/page-writeback: introduce tracepoint for wait_on_page_writeback() | Yafang Shao | 3 | -10/+28 |
2019-05-14 | mm/vmscan: simplify trace_reclaim_flags and trace_shrink_flags | Yafang Shao | 1 | -12/+8 |
2019-05-14 | mm/Kconfig: update "Memory Model" help text | Mike Rapoport | 1 | -25/+23 |
2019-05-14 | mm/vmscan.c: don't disable irq again when count pgrefill for memcg | Yafang Shao | 1 | -1/+1 |
2019-05-14 | mm: memblock: make keeping memblock memory opt-in rather than opt-out | Mike Rapoport | 16 | -23/+19 |
2019-05-14 | hugetlbfs: always use address space in inode for resv_map pointer | Mike Kravetz | 2 | -3/+27 |
2019-05-14 | mm/z3fold.c: support page migration | Vitaly Wool | 1 | -10/+231 |
2019-05-14 | mm/z3fold.c: add structure for buddy handles | Vitaly Wool | 1 | -40/+145 |
2019-05-14 | mm/z3fold.c: improve compression by extending search | Vitaly Wool | 1 | -0/+36 |
2019-05-14 | mm/z3fold.c: introduce helper functions | Vitaly Wool | 1 | -84/+100 |
2019-05-14 | mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplist | Yafang Shao | 1 | -6/+5 |
2019-05-14 | mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE Kconfig | Jérôme Glisse | 1 | -0/+16 |
2019-05-14 | mm/vmscan.c: simplify shrink_inactive_list() | Kirill Tkhai | 1 | -22/+9 |
2019-05-14 | fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback | Amir Goldstein | 2 | -6/+18 |
2019-05-14 | xen/privcmd-buf.c: convert to use vm_map_pages_zero() | Souptick Joarder | 1 | -6/+2 |
2019-05-14 | xen/gntdev.c: convert to use vm_map_pages() | Souptick Joarder | 1 | -7/+4 |
2019-05-14 | videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages() | Souptick Joarder | 3 | -22/+13 |
2019-05-14 | iommu/dma-iommu.c: convert to use vm_map_pages() | Souptick Joarder | 1 | -11/+1 |
2019-05-14 | drm/xen/xen_drm_front_gem.c: convert to use vm_map_pages() | Souptick Joarder | 1 | -13/+5 |
2019-05-14 | drm/rockchip/rockchip_drm_gem.c: convert to use vm_map_pages() | Souptick Joarder | 1 | -15/+2 |
2019-05-14 | drivers/firewire/core-iso.c: convert to use vm_map_pages_zero() | Souptick Joarder | 1 | -13/+2 |
2019-05-14 | arm: mm: dma-mapping: convert to use vm_map_pages() | Souptick Joarder | 1 | -16/+6 |
2019-05-14 | mm: introduce new vm_map_pages() and vm_map_pages_zero() API | Souptick Joarder | 3 | -0/+99 |
2019-05-14 | mm: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz | 2 | -12/+0 |
2019-05-14 | mm: fix false-positive OVERCOMMIT_GUESS failures | Johannes Weiner | 1 | -46/+5 |
2019-05-14 | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail | David Hildenbrand | 8 | -40/+24 |
2019-05-14 | mm/memory_hotplug: make __remove_section() never fail | David Hildenbrand | 1 | -13/+9 |