summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-02-14ceph: flush cap releases when the session is flushedXiubo Li1-0/+6
2023-02-14btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain1-1/+15
2023-02-14cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang1-2/+2
2023-02-14btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko1-1/+1
2023-02-14btrfs: limit device extents to the device sizeJosef Bacik1-1/+5
2023-02-09gfs2: Always check inode size of inline inodesAndreas Gruenbacher3-5/+3
2023-02-09gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher2-33/+35
2023-02-09f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu1-6/+12
2023-02-09ovl: Use "buf" flexible array for memcpy() destinationKees Cook2-2/+2
2023-02-09fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal1-0/+7
2023-02-09Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher4-5/+5
2023-02-09mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-3/+1
2023-02-09squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin1-1/+1
2023-02-06ext4: fix bad checksum after online resizeBaokun Li1-2/+2
2023-02-06cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara1-3/+3
2023-02-06erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant1-3/+7
2023-02-01ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi1-0/+4
2023-02-01ksmbd: limit pdu length size according to connection statusNamjae Jeon2-4/+18
2023-02-01ksmbd: downgrade ndr version error message to debugNamjae Jeon1-4/+4
2023-02-01ksmbd: do not sign response to session request for guest loginMarios Makassikis1-0/+2
2023-02-01ksmbd: add max connections parameterNamjae Jeon4-2/+22
2023-02-01ksmbd: add smbd max io size parameterNamjae Jeon4-2/+18
2023-02-01cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells1-0/+1
2023-02-01sysctl: add a new register_sysctl_init() interfaceXiaoming Ni1-0/+33
2023-02-01fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu1-6/+0
2023-02-01cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara1-19/+23
2023-02-01NFSD: fix use-after-free in nfsd4_ssc_setup_dul()Xingyuan Mo1-0/+1
2023-02-01affs: initialize fsdata in affs_truncate()Alexander Potapenko1-1/+1
2023-01-24fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi1-1/+1
2023-01-24cifs: do not include page data when checking signatureEnzo Matsumiya1-6/+9
2023-01-24btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana1-8/+17
2023-01-24btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana2-3/+8
2023-01-24eventfd: provide a eventfd_signal_mask() helperJens Axboe1-16/+21
2023-01-24eventpoll: add EPOLL_URING_WAKE poll wakeup flagJens Axboe1-8/+10
2023-01-24nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi1-3/+12
2023-01-24zonefs: Detect append writes at invalid locationsDamien Le Moal1-0/+22
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim1-1/+2
2023-01-24btrfs: always report error in run_one_delayed_ref()Qu Wenruo1-2/+5
2023-01-24pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia1-0/+8
2023-01-18cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke1-0/+1
2023-01-12mbcache: Avoid nesting of cache->c_list_lock under bit locksJan Kara1-7/+10
2023-01-12btrfs: make thaw time super block check to also verify checksumQu Wenruo3-6/+22
2023-01-12ext4: don't allow journal inode to have encrypt flagEric Biggers1-1/+1
2023-01-12ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_a...William Liu1-1/+2
2023-01-12ksmbd: fix infinite loop in ksmbd_conn_handler_loop()Namjae Jeon2-3/+9
2023-01-12hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds1-5/+10
2023-01-12hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2-12/+6
2023-01-12nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton1-0/+11
2023-01-12btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo4-8/+83
2023-01-12udf: Fix extension of the last extent in the fileJan Kara1-1/+1