aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-12smb3: add additional null check in SMB2_openSteve French1-1/+3
2021-11-11smb3: add additional null check in SMB2_ioctlSteve French1-0/+10
2021-11-10smb3: remove trivial dfs compile warningSteve French1-2/+2
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara9-693/+660
2021-11-10smb3: do not error on fsync when readonlySteve French1-6/+29
2021-11-10cifs: for compound requests, use open handle if possibleShyam Prasad N1-5/+17
2021-11-09cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara2-2/+3
2021-11-09cifs: split out dfs code from cifs_reconnect()Paulo Alcantara1-133/+162
2021-11-09cifs: convert list_for_each to entry variantPaulo Alcantara1-19/+13
2021-11-09cifs: introduce new helper for cifs_reconnect()Paulo Alcantara1-64/+75
2021-11-09cifs: fix print of hdr_flags in dfscache_proc_show()Paulo Alcantara1-1/+1
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N8-85/+170
2021-11-07cifs: nosharesock should not share socket with future sessionsShyam Prasad N3-1/+10
2021-11-06Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-1091/+310
2021-11-05smb3: add dynamic trace points for socket connectionSteve French2-1/+73
2021-11-05cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg4-176/+14
2021-11-05cifs: Move more definitions into the shared areaRonnie Sahlberg2-226/+35
2021-11-05cifs: move NEGOTIATE_PROTOCOL definitions out into the common areaRonnie Sahlberg2-222/+2
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg11-476/+175
2021-11-02cifs: add mount parameter tcpnodelaySteve French2-0/+9
2021-11-02cifs: To match file servers, make sure the server hostname matchesShyam Prasad N3-8/+20
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-2/+2
2021-09-23cifs: fix incorrect check for null pointer in header_assembleSteve French1-2/+3
2021-09-23smb3: correct server pointer dereferencing check to be more consistentSteve French1-1/+2
2021-09-23smb3: correct smb3 ACL security descriptorSteve French1-2/+2
2021-09-23cifs: Clear modified attribute bit from inode flagsSteve French1-1/+1
2021-09-23cifs: Deal with some warnings from W=1David Howells1-2/+12
2021-09-21cifs: fix a sign extension bugDan Carpenter1-1/+1
2021-09-17cifs: Not to defer close on file when lock is setRohith Surabattula2-0/+3
2021-09-17cifs: Fix soft lockup during fsstressRohith Surabattula1-2/+2
2021-09-17cifs: Deferred close performance improvementsRohith Surabattula3-3/+43
2021-09-13cifs: fix incorrect kernel doc commentsSteve French2-3/+11
2021-09-13cifs: remove pathname for file from SPDX headerSteve French46-47/+7
2021-09-09cifs: properly invalidate cached root handle when closing itEnzo Matsumiya1-7/+13
2021-09-09cifs: move SMB FSCTL definitions to common codeSteve French2-163/+1
2021-09-08cifs: rename cifs_common to smbfs_commonSteve French2-2/+2
2021-09-08cifs: update FSCTL definitionsSteve French1-3/+13
2021-08-31Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds21-763/+128
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+2
2021-08-25cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETEDRonnie Sahlberg1-1/+22
2021-08-25cifs: cifs_md4 convert to SPDX identifierSteve French1-1/+0
2021-08-25cifs: create a MD4 module and switch cifs.ko to use itRonnie Sahlberg3-15/+9
2021-08-25cifs: fork arc4 and create a separate module for it for cifs and other usersRonnie Sahlberg2-5/+4
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg14-720/+5
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N6-11/+76
2021-08-25smb3: fix posix extensions mount optionSteve French1-2/+9
2021-08-25cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui1-1/+1
2021-08-25CIFS: Fix a potencially linear read overflowLen Baker1-7/+2
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula3-30/+56
2021-08-12cifs: Handle race conditions during renameRohith Surabattula2-7/+28