summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/smb2ops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb: client: fix noisy message when mounting sharesPaulo Alcantara2024-11-271-1/+1
* smb: client: allow reconnect when sending ioctlPaulo Alcantara2024-11-271-4/+8
* smb: client: improve compound padding in encryptionPaulo Alcantara2024-11-211-34/+3
* smb3: request handle caching when caching directoriesSteve French2024-11-211-1/+1
* smb: client: fix possible double free in smb2_set_ea()Su Hui2024-10-161-1/+2
* smb: client: Correct typos in multiple comments across various filesShen Lichuan2024-10-031-2/+2
* smb: client: use actual path when queryfswangrong2024-10-021-7/+12
* smb: client: fix UAF in async decryptionEnzo Matsumiya2024-09-271-19/+28
* cifs: Fix reversion of the iter in cifs_readv_receive().David Howells2024-09-251-3/+6
* Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds2024-09-191-27/+71
|\
| * cifs: Update SFU comments about fifos and socketsPali Rohár2024-09-171-1/+1
| * cifs: Add support for creating SFU symlinksPali Rohár2024-09-171-18/+62
| * cifs: Put explicit zero byte into SFU block/char typesPali Rohár2024-09-151-2/+2
| * smb: move SMB2 Status code to common header fileChenXiaoSong2024-09-151-1/+1
| * smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong2024-09-151-7/+7
* | Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-09-161-98/+121
|\ \ | |/ |/|
| * cifs: Switch crypto buffer to use a folio_queue rather than an xarrayDavid Howells2024-09-121-97/+119
| * netfs: Speed up buffered readingDavid Howells2024-09-121-1/+2
* | netfs, cifs: Improve some debugging bitsDavid Howells2024-09-031-3/+5
|/
* cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells2024-08-281-2/+14
* cifs: Fix lack of credit renegotiation on read retryDavid Howells2024-08-281-1/+1
* cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells2024-08-251-0/+22
* smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher2024-08-251-2/+0
* smb3: add four dynamic tracepoints for copy_file_range and reflinkSteve French2024-07-261-1/+14
* smb3: add dynamic tracepoint for reflink errorsSteve French2024-07-261-0/+5
* cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells2024-07-191-5/+37
* cifs: fix creating sockets when using sfu mount optionsSteve French2024-05-311-0/+3
* cifs: Fix missing set of remote_i_sizeDavid Howells2024-05-241-0/+1
* cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells2024-05-241-0/+1
* cifs: Make wait_mtu_credits take size_t argsDavid Howells2024-05-011-2/+2
* cifs: Use more fields from netfs_io_subrequestDavid Howells2024-05-011-2/+2
* cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells2024-05-011-1/+1
* cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells2024-04-191-1/+6
* smb: client: instantiate when creating SFU filesPaulo Alcantara2024-04-111-39/+55
* smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara2024-04-031-0/+2
* smb3: retrying on failed server closeRitvik Budhiraja2024-04-031-4/+5
* smb: client: replace deprecated strncpy with strscpyJustin Stitt2024-04-011-1/+1
* cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N2024-03-141-0/+2
* smb: client: add support for WSL reparse pointsPaulo Alcantara2024-03-111-1/+1
* smb: client: move most of reparse point handling code to common filePaulo Alcantara2024-03-111-251/+3
* smb: client: handle path separator of created SMB symlinksPaulo Alcantara2024-02-121-2/+6
* cifs: update the same create_guid on replayShyam Prasad N2024-02-121-0/+4
* cifs: fix underflow in parse_server_interfaces()Dan Carpenter2024-02-121-1/+1
* cifs: commands that are retried should have replay flag setShyam Prasad N2024-01-241-9/+114
* cifs: Share server EOF pos with netfslibDavid Howells2024-01-241-5/+13
* cifs: update iface_last_update on each query-and-updateShyam Prasad N2024-01-191-1/+3
* cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2024-01-191-7/+1
* cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara2024-01-081-12/+0
* cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells2024-01-071-21/+16
* smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara2024-01-071-139/+0