aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds4-36/+17
2020-09-23fscrypt: don't call no-key names "ciphertext names"Eric Biggers1-1/+1
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers1-1/+1
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers2-9/+8
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers3-25/+7
2020-09-08f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi1-0/+3
2020-09-08f2fs: fix indefinite loop scanning for free nidSahitya Tummala1-0/+3
2020-09-08f2fs: Fix type of section block count variablesShin'ichiro Kawasaki1-4/+4
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-10Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds20-289/+745
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+1
2020-08-03f2fs: prepare a waiter before entering io_scheduleJaegeuk Kim1-2/+2
2020-08-03f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intuitiveZhihao Cheng1-1/+1
2020-08-03f2fs: replace test_and_set/clear_bit() with set/clear_bit()Yufen Yu1-2/+2
2020-08-03f2fs: make file immutable even if releasing zero compression blockDaeho Jeong1-3/+3
2020-08-03f2fs: compress: disable compression mount option if compression is offChao Yu1-1/+14
2020-08-03f2fs: compress: add sanity check during compressed cluster readChao Yu1-3/+1
2020-08-03f2fs: use macro instead of f2fs verity versionJack Qiu1-2/+4
2020-08-03f2fs: fix deadlock between quota writes and checkpointJaegeuk Kim1-0/+2
2020-08-03f2fs: correct comment of f2fs_exist_written_dataJack Qiu1-1/+1
2020-07-26f2fs: compress: delay temp page allocationChao Yu1-16/+21
2020-07-26f2fs: compress: fix to update isize when overwriting compressed fileChao Yu1-0/+4
2020-07-26f2fs: space related cleanupJack Qiu7-15/+15
2020-07-23f2fs: fix use-after-free issueLi Guifu1-2/+3
2020-07-23f2fs: Change the type of f2fs_flush_inline_data() to voidJia Yang2-4/+2
2020-07-21f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctlDaeho Jeong2-0/+206
2020-07-21f2fs: should avoid inode eviction in synchronous pathJaegeuk Kim1-3/+7
2020-07-20f2fs: segment.h: delete a duplicated wordRandy Dunlap1-1/+1
2020-07-20f2fs: compress: fix to avoid memory leak on cc->cpagesChao Yu1-0/+2
2020-07-20f2fs: use generic names for generic ioctlsEric Biggers2-51/+28
2020-07-16f2fs: Eliminate usage of uninitialized_var() macroJason Yan1-3/+1
2020-07-08f2fs: don't keep meta inode pages used for compressed block migrationChao Yu1-2/+3
2020-07-08f2fs: add inline encryption supportSatya Tangirala3-14/+102
2020-07-08f2fs: fix error path in do_recover_data()Chao Yu4-13/+26
2020-07-08f2fs: fix to wait GCed compressed page writebackChao Yu1-0/+7
2020-07-08f2fs: remove write attribute of main_blkaddr sysfs nodeDehe Gu1-1/+8
2020-07-07f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong4-10/+20
2020-07-07f2fs: avoid readahead race conditionJaegeuk Kim3-0/+23
2020-07-07f2fs: fix return value of move_data_block()Chao Yu1-1/+3
2020-07-07f2fs: add parameter op_flag in f2fs_submit_page_read()Jia Yang1-4/+6
2020-07-07f2fs: split f2fs_allocate_new_segments()Chao Yu4-19/+27
2020-07-07f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocksYubo Feng1-1/+3
2020-07-07f2fs: fix an oops in f2fs_is_compressed_pageYu Changchun2-0/+15
2020-07-07f2fs: make trace enter and end in pairs for unlinkLihong Kou1-4/+6
2020-07-07f2fs: fix to check page dirty status before writebackChao Yu1-0/+6
2020-07-07f2fs: remove the unused compr parameterWang Xiaojun1-3/+3
2020-07-07f2fs: support to trace f2fs_fiemap()Chao Yu2-1/+7
2020-07-07f2fs: support to trace f2fs_bmap()Chao Yu1-3/+11
2020-07-07f2fs: fix wrong return value of f2fs_bmap_compress()Chao Yu1-2/+1