summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-11-28f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong
2022-11-11f2fs: fix to set flush_merge opt and show noflush_mergeYangtao Li
2022-11-11f2fs: initialize locks earlier in f2fs_fill_super()Tetsuo Handa
2022-11-11f2fs: optimize iteration over sparse directoriesChao Yu
2022-11-11f2fs: fix to avoid accessing uninitialized spinlockChao Yu
2022-11-11f2fs: correct i_size change for atomic writesDaeho Jeong
2022-11-11f2fs: add proc entry to show discard_plist infoYangtao Li
2022-11-11f2fs: allow to read node block after shutdownJaegeuk Kim
2022-11-01f2fs: replace ternary operator with max()wangkailong@jari.cn
2022-11-01f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li
2022-11-01f2fs: use sysfs_emit instead of sprintfJaegeuk Kim
2022-11-01f2fs: introduce gc_mode sysfs nodeYangtao Li
2022-11-01f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu
2022-11-01f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li
2022-11-01f2fs: Fix typo in commentsKeoseong Park
2022-11-01f2fs: introduce max_ordered_discard sysfs nodeYangtao Li
2022-11-01f2fs: allow to set compression for inlined fileJaegeuk Kim
2022-11-01f2fs: add barrier mount optionYangtao Li
2022-11-01f2fs: fix normal discard processDongdong Zhang
2022-11-01f2fs: cleanup in f2fs_create_flush_cmd_control()Yangtao Li
2022-11-01f2fs: fix gc mode when gc_urgent_high_remaining is 1Yangtao Li
2022-11-01f2fs: remove batched_trim_sections nodeYangtao Li
2022-11-01f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu
2022-11-01f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu
2022-10-27f2fs: Fix the race condition of resize flag between resizefsZhang Qilong
2022-10-25f2fs: let's avoid to get cp_rwsem twice by f2fs_evict_inode by d_invalidateJaegeuk Kim
2022-10-25f2fs: should put a page when checking the summary infoPavel Machek
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-16Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2022-10-15smb3: improve SMB3 change notification supportSteve French
2022-10-15cifs: lease key is uninitialized in two additional functions when smb1Steve French
2022-10-15cifs: lease key is uninitialized in smb1 pathsSteve French
2022-10-15smb3: must initialize two ACL struct fields to zeroSteve French
2022-10-15cifs: fix double-fault crash during ntlmsspPaulo Alcantara
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-14cifs: fix static checker warningPaulo Alcantara
2022-10-13Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-10-13Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya
2022-10-13cifs: find and use the dentry for cached non-root directories alsoRonnie Sahlberg
2022-10-13cifs: enable caching of directories for which a lease is heldRonnie Sahlberg
2022-10-13cifs: prevent copying past input buffer boundariesPaulo Alcantara
2022-10-13cifs: fix uninitialised var in smb2_compound_op()Paulo Alcantara
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara
2022-10-13smb3: clarify multichannel warningSteve French
2022-10-13cifs: fix regression in very old smb1 mountsRonnie Sahlberg
2022-10-12ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)