aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan3-61/+62
2020-01-31cifs: update internal module version numberSteve French1-1/+1
2020-01-30cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg1-1/+1
2020-01-26CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch3-0/+6
2020-01-26cifs: use PTR_ERR_OR_ZERO() to simplify codeChen Zhou1-1/+1
2020-01-26cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg3-37/+34
2020-01-26cifs: fix NULL dereference in match_prepathRonnie Sahlberg1-2/+4
2020-01-26smb3: fix default permissions on new files when mounting with modefromsidSteve French3-3/+29
2020-01-26CIFS: Add support for setting owner info, dos attributes, and create timeBoris Protopopov1-11/+117
2020-01-26cifs: remove set but not used variable 'server'YueHaibing1-4/+1
2020-01-26cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)1-1/+1
2020-01-26cifs: Fix mount options set in automountPaulo Alcantara (SUSE)1-54/+43
2020-01-26cifs: fix unitialized variable poential problem with network I/O cache lock patchSteve French1-1/+1
2020-01-26cifs: Fix return value in __update_cache_entryYueHaibing1-1/+1
2020-01-26cifs: Avoid doing network I/O while holding cache lockPaulo Alcantara (SUSE)1-264/+283
2020-01-26cifs: Fix potential deadlock when updating vol in cifs_reconnect()Paulo Alcantara (SUSE)1-32/+77
2020-01-26cifs: Merge is_path_valid() into get_normalized_path()Paulo Alcantara (SUSE)1-17/+4
2020-01-26cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE)1-13/+31
2020-01-26cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)1-3/+3
2020-01-26cifs: Clean up DFS referral cachePaulo Alcantara (SUSE)1-286/+279
2020-01-26cifs: Don't use iov_iter::type directlyDavid Howells1-4/+4
2020-01-26cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg1-2/+7
2020-01-26cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg2-12/+87
2020-01-26cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg1-46/+63
2020-01-26cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg3-36/+82
2020-01-26fs/cifs/cifssmb.c: use true,false for bool variablezhengbin1-2/+2
2020-01-26fs/cifs/smb2ops.c: use true,false for bool variablezhengbin1-1/+1
2019-12-23cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)2-9/+55
2019-12-23cifs: Adjust indentation in smb2_open_fileNathan Chancellor1-1/+1
2019-12-13CIFS: Close cached root handle only if it has a leasePavel Shilovsky5-4/+25
2019-12-13SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French1-0/+1
2019-12-09smb3: fix refcount underflow warning on unmount when no directory leasesSteve French1-1/+2
2019-12-08Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-72/+265
2019-12-07smb3: improve check for when we send the security descriptor context on createSteve French1-0/+2
2019-12-06smb3: fix mode passed in on create for modetosid mount optionSteve French5-34/+122
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2019-12-04cifs: fix possible uninitialized access and race on iface_listAurelien Aptel1-3/+26
2019-12-04cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)3-1/+9
2019-12-03smb3: query attributes on file closeSteve French7-15/+97
2019-12-02smb3: remove unused flag passed into close functionsSteve French2-16/+5
2019-12-02cifs: remove redundant assignment to pointer pneg_ctxtColin Ian King1-1/+1
2019-12-02fs: cifs: Fix atime update check vs mtimeDeepa Dinamani1-1/+1
2019-12-02CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky1-3/+4
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-11-27CIFS: fix a white space issue in cifs_get_inode_info()Dan Carpenter via samba-technical1-1/+2
2019-11-25cifs: update internal module version numberSteve French1-1/+1
2019-11-25cifs: Always update signing key of first channelPaulo Alcantara (SUSE)1-0/+4
2019-11-25cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)1-10/+22
2019-11-25cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)1-12/+29
2019-11-25cifs: Fix lookup of root ses in DFS referral cachePaulo Alcantara (SUSE)1-2/+1