summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-01-14btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov1-0/+4
2023-01-14f2fs: should put a page when checking the summary infoPavel Machek1-0/+1
2023-01-14pnode: terminate at peers of sourceChristian Brauner1-1/+1
2023-01-14ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci1-16/+30
2023-01-14binfmt: Fix error return code in load_elf_fdpic_binary()Wang Yufen1-2/+3
2023-01-14hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg3-2/+8
2023-01-14pstore/zone: Use GFP_ATOMIC to allocate zone bufferQiujun Huang1-1/+1
2023-01-14cifs: fix oops during encryptionPaulo Alcantara4-79/+141
2023-01-14ovl: fix use inode directly in rcu-walk modeChen Zhongjin1-1/+6
2023-01-14reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2-1/+5
2023-01-14pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz1-0/+1
2023-01-14afs: Fix lost servers_outstanding countDavid Howells1-1/+4
2023-01-14pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz1-3/+4
2023-01-14orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Zhang Xiaoxu1-23/+3
2023-01-14orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu1-0/+3
2023-01-14hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei1-3/+3
2023-01-14hfs: fix OOB Read in __hfs_brec_findZhangPeng1-0/+2
2023-01-14nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi1-4/+38
2023-01-14nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi1-4/+27
2023-01-14fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu1-0/+5
2023-01-14udf: Avoid double brelse() in udf_rename()Shigeru Yoshida1-4/+4
2023-01-14fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu1-6/+16
2023-01-14binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin1-4/+4
2023-01-14nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni1-1/+3
2023-01-14NFSD: Remove spurious cb_setup_err tracepointChuck Lever1-3/+1
2023-01-14chardev: fix error handling in cdev_device_add()Yang Yingliang1-1/+1
2023-01-14orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu1-4/+4
2023-01-14f2fs: avoid victim selection from previous victim sectionYonggil Song1-2/+3
2023-01-14f2fs: fix normal discard processDongdong Zhang1-1/+1
2023-01-14f2fs: Fix the race condition of resize flag between resizefsZhang Qilong1-3/+2
2023-01-14NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust1-0/+2
2023-01-14configfs: fix possible memory leak in configfs_create_dir()Chen Zhongjin1-0/+2
2023-01-14NFS: Fix an Oops in nfs_d_automount()Trond Myklebust1-1/+1
2023-01-14NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust1-7/+12
2023-01-14NFSv4.2: Fix initialisation of struct nfs4_labelTrond Myklebust1-5/+10
2023-01-14NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust1-6/+4
2023-01-14NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decodingTrond Myklebust1-1/+1
2023-01-14hfs: Fix OOB Write in hfs_asc2macZhangPeng1-1/+1
2023-01-14fs: sysv: Fix sysv_nblocks() returns wrong valueChen Zhongjin1-1/+1
2023-01-14ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao3-2/+6
2023-01-14ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel1-35/+32
2023-01-14ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel1-12/+23
2023-01-14debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita1-6/+22
2023-01-14libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-3/+19
2023-01-14nfsd: don't call nfsd_file_put from client states seqfile displayJeff Layton1-18/+33
2023-01-14ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing1-1/+7
2023-01-14fs: don't audit the capability check in simple_xattr_list()Ondrej Mosnacek1-1/+1
2023-01-14pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd1-1/+5
2023-01-14pstore/ram: Fix error return code in ramoops_probe()Wang Yufen1-0/+2
2023-01-04eventfd: provide a eventfd_signal_mask() helperJens Axboe1-16/+21