summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2024-03-21Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2024-03-20Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-03-20smb311: additional compression flag defined in updated protocol specSteve French
2024-03-20smb311: correct incorrect offset field in compression headerSteve French
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells
2024-03-18ksmbd: remove module versionNamjae Jeon
2024-03-18ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon
2024-03-17ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon
2024-03-14ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King
2024-03-14ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis
2024-03-14cifs: remove redundant variable assignmentBharath SM
2024-03-14cifs: fixes for get_inode_infoMeetakshi Setiya
2024-03-14cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky
2024-03-14cifs: reduce warning log level for server not advertising interfacesShyam Prasad N
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N
2024-03-14cifs: defer close file handles having RH leaseBharath SM
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-12ksmbd: add support for durable handles v1/v2Namjae Jeon
2024-03-12ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous sessionNamjae Jeon
2024-03-12ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis
2024-03-12ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis
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