summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
* lib: update single-char callers of strtobool()Kees Cook2016-03-171-2/+2
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-2/+6
* cifs: Make echo interval tunableSteve French2016-01-141-2/+6
* Add resilienthandles mount parmSteve French2015-11-031-0/+2
* [SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French2015-11-031-0/+1
* [SMB3] Enable checking for continuous availability and persistent handle supportSteve French2015-11-031-0/+1
* [SMB3] Add parsing for new mount option controlling persistent handlesSteve French2015-11-031-1/+3
* Add ioctl to set integritySteve French2015-06-291-0/+2
* Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French2015-06-291-0/+3
* Add SMB3.11 mount option synonym for new dialectSteve French2015-06-281-1/+2
* Allow parsing vers=3.11 on cifs mountSteve French2015-06-281-0/+7
* Convert MessageID in smb2_hdr to LESachin Prabhu2014-12-141-3/+3
* cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro2014-11-191-0/+6
* Remap reserved posix characters by default (part 3/3)Steve French2014-10-161-0/+2
* Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French2014-10-161-2/+2
* CIFS: Fix wrong filename length for SMB2Pavel Shilovsky2014-08-251-5/+0Star
* enable fallocate punch hole ("fallocate -p") for SMB3Steve French2014-08-181-0/+2
* CIFS: Fix SMB2 readdir error handlingPavel Shilovsky2014-08-171-0/+2
* Add sparse file support to SMB2/SMB3 mountsSteve French2014-08-131-0/+1
* CIFS: Use separate var for the number of bytes got in async readPavel Shilovsky2014-08-021-0/+1
* CIFS: Use multicredits for SMB 2.1/3 readsPavel Shilovsky2014-08-021-0/+1
* CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky2014-08-021-0/+15
* CIFS: Fix cifs_writev_requeue when wsize changesPavel Shilovsky2014-08-021-0/+2
* cifs: Set client guid on per connection basisSachin Prabhu2014-05-211-0/+1
* cifs: fix potential races in cifs_revalidate_mappingJeff Layton2014-05-211-0/+1
* cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton2014-05-211-3/+3
* cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu2014-04-161-0/+8
* cifs: mask off top byte in get_rfc1002_length()Jeff Layton2014-02-281-1/+1
* [CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French2014-02-101-0/+2
* [CIFS] clean up page array when uncached write send failsSteve French2014-02-081-1/+2
* cifs: use a flexarray in cifs_writedataJeff Layton2014-02-081-1/+1
* retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French2014-02-071-0/+4
* [CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifsSteve French2014-01-271-0/+6
* cifs: Add create MFSymlinks to protocol ops structSachin Prabhu2014-01-201-0/+3
* cifs: Rename and cleanup open_query_close_cifs_symlink()Sachin Prabhu2014-01-201-2/+3
* Check SMB3 dialects against downgrade attacksSteve French2013-11-201-0/+1
* [CIFS] Set copychunk defaultsSteve French2013-11-151-0/+3
* CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1Steve French2013-11-141-0/+3
* CIFS: Fix symbolic links usagePavel Shilovsky2013-11-111-1/+1
* Query File System AlignmentSteven French2013-11-021-0/+2
* cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner2013-11-021-1/+24
* Allow setting per-file compression via SMB2/3Steve French2013-10-281-0/+2
* [CIFS] Provide sane values for nlinkJim McDonough2013-09-211-0/+1
* cifs: stop trying to use virtual circuitsJeff Layton2013-09-181-4/+0Star
* CIFS: Respect epoch value from create lease context v2Pavel Shilovsky2013-09-101-3/+10
* CIFS: Move parsing lease buffer to ops structPavel Shilovsky2013-09-101-0/+2
* CIFS: Move creating lease buffer to ops structPavel Shilovsky2013-09-101-3/+6
* CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-101-7/+9
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-091-2/+8