summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-09-13fsverity: skip PKCS#7 parser when keyring is emptyEric Biggers1-0/+16
2023-09-13dlm: fix plock lookup when using multiple lockspacesAlexander Aring1-3/+3
2023-09-13procfs: block chmod on /proc/thread-self/commAleksa Sarai1-1/+2
2023-09-13Revert "f2fs: fix to do sanity check on extent cache correctly"Chao Yu1-6/+6
2023-09-13f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo1-5/+5
2023-09-13f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONEDYangtao Li1-6/+5
2023-09-13f2fs: fix to avoid mmap vs set_compress_option caseChao Yu2-6/+20
2023-09-13pNFS: Fix assignment of xprtdata.credAnna Schumaker1-1/+1
2023-09-13NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia1-2/+3
2023-09-13NFS: Guard against READDIR loop when entry names exceed MAXNAMELENBenjamin Coddington2-2/+2
2023-09-13NFSD: da_addr_body field missing in some GETDEVICEINFO repliesChuck Lever3-14/+29
2023-09-13fs: lockd: avoid possible wrong NULL parameterSu Hui1-0/+3
2023-09-13jfs: validate max amount of blocks before allocation.Alexei Filippov1-0/+5
2023-09-13ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng1-0/+3
2023-09-13nfs/blocklayout: Use the passed in gfp flagsDan Carpenter1-2/+2
2023-09-13NFSv4.2: Fix READ_PLUS size calculationsAnna Schumaker1-3/+9
2023-09-13NFSv4.2: Fix up READ_PLUS alignmentAnna Schumaker1-3/+4
2023-09-13NFSv4.2: Fix READ_PLUS smatch warningsAnna Schumaker1-2/+1
2023-09-13NFSv4.2: Rework scratch handling for READ_PLUSAnna Schumaker2-7/+14
2023-09-13ext4: avoid potential data overflow in next_linear_groupKemeng Shi1-2/+3
2023-09-13ext4: correct grp validation in ext4_mb_good_groupKemeng Shi1-1/+1
2023-09-13quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li1-18/+78
2023-09-13quota: add new helper dquot_active()Baokun Li1-9/+14
2023-09-13quota: rename dquot_active() to inode_quota_active()Baokun Li1-10/+10
2023-09-13quota: factor out dquot_write_dquot()Baokun Li1-23/+16
2023-09-13fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev1-0/+4
2023-09-13vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells1-1/+22
2023-09-13iomap: Remove large folio handling in iomap_invalidate_folio()Matthew Wilcox (Oracle)1-5/+0
2023-09-13fs: Fix error checking for d_hash_and_lookup()Wang Ming1-1/+1
2023-09-13eventfd: prevent underflow for eventfd semaphoresWen Yang1-1/+1
2023-09-13reiserfs: Check the return value from __getblk()Matthew Wilcox1-1/+3
2023-09-13udf: Handle error when adding extent to a fileJan Kara1-14/+27
2023-09-13udf: Check consistency of Space Bitmap DescriptorVladislav Efanov1-4/+27
2023-09-13cifs: fix max_credits implementationShyam Prasad N2-4/+30
2023-09-13cifs: fix sockaddr comparison in iface_cmpShyam Prasad N4-37/+88
2023-09-13ovl: Always reevaluate the file signature for IMAEric Snowberg1-1/+1
2023-09-13fs/nls: make load_nls() take a const parameterWinston Wen1-2/+2
2023-09-13ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon3-10/+18
2023-09-13ksmbd: no response from compound readNamjae Jeon1-0/+5
2023-09-13ksmbd: validate session id and tree id in compound requestNamjae Jeon1-6/+6
2023-09-13ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon1-1/+2
2023-09-06nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi2-3/+7
2023-09-06nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-0/+5
2023-09-06ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon1-7/+18
2023-09-06ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon2-2/+2
2023-09-06ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon1-0/+3
2023-09-06ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon1-1/+1
2023-09-06erofs: ensure that the post-EOF tails are all zeroedGao Xiang1-0/+2
2023-08-30nfsd: use vfs setgid helperChristian Brauner1-1/+3
2023-08-30nfs: use vfs setgid helperChristian Brauner3-5/+2