summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-5794/+0
* SMB3: drop reference to cfile before sending oplock breakBharath SM2023-05-171-4/+3
* cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek2023-05-081-1/+1
* cifs: append path to open_enter trace eventShyam Prasad N2023-03-241-0/+11
* cifs: empty interface list when server doesn't support query interfacesShyam Prasad N2023-03-231-1/+1
* cifs: do not poll server interfaces too regularlyShyam Prasad N2023-03-231-0/+14
* cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara2023-03-011-10/+13
* cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells2023-02-201-197/+181
* smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook2023-02-201-7/+7
* cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke2023-02-201-90/+101
* cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke2023-02-201-6/+7
* cifs: Get rid of unneeded conditional in the smb2_get_aead_req()Andy Shevchenko2023-02-201-5/+9
* cifs: fix interface count calculation during refreshShyam Prasad N2023-01-041-1/+2
* cifs: Fix kmap_local_page() unmappingIra Weiny2023-01-041-7/+2
* cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara2022-12-191-4/+24
* Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-151-90/+89
|\
| * cifs: fix oops during encryptionPaulo Alcantara2022-12-121-75/+68
| * cifs: skip alloc when request has no pagesPaulo Alcantara2022-12-081-15/+21
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
|/
* cifs: add check for returning value of SMB2_set_info_initAnastasia Belova2022-11-161-0/+2
* cifs: add check for returning value of SMB2_close_initAnastasia Belova2022-11-151-0/+2
* cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N2022-11-041-11/+13
* cifs: always iterate smb sessions using primary channelShyam Prasad N2022-11-041-1/+5
* smb3: interface count displayed incorrectlySteve French2022-10-191-1/+2
* smb3: improve SMB3 change notification supportSteve French2022-10-151-7/+28
* cifs: enable caching of directories for which a lease is heldRonnie Sahlberg2022-10-131-1/+1
* cifs: improve symlink handling for smb2+Paulo Alcantara2022-10-131-86/+23
* smb3: clarify multichannel warningSteve French2022-10-131-1/+2
* smb3: rename encryption/decryption TFMsEnzo Matsumiya2022-10-071-2/+1
* cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya2022-10-071-3/+3
* smb3: do not log confusing message when server returns no network interfacesSteve French2022-10-051-5/+18
* smb3: add dynamic trace points for tree disconnectSteve French2022-10-051-3/+3
* smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French2022-08-301-2/+7
* smb3: fix temporary data corruption in insert rangeDavid Howells2022-08-281-8/+16
* smb3: fix temporary data corruption in collapse rangeSteve French2022-08-281-10/+16
* smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells2022-08-281-12/+8
* smb3: missing inode locks in punch holeDavid Howells2022-08-231-6/+6
* smb3: missing inode locks in zero rangeDavid Howells2022-08-231-25/+30
* cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya2022-08-171-22/+13
* cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya2022-08-171-1/+1
* cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg2022-08-121-4/+15
* cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg2022-08-111-4/+4
* cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-295/+2
* cifs: remove useless DeleteMidQEntry()Enzo Matsumiya2022-08-051-1/+1
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-21/+26
* cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya2022-08-011-5/+2
* smb3: check xattr value length earlierSteve French2022-08-011-2/+3
* cifs: periodically query network interfaces from serverShyam Prasad N2022-06-221-1/+1
* cifs: change iface_list from array to sorted linked listShyam Prasad N2022-06-221-82/+89
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-4/+4