summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * smb3: allow deferred close timeout to be configurableSteve French2022-08-115-2/+22
| * cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirRonnie Sahlberg2022-08-112-3/+3
| * cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-1115-351/+411
| * cifs: Remove {cifs,nfs}_fscache_release_page()David Howells2022-08-101-16/+0
| * cifs: fix lock length calculationPaulo Alcantara2022-08-102-5/+5
* | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-082-7/+4
|\ \ | |/ |/|
| * iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-082-6/+3
| * new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-1/+1
* | cifs: update internal module numberSteve French2022-08-051-2/+2
* | cifs: alloc_mid function should be marked as staticSteve French2022-08-052-4/+1
* | cifs: remove "cifs_" prefix from init/destroy mids functionsEnzo Matsumiya2022-08-051-7/+5