summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: version operations for smb20 unneeded when legacy support disabledSteve French2022-06-011-1/+6
* cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg2022-05-311-1/+1
* smb3: remove unneeded null check in cifs_readdirSteve French2022-05-271-0/+1
* cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg2022-05-241-0/+16
* smb3: don't set rc when used and unneeded in query_info_compoundSteve French2022-05-231-1/+1
* smb3: check for null tconSteve French2022-05-231-2/+5
* cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Ronnie Sahlberg2022-05-211-2/+3
* cifs: check for smb1 in open_cached_dir()Ronnie Sahlberg2022-05-211-1/+2
* cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-04-201-0/+8
* cifs: Split the smb3_add_credits tracepointDavid Howells2022-04-081-3/+6
* cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara2022-03-311-59/+65
* cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara2022-03-311-6/+10
* smb3: move defines for query info and query fsinfo to smbfs_commonSteve French2022-03-261-14/+14
* [smb3] move more common protocol header definitions to smbfs_commonSteve French2022-03-251-6/+6
* cifs: fix bad fids sent over wirePaulo Alcantara2022-03-231-4/+4
* cifs: change smb2_query_info_compound to use a cached fid, if availableRonnie Sahlberg2022-03-231-10/+35
* cifs: convert the path to utf16 in smb2_query_info_compoundRonnie Sahlberg2022-03-231-11/+12
* cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg2022-03-181-4/+14
* cifs: move superblock magic defitions to magic.hJeff Layton2022-01-151-2/+3
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-2/+13
* cifs: reconnect only the connection and not smb session where possibleShyam Prasad N2022-01-021-3/+3