summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-05-17SMB3: drop reference to cfile before sending oplock breakBharath SM
2023-05-08cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek
2023-03-24cifs: append path to open_enter trace eventShyam Prasad N
2023-03-23cifs: empty interface list when server doesn't support query interfacesShyam Prasad N
2023-03-23cifs: do not poll server interfaces too regularlyShyam Prasad N
2023-03-01cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara
2023-02-20cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells
2023-02-20smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook
2023-02-20cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke
2023-02-20cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke
2023-02-20cifs: Get rid of unneeded conditional in the smb2_get_aead_req()Andy Shevchenko
2023-01-04cifs: fix interface count calculation during refreshShyam Prasad N
2023-01-04cifs: Fix kmap_local_page() unmappingIra Weiny
2022-12-19cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara
2022-12-15Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2022-12-12cifs: fix oops during encryptionPaulo Alcantara
2022-12-08cifs: skip alloc when request has no pagesPaulo Alcantara
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-16cifs: add check for returning value of SMB2_set_info_initAnastasia Belova
2022-11-15cifs: add check for returning value of SMB2_close_initAnastasia Belova
2022-11-04cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N
2022-11-04cifs: always iterate smb sessions using primary channelShyam Prasad N
2022-10-19smb3: interface count displayed incorrectlySteve French
2022-10-15smb3: improve SMB3 change notification supportSteve French
2022-10-13cifs: enable caching of directories for which a lease is heldRonnie Sahlberg
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara
2022-10-13smb3: clarify multichannel warningSteve French
2022-10-07smb3: rename encryption/decryption TFMsEnzo Matsumiya
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya
2022-10-05smb3: do not log confusing message when server returns no network interfacesSteve French
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French
2022-08-30smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French
2022-08-28smb3: fix temporary data corruption in insert rangeDavid Howells
2022-08-28smb3: fix temporary data corruption in collapse rangeSteve French
2022-08-28smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells
2022-08-23smb3: missing inode locks in punch holeDavid Howells
2022-08-23smb3: missing inode locks in zero rangeDavid Howells
2022-08-17cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya
2022-08-12cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg
2022-08-11cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya
2022-08-01smb3: check xattr value length earlierSteve French
2022-06-22cifs: periodically query network interfaces from serverShyam Prasad N
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells