summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2024-10-17smb: client: fix UAF in async decryptionEnzo Matsumiya
2024-10-10smb3: fix incorrect mode displayed for read-only filesSteve French
2024-10-10smb: client: use actual path when queryfswangrong
2024-10-10cifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár
2024-10-10cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár
2024-10-10cifs: Remove intermediate object of failed create reparse callPali Rohár
2024-09-30smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara
2024-09-18cifs: Fix signature miscalculationDavid Howells
2024-09-12smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara
2024-09-12cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells
2024-09-12smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara
2024-09-08smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara
2024-09-04cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells
2024-09-04smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher
2024-08-29smb: client: ignore unhandled reparse tagsPaulo Alcantara
2024-08-14smb3: fix setting SecurityFlags when encryption is requiredSteve French
2024-08-14cifs: cifs_inval_name_dfs_link_error: correct the check for fullpathGleb Korobeynikov
2024-08-14smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara
2024-08-03cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French
2024-08-03cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French
2024-08-03cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French
2024-07-25mm: page_ref: remove folio_try_get_rcu()Yang Shi
2024-07-25cifs: fix noisy message on copy_file_rangeSteve French
2024-07-18cifs: fix setting SecurityFlags to trueSteve French
2024-06-27cifs: fix typo in module parameter enable_gcm_256Steve French
2024-06-16smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya
2024-05-25smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-05-25cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells
2024-05-25smb: client: instantiate when creating SFU filesPaulo Alcantara
2024-05-25smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()Paulo Alcantara
2024-05-25smb3: add trace event for mknodSteve French
2024-05-25cifs: Move some extern decls from .c files to .hSteve French
2024-05-25cifs: remove redundant variable assignmentBharath SM
2024-05-25cifs: fixes for get_inode_infoMeetakshi Setiya
2024-05-25cifs: defer close file handles having RH leaseBharath SM
2024-05-25smb: client: negotiate compression algorithmsEnzo Matsumiya
2024-05-25smb3: add dynamic trace point for ioctlsSteve French
2024-05-25smb: client: return reparse type in /proc/mountsPaulo Alcantara
2024-05-25smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara
2024-05-25smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara
2024-05-25smb: client: introduce SMB2_OP_QUERY_WSL_EASteve French
2024-05-25smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter
2024-05-25smb: client: add support for WSL reparse pointsPaulo Alcantara
2024-05-25smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara
2024-05-25smb: client: fix potential broken compound requestPaulo Alcantara
2024-05-25smb: client: move most of reparse point handling code to common filePaulo Alcantara
2024-05-25smb: client: introduce reparse mount optionPaulo Alcantara
2024-05-25smb: client: retry compound request without reusing leaseMeetakshi Setiya
2024-05-25smb: client: do not defer close open handles to deleted filesSteve French
2024-05-25smb: client: reuse file lease key in compound operationsMeetakshi Setiya