summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-10f2fs: avoid out-of-range memory accessOcean Chen1-0/+5
2019-07-10f2fs: fix to avoid long latency during umountHeng Xiao1-0/+4
2019-07-10f2fs: allow all the users to pin a fileJaegeuk Kim1-3/+0
2019-07-03f2fs: support swap file w/ DIOJaegeuk Kim3-15/+143
2019-07-02f2fs: allocate blocks for pinned fileJaegeuk Kim2-1/+31
2019-07-02f2fs: fix is_idle() check for discard typeSahitya Tummala1-1/+1
2019-07-02f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim3-27/+53
2019-07-02f2fs: set SBI_NEED_FSCK for xattr corruption caseChao Yu1-0/+6
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu14-37/+46
2019-07-02f2fs: Use DIV_ROUND_UP() instead of open-codingGeert Uytterhoeven3-6/+6
2019-07-02f2fs: print kernel message if filesystem is inconsistentChao Yu1-0/+2
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches14-507/+351
2019-07-02f2fs: avoid get_valid_blocks() for cleanupChao Yu1-4/+2
2019-07-02f2fs: 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