summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-25cifs: defer close file handles having RH leaseBharath SM1-4/+15
2024-05-25ksmbd: add support for durable handles v1/v2Namjae Jeon9-21/+506
2024-05-25ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous sessionNamjae Jeon3-25/+29
2024-05-25smb: common: simplify compression headersEnzo Matsumiya1-19/+26
2024-05-25smb: common: fix fields sizes in compression_pattern_payload_v1Enzo Matsumiya1-2/+2
2024-05-25smb: client: negotiate compression algorithmsEnzo Matsumiya6-15/+49
2024-05-25smb3: add dynamic trace point for ioctlsSteve French2-0/+37
2024-05-25smb: client: return reparse type in /proc/mountsPaulo Alcantara2-0/+14
2024-05-25smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara1-7/+9
2024-05-25smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara4-17/+97
2024-05-25smb: client: introduce SMB2_OP_QUERY_WSL_EASteve French6-25/+190
2024-05-25smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter1-1/+1
2024-05-25smb: client: add support for WSL reparse pointsPaulo Alcantara10-20/+210
2024-05-25smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2-69/+95
2024-05-25smb: client: fix potential broken compound requestPaulo Alcantara1-43/+63
2024-05-25smb: client: move most of reparse point handling code to common filePaulo Alcantara9-364/+405
2024-05-25smb: client: introduce reparse mount optionPaulo Alcantara4-0/+52
2024-05-25smb: client: retry compound request without reusing leaseMeetakshi Setiya1-3/+38
2024-05-25smb: client: do not defer close open handles to deleted filesSteve French6-5/+74
2024-05-25smb: client: reuse file lease key in compound operationsMeetakshi Setiya6-31/+48
2024-05-25smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2-83/+36
2024-05-25smb: client: parse owner/group when creating reparse pointsSteve French4-90/+71
2024-05-25smb3: update allocation size more accurately on write completionSteve French1-1/+8
2024-05-25smb: client: handle path separator of created SMB symlinksPaulo Alcantara1-2/+6
2024-05-25cifs: update the same create_guid on replaySteve French4-2/+14
2024-05-25ksmbd: Add kernel-doc for ksmbd_extract_sharename() functionYang Li1-0/+1
2024-05-25cifs: set replay flag for retries of write commandShyam Prasad N3-1/+5
2024-05-25cifs: commands that are retried should have replay flag setShyam Prasad N6-45/+404
2024-05-25smb: client: delete "true", "false" definesAlexey Dobriyan1-7/+0
2024-05-25smb: Fix some kernel-doc commentsYang Li1-0/+2
2024-05-25cifs: new mount option called retransShyam Prasad N5-0/+15
2024-05-25smb: client: don't clobber ->i_rdev from cached reparse pointsPaulo Alcantara1-3/+3
2024-05-25cifs: new nt status codes from MS-SMB2Shyam Prasad N2-0/+4
2024-05-25cifs: pick channel for tcon and tdisShyam Prasad N1-6/+4
2024-05-25cifs: minor comment cleanupSteve French1-3/+3
2024-05-25cifs: remove redundant variable tcon_existColin Ian King1-3/+3
2024-05-25ksmbd: vfs: fix all kernel-doc warningsRandy Dunlap1-10/+18
2024-05-25ksmbd: auth: fix most kernel-doc warningsRandy Dunlap1-6/+8
2024-05-25cifs: remove unneeded return statementSteve French1-2/+0
2024-05-25cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara2-14/+12
2024-05-25cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells3-25/+20
2024-05-25smb3: Improve exception handling in allocate_mr_list()Markus Elfring1-2/+2
2024-05-25cifs: fix in logging in cifs_chan_update_ifaceSteve French1-6/+8
2024-05-25smb: client: handle special files and symlinks in SMB3 POSIXPaulo Alcantara1-21/+29
2024-05-25smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara3-139/+39
2024-05-25smb: client: allow creating symlinks via reparse pointsPaulo Alcantara3-5/+86
2024-05-25smb: client: optimise reparse point queryingSteve French6-31/+119
2024-05-25smb: client: allow creating special files via reparse pointsSteve French10-60/+256
2024-05-25smb: client: extend smb2_compound_op() to accept more commandsSteve French2-384/+403
2024-05-25smb: client: Fix minor whitespace errors and warningsPierre Mariani1-8/+17