summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)Author
2015-06-28Add ioctl to set integritySteve French
2015-06-28Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French
2015-06-27Add SMB3.11 mount option synonym for new dialectSteve French
2015-06-27Allow parsing vers=3.11 on cifs mountSteve French
2014-12-14Convert MessageID in smb2_hdr to LESachin Prabhu
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French
2014-08-25CIFS: Fix wrong filename length for SMB2Pavel Shilovsky
2014-08-17enable fallocate punch hole ("fallocate -p") for SMB3Steve French
2014-08-17CIFS: Fix SMB2 readdir error handlingPavel Shilovsky
2014-08-13Add sparse file support to SMB2/SMB3 mountsSteve French
2014-08-02CIFS: Use separate var for the number of bytes got in async readPavel Shilovsky
2014-08-02CIFS: Use multicredits for SMB 2.1/3 readsPavel Shilovsky
2014-08-02CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky
2014-08-02CIFS: Fix cifs_writev_requeue when wsize changesPavel Shilovsky
2014-05-21cifs: Set client guid on per connection basisSachin Prabhu
2014-05-21cifs: fix potential races in cifs_revalidate_mappingJeff Layton
2014-05-21cifs: convert booleans in cifsInodeInfo to a flags fieldJeff Layton
2014-04-16cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu
2014-02-28cifs: mask off top byte in get_rfc1002_length()Jeff Layton
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French
2014-02-07[CIFS] clean up page array when uncached write send failsSteve French
2014-02-07cifs: use a flexarray in cifs_writedataJeff Layton
2014-02-07retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French
2014-01-26[CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifsSteve French
2014-01-20cifs: Add create MFSymlinks to protocol ops structSachin Prabhu
2014-01-20cifs: Rename and cleanup open_query_close_cifs_symlink()Sachin Prabhu
2013-11-19Check SMB3 dialects against downgrade attacksSteve French
2013-11-15[CIFS] Set copychunk defaultsSteve French
2013-11-14CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1Steve French
2013-11-11CIFS: Fix symbolic links usagePavel Shilovsky
2013-11-02Query File System AlignmentSteven French
2013-11-02cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner
2013-10-28Allow setting per-file compression via SMB2/3Steve French
2013-09-21[CIFS] Provide sane values for nlinkJim McDonough
2013-09-18cifs: stop trying to use virtual circuitsJeff Layton
2013-09-09CIFS: Respect epoch value from create lease context v2Pavel Shilovsky
2013-09-09CIFS: Move parsing lease buffer to ops structPavel Shilovsky
2013-09-09CIFS: Move creating lease buffer to ops structPavel Shilovsky
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky
2013-09-08cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar
2013-09-08cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar
2013-09-08cifs: Move and expand MAX_SERVER_SIZE definitionScott Lovenberg
2013-09-08cifs: Move string length definitions to uapiScott Lovenberg
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky
2013-07-30Do not attempt to do cifs operations reading symlinks with SMB2Steve French
2013-07-30cifs: extend the buffer length enought for sprintf() usingChen Gang
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky