Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / cifs / connect.c
2011-05-25 Jeff Laytoncifs: clean up wsize negotiation and allow for larger...
2011-05-24 Jeff Laytoncifs: don't call mid_q_entry->callback under the Global...
2011-05-24 Pavel ShilovskyCIFS: Simplify mount code for further shared sb capability
2011-05-23 Pavel ShilovskyCIFS: Simplify connection structure search calls
2011-05-23 Christoph Hellwigcifs: remove unused SMB2 config and mount options
2011-05-19 Sean Finneycifs: Unconditionally copy mount options to superblock...
2011-05-19 Sean Finneycifs: Simplify handling of submount options in cifs_mount.
2011-05-19 Sean Finneycifs: cifs_parse_mount_options: do not tokenize mount...
2011-05-19 Sean Finneycifs: Add support for mounting Windows 2008 DFS shares
2011-05-19 Sean Finneycifs: Extract DFS referral expansion logic to separate...
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 Steve FrenchIntroduce smb2 mounts as vers=2
2011-05-19 Steve FrenchShrink stack space usage in cifs_construct_tcon
2011-05-19 Justin P. Mattockfs:cifs:connect.c remove one to many l's in the word.
2011-05-17 Jeff Laytoncifs: add fallback in is_path_accessible for old servers
2011-05-03 Jeff Laytoncifs: handle errors from coalesce_t2
2011-05-03 Jeff Laytoncifs: refactor mid finding loop in cifs_demultiplex_thread
2011-04-29 Jeff Laytoncifs: sanitize length checking in coalesce_t2 (try #3)
2011-04-21 Pavel ShilovskyCIFS: Fix memory over bound bug in cifs_parse_mount_options
2011-04-12 Steve French[CIFS] Warn on requesting default security (ntlm) on...
2011-04-12 Steve French[CIFS] cifs: clarify the meaning of tcpStatus == CifsGood
2011-04-12 Jeff Laytoncifs: clean up length checks in check2ndT2
2011-04-12 Jeff Laytoncifs: always do is_path_accessible check in cifs_mount
2011-04-12 Steve FrenchElminate sparse __CHECK_ENDIAN__ warnings on port conve...
2011-04-12 Steve FrenchAllow user names longer than 32 bytes
2011-03-31 Lucas De MarchiFix common misspellings
2011-02-11 Jeff Laytoncifs: don't always drop malformed replies on the floor...
2011-02-10 Jeff Laytoncifs: clean up checks in cifs_echo_request
2011-02-08 Steve French[CIFS] Do not send SMBEcho requests on new sockets...
2011-02-05 Jeff Laytoncifs: don't send an echo request unless NegProt has...
2011-02-04 Shirish Pargaonkarcifs: Possible slab memory corruption while updating...
2011-02-02 Jeff Laytoncifs: fix length vs. total_read confusion in cifs_demul...
2011-01-27 Shirish Pargaonkarcifs: More crypto cleanup (try #2)
2011-01-25 Pavel ShilovskyCIFS: Add strictcache mount option
2011-01-24 Rob LandleyMake CIFS mount work in a container.
2011-01-20 Jeff Laytoncifs: fix unaligned access in check2ndT2 and coalesce_t2
2011-01-20 Jeff Laytoncifs: use get/put_unaligned functions to access ByteCount
2011-01-20 Jeff Laytoncifs: remove code for setting timeouts on requests
2011-01-20 Steve French[CIFS] cifs: reconnect unresponsive servers
2011-01-20 Jeff Laytoncifs: set up recurring workqueue job to do SMB echo...
2011-01-20 Jeff Laytoncifs: allow for different handling of received response
2011-01-19 Shirish Pargaonkarcifs: Fix regression during share-level security mounts...
2011-01-19 Jeff Laytoncifs: clean up accesses to midCount
2011-01-19 Jeff Laytoncifs: no need to mark smb_ses_list as cifs_demultiplex_...
2011-01-14 Jeff Laytoncifs: add cruid= mount option
2011-01-09 Jeff Laytoncifs: move "ntlmssp" and "local_leases" options out...
2011-01-09 Jeff Laytoncifs: replace some hardcoded values with preprocessor...
2011-01-06 Pavel ShilovskyCIFS: Add match_port check during looking for an existi...
2011-01-06 Pavel ShilovskyCIFS: Simplify ipv*_connect functions into one (try #4)
2010-12-07 Jeff Laytoncifs: allow calling cifs_build_path_to_root on incomple...
2010-12-07 Jeff Laytoncifs: fix check of error return from is_path_accessable
2010-12-06 Jeff Laytoncifs: remove Local_System_Name
2010-12-02 Suresh Jayaramancifs: add attribute cache timeout (actimeo) tunable
2010-11-30 Suresh Jayaramancifs: allow fsc mount option only if CONFIG_CIFS_FSCACH...
2010-11-04 Suresh Jayaramancifs: trivial comment fix: tlink_tree is now a rbtree
2010-11-02 Jeff Laytoncifs: convert tlink_tree to a rbtree
2010-11-02 Jeff Laytoncifs: store pointer to master tlink in superblock ...
2010-10-29 Shirish Pargaonkarcifs: Cleanup and thus reduce smb session structure...
2010-10-29 Shirish PargaonkarNTLM auth and sign - Use appropriate server challenge
2010-10-27 Shirish PargaonkarNTLM auth and sign - minor error corrections and cleanup
2010-10-26 Shirish PargaonkarNTLM auth and sign - Define crypto hash functions and...
2010-10-26 Dan Carpentercifs: cifs_convert_address() returns zero on error
2010-10-26 Shirish PargaonkarNTLM auth and sign - Allocate session key/client respon...
2010-10-21 Suresh Jayaramancifs: convert cifs_tcp_ses_lock from a rwlock to a...
2010-10-14 Shirish PargaonkarNTLM authentication and signing - Calculate auth respon...
2010-10-08 Steve French[CIFS] Remove build warning
2010-10-08 Jeff Laytoncifs: implement recurring workqueue job to prune old...
2010-10-07 Jeff Laytoncifs: add "multiuser" mount option
2010-10-07 Jeff Laytoncifs: add routines to build sessions and tcons on the fly
2010-09-29 Jeff Laytoncifs: add cifs_sb_master_tcon and convert some callers...
2010-09-29 Jeff Laytoncifs: temporarily rename cifs_sb->tcon to ptcon to...
2010-09-29 Jeff Laytoncifs: add function to get a tcon from cifs_sb
2010-09-29 Steve French[CIFS] Fix ordering of cleanup on module init failure
2010-09-29 Jeff Laytoncifs: allow matching of tcp sessions in CifsNew state
2010-09-29 Stefan Metzmachercifs: add "mfsymlinks" mount option
2010-09-29 Ben Greearcifs: Allow binding to local IP address.
2010-09-29 Shirish Pargaonkarcifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication...
2010-09-14 Jeff Laytoncifs: fix potential double put of TCP session reference
2010-09-08 Jeff Laytoncifs: prevent possible memory corruption in cifs_demult...
2010-09-08 Jeff Laytoncifs: eliminate some more premature cifsd exits
2010-09-08 Jeff Laytoncifs: prevent cifsd from exiting prematurely
2010-09-08 Steve FrenchRevert "[CIFS] Fix ntlmv2 auth with ntlmssp"
2010-08-23 Jeff Laytoncifs: check for NULL session password
2010-08-20 Steve French[CIFS] Fix ntlmv2 auth with ntlmssp
2010-08-18 Jeff Laytoncifs: fix NULL pointer dereference in cifs_find_smb_ses
2010-08-05 David HowellsCIFS: Make cifs_convert_address() take a const src...
2010-08-02 Jeff Laytoncifs: fsc should not default to "on"
2010-08-02 Jeff Laytoncifs: ignore the "mand", "nomand" and "_netdev" mount...
2010-08-02 Steve French[CIFS] relinquish fscache cookie before freeing CIFSTco...
2010-08-02 Jeff Laytoncifs: add separate cred_uid field to sesInfo
2010-08-02 Suresh Jayaramancifs: add mount option to enable local caching
2010-08-02 Suresh Jayaramancifs: define superblock-level cache index objects and...
2010-08-02 Jeff Laytoncifs: clean up cifs_find_smb_ses (try #2)
2010-08-02 Jeff Laytoncifs: match secType when searching for existing tcp...
2010-08-02 Jeff Laytoncifs: move address comparison into separate function
2010-08-02 Jeff Laytoncifs: set the port in sockaddr in a more clearly define...
2010-08-02 Suresh Jayaramancifs: define server-level cache index objects and regis...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-05 Jeff Laytoncifs: break negotiate protocol calls out of cifs_setup_...
next