summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds11-39/+54
2024-03-21Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds15-147/+716
2024-03-20smb311: additional compression flag defined in updated protocol specSteve French1-4/+6
2024-03-20smb311: correct incorrect offset field in compression headerSteve French1-1/+1
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells4-10/+2
2024-03-19ksmbd: remove module versionNamjae Jeon2-3/+0
2024-03-19ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-29/+42
2024-03-17ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-1/+4
2024-03-15ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King1-1/+1
2024-03-15ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis1-1/+1
2024-03-14cifs: remove redundant variable assignmentBharath SM1-2/+0
2024-03-14cifs: fixes for get_inode_infoMeetakshi Setiya2-12/+13
2024-03-14cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky1-1/+2
2024-03-14cifs: reduce warning log level for server not advertising interfacesShyam Prasad N1-2/+2
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N4-3/+13
2024-03-14cifs: defer close file handles having RH leaseBharath SM1-4/+15
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds26-707/+1564
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2024-03-12ksmbd: add support for durable handles v1/v2Namjae Jeon9-21/+506
2024-03-12ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous sessionNamjae Jeon3-25/+29
2024-03-12ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis1-2/+8
2024-03-12ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis3-66/+127
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds6-75/+76
2024-03-11cifs: update internal module version number for cifs.koSteve French1-2/+2
2024-03-11smb: common: simplify compression headersEnzo Matsumiya1-19/+26
2024-03-11smb: common: fix fields sizes in compression_pattern_payload_v1Enzo Matsumiya1-2/+2
2024-03-11smb: client: negotiate compression algorithmsEnzo Matsumiya6-15/+49
2024-03-11smb3: add dynamic trace point for ioctlsSteve French2-0/+37
2024-03-11cifs: Fix writeback data corruptionDavid Howells1-126/+157
2024-03-11smb: client: return reparse type in /proc/mountsPaulo Alcantara2-0/+14
2024-03-11smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara1-7/+9
2024-03-11smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara4-17/+97
2024-03-11smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara6-25/+190
2024-03-11smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter1-1/+1
2024-03-11smb: client: add support for WSL reparse pointsPaulo Alcantara10-20/+210
2024-03-11smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2-69/+95
2024-03-11smb: client: fix potential broken compound requestPaulo Alcantara1-43/+63
2024-03-11smb: client: move most of reparse point handling code to common filePaulo Alcantara9-364/+405
2024-03-11smb: client: introduce reparse mount optionPaulo Alcantara4-0/+52
2024-03-11smb: client: retry compound request without reusing leaseMeetakshi Setiya1-3/+38
2024-03-11smb: client: do not defer close open handles to deleted filesMeetakshi Setiya6-5/+74
2024-03-11smb: client: reuse file lease key in compound operationsMeetakshi Setiya6-31/+48
2024-03-11smb3: update allocation size more accurately on write completionSteve French1-1/+8
2024-03-11smb: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-03-11cifs: allow changing password during remountSteve French4-5/+30
2024-03-11cifs: prevent updating file size from server if we have a read/write leaseBharath SM4-12/+17
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+3
2024-02-25cifs_get_link(): bail out in unsafe caseAl Viro1-0/+3
2024-02-16smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2-2/+23
2024-02-12smb: client: handle path separator of created SMB symlinksPaulo Alcantara1-2/+6