summaryrefslogtreecommitdiff
path: root/fs/smb/client/misc.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-27cifs: consolidate time_last_write stamp into _cifsFileInfo_put()Frank Sorenson1-45/+6
2026-07-21cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain pathsFrank Sorenson1-6/+39
2026-07-21cifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson1-3/+24
2026-07-19smb: client: validate DFS referral PathConsumedYichong Chen1-9/+25
2026-07-09cifs: Show reason why autodisabling serverino supportPali Rohár1-1/+5
2026-07-08cifs: validate DFS referral string offsetsGuangshuo Li1-0/+8
2026-04-22smb: client: Remove obsolete cmac(aes) allocationEric Biggers1-57/+0
2026-03-04cifs: open files should not hold ref on superblockShyam Prasad N1-0/+42
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-6/+10
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+9
2026-02-08cifs: SMB1 split: misc.cDavid Howells1-165/+0
2026-02-08cifs: SMB1 split: Don't return smb_hdr from cifs_{,small_}buf_get()David Howells1-5/+4
2026-02-08cifs: SMB1 split: Adjust #includesDavid Howells1-0/+1
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-1/+0
2026-02-08cifs: SMB1 split: Move some SMB1 received PDU checking bits to smb1transport.cDavid Howells1-126/+0
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells1-0/+1
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-6/+12
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-17/+17
2025-11-30smb: move SMB1_PROTO_NUMBER to common/smbglob.hZhangGuoDong1-1/+1
2025-10-15cifs: parse_dfs_referrals: prevent oob on malformed inputEugene Korenevsky1-0/+17
2025-09-17smb: client: fix filename matching of deferred filesPaulo Alcantara1-21/+15
2025-06-30cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N1-0/+6
2025-06-01cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár1-0/+8
2025-03-31smb:client: smb: client: Add reverse mapping from tcon to superblocksWang Zhaolong1-0/+2
2025-01-19smb: client: fix return value of parse_dfs_referrals()Paulo Alcantara1-3/+3
2025-01-19smb: client: provide dns_resolve_{unc,name} helpersPaulo Alcantara1-16/+7
2025-01-19smb: client: fix DFS mount against old servers with NTLMSSPPaulo Alcantara1-1/+2
2025-01-19smb: client: parse av pair type 4 in CHALLENGE_MESSAGEPaulo Alcantara1-0/+1
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan1-1/+1
2024-09-24smb: client: fix DFS failover in multiuser mountsPaulo Alcantara1-1/+2
2024-09-24smb: client: fix DFS interlink failoverPaulo Alcantara1-0/+3
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li1-6/+3
2024-08-08cifs: cifs_inval_name_dfs_link_error: correct the check for fullpathGleb Korobeynikov1-4/+5
2024-08-08Fix spelling errors in Server Message BlockXiaxi Shen1-1/+1
2024-08-02cifs: Remove cifs_aio_ctxDavid Howells1-54/+0
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-3/+7
2024-04-19cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells1-0/+3
2024-04-11smb3: fix broken reconnect when password changing on the server by allowing p...Steve French1-0/+1
2024-04-03smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-02smb: client: guarantee refcounted children from parent sessionPaulo Alcantara1-6/+0
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells1-3/+0
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya1-0/+34
2024-01-18smb3: show beginning time for per share statsSteve French1-0/+1
2023-12-17smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2023-09-19smb3: do not start laundromat thread when dir leasesSteve French1-5/+9
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French1-1/+1
2023-07-25cifs: fix charset issue in reconnectionWinston Wen1-0/+1
2023-06-28smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara1-9/+29