Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / cifs / connect.c
2012-05-16 Jeff Laytoncifs: fix misspelling of "forcedirectio"
2012-05-03 Jeff Laytoncifs: make sure we ignore the credentials= and cred...
2012-05-02 Jeff Laytoncifs: add missing initialization of server->req_lock
2012-05-02 Jeff Laytoncifs: don't cap ra_pages at the same level as default_b...
2012-04-24 Sachin PrabhuCIFS: Show backupuid/gid in /proc/mounts
2012-04-13 Sachin PrabhuFix number parsing in cifs_parse_mount_options
2012-04-12 Sachin PrabhuCleanup handling of NULL value passed for a mount option
2012-04-04 Sachin PrabhuFix UNC parsing on mount
2012-04-03 Sachin PrabhuRemove unnecessary check for NULL in password parser
2012-03-27 Pavel ShilovskyCIFS: Add missed forcemand mount option
2012-03-23 Jeff Laytoncifs: handle "sloppy" option appropriately
2012-03-23 Sachin Prabhucifs: use standard token parser for mount options
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 demultiplex...
2012-03-21 Pavel ShilovskyCIFS: Delete echo_retries module parm
2012-03-21 Pavel ShilovskyCIFS: Introduce credit-based flow control
2012-03-21 Pavel ShilovskyCIFS: Simplify inFlight logic
2012-03-21 Jeff Laytoncifs: fix issue mounting of DFS ROOT when redirecting...
2012-03-20 Pavel ShilovskyCIFS: Respect negotiated MaxMpxCount
2012-02-08 Jeff Laytoncifs: don't return error from standard_receive3 after...
2012-02-08 Jeff Laytoncifs: fix error handling when cifscreds key payload...
2012-01-31 Randy Dunlapcifs: fix printk format warnings
2012-01-24 Dan Carpentercifs: NULL dereference on allocation failure
2012-01-19 Steve FrenchCIFS: Rename *UCS* functions to *UTF16*
2012-01-18 Jeff Laytoncifs: fetch credentials out of keyring for non-krb5...
2012-01-18 Jeff Laytoncifs: sanitize username handling
2012-01-18 Jeff Laytoncifs: lower default wsize when unix extensions are...
2012-01-18 Jeff Laytoncifs: better instrumentation for coalesce_t2
2012-01-08 Linus TorvaldsMerge branch 'for-linus2' of git://git./linux/kernel...
2012-01-04 Steve French[CIFS] default ntlmv2 for cifs mount delayed to 3.3
2012-01-04 Al Virocifs: propagate umode_t
2012-01-04 Jeff Laytoncifs: fix bad buffer length check in coalesce_t2
2011-12-09 Jeff Laytoncifs: attempt to freeze while looping on a receive...
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-10-31 Paul Gortmakerfs: add module.h to files that were implicitly using it
2011-10-30 Shirish Pargaonkarcifs: Assume passwords are encoded according to iochars...
2011-10-28 Linus TorvaldsMerge branch '3.2-without-smb2' of git://git.samba...
2011-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-10-19 Jeff Laytoncifs: tune bdi.ra_pages in accordance with the rsize
2011-10-19 Jeff Laytoncifs: allow for larger rsize= options and change defaults
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-19 Jeff Laytoncifs: break out 3rd receive phase into separate function
2011-10-19 Jeff Laytoncifs: find mid earlier in receive codepath
2011-10-19 Jeff Laytoncifs: move buffer pointers into TCP_Server_Info
2011-10-19 Jeff Laytoncifs: eliminate is_multi_rsp parm to find_cifs_mid
2011-10-19 Jeff Laytoncifs: move mid finding into separate routine
2011-10-19 Jeff Laytoncifs: add a third receive phase to cifs_demultiplex_thread
2011-10-19 Jeff Laytoncifs: keep a reusable kvec array for receives
2011-10-19 Jeff Laytoncifs: turn read_from_socket into a wrapper around a...
2011-10-13 Jeff Laytoncifs: clean up check_rfc1002_header
2011-10-13 Pavel ShilovskyCIFS: Fix incorrect max RFC1002 write size value
2011-10-13 Jeff Laytoncifs: simplify read_from_socket
2011-10-13 Shirish Pargaonkarcifs: Add mount options for backup intent (try #6)
2011-10-13 Jeff Laytoncifs: check for unresponsive server every time we call...
2011-10-13 Jeff Laytoncifs: make smb_msg local to read_from_socket
2011-10-13 Jeff Laytoncifs: trivial: remove obsolete comment
2011-10-13 Jeff Laytoncifs: untangle server->maxBuf and CIFSMaxBufSize
2011-10-08 Steve French[CIFS] Fix first time message on mount, ntlmv2 upgrade...
2011-09-27 Jesper JuhlCIFS: Don't free volume_info->UNC until we are entirely...
2011-09-20 Steve FrenchFix the conflict between rwpidforward and rw mount...
2011-08-18 Steve French[CIFS] possible memory corruption on mount
2011-08-01 Pavel ShilovskyCIFS: Cleanup demupltiplex thread exiting code
2011-08-01 Pavel ShilovskyCIFS: Move mid search to a separate function
2011-08-01 Pavel ShilovskyCIFS: Move RFC1002 check to a separate function
2011-08-01 Pavel ShilovskyCIFS: Simplify socket reading in demultiplex thread
2011-08-01 Pavel ShilovskyCIFS: Move buffer allocation to a separate function
2011-07-31 Jeff Laytoncifs: trivial: goto out here is unnecessary
2011-07-20 Al Virocifs: fix the type of cifs_demultiplex_thread()
2011-07-12 Steve French[CIFS] update limit for snprintf in cifs_construct_tcon
2011-07-11 Jeff Laytoncifs: drop spinlock before calling cifs_put_tlink
2011-07-09 Jeff Laytoncifs: fix expand_dfs_referral
2011-07-09 Jeff Laytoncifs: move bdi_setup_and_register outside of CONFIG_CIF...
2011-07-08 Jeff Laytoncifs: factor smb_vol allocation out of cifs_setup_volum...
2011-07-06 Jeff Laytoncifs: have cifs_cleanup_volume_info not take a double...
2011-07-06 Jeff Laytoncifs: fix build_unc_path_to_root to account for a prefi...
2011-07-06 Jeff Laytoncifs: remove bogus call to cifs_cleanup_volume_info
2011-07-01 Jeff Laytoncifs: set socket send and receive timeouts before attem...
2011-06-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-06-24 Al Virocifs: pull freeing mountdata/dropping nls/freeing cifs_...
2011-06-24 Al Virosanitize cifs_umount() prototype
2011-06-24 Al Virocifs: initialize ->tlink_tree in cifs_setup_cifs_sb()
2011-06-24 Al Virocifs: don't pass superblock to cifs_mount()
2011-06-24 Al Virotake bdi setup/destruction into cifs_mount/cifs_umount
2011-06-23 Jeff Laytoncifs: fix wsize negotiation to respect max buffer size...
2011-06-22 Pavel ShilovskyCIFS: Fix problem with 3.0-rc1 null user mount failure
2011-06-13 Jeff Laytoncifs: correctly handle NULL tcon pointer in CIFSTCon
2011-06-13 Jeff Laytoncifs: don't allow cifs_reconnect to exit with NULL...
2011-06-13 Pavel ShilovskyCIFS: Fix sparse error
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-08 Jeff Laytoncifs: trivial: add space in fsc error message
2011-06-06 Vasily Averinpossible memory corruption in cifs_parse_mount_options()
2011-06-03 Suresh Jayaramancifs: fix the kernel release version in the default...
2011-05-27 Steve French[CIFS] Rename three structures to avoid camel case
2011-05-27 Pavel ShilovskyCIFS: Add rwpidforward mount option
2011-05-27 Pavel ShilovskyCIFS: Migrate to shared superblock model
2011-05-27 Steve French[CIFS] Migrate from prefixpath logic
2011-05-26 Steve French[CIFS] When mandatory encryption on share, fail mount
next