summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-04eventpoll: add EPOLL_URING_WAKE poll wakeup flagJens Axboe1-8/+10
2023-01-04Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe1-7/+0
2023-01-04Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe2-8/+1
2023-01-04io_uring: import 5.15-stable io_uringJens Axboe4-11372/+0
2023-01-04coredump: Limit what can interrupt coredumpsEric W. Biederman1-1/+1
2023-01-04fs: provide locked helper variant of close_fd_get_file()Jens Axboe2-11/+26
2023-01-04file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman2-3/+3
2023-01-04fs: make do_renameat2() take struct filenameJens Axboe2-18/+24
2023-01-04fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHEDJens Axboe1-0/+6
2023-01-04Make sure nd->path.mnt and nd->path.dentry are always valid pointersAl Viro1-2/+4
2023-01-04fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*Al Viro1-4/+5
2023-01-04fs: add support for LOOKUP_CACHEDJens Axboe1-0/+9
2023-01-04saner calling conventions for unlazy_child()Al Viro1-14/+14
2022-12-21udf: Fix extending file within last blockJan Kara1-15/+17
2022-12-21udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara1-1/+2
2022-12-21udf: Fix preallocation discarding at indirect extent boundaryJan Kara1-32/+13