aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2019-07-18cifs: update internal module numberGravatar Steve French 1-1/+1
2019-07-18cifs: flush before set-info if we have writeable handlesGravatar Ronnie Sahlberg 1-0/+16
2019-07-18smb3: optimize open to not send query file internal infoGravatar Steve French 5-26/+56
2019-07-18cifs: copy_file_range needs to strip setuid bits and update timestampsGravatar Amir Goldstein 1-3/+8
2019-07-18CIFS: fix deadlock in cached root handlingGravatar Aurelien Aptel 1-1/+45
2019-07-18Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 19-153/+335
2019-07-15smb3: smbdirect no longer experimentalGravatar Steve French 1-2/+2
2019-07-15cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Gravatar Ronnie Sahlberg 2-1/+22
2019-07-13cifs: fix crash in cifs_dfs_do_automountGravatar Ronnie Sahlberg 1-4/+12
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Gravatar Linus Torvalds 1-0/+4
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-48/+9
2019-07-10cifs: fix parsing of symbolic link error responseGravatar Ronnie Sahlberg 2-4/+12
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-48/+17
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-9/+48
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+2
2019-07-07cifs: refactor and clean up arguments in the reparse point parsingGravatar Ronnie Sahlberg 1-35/+31
2019-07-07SMB3: query inode number on open via create contextGravatar Steve French 2-5/+60
2019-07-07smb3: Send netname context during negotiate protocolGravatar Steve French 2-2/+29
2019-07-07smb3: do not send compression info by defaultGravatar Steve French 3-10/+21
2019-07-07smb3: add new mount option to retrieve mode from special ACEGravatar Steve French 4-2/+12
2019-07-07smb3: Allow query of symlinks stored as reparse pointsGravatar Steve French 1-6/+54
2019-07-07cifs: Fix a race condition with cifs_echo_requestGravatar Ronnie Sahlberg 1-4/+4
2019-07-07cifs: always add credits back for unsolicited PDUsGravatar Ronnie Sahlberg 1-1/+1
2019-07-07fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_aceGravatar Hariprasad Kelam 1-11/+3
2019-07-07add some missing definitionsGravatar Steve French 1-0/+8
2019-07-07cifs: fix typo in debug message with struct field ia_validGravatar Colin Ian King 1-1/+1
2019-07-07smb3: minor cleanup of compound_send_recvGravatar Aurelien Aptel 1-22/+24
2019-07-07CIFS: Fix module dependencyGravatar Steve French 1-2/+3
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefGravatar Steve French 10-46/+1
2019-07-07cifs: Fix check for matching with existing mountGravatar Steve French 1-0/+1
2019-07-07cifs: Properly handle auto disabling of serverino optionGravatar Paulo Alcantara (SUSE) 3-2/+12
2019-07-07smb3: if max_credits is specified then display it in /proc/mountsGravatar Steve French 1-0/+5
2019-07-07Fix match_server check to allow for auto dialect negotiateGravatar Steve French 3-2/+11
2019-07-07cifs: add missing GCM module dependencyGravatar Aurelien Aptel 2-0/+2
2019-07-07SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsGravatar Steve French 2-7/+21
2019-07-07SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsGravatar Steve French 3-8/+8
2019-07-07fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Kefeng Wang 1-1/+1
2019-07-07cifs: Use kmemdup in SMB2_ioctl_init()Gravatar YueHaibing 1-2/+1
2019-06-28cifs: fix crash querying symlinks stored as reparse-pointsGravatar Ronnie Sahlberg 2-5/+73
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLGravatar David Howells 3-9/+48
2019-06-27keys: Pass the network namespace into request_key mechanismGravatar David Howells 1-1/+2
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-26/+1
2019-06-20fs: cifs: switch to RC4 library interfaceGravatar Ard Biesheuvel 3-48/+17
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Gravatar Thomas Gleixner 2-26/+1
2019-06-17cifs: fix GlobalMid_Lock bug in cifs_reconnectGravatar Ronnie Sahlberg 1-0/+2
2019-06-17SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeGravatar Steve French 1-1/+1
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoGravatar Ronnie Sahlberg 3-2/+12
2019-06-13cifs: fix panic in smb2_reconnectGravatar Ronnie Sahlberg 1-1/+9
2019-06-09vfs: allow copy_file_range to copy across devicesGravatar Amir Goldstein 1-1/+1