aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2020-09-10f2fs: fix compile warningGravatar Chao Yu 1-2/+5
2020-09-10f2fs: support 64-bits key in f2fs rb-tree node entryGravatar Chao Yu 3-7/+49
2020-09-10f2fs: inherit mtime of original block during GCGravatar Chao Yu 4-17/+50
2020-09-10f2fs: record average update time of segmentGravatar Chao Yu 1-3/+18
2020-09-10f2fs: introduce inmem cursegGravatar Chao Yu 8-52/+113
2020-09-10f2fs: compress: remove unneeded codeGravatar Chao Yu 1-4/+0
2020-09-10f2fs: remove duplicated type castingGravatar Xiaojun Wang 3-4/+4
2020-09-10f2fs: support zone capacity less than zone sizeGravatar Aravind Ramesh 6-37/+260
2020-09-08f2fs: Return EOF on unaligned end of file DIO readGravatar Gabriel Krisman Bertazi 1-0/+3
2020-09-08f2fs: fix indefinite loop scanning for free nidGravatar Sahitya Tummala 1-0/+3
2020-09-08f2fs: Fix type of section block count variablesGravatar Shin'ichiro Kawasaki 1-4/+4
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferGravatar Jeff Layton 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-3/+3
2020-08-10Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 20-289/+745
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+1
2020-08-03f2fs: prepare a waiter before entering io_scheduleGravatar Jaegeuk Kim 1-2/+2
2020-08-03f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intui...Gravatar Zhihao Cheng 1-1/+1
2020-08-03f2fs: replace test_and_set/clear_bit() with set/clear_bit()Gravatar Yufen Yu 1-2/+2
2020-08-03f2fs: make file immutable even if releasing zero compression blockGravatar Daeho Jeong 1-3/+3
2020-08-03f2fs: compress: disable compression mount option if compression is offGravatar Chao Yu 1-1/+14
2020-08-03f2fs: compress: add sanity check during compressed cluster readGravatar Chao Yu 1-3/+1
2020-08-03f2fs: use macro instead of f2fs verity versionGravatar Jack Qiu 1-2/+4
2020-08-03f2fs: fix deadlock between quota writes and checkpointGravatar Jaegeuk Kim 1-0/+2
2020-08-03f2fs: correct comment of f2fs_exist_written_dataGravatar Jack Qiu 1-1/+1
2020-07-26f2fs: compress: delay temp page allocationGravatar Chao Yu 1-16/+21
2020-07-26f2fs: compress: fix to update isize when overwriting compressed fileGravatar Chao Yu 1-0/+4
2020-07-26f2fs: space related cleanupGravatar Jack Qiu 7-15/+15
2020-07-23f2fs: fix use-after-free issueGravatar Li Guifu 1-2/+3
2020-07-23f2fs: Change the type of f2fs_flush_inline_data() to voidGravatar Jia Yang 2-4/+2
2020-07-21f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctlGravatar Daeho Jeong 2-0/+206
2020-07-21f2fs: should avoid inode eviction in synchronous pathGravatar Jaegeuk Kim 1-3/+7
2020-07-20f2fs: segment.h: delete a duplicated wordGravatar Randy Dunlap 1-1/+1
2020-07-20f2fs: compress: fix to avoid memory leak on cc->cpagesGravatar Chao Yu 1-0/+2
2020-07-20f2fs: use generic names for generic ioctlsGravatar Eric Biggers 2-51/+28
2020-07-16f2fs: Eliminate usage of uninitialized_var() macroGravatar Jason Yan 1-3/+1
2020-07-08f2fs: don't keep meta inode pages used for compressed block migrationGravatar Chao Yu 1-2/+3
2020-07-08f2fs: add inline encryption supportGravatar Satya Tangirala 3-14/+102
2020-07-08f2fs: fix error path in do_recover_data()Gravatar Chao Yu 4-13/+26
2020-07-08f2fs: fix to wait GCed compressed page writebackGravatar Chao Yu 1-0/+7
2020-07-08f2fs: remove write attribute of main_blkaddr sysfs nodeGravatar Dehe Gu 1-1/+8
2020-07-07f2fs: add GC_URGENT_LOW mode in gc_urgentGravatar Daeho Jeong 4-10/+20
2020-07-07f2fs: avoid readahead race conditionGravatar Jaegeuk Kim 3-0/+23
2020-07-07f2fs: fix return value of move_data_block()Gravatar Chao Yu 1-1/+3
2020-07-07f2fs: add parameter op_flag in f2fs_submit_page_read()Gravatar Jia Yang 1-4/+6
2020-07-07f2fs: split f2fs_allocate_new_segments()Gravatar Chao Yu 4-19/+27
2020-07-07f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocksGravatar Yubo Feng 1-1/+3
2020-07-07f2fs: fix an oops in f2fs_is_compressed_pageGravatar Yu Changchun 2-0/+15
2020-07-07f2fs: make trace enter and end in pairs for unlinkGravatar Lihong Kou 1-4/+6
2020-07-07f2fs: fix to check page dirty status before writebackGravatar Chao Yu 1-0/+6
2020-07-07f2fs: remove the unused compr parameterGravatar Wang Xiaojun 1-3/+3