2011/10/19 Jeff Layton <jlayton@xxxxxxxxxx>: > This patchset is a respin to fix a bug that Pavel identified in the > readv error handling, and to also fix up some merge conflicts that crept > in with some other patches that Steve merged recently. Other than those > changes, this is essentially the same patchset as the earlier versions > in this series. > > This set is also available via my git tree on samba.org: > > http://git.samba.org/?p=jlayton/linux.git;a=summary > > Jeff Layton (5): > cifs: fix protocol definition for READ_RSP > cifs: add cifs_async_readv > cifs: convert cifs_readpages to use async reads > cifs: allow for larger rsize= options and change defaults > cifs: tune bdi.ra_pages in accordance with the rsize > > fs/cifs/cifspdu.h | 4 +- > fs/cifs/cifsproto.h | 24 ++++ > fs/cifs/cifssmb.c | 359 +++++++++++++++++++++++++++++++++++++++++++++++++++ > fs/cifs/connect.c | 167 +++++++++++++++--------- > fs/cifs/file.c | 293 ++++++++++++++++++------------------------ > 5 files changed, 612 insertions(+), 235 deletions(-) > > -- > 1.7.6.4 > > -- > 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 > Reviewed-and-Tested-by: Pavel Shilovsky <piastry@xxxxxxxxxxx> -- Best regards, Pavel Shilovsky. -- 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