summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* smb3: improve SMB3 change notification supportSteve French2022-10-156-13/+90
* cifs: lease key is uninitialized in two additional functions when smb1Steve French2022-10-151-2/+2
* cifs: lease key is uninitialized in smb1 pathsSteve French2022-10-151-1/+1
* smb3: must initialize two ACL struct fields to zeroSteve French2022-10-151-1/+2
* cifs: fix double-fault crash during ntlmsspPaulo Alcantara2022-10-151-7/+9
* cifs: fix static checker warningPaulo Alcantara2022-10-141-1/+1
* cifs: use ALIGN() and round_up() macrosEnzo Matsumiya2022-10-135-38/+33
* cifs: find and use the dentry for cached non-root directories alsoRonnie Sahlberg2022-10-131-14/+49
* cifs: enable caching of directories for which a lease is heldRonnie Sahlberg2022-10-134-193/+263
* cifs: prevent copying past input buffer boundariesPaulo Alcantara2022-10-131-2/+2
* cifs: fix uninitialised var in smb2_compound_op()Paulo Alcantara2022-10-131-0/+1
* cifs: improve symlink handling for smb2+Paulo Alcantara2022-10-1314-453/+451
* smb3: clarify multichannel warningSteve French2022-10-131-1/+2
* cifs: fix regression in very old smb1 mountsRonnie Sahlberg2022-10-131-6/+5
* cifs: fix skipping to incorrect offset in emit_cached_direntsRonnie Sahlberg2022-10-111-6/+23
* Merge tag '6.1-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-10-1028-423/+439
|\
| * smb3: fix oops in calculating shash_setkeySteve French2022-10-071-2/+2
| * cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya2022-10-077-166/+98
| * smb3: rename encryption/decryption TFMsEnzo Matsumiya2022-10-074-16/+15
| * cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya2022-10-077-29/+52
| * cifs: remove initialization valueMuhammad Usama Anjum2022-10-051-1/+1
| * cifs: Replace a couple of one-element arrays with flexible-array membersGustavo A. R. Silva2022-10-052-4/+5
| * smb3: do not log confusing message when server returns no network interfacesSteve French2022-10-053-7/+20
| * cifs: store a pointer to a fid in the cfid structure instead of the structRonnie Sahlberg2022-10-052-9/+58
| * cifs: improve handlecachingRonnie Sahlberg2022-10-051-4/+5
| * cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg2022-10-054-29/+37
| * smb3: add dynamic trace points for tree disconnectSteve French2022-10-0515-38/+46
| * Fix formatting of client smbdirect RDMA loggingTom Talpey2022-10-051-7/+7
| * Handle variable number of SGEs in client smbdirect send.Tom Talpey2022-10-051-108/+77
| * Reduce client smbdirect max receive segment sizeTom Talpey2022-10-051-1/+1
| * Decrease the number of SMB3 smbdirect client SGEsTom Talpey2022-10-052-19/+21
| * cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu2022-10-051-2/+2
| * cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg2022-09-251-0/+9
| * cifs: return correct error in ->calc_signature()Enzo Matsumiya2022-09-251-4/+6
| * cifs: misc: fix spelling typo in commentJiangshan Yi2022-09-251-1/+1
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-102-4/+5
|\ \
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-072-4/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-224-15/+12
|\ \ \ | | |/ | |/|
| * | cifs: update internal module numberSteve French2022-09-141-2/+2
| * | cifs: add missing spinlock around tcon refcountPaulo Alcantara2022-09-141-0/+3
| * | cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2022-09-132-13/+4
| * | cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher2022-09-131-2/+2
| * | cifs: revalidate mapping when doing direct writesRonnie Sahlberg2022-09-121-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-083-32/+55
|\| |
| * | cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya2022-08-301-5/+7
| * | smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French2022-08-302-4/+13
| * | 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-282-12/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-016-67/+70
|\| |