aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-01CIFS: Add capability to transform requests before sendingGravatar Pavel Shilovsky 1-0/+7
2017-02-01CIFS: Send RFC1001 length in a separate iovGravatar Pavel Shilovsky 1-1/+1
2017-02-01CIFS: Make send_cancel take rqst as argumentGravatar Pavel Shilovsky 1-1/+1
2016-12-15Fix default behaviour for empty domains and add domainauto optionGravatar Germano Percossi 1-0/+2
2016-12-05CIFS: Fix a possible double locking of mutex during reconnectGravatar Pavel Shilovsky 1-0/+1
2016-12-05CIFS: Fix a possible memory corruption during reconnectGravatar Pavel Shilovsky 1-0/+3
2016-12-01SMB3: parsing for new snapshot timestamp mount parmGravatar Steve French 1-0/+2
2016-10-14CIFS: Add new mount option to set owner uid and gid from special sids in aclGravatar Steve French 1-0/+1
2016-10-13CIFS: Fix persistent handles re-opening on reconnectGravatar Pavel Shilovsky 1-0/+1
2016-10-13Enable previous version supportGravatar Steve French 1-0/+2
2016-10-12SMB3: Add mount parameter to allow user to override max creditsGravatar Steve French 1-1/+15
2016-10-12Clarify locking of cifs file and tcon structures and make more granularGravatar Steve French 1-15/+15
2016-06-23cifs: stuff the fl_owner into "pid" field in the lock requestGravatar Jeff Layton 1-0/+1
2016-05-18Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+0
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-2/+2
2016-03-28cifs: no need to wank with copying and advancing iovec on recvmsg side eitherGravatar Al Viro 1-2/+0
2016-03-17lib: update single-char callers of strtobool()Gravatar Kees Cook 1-2/+2
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Gravatar Steve French 1-2/+6
2016-01-14cifs: Make echo interval tunableGravatar Steve French 1-2/+6
2015-11-03Add resilienthandles mount parmGravatar Steve French 1-0/+2
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredGravatar Steve French 1-0/+1
2015-11-03[SMB3] Enable checking for continuous availability and persistent handle supportGravatar Steve French 1-0/+1
2015-11-03[SMB3] Add parsing for new mount option controlling persistent handlesGravatar Steve French 1-1/+3
2015-06-28Add ioctl to set integrityGravatar Steve French 1-0/+2
2015-06-28Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSGravatar Steve French 1-0/+3
2015-06-27Add SMB3.11 mount option synonym for new dialectGravatar Steve French 1-1/+2
2015-06-27Allow parsing vers=3.11 on cifs mountGravatar Steve French 1-0/+7
2014-12-14Convert MessageID in smb2_hdr to LEGravatar Sachin Prabhu 1-3/+3
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperGravatar Al Viro 1-0/+6
2014-10-16Remap reserved posix characters by default (part 3/3)Gravatar Steve French 1-0/+2
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsGravatar Steve French 1-2/+2
2014-08-25CIFS: Fix wrong filename length for SMB2Gravatar Pavel Shilovsky 1-5/+0
2014-08-17enable fallocate punch hole ("fallocate -p") for SMB3Gravatar Steve French 1-0/+2
2014-08-17CIFS: Fix SMB2 readdir error handlingGravatar Pavel Shilovsky 1-0/+2
2014-08-13Add sparse file support to SMB2/SMB3 mountsGravatar Steve French 1-0/+1
2014-08-02CIFS: Use separate var for the number of bytes got in async readGravatar Pavel Shilovsky 1-0/+1
2014-08-02CIFS: Use multicredits for SMB 2.1/3 readsGravatar Pavel Shilovsky 1-0/+1
2014-08-02CIFS: Use multicredits for SMB 2.1/3 writesGravatar Pavel Shilovsky 1-0/+15
2014-08-02CIFS: Fix cifs_writev_requeue when wsize changesGravatar Pavel Shilovsky 1-0/+2
2014-05-21cifs: Set client guid on per connection basisGravatar Sachin Prabhu 1-0/+1
2014-05-21cifs: fix potential races in cifs_revalidate_mappingGravatar Jeff Layton 1-0/+1
2014-05-21cifs: convert booleans in cifsInodeInfo to a flags fieldGravatar Jeff Layton 1-3/+3
2014-04-16cifs: Wait for writebacks to complete before attempting write.Gravatar Sachin Prabhu 1-0/+8
2014-02-28cifs: mask off top byte in get_rfc1002_length()Gravatar Jeff Layton 1-1/+1
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsGravatar Steve French 1-0/+2
2014-02-07[CIFS] clean up page array when uncached write send failsGravatar Steve French 1-1/+2
2014-02-07cifs: use a flexarray in cifs_writedataGravatar Jeff Layton 1-1/+1
2014-02-07retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionGravatar Steve French 1-0/+4
2014-01-26[CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifsGravatar Steve French 1-0/+6
2014-01-20cifs: Add create MFSymlinks to protocol ops structGravatar Sachin Prabhu 1-0/+3