summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | cifs: Add helper function to check smb1+ serverZhang Xiaoxu2022-08-244-9/+13
| * | cifs: Use help macro to get the mid header sizeZhang Xiaoxu2022-08-242-6/+4
| * | cifs: Use help macro to get the header preamble sizeZhang Xiaoxu2022-08-244-22/+22
| * | cifs: skip extra NULL byte in filenamesPaulo Alcantara2022-08-241-10/+6
| * | smb3: missing inode locks in punch holeDavid Howells2022-08-231-6/+6
| * | smb3: missing inode locks in zero rangeDavid Howells2022-08-231-25/+30
* | | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
|/ /
* | cifs: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-193-3/+3
* | cifs: Fix memory leak on the deferred closeZhang Xiaoxu2022-08-191-0/+6
* | cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya2022-08-174-36/+24
* | cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya2022-08-179-13/+11
* | Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds2022-08-1319-445/+528
|\ \ | |/ |/|
| * cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg2022-08-125-12/+25
| * cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg2022-08-116-97/+121
| * SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM2022-08-111-19/+1