summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: update internal module numberSteve French2019-07-191-1/+1
* cifs: flush before set-info if we have writeable handlesRonnie Sahlberg2019-07-191-0/+16
* smb3: optimize open to not send query file internal infoSteve French2019-07-195-26/+56
* cifs: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein2019-07-181-3/+8
* CIFS: fix deadlock in cached root handlingAurelien Aptel2019-07-181-1/+45
* Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-07-1819-153/+335
|\
| * smb3: smbdirect no longer experimentalSteve French2019-07-161-2/+2
| * cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2019-07-162-1/+22
| * cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg2019-07-131-4/+12
| * cifs: fix parsing of symbolic link error responseRonnie Sahlberg2019-07-102-4/+12
| * cifs: refactor and clean up arguments in the reparse point parsingRonnie Sahlberg2019-07-081-35/+31Star
| * SMB3: query inode number on open via create contextSteve French2019-07-082-5/+60
| * smb3: Send netname context during negotiate protocolSteve French2019-07-082-2/+29
| * smb3: do not send compression info by defaultSteve French2019-07-083-10/+21
| * smb3: add new mount option to retrieve mode from special ACESteve French2019-07-084-2/+12
| * smb3: Allow query of symlinks stored as reparse pointsSteve French2019-07-081-6/+54
| * cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2019-07-081-4/+4
| * cifs: always add credits back for unsolicited PDUsRonnie Sahlberg2019-07-081-1/+1
| * fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_aceHariprasad Kelam2019-07-081-11/+3Star
| * add some missing definitionsSteve French2019-07-081-0/+8
| * cifs: fix typo in debug message with struct field ia_validColin Ian King2019-07-081-1/+1
| * smb3: minor cleanup of compound_send_recvAurelien Aptel2019-07-081-22/+24
| * CIFS: Fix module dependencySteve French2019-07-081-2/+3
| * cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-0810-46/+1Star
| * cifs: Fix check for matching with existing mountSteve French2019-07-081-0/+1
| * cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-083-2/+12
| * smb3: if max_credits is specified then display it in /proc/mountsSteve French2019-07-081-0/+5
| * Fix match_server check to allow for auto dialect negotiateSteve French2019-07-083-2/+11
| * cifs: add missing GCM module dependencyAurelien Aptel2019-07-082-0/+2
| * SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French2019-07-082-7/+21
| * SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French2019-07-083-8/+8
| * fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang2019-07-081-1/+1
| * cifs: Use kmemdup in SMB2_ioctl_init()YueHaibing2019-07-081-2/+1Star
* | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-111-0/+4
|\ \
| * | vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-091-1/+1
| * | vfs: no fallback for ->copy_file_rangeDave Chinner2019-06-091-0/+4
* | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-113-48/+9Star
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-1/+1
|\ \ \
| * | | signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman2019-05-271-1/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-093-48/+17Star
|\ \ \ \
| * | | | fs: cifs: switch to RC4 library interfaceArd Biesheuvel2019-06-203-48/+17Star
| |/ / /
* | | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-093-9/+48
|\ \ \ \
| * | | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-283-9/+48
* | | | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-1/+2
|\| | | | | |_|_|/ |/| | |
| * | | keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-281-1/+2
| |/ /
* | | cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg2019-06-282-5/+73
* | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-212-26/+1Star
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner2019-06-192-26/+1Star
| | |/ | |/|
* | | cifs: fix GlobalMid_Lock bug in cifs_reconnectRonnie Sahlberg2019-06-171-0/+2
* | | SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French2019-06-171-1/+1