summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
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: ignore compress mount option on image w/o compression featureChao Yu
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: Use generic casefolding supportDaniel 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-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-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-10Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03f2fs: prepare a waiter before entering io_scheduleJaegeuk Kim
2020-08-03f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intui...Zhihao Cheng
2020-08-03f2fs: replace test_and_set/clear_bit() with set/clear_bit()Yufen Yu
2020-08-03f2fs: make file immutable even if releasing zero compression blockDaeho Jeong
2020-08-03f2fs: compress: disable compression mount option if compression is offChao Yu
2020-08-03f2fs: compress: add sanity check during compressed cluster readChao Yu
2020-08-03f2fs: use macro instead of f2fs verity versionJack Qiu
2020-08-03f2fs: fix deadlock between quota writes and checkpointJaegeuk Kim
2020-08-03f2fs: correct comment of f2fs_exist_written_dataJack Qiu
2020-07-26f2fs: compress: delay temp page allocationChao Yu
2020-07-26f2fs: compress: fix to update isize when overwriting compressed fileChao Yu
2020-07-26f2fs: space related cleanupJack Qiu
2020-07-23f2fs: fix use-after-free issueLi Guifu
2020-07-23f2fs: Change the type of f2fs_flush_inline_data() to voidJia Yang
2020-07-21f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctlDaeho Jeong
2020-07-21f2fs: should avoid inode eviction in synchronous pathJaegeuk Kim
2020-07-20f2fs: segment.h: delete a duplicated wordRandy Dunlap
2020-07-20f2fs: compress: fix to avoid memory leak on cc->cpagesChao Yu
2020-07-20f2fs: use generic names for generic ioctlsEric Biggers
2020-07-16f2fs: Eliminate usage of uninitialized_var() macroJason Yan
2020-07-08f2fs: don't keep meta inode pages used for compressed block migrationChao Yu
2020-07-08f2fs: add inline encryption supportSatya Tangirala
2020-07-08f2fs: fix error path in do_recover_data()Chao Yu
2020-07-08f2fs: fix to wait GCed compressed page writebackChao Yu