summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-10-18Merge tag 'exfat-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-10-18Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-10-18Merge tag '6.18-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-10-16Merge tag 'f2fs-fix-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-10-16Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-16Merge tag 'v6.18-rc1-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-10-15smb: client: Consolidate cmac(aes) shash allocationEric Biggers
2025-10-15smb: client: Remove obsolete crypto_shash allocationsEric Biggers
2025-10-15smb: client: Use HMAC-MD5 library for NTLMv2Eric Biggers
2025-10-15smb: client: Use MD5 library for SMB1 signature calculationEric Biggers
2025-10-15smb: client: Use MD5 library for M-F symlink hashingEric Biggers
2025-10-15smb: client: Use HMAC-SHA256 library for SMB2 signature calculationEric Biggers
2025-10-15smb: client: Use HMAC-SHA256 library for key generationEric Biggers
2025-10-15smb: client: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers
2025-10-15cifs: parse_dfs_referrals: prevent oob on malformed inputEugene Korenevsky
2025-10-15smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu
2025-10-15Merge tag 'vfs-6.18-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-10-15smb: client: let smbd_destroy() wait for SMBDIRECT_SOCKET_DISCONNECTEDStefan Metzmacher
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-10-15smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong
2025-10-15smb: client: let destroy_mr_list() keep smbdirect_mr_io memory if registeredStefan Metzmacher
2025-10-15ksmbd: fix recursive locking in RPC handle list accessMarios Makassikis
2025-10-15smb/server: fix possible refcount leak in smb2_sess_setup()ZhangGuoDong
2025-10-15smb/server: fix possible memory leak in smb2_read()ZhangGuoDong
2025-10-15exfat: fix out-of-bounds in exfat_nls_to_ucs2()Jeongjun Park
2025-10-15exfat: fix improper check of dentry.stream.valid_sizeJaehun Gou
2025-10-14Merge tag 'nfsd-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-10-13f2fs: fix wrong block mapping for multi-devicesJaegeuk Kim
2025-10-13f2fs: don't call iput() from f2fs_drop_inode()Mateusz Guzik
2025-10-13btrfs: send: fix -Wflex-array-member-not-at-end warning in struct send_ctxGustavo A. R. Silva
2025-10-13btrfs: tree-checker: fix bounds check in check_inode_extref()Dan Carpenter
2025-10-13btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RSTMiquel Sabaté Solà
2025-10-13btrfs: fix incorrect readahead expansion lengthBoris Burkov
2025-10-13btrfs: do not assert we found block group item when creating free space treeFilipe Manana
2025-10-13btrfs: do not use folio_test_partial_kmap() in ASSERT()sQu Wenruo
2025-10-13btrfs: only set the device specific options after devices are openedQu Wenruo
2025-10-13btrfs: fix memory leak on duplicated memory in the qgroup assign ioctlMiquel Sabaté Solà
2025-10-13btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already runningFilipe Manana
2025-10-13NFS4: Fix state renewals missing after bootJoshua Watt
2025-10-13NFS: check if suid/sgid was cleared after a write as neededScott Mayhew
2025-10-13NFS4: Apply delay_retrans to async operationsJoshua Watt
2025-10-13NFSv4/flexfiles: fix to allocate mirror->dss before useMike Snitzer
2025-10-13smb: client: let destroy_mr_list() call ib_dereg_mr() before ib_dma_unmap_sg()Stefan Metzmacher
2025-10-13smb: client: call ib_dma_unmap_sg if mr->sgt.nents is not 0Stefan Metzmacher
2025-10-13smb: client: improve logic in smbd_deregister_mr()Stefan Metzmacher
2025-10-13smb: client: improve logic in smbd_register_mr()Stefan Metzmacher
2025-10-13smb: client: improve logic in allocate_mr_list()Stefan Metzmacher
2025-10-13smb: client: let destroy_mr_list() remove locked from the listStefan Metzmacher
2025-10-13smb: client: let destroy_mr_list() call list_del(&mr->list)Stefan Metzmacher
2025-10-13smb: client: change smbd_deregister_mr() to return voidStefan Metzmacher