summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Merge tag '6.1-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds28-423/+439
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+5
2022-10-08smb3: fix oops in calculating shash_setkeySteve French1-2/+2
2022-10-08cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya7-166/+98
2022-10-08smb3: rename encryption/decryption TFMsEnzo Matsumiya4-16/+15
2022-10-08cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya7-29/+52
2022-10-06cifs: remove initialization valueMuhammad Usama Anjum1-1/+1
2022-10-06cifs: Replace a couple of one-element arrays with flexible-array membersGustavo A. R. Silva2-4/+5
2022-10-06smb3: do not log confusing message when server returns no network interfacesSteve French3-7/+20
2022-10-05cifs: store a pointer to a fid in the cfid structure instead of the structRonnie Sahlberg2-9/+58
2022-10-05cifs: improve handlecachingRonnie Sahlberg1-4/+5
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg4-29/+37
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French15-38/+46
2022-10-05Fix formatting of client smbdirect RDMA loggingTom Talpey1-7/+7
2022-10-05Handle variable number of SGEs in client smbdirect send.Tom Talpey1-108/+77
2022-10-05Reduce client smbdirect max receive segment sizeTom Talpey1-1/+1
2022-10-05Decrease the number of SMB3 smbdirect client SGEsTom Talpey2-19/+21
2022-10-05cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu1-2/+2
2022-09-26cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg1-0/+9
2022-09-26cifs: return correct error in ->calc_signature()Enzo Matsumiya1-4/+6
2022-09-26cifs: misc: fix spelling typo in commentJiangshan Yi1-1/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-15/+12
2022-09-14cifs: update internal module numberSteve French1-2/+2
2022-09-14cifs: add missing spinlock around tcon refcountPaulo Alcantara1-0/+3
2022-09-14cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2-13/+4
2022-09-14cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher1-2/+2
2022-09-12cifs: revalidate mapping when doing direct writesRonnie Sahlberg1-0/+3
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-32/+55
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra2-4/+5
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-67/+70
2022-08-31cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya1-5/+7
2022-08-31smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French2-4/+13
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-29smb3: fix temporary data corruption in insert rangeDavid Howells1-8/+16
2022-08-29smb3: fix temporary data corruption in collapse rangeSteve French1-10/+16
2022-08-29smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells2-12/+10
2022-08-25cifs: Add helper function to check smb1+ serverZhang Xiaoxu4-9/+13
2022-08-25cifs: Use help macro to get the mid header sizeZhang Xiaoxu2-6/+4
2022-08-25cifs: Use help macro to get the header preamble sizeZhang Xiaoxu4-22/+22
2022-08-24cifs: skip extra NULL byte in filenamesPaulo Alcantara1-10/+6
2022-08-23smb3: missing inode locks in punch holeDavid Howells1-6/+6
2022-08-23smb3: missing inode locks in zero rangeDavid Howells1-25/+30
2022-08-19cifs: move from strlcpy with unused retval to strscpyWolfram Sang3-3/+3
2022-08-19cifs: Fix memory leak on the deferred closeZhang Xiaoxu1-0/+6
2022-08-18cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya4-36/+24
2022-08-18cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya9-13/+11
2022-08-14Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds19-445/+528
2022-08-13cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg5-12/+25
2022-08-12cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg6-97/+121
2022-08-12SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM1-19/+1