summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-03-10smb: common: fix fields sizes in compression_pattern_payload_v1Enzo Matsumiya1-2/+2
2024-03-10smb: client: negotiate compression algorithmsEnzo Matsumiya6-15/+49
2024-03-10smb3: add dynamic trace point for ioctlsSteve French2-0/+37
2024-03-10cifs: Fix writeback data corruptionDavid Howells1-126/+157
2024-03-10smb: client: return reparse type in /proc/mountsPaulo Alcantara2-0/+14
2024-03-10smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara1-7/+9
2024-03-10smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara4-17/+97
2024-03-10smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara6-25/+190
2024-03-10smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter1-1/+1
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara10-20/+210
2024-03-10smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2-69/+95
2024-03-10smb: client: fix potential broken compound requestPaulo Alcantara1-43/+63
2024-03-10smb: client: move most of reparse point handling code to common filePaulo Alcantara9-364/+405
2024-03-10smb: client: introduce reparse mount optionPaulo Alcantara4-0/+52
2024-03-10smb: client: retry compound request without reusing leaseMeetakshi Setiya1-3/+38
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya6-5/+74
2024-03-10smb: client: reuse file lease key in compound operationsMeetakshi Setiya6-31/+48
2024-03-10smb3: update allocation size more accurately on write completionSteve French1-1/+8
2024-03-10smb: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-03-10cifs: allow changing password during remountSteve French4-5/+30
2024-03-10cifs: 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-15smb: 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
2024-02-12smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara1-0/+16
2024-02-11cifs: update the same create_guid on replayShyam Prasad N4-2/+14
2024-02-11cifs: fix underflow in parse_server_interfaces()Dan Carpenter1-1/+1
2024-02-10Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-2/+7
2024-02-09smb3: clarify mount warningSteve French1-1/+1
2024-02-09cifs: handle cases where multiple sessions share connectionShyam Prasad N2-1/+6
2024-02-09cifs: change tcon status when need_reconnect is set on itShyam Prasad N3-1/+14
2024-02-08smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2-7/+14
2024-02-08smb3: add missing null server pointer checkSteve French1-1/+1
2024-02-07ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin1-2/+6
2024-02-07ksmbd: Add kernel-doc for ksmbd_extract_sharename() functionYang Li1-0/+1
2024-02-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2-3/+3
2024-02-01cifs: failure to add channel on iface should bump up weightShyam Prasad N1-0/+2
2024-02-01cifs: do not search for channel if server is terminatingShyam Prasad N2-1/+5
2024-02-01cifs: avoid redundant calls to disable multichannelShyam Prasad N1-1/+1
2024-01-31cifs: make sure that channel scaling is done only onceShyam Prasad N2-3/+20
2024-01-27Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-3/+6
2024-01-27Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-74/+467
2024-01-25ksmbd: fix global oob in ksmbd_nl_policyLin Ma2-3/+4
2024-01-23cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N1-1/+0
2024-01-23cifs: set replay flag for retries of write commandShyam Prasad N3-1/+5
2024-01-23cifs: commands that are retried should have replay flag setShyam Prasad N6-45/+404
2024-01-23cifs: helper function to check replayable error codesShyam Prasad N2-0/+8
2024-01-23cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N1-2/+9
2024-01-23cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N1-0/+3