summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-08f2fs: fix memory alignment to support 32bitJaegeuk Kim
2020-09-29f2fs: fix slab leak of rpages pointerJaegeuk Kim
2020-09-29f2fs: compress: fix to disallow enabling compress on non-empty fileChao Yu
2020-09-29f2fs: compress: introduce cic/dic slab cacheChao Yu
2020-09-29f2fs: compress: introduce page array slab cacheChao Yu
2020-09-29f2fs: fix to do sanity check on segment/section countChao Yu
2020-09-29f2fs: fix to check segment boundary during SIT page readaheadChao Yu
2020-09-29f2fs: fix uninit-value in f2fs_lookupChao Yu
2020-09-29f2fs: remove unneeded parameter in find_in_block()Chao Yu
2020-09-29f2fs: fix wrong total_sections check and fsmeta checkWang Xiaojun
2020-09-29f2fs: remove duplicated code in sanity_check_area_boundaryWang Xiaojun
2020-09-29f2fs: remove unused check on version_bitmapWang Xiaojun
2020-09-29f2fs: relocate blkzoned feature checkChao Yu
2020-09-29f2fs: do sanity check on zoned block device pathChao Yu
2020-09-29f2fs: add trace exit in exception pathZhang Qilong
2020-09-29f2fs: change return value of reserved_segments to unsigned intXiaojun Wang
2020-09-14f2fs: clean up kvfreeChao Yu
2020-09-11f2fs: change virtual mapping way for compression pagesDaeho Jeong
2020-09-11f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong
2020-09-11f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong
2020-09-11f2fs: trace: fix typoChao Yu
2020-09-11f2fs: ignore compress mount option on image w/o compression featureChao Yu
2020-09-11f2fs: Documentation edits/fixesRandy Dunlap
2020-09-11f2fs: allocate proper size memory for zstd decompressChao Yu
2020-09-11f2fs: change compr_blocks of superblock info to 64bitDaeho Jeong
2020-09-11f2fs: add block address limit check to compressed fileDaeho Jeong
2020-09-11f2fs: check position in move range ioctlDan Robertson
2020-09-11f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IOJack Qiu
2020-09-11f2fs: Simplify SEEK_DATA implementationMatthew Wilcox (Oracle)
2020-09-11f2fs: support age threshold based garbage collectionChao Yu
2020-09-10f2fs: point man pages for some f2fs utilsJaegeuk Kim
2020-09-10f2fs: Use generic casefolding supportDaniel Rosenberg
2020-09-10fs: Add standard casefolding supportDaniel Rosenberg
2020-09-10unicode: Add utf8_casefold_hashDaniel Rosenberg
2020-09-10f2fs: compress: use more readable atomic_t type for {cic,dic}.refChao Yu
2020-09-10f2fs: fix compile warningChao Yu
2020-09-10f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu
2020-09-10f2fs: inherit mtime of original block during GCChao Yu
2020-09-10f2fs: record average update time of segmentChao Yu
2020-09-10f2fs: introduce inmem cursegChao Yu
2020-09-10f2fs: compress: remove unneeded codeChao Yu
2020-09-10f2fs: remove duplicated type castingXiaojun Wang
2020-09-10f2fs: support zone capacity less than zone sizeAravind Ramesh
2020-09-10Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-09-08f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi
2020-09-08f2fs: fix indefinite loop scanning for free nidSahitya Tummala
2020-09-08f2fs: Fix type of section block count variablesShin'ichiro Kawasaki
2020-09-08Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds