summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-10-184-0/+32
* SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French2017-10-051-0/+7
* SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French2017-10-051-5/+12
* SMB3: Warn user if trying to sign connection that authenticated as guestSteve French2017-10-051-0/+2
* Fix SMB3.1.1 guest authentication to SambaSteve French2017-10-051-1/+1
* cifs: release auth_key.response for reconnect.Shu Wang2017-10-051-0/+8
* cifs: release cifs root_cred after exit_cifsShu Wang2017-10-051-1/+1
* CIFS: remove endian related sparse warningSteve French2017-09-071-1/+1
* CIFS: Fix maximum SMB2 header sizePavel Shilovsky2017-09-071-2/+2
* cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg2017-08-301-6/+12
* cifs: Fix df output for users with quota limitsSachin Prabhu2017-08-301-2/+2
* CIFS: Improve readdir verbosityPavel Shilovsky2017-06-292-4/+9
* CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2017-05-202-0/+7
* cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp2017-05-201-0/+2
* CIFS: fix oplock break deadlocksRabin Vincent2017-05-204-5/+18
* cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp2017-05-201-0/+2
* cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp2017-05-201-0/+1
* CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke2017-05-201-2/+2
* SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French2017-05-201-3/+11
* Set unicode flag on cifs echo request to avoid Mac errorSteve French2017-05-201-0/+3
* Fix match_prepath()Sachin Prabhu2017-05-201-8/+6
* Handle mismatched open callsSachin Prabhu2017-05-088-8/+135
* CIFS: remove bad_network_name flagGermano Percossi2017-04-272-6/+0
* cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-04-271-0/+10
* CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi2017-04-211-3/+3
* CIFS: reconnect thread reschedule itselfGermano Percossi2017-04-211-1/+9
* Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-04-121-0/+4
* fs: Better permission checking for submountsEric W. Biederman2017-03-151-3/+4
* CIFS: Fix splice read for non-cached filesPavel Shilovsky2017-03-121-1/+9
* cifs: initialize file_info_lockRabin Vincent2017-02-091-0/+1
* CIFS: Fix a possible memory corruption in push locksPavel Shilovsky2017-01-061-1/+1
* CIFS: Decrease verbosity of ioctl callPavel Shilovsky2017-01-061-1/+1
* CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky2017-01-064-6/+19
* CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2017-01-061-1/+1
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2017-01-065-31/+85
* cifs: Fix smbencrypt() to stop pointing a scatterlist at the stackAndy Lutomirski2017-01-061-32/+8
* CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan2016-11-281-2/+2
* Call echo service immediately after socket reconnectSachin Prabhu2016-11-281-7/+18
* CIFS: Fix BUG() in calc_seckey()Sachin Prabhu2016-11-281-3/+8
* CIFS: Retrieve uid and gid from special sid if enabledSteve French2016-10-141-0/+123
* CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French2016-10-144-1/+11
* CIFS: Reset read oplock to NONE if we have mandatory locks after reopenPavel Shilovsky2016-10-131-0/+9
* CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky2016-10-132-5/+18
* SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setupSachin Prabhu2016-10-131-199/+162
* SMB2: Separate Kerberos authentication from SMB2_sess_setupSachin Prabhu2016-10-131-46/+230
* Expose cifs module parameters in sysfsGermano Percossi2016-10-131-3/+3
* Cleanup missing frees on some ioctlsSteve French2016-10-131-5/+4
* Enable previous version supportSteve French2016-10-134-2/+72
* Do not send SMB3 SET_INFO request if nothing is changingSteve French2016-10-131-0/+6
* SMB3: Add mount parameter to allow user to override max creditsSteve French2016-10-125-16/+37