summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: update internal module version numberSteve French2020-01-311-1/+1
* cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-01-301-1/+1
* CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch2020-01-263-0/+6
* cifs: use PTR_ERR_OR_ZERO() to simplify codeChen Zhou2020-01-261-1/+1
* cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg2020-01-263-37/+34
* cifs: fix NULL dereference in match_prepathRonnie Sahlberg2020-01-261-2/+4
* smb3: fix default permissions on new files when mounting with modefromsidSteve French2020-01-263-3/+29
* CIFS: Add support for setting owner info, dos attributes, and create timeBoris Protopopov2020-01-261-11/+117
* cifs: remove set but not used variable 'server'YueHaibing2020-01-261-4/+1
* cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)2020-01-261-1/+1
* cifs: Fix mount options set in automountPaulo Alcantara (SUSE)2020-01-261-54/+43
* cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French2020-01-261-1/+1
* cifs: Fix return value in __update_cache_entryYueHaibing2020-01-261-1/+1
* cifs: Avoid doing network I/O while holding cache lockPaulo Alcantara (SUSE)2020-01-261-264/+283
* cifs: Fix potential deadlock when updating vol in cifs_reconnect()Paulo Alcantara (SUSE)2020-01-261-32/+77
* cifs: Merge is_path_valid() into get_normalized_path()Paulo Alcantara (SUSE)2020-01-261-17/+4
* cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE)2020-01-261-13/+31
* cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)2020-01-261-3/+3
* cifs: Clean up DFS referral cachePaulo Alcantara (SUSE)2020-01-261-286/+279
* cifs: Don't use iov_iter::type directlyDavid Howells2020-01-261-4/+4
* cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg2020-01-261-2/+7
* cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg2020-01-262-12/+87
* cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg2020-01-261-46/+63
* cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg2020-01-263-36/+82
* fs/cifs/cifssmb.c: use true,false for bool variablezhengbin2020-01-261-2/+2
* fs/cifs/smb2ops.c: use true,false for bool variablezhengbin2020-01-261-1/+1
* cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)2019-12-232-9/+55
* cifs: Adjust indentation in smb2_open_fileNathan Chancellor2019-12-231-1/+1
* CIFS: Close cached root handle only if it has a leasePavel Shilovsky2019-12-135-4/+25
* SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French2019-12-131-0/+1
* smb3: fix refcount underflow warning on unmount when no directory leasesSteve French2019-12-091-1/+2
* Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-0813-72/+265
|\
| * smb3: improve check for when we send the security descriptor context on createSteve French2019-12-071-0/+2
| * smb3: fix mode passed in on create for modetosid mount optionSteve French2019-12-065-34/+122
| * cifs: fix possible uninitialized access and race on iface_listAurelien Aptel2019-12-041-3/+26
| * cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)2019-12-043-1/+9
| * smb3: query attributes on file closeSteve French2019-12-037-15/+97
| * smb3: remove unused flag passed into close functionsSteve French2019-12-022-16/+5
| * cifs: remove redundant assignment to pointer pneg_ctxtColin Ian King2019-12-021-1/+1
| * fs: cifs: Fix atime update check vs mtimeDeepa Dinamani2019-12-021-1/+1
| * CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky2019-12-021-3/+4
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-061-6/+1
|\ \
| * | new helper: lookup_positive_unlocked()Al Viro2019-11-151-6/+1
* | | Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds2019-12-021-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet2019-10-299-40/+57
| |\|
| * | docs: fix some broken referencesMauro Carvalho Chehab2019-10-101-1/+1
* | | CIFS: fix a white space issue in cifs_get_inode_info()Dan Carpenter via samba-technical2019-11-271-1/+2
* | | cifs: update internal module version numberSteve French2019-11-251-1/+1
* | | cifs: Always update signing key of first channelPaulo Alcantara (SUSE)2019-11-251-0/+4
* | | cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)2019-11-251-10/+22