The following changes since commit 24c3047095fa3954f114bfff2e37b8fcbb216396: Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs (2011-07-31 06:26:50 -1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git master Jeff Layton (7): cifs: advertise the right receive buffer size to the server cifs: trivial: goto out here is unnecessary cifs: don't start signing too early cifs: fix name parsing in CIFSSMBQAllEAs cifs: fix compiler warning in CIFSSMBQAllEAs cifs: simplify refcounting for oplock breaks cifs: remove unneeded variable initialization in cifs_reconnect_tcon Pavel Shilovsky (5): CIFS: Move buffer allocation to a separate function CIFS: Simplify socket reading in demultiplex thread CIFS: Move RFC1002 check to a separate function CIFS: Move mid search to a separate function CIFS: Cleanup demupltiplex thread exiting code fs/cifs/cifsencrypt.c | 16 +- fs/cifs/cifsfs.c | 18 -- fs/cifs/cifsfs.h | 4 - fs/cifs/cifsglob.h | 2 - fs/cifs/cifssmb.c | 6 +- fs/cifs/connect.c | 659 ++++++++++++++++++++++++++----------------------- fs/cifs/file.c | 27 +-- fs/cifs/misc.c | 11 +- fs/cifs/sess.c | 3 +- 9 files changed, 370 insertions(+), 376 deletions(-) -- Thanks, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html