aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells
2022-04-20cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli
2022-04-20cifs: release cached dentries only if mount is completeShyam Prasad N
2022-04-08Adjust cifssb maximum read sizeRohith Surabattula
2022-04-08cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara
2022-04-08cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara
2022-04-08cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg
2022-04-08cifs: fix handlecache and multiuserRonnie Sahlberg
2022-03-08cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French
2022-03-08cifs: protect session channel fields with chan_lockShyam Prasad N
2022-03-08cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg
2022-03-08cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg
2022-02-23smb3: fix snapshot mount optionSteve French
2022-02-23cifs: fix set of group SID via NTSD xattrsAmir Goldstein
2021-12-22cifs: sanitize multiple delimiters in prepathThiago Rafael Becker
2021-12-01cifs: nosharesock should be set on new serverShyam Prasad N
2021-12-01cifs: nosharesock should not share socket with future sessionsShyam Prasad N
2021-11-18cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara
2021-11-18smb3: do not error on fsync when readonlySteve French
2021-11-18cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara
2021-11-18cifs: To match file servers, make sure the server hostname matchesShyam Prasad N
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
2021-08-25cifs: cifs_md4 convert to SPDX identifierSteve French
2021-08-25cifs: create a MD4 module and switch cifs.ko to use itRonnie Sahlberg
2021-08-25cifs: fork arc4 and create a separate module for it for cifs and other usersRonnie Sahlberg
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N
2021-08-25smb3: fix posix extensions mount optionSteve French
2021-08-25cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui
2021-08-25CIFS: Fix a potencially linear read overflowLen Baker
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula