summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
13 daysbcachefs: bch2_ioctl_subvolume_destroy() fixesKent Overstreet1-2/+4
13 daysnfsd: fix legacy client tracking initializationScott Mayhew1-1/+0
2025-03-28ksmbd: fix incorrect validation for num_aces field of smb_aclNamjae Jeon1-1/+4
2025-03-28proc: fix UAF in proc_get_inode()Ye Bin3-4/+26
2025-03-28netfs: Call `invalidate_cache` only if implementedMax Kellermann1-1/+2
2025-03-28libfs: Fix duplicate directory entry in offset_dir_lookupYongjian Sun1-1/+1
2025-03-22fs/netfs/read_collect: add to next->prev_donatedMax Kellermann1-1/+1
2025-03-22smb: client: Fix match_session bug preventing session reuseHenrique Carvalho1-4/+12
2025-03-22smb3: add support for IAKerbSteve French5-3/+12
2025-03-22cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov1-2/+2
2025-03-22cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov1-1/+1
2025-03-22cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov1-2/+2
2025-03-22cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov1-2/+2
2025-03-22smb: client: fix regression with guest optionPaulo Alcantara1-0/+4
2025-03-22ksmbd: prevent connection release during oplock break notificationNamjae Jeon4-12/+30
2025-03-22ksmbd: fix use-after-free in ksmbd_free_work_structNamjae Jeon4-27/+15
2025-03-22cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...Pali Rohár1-3/+2
2025-03-22cifs: Validate content of WSL reparse point buffersPali Rohár1-0/+5
2025-03-22fuse: don't truncate cached, mutated symlinkMiklos Szeredi2-6/+20
2025-03-22cifs: Treat unhandled directory name surrogate reparse points as mount direct...Pali Rohár2-0/+16
2025-03-22btrfs: fix two misuses of folio_shift()Matthew Wilcox (Oracle)1-6/+5
2025-03-22vboxsf: fix building with GCC 15Brahmajit Das1-1/+2
2025-03-22smb: client: fix noisy when tree connecting to DFS interlink targetsPaulo Alcantara1-1/+1
2025-03-22btrfs: avoid starting new transaction when cleaning qgroup during subvolume dropFilipe Manana1-5/+1
2025-03-13fs/netfs/read_collect: fix crash due to uninitialized `prev` variableMax Kellermann1-10/+11
2025-03-13fs/netfs/read_pgpriv2: skip folio queues without `marks3`Max Kellermann1-2/+3
2025-03-13exfat: short-circuit zero-byte writes in exfat_file_write_iterEric Sandeen1-1/+1
2025-03-13exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon3-7/+16
2025-03-13exfat: fix just enough dentries but allocate a new cluster to dirYuezhang Mo1-1/+1
2025-03-13coredump: Only sort VMAs when core_sort_vma sysctl is setKees Cook1-2/+13
2025-03-13NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer1-1/+2
2025-03-13btrfs: fix a leaked chunk map issue in read_one_chunk()Haoxiang Li1-0/+1
2025-03-13ksmbd: fix bug on trap in smb2_lockNamjae Jeon1-1/+1
2025-03-13ksmbd: fix use-after-free in smb2_lockNamjae Jeon1-3/+3
2025-03-13ksmbd: fix out-of-bounds in parse_sec_desc()Namjae Jeon1-0/+16
2025-03-13ksmbd: fix type confusion via race condition when using ipc_msg_send_requestNamjae Jeon1-0/+1
2025-03-13btrfs: fix data overwriting bug during buffered write when block size < page ...Qu Wenruo1-1/+8
2025-03-13smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French4-7/+29
2025-03-13cifs: Remove symlink member from cifs_open_info_data unionPali Rohár3-7/+4
2025-03-07afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells1-0/+3
2025-03-07afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells1-2/+2
2025-03-07NFSv4: Fix a deadlock when recovering state on a sillyrenamed fileTrond Myklebust3-0/+41
2025-03-07NFS: Adjust delegated timestamps for O_DIRECT reads and writesTrond Myklebust1-0/+4
2025-03-07NFS: O_DIRECT writes must check and adjust the file lengthTrond Myklebust1-0/+19
2025-03-07ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev1-1/+1
2025-02-27smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li1-0/+4
2025-02-27smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara1-2/+2
2025-02-27xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong3-6/+22
2025-02-27btrfs: fix double accounting race when extent_writepage_io() failedQu Wenruo1-13/+24
2025-02-27btrfs: fix double accounting race when btrfs_run_delalloc_range() failedQu Wenruo2-13/+49