summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells1-1/+1
2022-04-20cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg1-3/+3
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli1-0/+3
2022-04-20cifs: release cached dentries only if mount is completeShyam Prasad N1-13/+15
2022-04-08Adjust cifssb maximum read sizeRohith Surabattula2-0/+13
2022-04-08cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara1-59/+65
2022-04-08cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara1-6/+10
2022-04-08cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg1-2/+0
2022-04-08cifs: fix handlecache and multiuserRonnie Sahlberg1-3/+10
2022-03-08cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French1-5/+6
2022-03-08cifs: protect session channel fields with chan_lockShyam Prasad N6-15/+71
2022-03-08cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg1-1/+4
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg1-0/+1
2022-03-08cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg1-2/+2
2022-02-23smb3: fix snapshot mount optionSteve French1-2/+2
2022-02-23cifs: fix set of group SID via NTSD xattrsAmir Goldstein1-0/+2
2021-12-22cifs: sanitize multiple delimiters in prepathThiago Rafael Becker1-1/+37
2021-12-01cifs: nosharesock should be set on new serverShyam Prasad N1-3/+4
2021-12-01cifs: nosharesock should not share socket with future sessionsShyam Prasad N3-1/+10
2021-11-18cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara1-0/+2
2021-11-18smb3: do not error on fsync when readonlySteve French1-6/+29
2021-11-18cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara2-2/+3
2021-11-18cifs: To match file servers, make sure the server hostname matchesShyam Prasad N3-8/+20
2021-09-24cifs: fix incorrect check for null pointer in header_assembleSteve French1-2/+3
2021-09-24smb3: correct server pointer dereferencing check to be more consistentSteve French1-1/+2
2021-09-24smb3: correct smb3 ACL security descriptorSteve French1-2/+2
2021-09-24cifs: 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-22cifs: fix a sign extension bugDan Carpenter1-1/+1
2021-09-18cifs: Not to defer close on file when lock is setRohith Surabattula2-0/+3
2021-09-18cifs: Fix soft lockup during fsstressRohith Surabattula1-2/+2
2021-09-18cifs: Deferred close performance improvementsRohith Surabattula3-3/+43
2021-09-14cifs: fix incorrect kernel doc commentsSteve French2-3/+11
2021-09-13cifs: remove pathname for file from SPDX headerSteve French46-47/+7
2021-09-10cifs: 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-09cifs: rename cifs_common to smbfs_commonSteve French2-2/+2
2021-09-09cifs: 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/ke...Linus Torvalds1-0/+2
2021-08-26cifs: 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