summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2024-03-2111-39/+54
|\
| * smb311: additional compression flag defined in updated protocol specSteve French2024-03-201-4/+6
| * smb311: correct incorrect offset field in compression headerSteve French2024-03-201-1/+1
| * cifs: Move some extern decls from .c files to .hDavid Howells2024-03-204-10/+2
| * cifs: remove redundant variable assignmentBharath SM2024-03-141-2/+0
| * cifs: fixes for get_inode_infoMeetakshi Setiya2024-03-142-12/+13
| * cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky2024-03-141-1/+2
| * cifs: reduce warning log level for server not advertising interfacesShyam Prasad N2024-03-141-2/+2
| * cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N2024-03-144-3/+13
| * cifs: defer close file handles having RH leaseBharath SM2024-03-141-4/+15
* | Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-03-2015-147/+716
|\ \ | |/ |/|
| * ksmbd: remove module versionNamjae Jeon2024-03-182-3/+0
| * ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2024-03-182-29/+42
| * ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon2024-03-171-1/+4
| * ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King2024-03-141-1/+1
| * ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis2024-03-141-1/+1
| * ksmbd: add support for durable handles v1/v2Namjae Jeon2024-03-129-21/+506
| * ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous sessionNamjae Jeon2024-03-123-25/+29
| * ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis2024-03-121-2/+8
| * ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis2024-03-123-66/+127
* | Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2024-03-1326-707/+1564
|\ \
| * | cifs: update internal module version number for cifs.koSteve French2024-03-101-2/+2
| * | smb: common: simplify compression headersEnzo Matsumiya2024-03-101-19/+26
| * | smb: common: fix fields sizes in compression_pattern_payload_v1Enzo Matsumiya2024-03-101-2/+2
| * | smb: client: negotiate compression algorithmsEnzo Matsumiya2024-03-106-15/+49
| * | smb3: add dynamic trace point for ioctlsSteve French2024-03-102-0/+37
| * | cifs: Fix writeback data corruptionDavid Howells2024-03-101-126/+157
| * | smb: client: return reparse type in /proc/mountsPaulo Alcantara2024-03-102-0/+14
| * | smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara2024-03-101-7/+9
| * | smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara2024-03-104-17/+97
| * | smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara2024-03-106-25/+190
| * | smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter2024-03-101-1/+1
| * | smb: client: add support for WSL reparse pointsPaulo Alcantara2024-03-1010-20/+210
| * | smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2024-03-102-69/+95
| * | smb: client: fix potential broken compound requestPaulo Alcantara2024-03-101-43/+63
| * | smb: client: move most of reparse point handling code to common filePaulo Alcantara2024-03-109-364/+405
| * | smb: client: introduce reparse mount optionPaulo Alcantara2024-03-104-0/+52
| * | smb: client: retry compound request without reusing leaseMeetakshi Setiya2024-03-101-3/+38
| * | smb: client: do not defer close open handles to deleted filesMeetakshi Setiya2024-03-106-5/+74
| * | smb: client: reuse file lease key in compound operationsMeetakshi Setiya2024-03-106-31/+48
| * | smb3: update allocation size more accurately on write completionSteve French2024-03-101-1/+8
| * | smb: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-101-1/+1
| * | cifs: allow changing password during remountSteve French2024-03-104-5/+30
| * | cifs: prevent updating file size from server if we have a read/write leaseBharath SM2024-03-104-12/+17
| |/
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-116-75/+76
|\ \ | |/ |/|
| * smb: remove redundant checkNeilBrown2024-02-061-3/+0
| * filelock: split leases out of struct file_lockJeff Layton2024-02-051-1/+1
| * smb/server: adapt to breakup of struct file_lockJeff Layton2024-02-052-25/+23
| * smb/client: adapt to breakup of struct file_lockJeff Layton2024-02-054-40/+40