summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-31pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz1-0/+1
2022-12-31afs: Fix lost servers_outstanding countDavid Howells1-1/+4
2022-12-31pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz1-3/+4
2022-12-31orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Zhang Xiaoxu1-23/+3
2022-12-31orangefs: Fix kmemleak in orangefs_sysfs_init()Zhang Xiaoxu1-8/+63
2022-12-31orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu1-0/+3
2022-12-31hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei1-3/+3
2022-12-31nfs: fix possible null-ptr-deref when parsing paramHawkins Jiawei1-0/+6
2022-12-31hfs: fix OOB Read in __hfs_brec_findZhangPeng1-0/+2
2022-12-31btrfs: do not panic if we can't allocate a prealloc extent stateJosef Bacik1-8/+14
2022-12-31nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi1-4/+38
2022-12-31nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi1-4/+27
2022-12-31fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu1-0/+5
2022-12-31jfs: Fix fortify moan in symlinkDr. David Alan Gilbert1-1/+1
2022-12-31udf: Avoid double brelse() in udf_rename()Shigeru Yoshida1-4/+4
2022-12-31fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu1-6/+16
2022-12-31binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin1-4/+4
2022-12-31cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara1-2/+2
2022-12-31nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni1-1/+3
2022-12-31fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fsAbdun Nihaal1-1/+1
2022-12-31fs/ntfs3: Harden against integer overflowsDan Carpenter1-1/+1
2022-12-31fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()Shigeru Yoshida1-1/+1
2022-12-31gfs2: Partially revert gfs2_inode_lookup changeAndreas Gruenbacher1-0/+2
2022-12-31ksmbd: Fix resource leak in ksmbd_session_rpc_open()Xiu Jianfeng1-3/+5
2022-12-31chardev: fix error handling in cdev_device_add()Yang Yingliang1-1/+1
2022-12-31f2fs: fix iostat parameter for discardYangtao Li1-1/+1
2022-12-31orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu1-4/+4
2022-12-31f2fs: avoid victim selection from previous victim sectionYonggil Song1-2/+3
2022-12-31f2fs: fix to enable compress for newly created file if extension matchesSheng Yong2-167/+164
2022-12-31f2fs: set zstd compress level correctlySheng Yong1-1/+1
2022-12-31f2fs: fix to avoid accessing uninitialized spinlockChao Yu1-3/+3
2022-12-31f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu1-1/+1
2022-12-31f2fs: allow to set compression for inlined fileJaegeuk Kim1-0/+4
2022-12-31f2fs: fix normal discard processDongdong Zhang1-1/+1
2022-12-31f2fs: fix gc mode when gc_urgent_high_remaining is 1Yangtao Li1-10/+9
2022-12-31f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu1-1/+3
2022-12-31f2fs: Fix the race condition of resize flag between resizefsZhang Qilong1-3/+2
2022-12-31NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust1-0/+2
2022-12-31NFS: Allow very small rsize & wsize againAnna Schumaker1-4/+2
2022-12-31NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUSAnna Schumaker1-1/+1
2022-12-31configfs: fix possible memory leak in configfs_create_dir()Chen Zhongjin1-0/+2
2022-12-31NFS: Fix an Oops in nfs_d_automount()Trond Myklebust1-1/+1
2022-12-31NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust1-7/+12
2022-12-31NFSv4: Fix a credential leak in _nfs4_discover_trunking()Trond Myklebust1-1/+3
2022-12-31NFSv4.2: Fix initialisation of struct nfs4_labelTrond Myklebust1-5/+10
2022-12-31NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust1-6/+4
2022-12-31NFSv4.2: Always decode the security labelTrond Myklebust1-6/+4
2022-12-31NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decodingTrond Myklebust1-1/+1
2022-12-31hfs: Fix OOB Write in hfs_asc2macZhangPeng1-1/+1
2022-12-31fs: sysv: Fix sysv_nblocks() returns wrong valueChen Zhongjin1-1/+1