summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01NFSD: Implement NFSD_IO_DIRECT for NFS WRITEMike Snitzer
2025-12-01NFSD: Make FILE_SYNC WRITEs comply with specChuck Lever
2025-12-01fs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8()Armin Wolf
2025-12-01erofs: switch on-disk header `erofs_fs.h` to MIT licenseGao Xiang
2025-11-30cifs: Use netfs_alloc/free_folioq_buffer()David Howells
2025-11-30smb: client: show smb lease key in open_dirs outputBharath SM
2025-11-30smb: client: show smb lease key in open_files outputBharath SM
2025-11-30ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao
2025-11-30smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher
2025-11-30smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher
2025-11-30smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher
2025-11-30smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helperStefan Metzmacher
2025-11-30ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao
2025-11-30ksmbd: Replace strcpy + strcat to improve convert_to_nt_pathnameThorsten Blum
2025-11-30smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.hChenXiaoSong
2025-11-30ksmbd: implement error handling for STATUS_INFO_LENGTH_MISMATCH in smb serverAaditya Kansal
2025-11-30ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon
2025-11-30ksmbd: server: avoid busy polling in accept loopQingfang Deng
2025-11-30smb: move create_durable_reconn to common/smb2pdu.hChenXiaoSong
2025-11-30smb: fix some warnings reported by scripts/checkpatch.plChenXiaoSong
2025-11-30smb: do some cleanupsChenXiaoSong
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong
2025-11-30smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move create_durable_rsp_v2 to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move create_durable_req_v2 to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move MAX_CIFS_SMALL_BUFFER_SIZE to common/smbglob.hChenXiaoSong
2025-11-30smb/client: fix CAP_BULK_TRANSFER valueChenXiaoSong
2025-11-30ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao
2025-11-30smb: move resume_key_ioctl_rsp to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move copychunk definitions to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move SMB1_PROTO_NUMBER to common/smbglob.hZhangGuoDong
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong
2025-11-30smb: move smb_version_values to common/smbglob.hZhangGuoDong
2025-11-30smb: rename common/cifsglob.h to common/smbglob.hZhangGuoDong
2025-11-30smb/server: update some misguided comment of smb2_0_server_cmds procChenXiaoSong
2025-11-30smb/server: fix return value of smb2_oplock_break()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_ioctl()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_query_dir()ChenXiaoSong