summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-10cifs: update internal module version number for cifs.koSteve French
2024-03-10smb: common: simplify compression headersEnzo Matsumiya
2024-03-10smb: common: fix fields sizes in compression_pattern_payload_v1Enzo Matsumiya
2024-03-10smb: client: negotiate compression algorithmsEnzo Matsumiya
2024-03-10smb3: add dynamic trace point for ioctlsSteve French
2024-03-10cifs: Fix writeback data corruptionDavid Howells
2024-03-10smb: client: return reparse type in /proc/mountsPaulo Alcantara
2024-03-10smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara
2024-03-10smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara
2024-03-10smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara
2024-03-10smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara
2024-03-10smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara
2024-03-10smb: client: fix potential broken compound requestPaulo Alcantara
2024-03-10smb: client: move most of reparse point handling code to common filePaulo Alcantara
2024-03-10smb: client: introduce reparse mount optionPaulo Alcantara
2024-03-10smb: client: retry compound request without reusing leaseMeetakshi Setiya
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya
2024-03-10smb: client: reuse file lease key in compound operationsMeetakshi Setiya
2024-03-10smb3: update allocation size more accurately on write completionSteve French
2024-03-10smb: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-03-10cifs: allow changing password during remountSteve French
2024-03-10cifs: prevent updating file size from server if we have a read/write leaseBharath SM
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-02-25cifs_get_link(): bail out in unsafe caseAl Viro
2024-02-15smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French
2024-02-12smb: client: handle path separator of created SMB symlinksPaulo Alcantara
2024-02-12smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara
2024-02-11cifs: update the same create_guid on replayShyam Prasad N
2024-02-11cifs: fix underflow in parse_server_interfaces()Dan Carpenter
2024-02-10Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-02-09smb3: clarify mount warningSteve French
2024-02-09cifs: handle cases where multiple sessions share connectionShyam Prasad N
2024-02-09cifs: change tcon status when need_reconnect is set on itShyam Prasad N
2024-02-08smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara
2024-02-08smb3: add missing null server pointer checkSteve French
2024-02-07ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin
2024-02-07ksmbd: Add kernel-doc for ksmbd_extract_sharename() functionYang Li
2024-02-06smb: remove redundant checkNeilBrown
2024-02-05filelock: split leases out of struct file_lockJeff Layton
2024-02-05smb/server: adapt to breakup of struct file_lockJeff Layton
2024-02-05smb/client: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-02-05smb/server: convert to using new filelock helpersJeff Layton
2024-02-05smb/client: convert to using new filelock helpersJeff Layton
2024-02-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara
2024-02-01cifs: failure to add channel on iface should bump up weightShyam Prasad N