aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* | cifs: remove useless DeleteMidQEntry()Enzo Matsumiya2022-08-057-49/+43
* | cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French2022-08-0513-463/+582
* | cifs: trivial style fixupSteve French2022-08-011-0/+1
* | cifs: fix wrong unlock before return from cifs_tree_connect()Yang Yingliang2022-08-011-1/+1
* | cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-0113-243/+336
* | cifs: remove remaining build warningsSteve French2022-08-012-11/+30
* | cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya2022-08-015-67/+22
* | smb2: small refactor in smb2_check_message()Enzo Matsumiya2022-08-012-26/+34
* | cifs: Fix memory leak when using fscacheMatthew Wilcox (Oracle)2022-08-011-4/+4
* | cifs: remove minor build warningSteve French2022-08-012-2/+4
* | cifs: remove some camelCase and also some static build warningsSteve French2022-08-017-27/+34
* | cifs: remove unnecessary (void*) conversions.Yu Zhe2022-08-011-1/+1
* | cifs: remove unnecessary type castingsYu Zhe2022-08-015-6/+6
* | cifs: remove redundant initialization to variable mnt_sign_enabledColin Ian King2022-08-011-1/+1
* | smb3: check xattr value length earlierSteve French2022-08-011-2/+3
|/