summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-05-091-0/+8
* cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells2022-04-271-1/+1
* cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg2022-04-201-3/+3
* cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli2022-04-201-0/+3
* cifs: release cached dentries only if mount is completeShyam Prasad N2022-04-201-13/+15
* Adjust cifssb maximum read sizeRohith Surabattula2022-04-082-0/+13
* cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara2022-04-081-59/+65
* cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara2022-04-081-6/+10
* cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg2022-04-081-2/+0
* cifs: fix handlecache and multiuserRonnie Sahlberg2022-04-081-3/+10
* cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French2022-03-081-5/+6
* cifs: protect session channel fields with chan_lockShyam Prasad N2022-03-086-15/+71
* cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg2022-03-081-1/+4
* cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg2022-03-081-0/+1
* cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg2022-03-081-2/+2
* smb3: fix snapshot mount optionSteve French2022-02-231-2/+2
* cifs: fix set of group SID via NTSD xattrsAmir Goldstein2022-02-231-0/+2
* cifs: sanitize multiple delimiters in prepathThiago Rafael Becker2021-12-221-1/+37
* cifs: nosharesock should be set on new serverShyam Prasad N2021-12-011-3/+4
* cifs: nosharesock should not share socket with future sessionsShyam Prasad N2021-12-013-1/+10
* cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara2021-11-181-0/+2
* smb3: do not error on fsync when readonlySteve French2021-11-181-6/+29
* cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara2021-11-182-2/+3
* cifs: To match file servers, make sure the server hostname matchesShyam Prasad N2021-11-183-8/+20
* cifs: fix incorrect check for null pointer in header_assembleSteve French2021-09-231-2/+3
* smb3: correct server pointer dereferencing check to be more consistentSteve French2021-09-231-1/+2
* smb3: correct smb3 ACL security descriptorSteve French2021-09-231-2/+2
* cifs: Clear modified attribute bit from inode flagsSteve French2021-09-231-1/+1
* cifs: Deal with some warnings from W=1David Howells2021-09-231-2/+12
* cifs: fix a sign extension bugDan Carpenter2021-09-211-1/+1
* cifs: Not to defer close on file when lock is setRohith Surabattula2021-09-172-0/+3
* cifs: Fix soft lockup during fsstressRohith Surabattula2021-09-171-2/+2
* cifs: Deferred close performance improvementsRohith Surabattula2021-09-173-3/+43
* cifs: fix incorrect kernel doc commentsSteve French2021-09-132-3/+11
* cifs: remove pathname for file from SPDX headerSteve French2021-09-1346-47/+7
* cifs: properly invalidate cached root handle when closing itEnzo Matsumiya2021-09-091-7/+13
* cifs: move SMB FSCTL definitions to common codeSteve French2021-09-092-163/+1
* cifs: rename cifs_common to smbfs_commonSteve French2021-09-082-2/+2
* cifs: update FSCTL definitionsSteve French2021-09-081-3/+13
* Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-08-3121-763/+128
|\
| * cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETEDRonnie Sahlberg2021-08-251-1/+22
| * cifs: cifs_md4 convert to SPDX identifierSteve French2021-08-251-1/+0
| * cifs: create a MD4 module and switch cifs.ko to use itRonnie Sahlberg2021-08-253-15/+9
| * cifs: fork arc4 and create a separate module for it for cifs and other usersRonnie Sahlberg2021-08-252-5/+4
| * cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-2514-720/+5
| * cifs: enable fscache usage even for files opened as rwShyam Prasad N2021-08-256-11/+76
| * smb3: fix posix extensions mount optionSteve French2021-08-251-2/+9
| * cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui2021-08-251-1/+1
| * CIFS: Fix a potencially linear read overflowLen Baker2021-08-251-7/+2
* | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-0/+2
|\ \ | |/ |/|