summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-31btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a rangeFilipe Manana1-2/+8
2022-12-31ovl: fix use inode directly in rcu-walk modeChen Zhongjin1-1/+6
2022-12-31reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2-1/+5
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_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-31hfs: fix OOB Read in __hfs_brec_findZhangPeng1-0/+2
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-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-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-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 destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu1-1/+1
2022-12-31f2fs: fix normal discard processDongdong Zhang1-1/+1
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-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: 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
2022-12-31lockd: set other missing fields when unlocking filesTrond Myklebust1-7/+10
2022-12-31debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita1-6/+22
2022-12-31libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-3/+19
2022-12-31nfsd: don't call nfsd_file_put from client states seqfile displayJeff Layton1-18/+33
2022-12-31NFSD: Finish converting the NFSv2 GETACL result encoderChuck Lever1-10/+0
2022-12-31SUNRPC: Return true/false (not 1/0) from bool functionsHaowen Bai1-12/+12
2022-12-31ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing1-1/+7
2022-12-31fs: don't audit the capability check in simple_xattr_list()Ondrej Mosnacek1-1/+1
2022-12-31ovl: remove privs in ovl_fallocate()Amir Goldstein1-1/+11
2022-12-31ovl: remove privs in ovl_copyfile()Amir Goldstein1-2/+14
2022-12-31ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner5-29/+47