aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-08f2fs: do some cleanup for f2fs module initGravatar Yangtao Li 5-62/+14
2022-12-08f2fs: remove the unused flush argument to change_cursegGravatar Christoph Hellwig 1-9/+7
2022-12-08f2fs: open code allocate_segment_by_defaultGravatar Christoph Hellwig 1-26/+24
2022-12-08f2fs: remove struct segment_allocation default_salloc_opsGravatar Christoph Hellwig 2-15/+2
2022-11-28f2fs: introduce discard_urgent_util sysfs nodeGravatar Yangtao Li 3-1/+12
2022-11-28f2fs: define MIN_DISCARD_GRANULARITY macroGravatar Yangtao Li 3-3/+6
2022-11-28f2fs: init discard policy after thread wakeupGravatar Yangtao Li 1-11/+9
2022-11-28f2fs: avoid victim selection from previous victim sectionGravatar Yonggil Song 1-2/+3
2022-11-28f2fs: truncate blocks in batch in __complete_revoke_list()Gravatar Chao Yu 1-7/+2
2022-11-28f2fs: make __queue_discard_cmd() return voidGravatar Yangtao Li 1-5/+6
2022-11-28f2fs: move set_file_temperature into f2fs_new_inodeGravatar Sheng Yong 1-33/+29
2022-11-28f2fs: fix to enable compress for newly created file if extension matchesGravatar Sheng Yong 2-167/+164
2022-11-28f2fs: set zstd compress level correctlyGravatar Sheng Yong 1-1/+1
2022-11-28f2fs: change type for 'sbi->readdir_ra'Gravatar Yuwei Guan 4-3/+8
2022-11-28f2fs: cleanup for 'f2fs_tuning_parameters' functionGravatar Yuwei Guan 1-5/+3
2022-11-28f2fs: fix to alloc_mode changed after remount on a small volume deviceGravatar Yuwei Guan 1-2/+5
2022-11-28f2fs: remove submit label in __submit_discard_cmd()Gravatar Yangtao Li 1-4/+3
2022-11-28f2fs: fix to do sanity check on i_extra_isize in is_alive()Gravatar Chao Yu 1-6/+12
2022-11-28f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEGravatar Daeho Jeong 4-7/+31
2022-11-11f2fs: fix to set flush_merge opt and show noflush_mergeGravatar Yangtao Li 1-2/+11
2022-11-11f2fs: initialize locks earlier in f2fs_fill_super()Gravatar Tetsuo Handa 1-18/+20
2022-11-11f2fs: optimize iteration over sparse directoriesGravatar Chao Yu 4-19/+41
2022-11-11f2fs: fix to avoid accessing uninitialized spinlockGravatar Chao Yu 1-3/+3
2022-11-11f2fs: correct i_size change for atomic writesGravatar Daeho Jeong 4-12/+33
2022-11-11f2fs: add proc entry to show discard_plist infoGravatar Yangtao Li 1-0/+41
2022-11-11f2fs: allow to read node block after shutdownGravatar Jaegeuk Kim 1-2/+1
2022-11-01f2fs: replace ternary operator with max()Gravatar wangkailong@jari.cn 1-1/+1
2022-11-01f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsGravatar Yangtao Li 4-15/+16
2022-11-01f2fs: use sysfs_emit instead of sprintfGravatar Jaegeuk Kim 1-18/+18
2022-11-01f2fs: introduce gc_mode sysfs nodeGravatar Yangtao Li 2-6/+10
2022-11-01f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Gravatar Chao Yu 1-1/+1
2022-11-01f2fs: fix return val in f2fs_start_ckpt_thread()Gravatar Yangtao Li 3-11/+12
2022-11-01f2fs: Fix typo in commentsGravatar Keoseong Park 1-1/+1
2022-11-01f2fs: introduce max_ordered_discard sysfs nodeGravatar Yangtao Li 3-1/+16
2022-11-01f2fs: allow to set compression for inlined fileGravatar Jaegeuk Kim 1-0/+4
2022-11-01f2fs: add barrier mount optionGravatar Yangtao Li 1-0/+7
2022-11-01f2fs: fix normal discard processGravatar Dongdong Zhang 1-1/+1
2022-11-01f2fs: cleanup in f2fs_create_flush_cmd_control()Gravatar Yangtao Li 1-4/+4
2022-11-01f2fs: fix gc mode when gc_urgent_high_remaining is 1Gravatar Yangtao Li 1-10/+9
2022-11-01f2fs: remove batched_trim_sections nodeGravatar Yangtao Li 2-8/+0
2022-11-01f2fs: support fault injection for f2fs_is_valid_blkaddr()Gravatar Chao Yu 3-0/+7
2022-11-01f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathGravatar Chao Yu 1-1/+3
2022-10-27f2fs: Fix the race condition of resize flag between resizefsGravatar Zhang Qilong 1-3/+2
2022-10-25f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidateGravatar Jaegeuk Kim 1-2/+2
2022-10-25f2fs: should put a page when checking the summary infoGravatar Pavel Machek 1-0/+1
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 23-48/+45
2022-10-16Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 23-726/+922
2022-10-15smb3: improve SMB3 change notification supportGravatar Steve French 6-13/+90
2022-10-15cifs: lease key is uninitialized in two additional functions when smb1Gravatar Steve French 1-2/+2
2022-10-15cifs: lease key is uninitialized in smb1 pathsGravatar Steve French 1-1/+1