aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16cifs: get mode bits from special sid on statSteve French3-13/+38
2019-09-16fs: cifs: cifsssmb: remove redundant assignment to variable retColin Ian King1-1/+1
2019-09-16cifs: fix a comment for the timeouts when sending echosRonnie Sahlberg1-1/+1
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe7-148/+136
2019-08-30fs: cifs: Initialize filesystem timestamp rangesDeepa Dinamani2-7/+29
2019-08-27cifs: update internal module numberSteve French1-1/+1
2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg6-146/+112
2019-08-27cifs: Use kzfree() to zero out the passwordDan Carpenter1-1/+1
2019-08-27cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg1-0/+22
2019-08-22fs: cifs: move from the crypto cipher API to the new DES library interfaceArd Biesheuvel3-11/+10
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe3-14/+33
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-1/+1
2019-08-05SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant1-1/+9
2019-08-05smb3: send CAP_DFS capability during session setupSteve French1-0/+5
2019-08-05SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky1-12/+17
2019-08-05SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky1-1/+1
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever1-4/+6
2019-08-04cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French1-0/+1
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab1-1/+1
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