summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-06-16smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya1-1/+1
2024-06-12ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon1-2/+2
2024-06-12ksmbd: ignore trailing slashes in share pathsNandor Kracser1-1/+5
2024-06-12ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon1-8/+13
2024-05-25smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva3-30/+33
2024-05-25ksmbd: add continuous availability share parameterNamjae Jeon2-19/+27
2024-05-25cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells11-26/+143
2024-05-25smb: client: instantiate when creating SFU filesPaulo Alcantara1-39/+55
2024-05-25smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara1-1/+2
2024-05-25smb3: add trace event for mknodSteve French2-1/+10
2024-05-25smb311: additional compression flag defined in updated protocol specSteve French1-4/+6
2024-05-25smb311: correct incorrect offset field in compression headerSteve French1-1/+1
2024-05-25cifs: Move some extern decls from .c files to .hSteve French4-10/+2
2024-05-25ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-29/+42
2024-05-25ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-1/+4
2024-05-25ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King1-1/+1
2024-05-25ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis1-1/+1
2024-05-25cifs: remove redundant variable assignmentBharath SM1-2/+0
2024-05-25cifs: fixes for get_inode_infoMeetakshi Setiya2-12/+13
2024-05-25cifs: defer close file handles having RH leaseBharath SM1-4/+15
2024-05-25ksmbd: add support for durable handles v1/v2Namjae Jeon9-21/+506
2024-05-25ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous sessionNamjae Jeon3-25/+29
2024-05-25smb: common: simplify compression headersEnzo Matsumiya1-19/+26
2024-05-25smb: common: fix fields sizes in compression_pattern_payload_v1Enzo Matsumiya1-2/+2
2024-05-25smb: client: negotiate compression algorithmsEnzo Matsumiya6-15/+49
2024-05-25smb3: add dynamic trace point for ioctlsSteve French2-0/+37
2024-05-25smb: client: return reparse type in /proc/mountsPaulo Alcantara2-0/+14
2024-05-25smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara1-7/+9
2024-05-25smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara4-17/+97
2024-05-25smb: client: introduce SMB2_OP_QUERY_WSL_EASteve French6-25/+190
2024-05-25smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter1-1/+1
2024-05-25smb: client: add support for WSL reparse pointsPaulo Alcantara10-20/+210
2024-05-25smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2-69/+95
2024-05-25smb: client: fix potential broken compound requestPaulo Alcantara1-43/+63
2024-05-25smb: client: move most of reparse point handling code to common filePaulo Alcantara9-364/+405
2024-05-25smb: client: introduce reparse mount optionPaulo Alcantara4-0/+52
2024-05-25smb: client: retry compound request without reusing leaseMeetakshi Setiya1-3/+38
2024-05-25smb: client: do not defer close open handles to deleted filesSteve French6-5/+74
2024-05-25smb: client: reuse file lease key in compound operationsMeetakshi Setiya6-31/+48
2024-05-25smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2-83/+36
2024-05-25smb: client: parse owner/group when creating reparse pointsSteve French4-90/+71
2024-05-25smb3: update allocation size more accurately on write completionSteve French1-1/+8
2024-05-25smb: client: handle path separator of created SMB symlinksPaulo Alcantara1-2/+6
2024-05-25cifs: update the same create_guid on replaySteve French4-2/+14
2024-05-25ksmbd: Add kernel-doc for ksmbd_extract_sharename() functionYang Li1-0/+1
2024-05-25cifs: set replay flag for retries of write commandShyam Prasad N3-1/+5
2024-05-25cifs: commands that are retried should have replay flag setShyam Prasad N6-45/+404
2024-05-25smb: client: delete "true", "false" definesAlexey Dobriyan1-7/+0
2024-05-25smb: Fix some kernel-doc commentsYang Li1-0/+2
2024-05-25cifs: new mount option called retransShyam Prasad N5-0/+15