summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: introduce discard_urgent_util sysfs nodeYangtao Li2022-11-283-1/+12
* f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li2022-11-283-3/+6
* f2fs: init discard policy after thread wakeupYangtao Li2022-11-281-11/+9
* f2fs: avoid victim selection from previous victim sectionYonggil Song2022-11-281-2/+3
* f2fs: truncate blocks in batch in __complete_revoke_list()Chao Yu2022-11-281-7/+2
* f2fs: make __queue_discard_cmd() return voidYangtao Li2022-11-281-5/+6
* f2fs: move set_file_temperature into f2fs_new_inodeSheng Yong2022-11-281-33/+29
* f2fs: fix to enable compress for newly created file if extension matchesSheng Yong2022-11-282-167/+164
* f2fs: set zstd compress level correctlySheng Yong2022-11-281-1/+1
* f2fs: change type for 'sbi->readdir_ra'Yuwei Guan2022-11-284-3/+8
* f2fs: cleanup for 'f2fs_tuning_parameters' functionYuwei Guan2022-11-281-5/+3
* f2fs: fix to alloc_mode changed after remount on a small volume deviceYuwei Guan2022-11-281-2/+5
* f2fs: remove submit label in __submit_discard_cmd()Yangtao Li2022-11-281-4/+3
* f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu2022-11-281-6/+12
* f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong2022-11-284-7/+31
* f2fs: fix to set flush_merge opt and show noflush_mergeYangtao Li2022-11-111-2/+11
* f2fs: initialize locks earlier in f2fs_fill_super()Tetsuo Handa2022-11-111-18/+20
* f2fs: optimize iteration over sparse directoriesChao Yu2022-11-114-19/+41
* f2fs: fix to avoid accessing uninitialized spinlockChao Yu2022-11-111-3/+3
* f2fs: correct i_size change for atomic writesDaeho Jeong2022-11-114-12/+33
* f2fs: add proc entry to show discard_plist infoYangtao Li2022-11-111-0/+41
* f2fs: allow to read node block after shutdownJaegeuk Kim2022-11-111-2/+1
* f2fs: replace ternary operator with max()wangkailong@jari.cn2022-11-011-1/+1
* f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li2022-11-014-15/+16
* f2fs: use sysfs_emit instead of sprintfJaegeuk Kim2022-11-011-18/+18
* f2fs: introduce gc_mode sysfs nodeYangtao Li2022-11-012-6/+10
* f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu2022-11-011-1/+1
* f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li2022-11-013-11/+12
* f2fs: Fix typo in commentsKeoseong Park2022-11-011-1/+1
* f2fs: introduce max_ordered_discard sysfs nodeYangtao Li2022-11-013-1/+16
* f2fs: allow to set compression for inlined fileJaegeuk Kim2022-11-011-0/+4
* f2fs: add barrier mount optionYangtao Li2022-11-011-0/+7
* f2fs: fix normal discard processDongdong Zhang2022-11-011-1/+1
* f2fs: cleanup in f2fs_create_flush_cmd_control()Yangtao Li2022-11-011-4/+4
* f2fs: fix gc mode when gc_urgent_high_remaining is 1Yangtao Li2022-11-011-10/+9
* f2fs: remove batched_trim_sections nodeYangtao Li2022-11-012-8/+0
* f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu2022-11-013-0/+7
* f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu2022-11-011-1/+3
* f2fs: Fix the race condition of resize flag between resizefsZhang Qilong2022-10-271-3/+2
* f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidateJaegeuk Kim2022-10-251-2/+2
* f2fs: should put a page when checking the summary infoPavel Machek2022-10-251-0/+1
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1623-48/+45
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1112-16/+16
| * treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-112-5/+3
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1111-26/+25
* | Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-10-1623-726/+922
|\ \
| * | smb3: improve SMB3 change notification supportSteve French2022-10-156-13/+90
| * | cifs: lease key is uninitialized in two additional functions when smb1Steve French2022-10-151-2/+2
| * | cifs: lease key is uninitialized in smb1 pathsSteve French2022-10-151-1/+1