summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-08cifs: Label SMB2 statuses with errorsDavid Howells
2026-02-08cifs: SMB1 split: Make BCC accessors conditionalDavid Howells
2026-02-08cifs: SMB1 split: connect.cDavid Howells
2026-02-08cifs: SMB1 split: sess.cDavid Howells
2026-02-08cifs: SMB1 split: cifsencrypt.cDavid Howells
2026-02-08cifs: SMB1 split: netmisc.cDavid Howells
2026-02-08cifs: SMB1 split: misc.cDavid Howells
2026-02-08cifs: SMB1 split: cifs_debug.cDavid Howells
2026-02-08cifs: SMB1 split: Move inline funcsDavid Howells
2026-02-08cifs: Fix cifs_dump_mids() to call ->dump_detailDavid Howells
2026-02-08cifs: SMB1 split: Don't return smb_hdr from cifs_{,small_}buf_get()David Howells
2026-02-08cifs: SMB1 split: Move BCC access functionsDavid Howells
2026-02-08cifs: SMB1 split: Adjust #includesDavid Howells
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells
2026-02-08cifs: SMB1 split: Add some #includesDavid Howells
2026-02-08cifs: SMB1 split: Move some SMB1 received PDU checking bits to smb1transport.cDavid Howells
2026-02-08cifs: SMB1 split: Move some SMB1 receive bits to smb1transport.cDavid Howells
2026-02-08cifs: SMB1 split: Separate out SMB1 decls into smb1proto.hDavid Howells
2026-02-08cifs: SMB1 split: Create smb1proto.h for SMB1 declarationsDavid Howells
2026-02-08cifs: SMB1 split: Rename cifstransport.cDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/ntlmssp.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/reparse.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/smb2proto.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_debug.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_swn.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/compress.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_spnego.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/fs_context.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/fscache.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifsglob.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/dns_resolve.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/dfs_cache.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifsfs.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/netlink.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifs_unicode.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifsproto.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/dfs.hDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cached_dir.hDavid Howells
2026-02-08smb: client: add multichannel async work for CONFIG_CIFS_DFS_UPCALL=nHenrique Carvalho
2026-02-08smb: client: introduce multichannel async work during mountHenrique Carvalho
2026-02-08smb: client: prevent races in ->query_interfaces()Henrique Carvalho
2026-02-08smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho
2026-02-08smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho
2026-02-08cifs: Fix locking usage for tcon fieldsShyam Prasad N
2026-02-08cifs: Corrections to lock ordering notesShyam Prasad N
2026-02-08cifs: make retry logic in read/write path consistent with other pathsShyam Prasad N
2026-02-08netfs: avoid double increment of retry_count in subreqShyam Prasad N
2026-02-08netfs: when subreq is marked for retry, do not check if it faced an errorShyam Prasad N
2026-02-08cifs: on replayable errors back-off before replay, not afterShyam Prasad N
2026-02-08smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara