aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
* setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French2014-01-031-3/+5
* cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton2012-08-021-0/+30
* cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar2012-06-101-7/+5
* fs/cifs: fix parsing of dfs referralsStefan Metzmacher2012-05-111-1/+5
* CIFS: Respect negotiated MaxMpxCountPavel Shilovsky2012-04-021-2/+7
* CIFS: Send as many mandatory unlock ranges at once as possiblePavel Shilovsky2011-10-241-0/+40
* CIFS: Implement caching mechanism for posix brlocksPavel Shilovsky2011-10-241-4/+4
* CIFS: Fix error handling in cifs_readv_completePavel Shilovsky2011-10-211-1/+1
* cifs: add cifs_async_readvJeff Layton2011-10-191-0/+359
* cifs: add a callback function to receive the rest of the frameJeff Layton2011-10-191-2/+3
* cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar2011-10-171-2/+2
* CIFS: Simplify byte range locking codePavel Shilovsky2011-10-131-2/+2
* cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton2011-10-121-23/+9
* cifs: switch CIFSSMBQAllEAs to use memcmpJeff Layton2011-10-121-1/+1
* cifs: fix possible memory corruption in CIFSFindNextJeff Layton2011-09-191-1/+2
* cifs: remove unneeded variable initialization in cifs_reconnect_tconJeff Layton2011-07-311-1/+1
* cifs: fix compiler warning in CIFSSMBQAllEAsJeff Layton2011-07-311-5/+1
* cifs: fix name parsing in CIFSSMBQAllEAsJeff Layton2011-07-311-1/+7
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-83/+83
* Fix extended security auth failureSteve French2011-05-271-11/+6
* CIFS: Add rwpidforward mount optionPavel Shilovsky2011-05-271-5/+12
* CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky2011-05-261-7/+26
* cifs: add cifs_async_writevJeff Layton2011-05-251-0/+236
* cifs: add ignore_pend flag to cifs_call_asyncJeff Layton2011-05-231-1/+1
* cifs: make cifs_send_async take a kvec arrayJeff Layton2011-05-231-2/+4
* cifs: keep BCC in little-endian formatJeff Layton2011-05-191-30/+32
* consistently use smb_buf_length as be32 for cifs (try 3)Steve French2011-05-191-58/+65
* cifs: fix comment in validate_t2Jeff Layton2011-05-191-2/+3
* cifs: cleanup: Rename and remove config flagsShirish Pargaonkar2011-05-191-4/+0
* Don't compile in unused reparse point symlink codeSteve French2011-05-191-2/+12
* Remove unused CIFSSMBNotify worker functionSteve French2011-05-191-74/+95
* [CIFS] cifs: clarify the meaning of tcpStatus == CifsGoodSteve French2011-04-121-2/+2
* various endian fixes to cifsSteve French2011-04-121-5/+5
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* cifs: remove checks for ses->status == CifsExitingJeff Layton2011-02-071-4/+1
* cifs: clean up some compiler warningsJeff Layton2011-01-311-3/+0
* cifs: fix up CIFSSMBEcho for unaligned accessJeff Layton2011-01-211-3/+3
* cifs: clean up unaligned accesses in validate_t2Jeff Layton2011-01-201-21/+23
* cifs: use get/put_unaligned functions to access ByteCountJeff Layton2011-01-201-9/+5
* cifs: TCP_Server_Info dietJeff Layton2011-01-201-2/+0
* cifs: remove code for setting timeouts on requestsJeff Layton2011-01-201-4/+4
* cifs: add ability to send an echo requestJeff Layton2011-01-201-0/+47
* CIFS: Fix oplock break handling (try #2)Pavel Shilovsky2011-01-191-1/+3
* cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton2011-01-091-4/+1
* cifs: fix use of CONFIG_CIFS_ACLJeff Layton2010-12-061-91/+92
* NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar2010-10-291-2/+2
* cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman2010-10-211-3/+3
* cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton2010-10-181-2/+2
* NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar2010-10-141-2/+2
* Merge branch 'for-next'Steve French2010-10-081-7/+9
|\