summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-01-18reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2-1/+5
2023-01-18pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz1-0/+1
2023-01-18pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz1-3/+4
2023-01-18orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Zhang Xiaoxu1-23/+3
2023-01-18orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Zhang Xiaoxu1-0/+3
2023-01-18hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei1-3/+3
2023-01-18hfs: fix OOB Read in __hfs_brec_findZhangPeng1-0/+2
2023-01-18nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi1-4/+27
2023-01-18fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu1-0/+5
2023-01-18udf: Avoid double brelse() in udf_rename()Shigeru Yoshida1-4/+4
2023-01-18fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu1-6/+16
2023-01-18binfmt_misc: fix shift-out-of-bounds in check_special_flagsLiu Shixin1-4/+4
2023-01-18nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni1-1/+3
2023-01-18NFSD: Add tracepoints to NFSD's duplicate reply cacheChuck Lever2-22/+94
2023-01-18nfsd: Define the file access mode enum for tracingTrond Myklebust1-0/+6
2023-01-18chardev: fix error handling in cdev_device_add()Yang Yingliang1-1/+1
2023-01-18orangefs: Fix sysfs not cleanup when dev init failedZhang Xiaoxu1-4/+4
2023-01-18f2fs: avoid victim selection from previous victim sectionYonggil Song1-2/+3
2023-01-18f2fs: fix normal discard processDongdong Zhang1-1/+1
2023-01-18NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust1-0/+2
2023-01-18configfs: fix possible memory leak in configfs_create_dir()Chen Zhongjin1-0/+2
2023-01-18NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust1-7/+12
2023-01-18NFSv4.2: Fix initialisation of struct nfs4_labelTrond Myklebust1-5/+10
2023-01-18NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust1-6/+4
2023-01-18NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decodingTrond Myklebust1-1/+1
2023-01-18hfs: Fix OOB Write in hfs_asc2macZhangPeng1-1/+1
2023-01-18fs: sysv: Fix sysv_nblocks() returns wrong valueChen Zhongjin1-1/+1
2023-01-18ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao3-2/+6
2023-01-18ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel1-35/+32
2023-01-18ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel1-12/+23
2023-01-18debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita1-6/+22
2023-01-18libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-3/+19
2023-01-18nfsd: don't call nfsd_file_put from client states seqfile displayJeff Layton1-18/+33
2023-01-18ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing1-1/+7
2023-01-18fs: don't audit the capability check in simple_xattr_list()Ondrej Mosnacek1-1/+1
2023-01-18pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd1-1/+5
2023-01-18pstore/ram: Fix error return code in ramoops_probe()Wang Yufen1-0/+2
2023-01-18udf: Fix extending file within last blockJan Kara1-15/+17
2023-01-18udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara1-1/+2
2023-01-18udf: Fix preallocation discarding at indirect extent boundaryJan Kara1-32/+13
2023-01-18udf: Discard preallocation before extending file with a holeJan Kara1-28/+18
2022-12-14btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana1-1/+23
2022-12-08epoll: check for events when removing a timed out thread from the wait queueSoheil Hassas Yeganeh1-9/+16
2022-12-08epoll: call final ep_events_available() check under the lockRoman Penyaev1-20/+27
2022-12-08nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng1-0/+7
2022-12-08afs: Fix fileserver probe RTT handlingDavid Howells1-2/+2
2022-12-08btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong1-8/+1
2022-12-08btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov1-7/+6
2022-12-08btrfs: free btrfs_path before copying inodes to userspaceAnand Jain1-9/+7
2022-12-08fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi1-13/+7