aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2022-09-14cifs: add missing spinlock around tcon refcountGravatar Paulo Alcantara 1-0/+3
2022-09-13cifs: always initialize struct msghdr smb_msg completelyGravatar Stefan Metzmacher 2-13/+4
2022-09-13cifs: don't send down the destination address to sendmsg for a SOCK_STREAMGravatar Stefan Metzmacher 1-2/+2
2022-09-12cifs: revalidate mapping when doing direct writesGravatar Ronnie Sahlberg 1-0/+3
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 3-32/+55
2022-09-07freezer,sched: Rewrite core freezer logicGravatar Peter Zijlstra 2-4/+5
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 6-67/+70
2022-08-30cifs: fix small mempool leak in SMB2_negotiate()Gravatar Enzo Matsumiya 1-5/+7
2022-08-30smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitGravatar Steve French 2-4/+13
2022-08-29genetlink: start to validate reserved header bytesGravatar Jakub Kicinski 1-0/+1
2022-08-28smb3: fix temporary data corruption in insert rangeGravatar David Howells 1-8/+16
2022-08-28smb3: fix temporary data corruption in collapse rangeGravatar Steve French 1-10/+16
2022-08-28smb3: Move the flush out of smb2_copychunk_range() into its callersGravatar David Howells 2-12/+10
2022-08-24cifs: Add helper function to check smb1+ serverGravatar Zhang Xiaoxu 4-9/+13
2022-08-24cifs: Use help macro to get the mid header sizeGravatar Zhang Xiaoxu 2-6/+4
2022-08-24cifs: Use help macro to get the header preamble sizeGravatar Zhang Xiaoxu 4-22/+22
2022-08-24cifs: skip extra NULL byte in filenamesGravatar Paulo Alcantara 1-10/+6
2022-08-23smb3: missing inode locks in punch holeGravatar David Howells 1-6/+6
2022-08-23smb3: missing inode locks in zero rangeGravatar David Howells 1-25/+30
2022-08-19cifs: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 3-3/+3
2022-08-19cifs: Fix memory leak on the deferred closeGravatar Zhang Xiaoxu 1-0/+6
2022-08-17cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Gravatar Enzo Matsumiya 4-36/+24
2022-08-17cifs: remove unused server parameter from calc_smb_size()Gravatar Enzo Matsumiya 9-13/+11
2022-08-13Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Gravatar Linus Torvalds 19-445/+528
2022-08-12cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleGravatar Ronnie Sahlberg 5-12/+25
2022-08-11cifs: Add constructor/destructors for tcon->cfidGravatar Ronnie Sahlberg 6-97/+121
2022-08-11SMB3: fix lease break timeout when multiple deferred close handles for the sa...Gravatar Bharath SM 1-19/+1
2022-08-11smb3: allow deferred close timeout to be configurableGravatar Steve French 5-2/+22
2022-08-11cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirGravatar Ronnie Sahlberg 2-3/+3
2022-08-11cifs: Move cached-dir functions into a separate fileGravatar Ronnie Sahlberg 15-351/+411
2022-08-10cifs: Remove {cifs,nfs}_fscache_release_page()Gravatar David Howells 1-16/+0
2022-08-10cifs: fix lock length calculationGravatar Paulo Alcantara 2-5/+5
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-7/+4
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Gravatar Al Viro 2-6/+3
2022-08-08new iov_iter flavour - ITER_UBUFGravatar Al Viro 1-1/+1
2022-08-05cifs: update internal module numberGravatar Steve French 1-2/+2
2022-08-05cifs: alloc_mid function should be marked as staticGravatar Steve French 2-4/+1
2022-08-05cifs: remove "cifs_" prefix from init/destroy mids functionsGravatar Enzo Matsumiya 1-7/+5
2022-08-05cifs: remove useless DeleteMidQEntry()Gravatar Enzo Matsumiya 7-49/+43
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeGravatar Steve French 13-463/+582
2022-08-01cifs: trivial style fixupGravatar Steve French 1-0/+1
2022-08-01cifs: fix wrong unlock before return from cifs_tree_connect()Gravatar Yang Yingliang 1-1/+1
2022-08-01cifs: avoid use of global locks for high contention dataGravatar Shyam Prasad N 13-243/+336
2022-08-01cifs: remove remaining build warningsGravatar Steve French 2-11/+30
2022-08-01cifs: list_for_each() -> list_for_each_entry()Gravatar Enzo Matsumiya 5-67/+22
2022-08-01smb2: small refactor in smb2_check_message()Gravatar Enzo Matsumiya 2-26/+34
2022-08-01cifs: Fix memory leak when using fscacheGravatar Matthew Wilcox (Oracle) 1-4/+4
2022-08-01cifs: remove minor build warningGravatar Steve French 2-2/+4
2022-08-01cifs: remove some camelCase and also some static build warningsGravatar Steve French 7-27/+34
2022-08-01cifs: remove unnecessary (void*) conversions.Gravatar Yu Zhe 1-1/+1