summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-28ksmbd: fix incorrect validation for num_aces field of smb_aclNamjae Jeon
2025-03-28proc: fix UAF in proc_get_inode()Ye Bin
2025-03-28netfs: Call `invalidate_cache` only if implementedMax Kellermann
2025-03-28libfs: Fix duplicate directory entry in offset_dir_lookupYongjian Sun
2025-03-22fs/netfs/read_collect: add to next->prev_donatedMax Kellermann
2025-03-22smb: client: Fix match_session bug preventing session reuseHenrique Carvalho
2025-03-22smb3: add support for IAKerbSteve French
2025-03-22cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov
2025-03-22cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov
2025-03-22cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov
2025-03-22cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov
2025-03-22smb: client: fix regression with guest optionPaulo Alcantara
2025-03-22ksmbd: prevent connection release during oplock break notificationNamjae Jeon
2025-03-22ksmbd: fix use-after-free in ksmbd_free_work_structNamjae Jeon
2025-03-22cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...Pali Rohár
2025-03-22cifs: Validate content of WSL reparse point buffersPali Rohár
2025-03-22fuse: don't truncate cached, mutated symlinkMiklos Szeredi
2025-03-22cifs: Treat unhandled directory name surrogate reparse points as mount direct...Pali Rohár
2025-03-22btrfs: fix two misuses of folio_shift()Matthew Wilcox (Oracle)
2025-03-22vboxsf: fix building with GCC 15Brahmajit Das
2025-03-22smb: client: fix noisy when tree connecting to DFS interlink targetsPaulo Alcantara
2025-03-22btrfs: avoid starting new transaction when cleaning qgroup during subvolume dropFilipe Manana
2025-03-13fs/netfs/read_collect: fix crash due to uninitialized `prev` variableMax Kellermann
2025-03-13fs/netfs/read_pgpriv2: skip folio queues without `marks3`Max Kellermann
2025-03-13exfat: short-circuit zero-byte writes in exfat_file_write_iterEric Sandeen
2025-03-13exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon
2025-03-13exfat: fix just enough dentries but allocate a new cluster to dirYuezhang Mo
2025-03-13coredump: Only sort VMAs when core_sort_vma sysctl is setKees Cook
2025-03-13NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer
2025-03-13btrfs: fix a leaked chunk map issue in read_one_chunk()Haoxiang Li
2025-03-13ksmbd: fix bug on trap in smb2_lockNamjae Jeon
2025-03-13ksmbd: fix use-after-free in smb2_lockNamjae Jeon
2025-03-13ksmbd: fix out-of-bounds in parse_sec_desc()Namjae Jeon
2025-03-13ksmbd: fix type confusion via race condition when using ipc_msg_send_requestNamjae Jeon
2025-03-13btrfs: fix data overwriting bug during buffered write when block size < page ...Qu Wenruo
2025-03-13smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French
2025-03-13cifs: Remove symlink member from cifs_open_info_data unionPali Rohár
2025-03-07afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells
2025-03-07afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells
2025-03-07NFSv4: Fix a deadlock when recovering state on a sillyrenamed fileTrond Myklebust
2025-03-07NFS: Adjust delegated timestamps for O_DIRECT reads and writesTrond Myklebust
2025-03-07NFS: O_DIRECT writes must check and adjust the file lengthTrond Myklebust
2025-03-07ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev
2025-02-27smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li
2025-02-27smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara
2025-02-27xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong
2025-02-27btrfs: fix double accounting race when extent_writepage_io() failedQu Wenruo
2025-02-27btrfs: fix double accounting race when btrfs_run_delalloc_range() failedQu Wenruo
2025-02-27btrfs: use btrfs_inode in extent_writepage()David Sterba
2025-02-27btrfs: rename btrfs_folio_(set|start|end)_writer_lock()Qu Wenruo