summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2021-11-12cifs: do not duplicate fscache cookie for secondary channelsShyam Prasad N
2021-11-12cifs: connect individual channel servers to primary channel serverShyam Prasad N
2021-11-12cifs: protect session channel fields with chan_lockShyam Prasad N
2021-11-12cifs: do not negotiate session if session already existsShyam Prasad N
2021-11-12smb3: do not setup the fscache_super_cookie until fsinfo initializedSteve French
2021-11-12cifs: fix potential use-after-free bugsPaulo Alcantara
2021-11-12cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara
2021-11-12smb3: add additional null check in SMB311_posix_mkdirSteve French
2021-11-12cifs: release lock earlier in dequeue_mid error caseSteve French
2021-11-12smb3: add additional null check in SMB2_tconSteve French
2021-11-12smb3: add additional null check in SMB2_openSteve French
2021-11-11smb3: add additional null check in SMB2_ioctlSteve French
2021-11-10smb3: remove trivial dfs compile warningSteve French
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara
2021-11-10smb3: do not error on fsync when readonlySteve French
2021-11-10cifs: for compound requests, use open handle if possibleShyam Prasad N
2021-11-09cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara
2021-11-09cifs: split out dfs code from cifs_reconnect()Paulo Alcantara
2021-11-09cifs: convert list_for_each to entry variantPaulo Alcantara
2021-11-09cifs: introduce new helper for cifs_reconnect()Paulo Alcantara
2021-11-09cifs: fix print of hdr_flags in dfscache_proc_show()Paulo Alcantara
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N
2021-11-07cifs: nosharesock should not share socket with future sessionsShyam Prasad N
2021-11-06Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2021-11-05smb3: add dynamic trace points for socket connectionSteve French
2021-11-05cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg
2021-11-05cifs: Move more definitions into the shared areaRonnie Sahlberg
2021-11-05cifs: move NEGOTIATE_PROTOCOL definitions out into the common areaRonnie Sahlberg
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg
2021-11-02cifs: add mount parameter tcpnodelaySteve French
2021-11-02cifs: To match file servers, make sure the server hostname matchesShyam Prasad N
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-09-23cifs: fix incorrect check for null pointer in header_assembleSteve French
2021-09-23smb3: correct server pointer dereferencing check to be more consistentSteve French
2021-09-23smb3: correct smb3 ACL security descriptorSteve French
2021-09-23cifs: Clear modified attribute bit from inode flagsSteve French
2021-09-23cifs: Deal with some warnings from W=1David Howells
2021-09-21cifs: fix a sign extension bugDan Carpenter
2021-09-17cifs: Not to defer close on file when lock is setRohith Surabattula
2021-09-17cifs: Fix soft lockup during fsstressRohith Surabattula
2021-09-17cifs: Deferred close performance improvementsRohith Surabattula
2021-09-13cifs: fix incorrect kernel doc commentsSteve French
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-09-09cifs: properly invalidate cached root handle when closing itEnzo Matsumiya
2021-09-09cifs: move SMB FSCTL definitions to common codeSteve French
2021-09-08cifs: rename cifs_common to smbfs_commonSteve French
2021-09-08cifs: update FSCTL definitionsSteve French
2021-08-31Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-25cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETEDRonnie Sahlberg