summary refs log tree commit diff
path: root/fs
AgeCommit message (Expand)Author
2022-12-31hfs: fix OOB Read in __hfs_brec_findZhangPeng
2022-12-31btrfs: do not panic if we can't allocate a prealloc extent stateJosef Bacik
2022-12-31nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi
2022-12-31nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi
2022-12-31fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu
2022-12-31jfs: Fix fortify moan in symlinkDr. David Alan Gilbert
2022-12-31udf: Avoid double brelse() in udf_rename()Shigeru Yoshida
2022-12-31fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu
2022-12-31binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin
2022-12-31cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara
2022-12-31nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni
2022-12-31fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fsAbdun Nihaal
2022-12-31fs/ntfs3: Harden against integer overflowsDan Carpenter
2022-12-31fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()Shigeru Yoshida
2022-12-31gfs2: Partially revert gfs2_inode_lookup changeAndreas Gruenbacher
2022-12-31ksmbd: Fix resource leak in ksmbd_session_rpc_open()Xiu Jianfeng
2022-12-31chardev: fix error handling in cdev_device_add()Yang Yingliang
2022-12-31f2fs: fix iostat parameter for discardYangtao Li
2022-12-31orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu
2022-12-31f2fs: avoid victim selection from previous victim sectionYonggil Song
2022-12-31f2fs: fix to enable compress for newly created file if extension matchesSheng Yong
2022-12-31f2fs: set zstd compress level correctlySheng Yong
2022-12-31f2fs: fix to avoid accessing uninitialized spinlockChao Yu
2022-12-31f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu
2022-12-31f2fs: allow to set compression for inlined fileJaegeuk Kim
2022-12-31f2fs: fix normal discard processDongdong Zhang
2022-12-31f2fs: fix gc mode when gc_urgent_high_remaining is 1Yangtao Li
2022-12-31f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu
2022-12-31f2fs: Fix the race condition of resize flag between resizefsZhang Qilong
2022-12-31NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust
2022-12-31NFS: Allow very small rsize & wsize againAnna Schumaker
2022-12-31NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUSAnna Schumaker
2022-12-31configfs: fix possible memory leak in configfs_create_dir()Chen Zhongjin
2022-12-31NFS: Fix an Oops in nfs_d_automount()Trond Myklebust
2022-12-31NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust
2022-12-31NFSv4: Fix a credential leak in _nfs4_discover_trunking()Trond Myklebust
2022-12-31NFSv4.2: Fix initialisation of struct nfs4_labelTrond Myklebust
2022-12-31NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust
2022-12-31NFSv4.2: Always decode the security labelTrond Myklebust
2022-12-31NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decodingTrond Myklebust
2022-12-31hfs: Fix OOB Write in hfs_asc2macZhangPeng
2022-12-31fs: sysv: Fix sysv_nblocks() returns wrong valueChen Zhongjin
2022-12-31NFSD: pass range end to vfs_fsync_range() instead of countBrian Foster
2022-12-31nfsd: return error if nfs4_setacl failsJeff Layton
2022-12-31lockd: set other missing fields when unlocking filesTrond Myklebust
2022-12-31erofs: validate the extent length for uncompressed pclustersGao Xiang
2022-12-31erofs: fix missing unmap if z_erofs_get_extent_compressedlen() failsGao Xiang
2022-12-31erofs: Fix pcluster memleak when its block address is zeroChen Zhongjin
2022-12-31erofs: check the uniqueness of fsid in shared domain in advanceHou Tao
2022-12-31ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao