summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2022-10-10Merge tag '6.1-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-07smb3: fix oops in calculating shash_setkeySteve French
2022-10-07cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya
2022-10-07smb3: rename encryption/decryption TFMsEnzo Matsumiya
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya
2022-10-05cifs: remove initialization valueMuhammad Usama Anjum
2022-10-05cifs: Replace a couple of one-element arrays with flexible-array membersGustavo A. R. Silva
2022-10-05smb3: do not log confusing message when server returns no network interfacesSteve French
2022-10-05cifs: store a pointer to a fid in the cfid structure instead of the structRonnie Sahlberg
2022-10-05cifs: improve handlecachingRonnie Sahlberg
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French
2022-10-05Fix formatting of client smbdirect RDMA loggingTom Talpey
2022-10-05Handle variable number of SGEs in client smbdirect send.Tom Talpey
2022-10-05Reduce client smbdirect max receive segment sizeTom Talpey
2022-10-05Decrease the number of SMB3 smbdirect client SGEsTom Talpey
2022-10-05cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu
2022-09-25cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg
2022-09-25cifs: return correct error in ->calc_signature()Enzo Matsumiya
2022-09-25cifs: misc: fix spelling typo in commentJiangshan Yi
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-14cifs: update internal module numberSteve French
2022-09-14cifs: add missing spinlock around tcon refcountPaulo Alcantara
2022-09-13cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher
2022-09-13cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher
2022-09-12cifs: revalidate mapping when doing direct writesRonnie Sahlberg
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-30cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya
2022-08-30smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-28smb3: fix temporary data corruption in insert rangeDavid Howells
2022-08-28smb3: fix temporary data corruption in collapse rangeSteve French
2022-08-28smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells
2022-08-24cifs: Add helper function to check smb1+ serverZhang Xiaoxu
2022-08-24cifs: Use help macro to get the mid header sizeZhang Xiaoxu
2022-08-24cifs: Use help macro to get the header preamble sizeZhang Xiaoxu
2022-08-24cifs: skip extra NULL byte in filenamesPaulo Alcantara
2022-08-23smb3: missing inode locks in punch holeDavid Howells
2022-08-23smb3: missing inode locks in zero rangeDavid Howells
2022-08-19cifs: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-19cifs: Fix memory leak on the deferred closeZhang Xiaoxu
2022-08-17cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya
2022-08-13Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds
2022-08-12cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg
2022-08-11cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg
2022-08-11SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM