summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-08f2fs: do some cleanup for f2fs module initYangtao Li5-62/+14
2022-12-08f2fs: remove the unused flush argument to change_cursegChristoph Hellwig1-9/+7
2022-12-08f2fs: open code allocate_segment_by_defaultChristoph Hellwig1-26/+24
2022-12-08f2fs: remove struct segment_allocation default_salloc_opsChristoph Hellwig2-15/+2
2022-11-28f2fs: introduce discard_urgent_util sysfs nodeYangtao Li3-1/+12
2022-11-28f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li3-3/+6
2022-11-28f2fs: init discard policy after thread wakeupYangtao Li1-11/+9
2022-11-28f2fs: avoid victim selection from previous victim sectionYonggil Song1-2/+3
2022-11-28f2fs: truncate blocks in batch in __complete_revoke_list()Chao Yu1-7/+2
2022-11-28f2fs: make __queue_discard_cmd() return voidYangtao Li1-5/+6
2022-11-28f2fs: move set_file_temperature into f2fs_new_inodeSheng Yong1-33/+29
2022-11-28f2fs: fix to enable compress for newly created file if extension matchesSheng Yong2-167/+164
2022-11-28f2fs: set zstd compress level correctlySheng Yong1-1/+1
2022-11-28f2fs: change type for 'sbi->readdir_ra'Yuwei Guan4-3/+8
2022-11-28f2fs: cleanup for 'f2fs_tuning_parameters' functionYuwei Guan1-5/+3
2022-11-28f2fs: fix to alloc_mode changed after remount on a small volume deviceYuwei Guan1-2/+5
2022-11-28f2fs: remove submit label in __submit_discard_cmd()Yangtao Li1-4/+3
2022-11-28f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu1-6/+12
2022-11-28f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong4-7/+31
2022-11-11f2fs: fix to set flush_merge opt and show noflush_mergeYangtao Li1-2/+11
2022-11-11f2fs: initialize locks earlier in f2fs_fill_super()Tetsuo Handa1-18/+20
2022-11-11f2fs: optimize iteration over sparse directoriesChao Yu4-19/+41
2022-11-11f2fs: fix to avoid accessing uninitialized spinlockChao Yu1-3/+3
2022-11-11f2fs: correct i_size change for atomic writesDaeho Jeong4-12/+33
2022-11-11f2fs: add proc entry to show discard_plist infoYangtao Li1-0/+41
2022-11-11f2fs: allow to read node block after shutdownJaegeuk Kim1-2/+1
2022-11-02f2fs: replace ternary operator with max()wangkailong@jari.cn1-1/+1
2022-11-02f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li4-15/+16
2022-11-02f2fs: use sysfs_emit instead of sprintfJaegeuk Kim1-18/+18
2022-11-02f2fs: introduce gc_mode sysfs nodeYangtao Li2-6/+10
2022-11-02f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu1-1/+1
2022-11-02f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li3-11/+12
2022-11-02f2fs: Fix typo in commentsKeoseong Park1-1/+1
2022-11-02f2fs: introduce max_ordered_discard sysfs nodeYangtao Li3-1/+16
2022-11-02f2fs: allow to set compression for inlined fileJaegeuk Kim1-0/+4
2022-11-02f2fs: add barrier mount optionYangtao Li1-0/+7
2022-11-02f2fs: fix normal discard processDongdong Zhang1-1/+1
2022-11-02f2fs: cleanup in f2fs_create_flush_cmd_control()Yangtao Li1-4/+4
2022-11-02f2fs: fix gc mode when gc_urgent_high_remaining is 1Yangtao Li1-10/+9
2022-11-02f2fs: remove batched_trim_sections nodeYangtao Li2-8/+0
2022-11-02f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu3-0/+7
2022-11-02f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu1-1/+3
2022-10-28f2fs: Fix the race condition of resize flag between resizefsZhang Qilong1-3/+2
2022-10-25f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidateJaegeuk Kim1-2/+2
2022-10-25f2fs: should put a page when checking the summary infoPavel Machek1-0/+1
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds23-48/+45
2022-10-16Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds23-726/+922
2022-10-15smb3: improve SMB3 change notification supportSteve French6-13/+90
2022-10-15cifs: lease key is uninitialized in two additional functions when smb1Steve French1-2/+2
2022-10-15cifs: lease key is uninitialized in smb1 pathsSteve French1-1/+1