Merge tag 'md-3.4-fixes' of git://neil.brown.name/md
[linux-flexiantxendom0-3.2.10.git] / fs / cifs / cifssmb.c
2012-05-04 Stefan Metzmacherfs/cifs: fix parsing of dfs referrals
2012-03-31 Jeff Laytoncifs: silence compiler warnings showing up with gcc...
2012-03-23 Jeff Laytoncifs: convert cifs_iovec_write to use async writes
2012-03-23 Jeff Laytoncifs: call cifs_update_eof with i_lock held
2012-03-23 Jeff Laytoncifs: abstract out function to marshal up the iovec...
2012-03-23 Jeff Laytoncifs: allow caller to specify completion op when alloca...
2012-03-23 Jeff Laytoncifs: add pid field to cifs_writedata
2012-03-23 Jeff Laytoncifs: add new cifsiod_wq workqueue
2012-03-23 Pavel ShilovskyCIFS: Change mid_q_entry structure fields
2012-03-23 Pavel ShilovskyCIFS: Separate protocol-specific code from cifs_readv_r...
2012-03-23 Pavel ShilovskyCIFS: Separate protocol-specific code from transport...
2012-03-21 Pavel ShilovskyCIFS: Introduce credit-based flow control
2012-03-21 Pavel ShilovskyCIFS: Simplify inFlight logic
2012-03-20 Pavel ShilovskyCIFS: Respect negotiated MaxMpxCount
2012-01-19 Steve FrenchCIFS: Rename *UCS* functions to *UTF16*
2011-10-24 Pavel ShilovskyCIFS: Send as many mandatory unlock ranges at once...
2011-10-24 Pavel ShilovskyCIFS: Implement caching mechanism for posix brlocks
2011-10-21 Pavel ShilovskyCIFS: Fix error handling in cifs_readv_complete
2011-10-19 Jeff Laytoncifs: add cifs_async_readv
2011-10-19 Jeff Laytoncifs: add a callback function to receive the rest of...
2011-10-17 Shirish Pargaonkarcifs: Call id to SID mapping functions to change owner...
2011-10-13 Pavel ShilovskyCIFS: Simplify byte range locking code
2011-10-13 Jeff Laytoncifs: untangle server->maxBuf and CIFSMaxBufSize
2011-10-13 Jeff Laytoncifs: switch CIFSSMBQAllEAs to use memcmp
2011-09-20 Jeff Laytoncifs: fix possible memory corruption in CIFSFindNext
2011-07-31 Jeff Laytoncifs: remove unneeded variable initialization in cifs_r...
2011-07-31 Jeff Laytoncifs: fix compiler warning in CIFSSMBQAllEAs
2011-07-31 Jeff Laytoncifs: fix name parsing in CIFSSMBQAllEAs
2011-05-27 Steve French[CIFS] Rename three structures to avoid camel case
2011-05-27 Steve FrenchFix extended security auth failure
2011-05-27 Pavel ShilovskyCIFS: Add rwpidforward mount option
2011-05-26 Pavel ShilovskyCIFS: Use pid saved from cifsFileInfo in writepages...
2011-05-25 Jeff Laytoncifs: add cifs_async_writev
2011-05-23 Jeff Laytoncifs: add ignore_pend flag to cifs_call_async
2011-05-23 Jeff Laytoncifs: make cifs_send_async take a kvec array
2011-05-19 Jeff Laytoncifs: keep BCC in little-endian format
2011-05-19 Steve Frenchconsistently use smb_buf_length as be32 for cifs (try 3)
2011-05-19 Jeff Laytoncifs: fix comment in validate_t2
2011-05-19 Shirish Pargaonkarcifs: cleanup: Rename and remove config flags
2011-05-19 Steve FrenchDon't compile in unused reparse point symlink code
2011-05-19 Steve FrenchRemove unused CIFSSMBNotify worker function
2011-04-12 Steve French[CIFS] cifs: clarify the meaning of tcpStatus == CifsGood
2011-04-12 Steve Frenchvarious endian fixes to cifs
2011-03-31 Lucas De MarchiFix common misspellings
2011-02-07 Jeff Laytoncifs: remove checks for ses->status == CifsExiting
2011-01-31 Jeff Laytoncifs: clean up some compiler warnings
2011-01-21 Jeff Laytoncifs: fix up CIFSSMBEcho for unaligned access
2011-01-20 Jeff Laytoncifs: clean up unaligned accesses in validate_t2
2011-01-20 Jeff Laytoncifs: use get/put_unaligned functions to access ByteCount
2011-01-20 Jeff Laytoncifs: TCP_Server_Info diet
2011-01-20 Jeff Laytoncifs: remove code for setting timeouts on requests
2011-01-20 Jeff Laytoncifs: add ability to send an echo request
2011-01-19 Pavel ShilovskyCIFS: Fix oplock break handling (try #2)
2011-01-09 Jeff Laytoncifs: move "ntlmssp" and "local_leases" options out...
2010-12-06 Jeff Laytoncifs: fix use of CONFIG_CIFS_ACL
2010-10-29 Shirish PargaonkarNTLM auth and sign - Use appropriate server challenge
2010-10-21 Suresh Jayaramancifs: convert cifs_tcp_ses_lock from a rwlock to a...
2010-10-18 Jeff Laytoncifs: convert GlobalSMBSeslock from a rwlock to regular...
2010-10-14 Shirish PargaonkarNTLM authentication and signing - Calculate auth respon...
2010-10-08 Steve FrenchMerge branch 'for-next'
2010-10-01 Jeff Laytoncifs: prevent infinite recursion in cifs_reconnect_tcon
2010-09-29 Shirish Pargaonkarcifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication...
2010-09-08 Steve FrenchRevert "[CIFS] Fix ntlmv2 auth with ntlmssp"
2010-08-20 Steve French[CIFS] Fix ntlmv2 auth with ntlmssp
2010-05-05 Jeff Laytoncifs: have decode_negTokenInit set flags in server...
2010-05-05 Jeff Laytoncifs: break negotiate protocol calls out of cifs_setup_...
2010-04-27 Jeff Laytoncifs: save the dialect chosen by server
2010-04-26 Jeff Laytoncifs: rename "extended_security" to "global_secflags"
2010-04-21 Steve French[CIFS] Cleanup various minor breakage in previous cFYI...
2010-04-21 Joe Perches[CIFS] Neaten cERROR and cFYI macros, reduce text space
2010-04-08 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2010-04-06 Pavel Shilovskynot overwriting file_lock structure after GET_LK
2010-04-03 Suresh Jayaramancifs: Fix a kernel BUG with remote OS/2 server (try #3)
2010-04-03 Steve French[CIFS] initialize nbytes at the beginning of CIFSSMBWrite()
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-19 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2010-03-15 Dan Carpentercifs: trivial white space
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-06 Jeff Laytoncifs: add a CIFSSMBUnixQFileInfo function
2010-03-06 Jeff Laytoncifs: add a CIFSSMBQFileInfo function
2010-02-25 Steve French[CIFS] pSesInfo->sesSem is used as mutex. Rename it...
2010-02-24 Steve French[CIFS] Use unsigned ea length for clarity
2010-02-23 Steve French[CIFS] Minor cleanup to EA patch
2010-02-23 Jeff Laytoncifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs
2010-02-23 Jeff Laytoncifs: verify lengths of QueryAllEAs reply
2010-02-23 Jeff Laytoncifs: increase maximum buffer size in CIFSSMBQAllEAs
2010-02-23 Jeff Laytoncifs: rename name_len to list_len in CIFSSMBQAllEAs
2010-02-23 Jeff Laytoncifs: clean up indentation in CIFSSMBQAllEAs
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2009-09-24 Jeff Laytoncifs: convert oplock breaks to use slow_work facility...
2009-09-03 Jeff Laytoncifs: consolidate reconnect logic in smb_init routines
2009-08-31 Steve French[CIFS] potential NULL dereference in parse_DFS_referrals()
2009-07-10 Steve French[CIFS] Distinguish posix opens and mkdirs from legacy...
2009-07-09 Jeff Laytoncifs: add and use CIFSSMBUnixSetFileInfo for setattr...
2009-07-09 Jeff Laytoncifs: make a separate function for filling out FILE_UNI...
2009-07-09 Jeff Laytoncifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo
2009-06-25 Steve French[CIFS] cleanup asn handling for ntlmssp
2009-06-25 Steve French[CIFS] Do not send tree disconnect if session is alread...
2009-05-28 Jeff Laytoncifs: make cnvrtDosUnixTm take a little-endian args...
2009-05-26 Jeff Laytoncifs: fix artificial limit on reading symlinks
next