summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
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-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-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
2022-08-11smb3: allow deferred close timeout to be configurableSteve French
2022-08-11cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirRonnie Sahlberg
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg
2022-08-10cifs: Remove {cifs,nfs}_fscache_release_page()David Howells
2022-08-10cifs: fix lock length calculationPaulo Alcantara
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-05cifs: update internal module numberSteve French
2022-08-05cifs: alloc_mid function should be marked as staticSteve French
2022-08-05cifs: remove "cifs_" prefix from init/destroy mids functionsEnzo Matsumiya
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French
2022-08-01cifs: trivial style fixupSteve French
2022-08-01cifs: fix wrong unlock before return from cifs_tree_connect()Yang Yingliang
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N
2022-08-01cifs: remove remaining build warningsSteve French
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya
2022-08-01smb2: small refactor in smb2_check_message()Enzo Matsumiya
2022-08-01cifs: Fix memory leak when using fscacheMatthew Wilcox (Oracle)
2022-08-01cifs: remove minor build warningSteve French
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French
2022-08-01cifs: remove unnecessary (void*) conversions.Yu Zhe
2022-08-01cifs: remove unnecessary type castingsYu Zhe
2022-08-01cifs: remove redundant initialization to variable mnt_sign_enabledColin Ian King
2022-08-01smb3: check xattr value length earlierSteve French