aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18cifs: update internal module numberSteve French1-1/+1
2019-07-18cifs: flush before set-info if we have writeable handlesRonnie Sahlberg1-0/+16
2019-07-18smb3: optimize open to not send query file internal infoSteve French5-26/+56
2019-07-18cifs: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein1-3/+8
2019-07-18CIFS: fix deadlock in cached root handlingAurelien Aptel1-1/+45
2019-07-18Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-153/+335
2019-07-15smb3: smbdirect no longer experimentalSteve French1-2/+2
2019-07-15cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2-1/+22
2019-07-13cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg1-4/+12
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+4
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds3-48/+9
2019-07-10cifs: fix parsing of symbolic link error responseRonnie Sahlberg2-4/+12
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-48/+17
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-9/+48
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+2
2019-07-07cifs: refactor and clean up arguments in the reparse point parsingRonnie Sahlberg1-35/+31
2019-07-07SMB3: query inode number on open via create contextSteve French2-5/+60
2019-07-07smb3: Send netname context during negotiate protocolSteve French2-2/+29
2019-07-07smb3: do not send compression info by defaultSteve French3-10/+21
2019-07-07smb3: add new mount option to retrieve mode from special ACESteve French4-2/+12
2019-07-07smb3: Allow query of symlinks stored as reparse pointsSteve French1-6/+54
2019-07-07cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg1-4/+4
2019-07-07cifs: always add credits back for unsolicited PDUsRonnie Sahlberg1-1/+1
2019-07-07fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_aceHariprasad Kelam1-11/+3
2019-07-07add some missing definitionsSteve French1-0/+8
2019-07-07cifs: fix typo in debug message with struct field ia_validColin Ian King1-1/+1
2019-07-07smb3: minor cleanup of compound_send_recvAurelien Aptel1-22/+24
2019-07-07CIFS: Fix module dependencySteve French1-2/+3
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French10-46/+1
2019-07-07cifs: Fix check for matching with existing mountSteve French1-0/+1
2019-07-07cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)3-2/+12
2019-07-07smb3: if max_credits is specified then display it in /proc/mountsSteve French1-0/+5
2019-07-07Fix match_server check to allow for auto dialect negotiateSteve French3-2/+11
2019-07-07cifs: add missing GCM module dependencyAurelien Aptel2-0/+2
2019-07-07SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French2-7/+21
2019-07-07SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French3-8/+8
2019-07-07fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang1-1/+1
2019-07-07cifs: Use kmemdup in SMB2_ioctl_init()YueHaibing1-2/+1
2019-06-28cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg2-5/+73
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells3-9/+48
2019-06-27keys: Pass the network namespace into request_key mechanismDavid Howells1-1/+2
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-26/+1
2019-06-20fs: cifs: switch to RC4 library interfaceArd Biesheuvel3-48/+17
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner2-26/+1
2019-06-17cifs: fix GlobalMid_Lock bug in cifs_reconnectRonnie Sahlberg1-0/+2
2019-06-17SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French1-1/+1
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg3-2/+12
2019-06-13cifs: fix panic in smb2_reconnectRonnie Sahlberg1-1/+9
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein1-1/+1