summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2026-02-08cifs: Scripted clean up fs/smb/client/dfs.hDavid Howells1-1/+2
2026-02-08cifs: Scripted clean up fs/smb/client/cached_dir.hDavid Howells1-17/+13
2026-02-08smb: client: add multichannel async work for CONFIG_CIFS_DFS_UPCALL=nHenrique Carvalho1-0/+14
2026-02-08smb: client: introduce multichannel async work during mountHenrique Carvalho2-3/+63
2026-02-08smb: client: prevent races in ->query_interfaces()Henrique Carvalho1-11/+8
2026-02-08smb: client: add proper locking around ses->iface_last_updateHenrique Carvalho1-0/+2
2026-02-08smb: client: split cached_fid bitfields to avoid shared-byte RMW racesHenrique Carvalho1-4/+4
2026-02-08cifs: Fix locking usage for tcon fieldsShyam Prasad N5-10/+11
2026-02-08cifs: Corrections to lock ordering notesShyam Prasad N1-4/+11
2026-02-08cifs: make retry logic in read/write path consistent with other pathsShyam Prasad N2-7/+74
2026-02-08cifs: on replayable errors back-off before replay, not afterShyam Prasad N4-42/+129
2026-02-08smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara1-0/+2
2026-02-03Merge tag 'v6.19rc8-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+4
2026-02-02smb/client: fix memory leak in SendReceive()ChenXiaoSong1-1/+3
2026-02-02smb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1
2026-01-12fs: remove simple_nosetlease()Jeff Layton1-1/+0
2026-01-12smb/client: properly disallow delegations on directoriesJeff Layton1-3/+1
2025-12-30smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_rangeHenrique Carvalho1-0/+6
2025-12-30smb3 client: add missing tracepoint for unsupported ioctlsSteve French2-0/+4
2025-12-24cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
2025-12-16cifs: update internal module version numberSteve French1-2/+2
2025-12-16smb: move some SMB1 definitions into common/smb1pdu.hZhangGuoDong1-1/+1
2025-12-11smb/client: remove DeviceType Flags and Device Characteristics definitionsZhangGuoDong1-34/+0
2025-12-09smb: move file_notify_information to common/fscc.hChenXiaoSong1-11/+0
2025-12-09smb: move SMB2 Notify Action Flags into common/smb2pdu.hChenXiaoSong1-9/+0
2025-12-09smb: move notify completion filter flags into common/smb2pdu.hChenXiaoSong1-14/+0
2025-12-09smb/client: add parentheses to NT error code definitions containing bitwise O...ChenXiaoSong1-506/+506
2025-12-09smb: add documentation references for smb2 change notify definitionsChenXiaoSong1-1/+4
2025-12-09smb/client: add 4 NT error code definitionsChenXiaoSong2-0/+9
2025-12-09smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM valueChenXiaoSong1-1/+1
2025-12-09smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN valueChenXiaoSong1-1/+1
2025-12-09smb/client: fix NT_STATUS_NO_DATA_DETECTED valueChenXiaoSong1-1/+1
2025-12-07smb/client: update some SMB2 status stringsChenXiaoSong1-4/+6
2025-12-05cifs: Remove dead function prototypesDavid Howells2-18/+0
2025-12-05smb/client: add two elements to smb2_error_map_table arrayChenXiaoSong1-0/+3
2025-12-05smb/client: remove unused elements from smb2_error_map_table arrayChenXiaoSong1-3/+0
2025-12-05smb/client: reduce loop count in map_smb2_to_linux_error() by halfChenXiaoSong1-24/+6
2025-12-05smb: client: Add tracepoint for krb5 authPaulo Alcantara4-2/+45
2025-12-05smb: client: improve error message when creating SMB sessionPaulo Alcantara1-1/+6
2025-12-05smb: client: relax session and tcon reconnect attemptsPaulo Alcantara3-5/+26
2025-12-05cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2David Howells1-1/+1
2025-12-05cifs: client: allow changing multichannel mount options on remountRajasi Mandal5-26/+128
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells19-51/+47
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells27-312/+609
2025-12-05cifs: Don't need state locking in smb2_get_mid_entry()David Howells1-28/+20
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells12-113/+108
2025-12-05cifs: Fix specification of function pointersDavid Howells3-12/+12
2025-12-05cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells6-216/+79
2025-12-05cifs: Clean up some places where an extra kvec[] was required for rfc1002David Howells5-82/+39
2025-12-05cifs: Make smb1's SendReceive() wrap cifs_send_recv()David Howells1-72/+10