summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-02-22nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi
2023-02-22revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton
2023-02-22aio: fix mremap after fork null-derefSeth Jenkins
2023-02-22xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong
2023-02-22xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong
2023-02-22xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner
2023-02-22xfs: don't assert fail on perag references on teardownDave Chinner
2023-02-22xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner
2023-02-22xfs: validate v5 feature fieldsDave Chinner
2023-02-22xfs: set XFS_FEAT_NLINK correctlyDave Chinner
2023-02-22xfs: detect self referencing btree sibling pointersDave Chinner
2023-02-22xfs: fix potential log item leakDave Chinner
2023-02-22xfs: zero inode fork buffer at allocationDave Chinner
2023-02-14ceph: flush cap releases when the session is flushedXiubo Li
2023-02-14btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain
2023-02-14cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang
2023-02-14btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko
2023-02-14btrfs: limit device extents to the device sizeJosef Bacik
2023-02-09gfs2: Always check inode size of inline inodesAndreas Gruenbacher
2023-02-09gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher
2023-02-09f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu
2023-02-09ovl: Use "buf" flexible array for memcpy() destinationKees Cook
2023-02-09fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal
2023-02-09Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher
2023-02-09mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz
2023-02-09squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin
2023-02-06ext4: fix bad checksum after online resizeBaokun Li
2023-02-06cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara
2023-02-06erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant
2023-02-01ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi
2023-02-01ksmbd: limit pdu length size according to connection statusNamjae Jeon
2023-02-01ksmbd: downgrade ndr version error message to debugNamjae Jeon
2023-02-01ksmbd: do not sign response to session request for guest loginMarios Makassikis
2023-02-01ksmbd: add max connections parameterNamjae Jeon
2023-02-01ksmbd: add smbd max io size parameterNamjae Jeon
2023-02-01cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells
2023-02-01sysctl: add a new register_sysctl_init() interfaceXiaoming Ni
2023-02-01fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu
2023-02-01cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara
2023-02-01NFSD: fix use-after-free in nfsd4_ssc_setup_dul()Xingyuan Mo
2023-02-01affs: initialize fsdata in affs_truncate()Alexander Potapenko
2023-01-24fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi
2023-01-24cifs: do not include page data when checking signatureEnzo Matsumiya
2023-01-24btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana
2023-01-24btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana
2023-01-24eventfd: provide a eventfd_signal_mask() helperJens Axboe
2023-01-24eventpoll: add EPOLL_URING_WAKE poll wakeup flagJens Axboe
2023-01-24nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi
2023-01-24zonefs: Detect append writes at invalid locationsDamien Le Moal
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim