summaryrefslogtreecommitdiff
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2018-11-192-8/+13
|\
| * Merge branch 'work.afs' into for-nextAl Viro2018-10-2911-40/+98
| |\
| * | vfs: Require specification of size of mount data for internal mountsDavid Howells2018-09-112-8/+13
* | | Merge remote-tracking branch 'file-locks/locks-next'Stephen Rothwell2018-11-191-2/+2
|\ \ \
| * | | locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown2018-11-171-1/+1
| * | | fs/locks: rename some lists and pointers.NeilBrown2018-11-151-1/+1
* | | | Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza2018-11-172-0/+2
* | | | cifs: create a helper function for compound query_infoRonnie Sahlberg2018-11-151-24/+54
* | | | cifs: address trivial coverity warningSteve French2018-11-151-1/+1
* | | | cifs: smb2 commands can not be negative, remove confusing checkSteve French2018-11-141-3/+5
* | | | cifs: update internal module version numberSteve French2018-11-141-1/+1
* | | | cifs: use a compound for setting an xattrRonnie Sahlberg2018-11-141-18/+70
* | | | cifs: clean up indentation, replace spaces with tabColin Ian King2018-11-141-1/+1
* | | | cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French2018-11-141-1/+1
|/ / /
* | | cifs: fix signed/unsigned mismatch on aio_read patchSteve French2018-11-021-6/+11
* | | cifs: don't dereference smb_file_target before null checkColin Ian King2018-11-021-2/+5
* | | CIFS: Add direct I/O functions to file_operationsLong Li2018-11-021-6/+4
* | | CIFS: Add support for direct I/O writeLong Li2018-11-022-41/+164
* | | CIFS: Add support for direct I/O readLong Li2018-11-023-39/+192
* | | smb3: missing defines and structs for reparse point handlingSteve French2018-11-022-0/+38
* | | smb3: allow more detailed protocol info on open files for debuggingSteve French2018-11-024-0/+65
* | | smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French2018-11-021-2/+4
* | | smb3: add trace point for tree connectionSteve French2018-11-022-1/+44
* | | cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-11-022-3/+3
* | | cifs: fix return value for cifs_listxattrRonnie Sahlberg2018-11-021-5/+6
* | | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-10/+14
|\ \ \
| * | | vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-3/+3
| * | | vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-9/+13
* | | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-016-17/+24
|\ \ \ \ | | |_|/ | |/| |
| * | | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-244-10/+8
| * | | iov_iter: Use accessor functionDavid Howells2018-10-243-7/+16
| |/ /
* | | cifs: update internal module version number for cifs.ko to 2.14Steve French2018-10-241-1/+1
* | | smb3: add debug for unexpected mid cancellationSteve French2018-10-241-2/+2
* | | cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg2018-10-241-7/+12
* | | smb3 - clean up debug output displaying network interfacesSteve French2018-10-231-2/+2
* | | smb3: show number of current open files in /proc/fs/cifs/StatsSteve French2018-10-235-1/+13
* | | cifs: add support for ioctl on directoriesRonnie Sahlberg2018-10-233-30/+102
* | | cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2018-10-231-30/+37
* | | smb3: do not attempt cifs operation in smb3 query info error pathSteve French2018-10-231-1/+9
* | | smb3: send backup intent on compounded query infoSteve French2018-10-231-2/+7
* | | cifs: track writepages in vfs operation countersSteve French2018-10-231-1/+10
* | | smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGustavo A. R. Silva2018-10-231-1/+1
* | | cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg2018-10-237-11/+134
* | | cifs: minor clarification in commentsSteve French2018-10-232-2/+16
* | | CIFS: Print message when attempting a mountRodrigo Freire2018-10-232-2/+7
* | | CIFS: Adds information-level logging functionRodrigo Freire2018-10-231-0/+16
* | | cifs: OFD locks do not conflict with eachothersRonnie Sahlberg2018-10-233-15/+25
* | | CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registrationLong Li2018-10-231-19/+19
* | | CIFS: pass page offsets on SMB1 read/writeLong Li2018-10-231-0/+2
* | | fs/cifs: fix uninitialised variable warningsGarry McNulty2018-10-231-3/+3