aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2022-10-19cifs: update internal module numberGravatar Steve French 1-2/+2
2022-10-19cifs: fix memory leaks in session setupGravatar Paulo Alcantara 1-8/+7
2022-10-19cifs: drop the lease for cached directories on rmdir or renameGravatar Ronnie Sahlberg 3-0/+27
2022-10-19smb3: interface count displayed incorrectlyGravatar Steve French 1-1/+2
2022-10-18cifs: Fix memory leak when build ntlmssp negotiate blob failedGravatar Zhang Xiaoxu 1-1/+1
2022-10-18cifs: set rc to -ENOENT if we can not get a dentry for the cached dirGravatar Ronnie Sahlberg 1-2/+4
2022-10-18cifs: use LIST_HEAD() and list_move() to simplify codeGravatar Yang Yingliang 1-8/+4
2022-10-18cifs: Fix xid leak in cifs_get_file_info_unix()Gravatar Zhang Xiaoxu 1-2/+4
2022-10-18cifs: Fix xid leak in cifs_ses_add_channel()Gravatar Zhang Xiaoxu 1-0/+1
2022-10-18cifs: Fix xid leak in cifs_flock()Gravatar Zhang Xiaoxu 1-4/+7
2022-10-18cifs: Fix xid leak in cifs_copy_file_range()Gravatar Zhang Xiaoxu 1-2/+5
2022-10-18cifs: Fix xid leak in cifs_create()Gravatar Zhang Xiaoxu 1-2/+4
2022-10-15smb3: improve SMB3 change notification supportGravatar Steve French 6-13/+90
2022-10-15cifs: lease key is uninitialized in two additional functions when smb1Gravatar Steve French 1-2/+2
2022-10-15cifs: lease key is uninitialized in smb1 pathsGravatar Steve French 1-1/+1
2022-10-15smb3: must initialize two ACL struct fields to zeroGravatar Steve French 1-1/+2
2022-10-15cifs: fix double-fault crash during ntlmsspGravatar Paulo Alcantara 1-7/+9
2022-10-14cifs: fix static checker warningGravatar Paulo Alcantara 1-1/+1
2022-10-13cifs: use ALIGN() and round_up() macrosGravatar Enzo Matsumiya 5-38/+33
2022-10-13cifs: find and use the dentry for cached non-root directories alsoGravatar Ronnie Sahlberg 1-14/+49
2022-10-13cifs: enable caching of directories for which a lease is heldGravatar Ronnie Sahlberg 4-193/+263
2022-10-13cifs: prevent copying past input buffer boundariesGravatar Paulo Alcantara 1-2/+2
2022-10-13cifs: fix uninitialised var in smb2_compound_op()Gravatar Paulo Alcantara 1-0/+1
2022-10-13cifs: improve symlink handling for smb2+Gravatar Paulo Alcantara 14-453/+451
2022-10-13smb3: clarify multichannel warningGravatar Steve French 1-1/+2
2022-10-13cifs: fix regression in very old smb1 mountsGravatar Ronnie Sahlberg 1-6/+5
2022-10-11cifs: fix skipping to incorrect offset in emit_cached_direntsGravatar Ronnie Sahlberg 1-6/+23
2022-10-10Merge tag '6.1-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 28-423/+439
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-4/+5
2022-10-07smb3: fix oops in calculating shash_setkeyGravatar Steve French 1-2/+2
2022-10-07cifs: secmech: use shash_desc directly, remove sdescGravatar Enzo Matsumiya 7-166/+98
2022-10-07smb3: rename encryption/decryption TFMsGravatar Enzo Matsumiya 4-16/+15
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataGravatar Enzo Matsumiya 7-29/+52
2022-10-05cifs: remove initialization valueGravatar Muhammad Usama Anjum 1-1/+1
2022-10-05cifs: Replace a couple of one-element arrays with flexible-array membersGravatar Gustavo A. R. Silva 2-4/+5
2022-10-05smb3: do not log confusing message when server returns no network interfacesGravatar Steve French 3-7/+20
2022-10-05cifs: store a pointer to a fid in the cfid structure instead of the structGravatar Ronnie Sahlberg 2-9/+58
2022-10-05cifs: improve handlecachingGravatar Ronnie Sahlberg 1-4/+5
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidGravatar Ronnie Sahlberg 4-29/+37
2022-10-05smb3: add dynamic trace points for tree disconnectGravatar Steve French 15-38/+46
2022-10-05Fix formatting of client smbdirect RDMA loggingGravatar Tom Talpey 1-7/+7
2022-10-05Handle variable number of SGEs in client smbdirect send.Gravatar Tom Talpey 1-108/+77
2022-10-05Reduce client smbdirect max receive segment sizeGravatar Tom Talpey 1-1/+1
2022-10-05Decrease the number of SMB3 smbdirect client SGEsGravatar Tom Talpey 2-19/+21
2022-10-05cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageGravatar Zhang Xiaoxu 1-2/+2
2022-09-25cifs: destage dirty pages before re-reading them for cache=noneGravatar Ronnie Sahlberg 1-0/+9
2022-09-25cifs: return correct error in ->calc_signature()Gravatar Enzo Matsumiya 1-4/+6
2022-09-25cifs: misc: fix spelling typo in commentGravatar Jiangshan Yi 1-1/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-15/+12
2022-09-14cifs: update internal module numberGravatar Steve French 1-2/+2