summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-11-01f2fs: introduce gc_mode sysfs nodeYangtao Li2-6/+10
2022-11-01f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu1-1/+1
2022-11-01f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li3-11/+12
2022-11-01f2fs: Fix typo in commentsKeoseong Park1-1/+1
2022-11-01f2fs: introduce max_ordered_discard sysfs nodeYangtao Li3-1/+16
2022-11-01f2fs: allow to set compression for inlined fileJaegeuk Kim1-0/+4
2022-11-01f2fs: add barrier mount optionYangtao Li1-0/+7
2022-11-01f2fs: fix normal discard processDongdong Zhang1-1/+1
2022-11-01f2fs: cleanup in f2fs_create_flush_cmd_control()Yangtao Li1-4/+4
2022-11-01f2fs: fix gc mode when gc_urgent_high_remaining is 1Yangtao Li1-10/+9
2022-11-01f2fs: remove batched_trim_sections nodeYangtao Li2-8/+0
2022-11-01f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu3-0/+7
2022-11-01f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu1-1/+3
2022-10-27f2fs: 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-16Merge 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
2022-10-15smb3: must initialize two ACL struct fields to zeroSteve French1-1/+2
2022-10-15cifs: fix double-fault crash during ntlmsspPaulo Alcantara1-7/+9
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-25/+45
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+4
2022-10-14cifs: fix static checker warningPaulo Alcantara1-1/+1
2022-10-13Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds5-9/+54
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds17-36/+194
2022-10-13Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya5-38/+33
2022-10-13cifs: find and use the dentry for cached non-root directories alsoRonnie Sahlberg1-14/+49
2022-10-13cifs: enable caching of directories for which a lease is heldRonnie Sahlberg4-193/+263
2022-10-13cifs: prevent copying past input buffer boundariesPaulo Alcantara1-2/+2
2022-10-13cifs: fix uninitialised var in smb2_compound_op()Paulo Alcantara1-0/+1
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara14-453/+451
2022-10-13smb3: clarify multichannel warningSteve French1-1/+2
2022-10-13cifs: fix regression in very old smb1 mountsRonnie Sahlberg1-6/+5
2022-10-12ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)2-2/+4
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-5/+21
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds30-175/+260
2022-10-11nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi1-4/+3
2022-10-11nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi1-0/+2
2022-10-11nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi1-1/+16
2022-10-11nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi1-4/+10
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld12-16/+16
2022-10-11treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2-5/+3
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld11-26/+25
2022-10-11cifs: fix skipping to incorrect offset in emit_cached_direntsRonnie Sahlberg1-6/+23