aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-14cifs: add missing spinlock around tcon refcountGravatar Paulo Alcantara 1-0/+3
2022-09-13cifs: always initialize struct msghdr smb_msg completelyGravatar Stefan Metzmacher 2-13/+4
2022-09-13cifs: don't send down the destination address to sendmsg for a SOCK_STREAMGravatar Stefan Metzmacher 1-2/+2
2022-09-12cifs: revalidate mapping when doing direct writesGravatar Ronnie Sahlberg 1-0/+3
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 3-32/+55
2022-09-07freezer,sched: Rewrite core freezer logicGravatar Peter Zijlstra 2-4/+5
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 6-67/+70
2022-08-30cifs: fix small mempool leak in SMB2_negotiate()Gravatar Enzo Matsumiya 1-5/+7
2022-08-30smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitGravatar Steve French 2-4/+13
2022-08-29genetlink: start to validate reserved header bytesGravatar Jakub Kicinski 1-0/+1
2022-08-28smb3: fix temporary data corruption in insert rangeGravatar David Howells 1-8/+16
2022-08-28smb3: fix temporary data corruption in collapse rangeGravatar Steve French 1-10/+16