summaryrefslogtreecommitdiff
path: root/include/target
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2018-06-13 17:05:58 -0500
committerSteve French <stfrench@microsoft.com>2018-06-15 02:38:08 -0500
commitd409014e4feeab486fb36b350abfc4c94de8be37 (patch)
tree23aba1406c21e7dc0d6afa7aa4769236e9829b40 /include/target
parent290c3982f66ab750e85863efcb1fdd736985e5d2 (diff)
downloadkernel-d409014e4feeab486fb36b350abfc4c94de8be37.tar.gz
smb3: increase initial number of credits requested to allow write
Compared to other clients the Linux smb3 client ramps up credits very slowly, taking more than 128 operations before a maximum size write could be sent (since the number of credits requested is only 2 per small operation, causing the credit limit to grow very slowly). This lack of credits initially would impact large i/o performance, when large i/o is tried early before enough credits are built up. Signed-off-by: Steve French <stfrench@gmail.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Diffstat (limited to 'include/target')
0 files changed, 0 insertions, 0 deletions
/rtw_ap.c?id=5f6bca795f6d27b04aa846805a1b396addde9100'>staging: rtl8188eu: cleanup whitespace in update_hw_ht_paramMichael Straube 2019-10-04staging: rtl8188eu: rename variables to avoid mixed caseMichael Straube 2019-10-04staging: rtl8188eu: convert variables from unsigned char to u8Michael Straube 2019-04-25staging: rtl8188eu: remove unnecessary parenthesesMichael Straube 2019-04-25staging: rtl8188eu: add spaces around operators in rtw_ap.cMichael Straube 2019-03-18staging: rtl8188eu: core: rtw_ap.c: Fix multiple blank linesSanjana Sanikommu 2019-03-18staging: rtl8188eu: cleanup spacing styleRobert Eshleman 2019-01-15staging: rtl8188eu: Refactoring struct ndis_802_11_ssid from CamelCase to cor...Florian Büstgens 2018-11-26staging: rtl8188eu: cleanup remaining comparsions to trueMichael Straube 2018-09-18staging: rtl8188eu: remove code that is valid only for 5 GHzRobert Węcławski 2018-08-27staging: rtl8188eu: Removed unnecessary parenthesesBhaskar Singh 2018-08-02staging: rtl8188eu: remove unused rtw_remove_bcn_ie()Michael Straube 2018-08-02staging: rtl8188eu: remove unused rtw_add_bcn_ie()Michael Straube 2018-07-13staging: rtl8188eu: break line longer than 80 colsKacper Kołodziej 2018-07-11staging: rtl8188eu: remove blank linesMichael Straube 2018-06-28staging: rtl8188eu: remove blank linesMichael Straube 2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube 2018-05-31Staging:rtl888eu:include Fix CamelCase issueJanani Sankara Babu 2017-11-02staging: rtl8188eu: Revert part of "staging: rtl8188eu: fix comments with lin...Hans de Goede 2017-08-31staging:rtl8188eu Use __func__ instead of function nameJanani Sankara Babu 2017-08-28staging:rtl8188eu:core Fix add spaces around &Janani Sankara Babu 2017-05-29staging: rtl8188eu: fix comments with lines over 80 charactersJuliana Rodrigues 2017-05-15staging: rtl8188eu: core: removed comparison to NULLJuliana Rodrigues 2017-04-28staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()Dan Carpenter 2017-04-18staging: rtl8188eu: fix sparse signedness warnings in rtw_get_ieAishwarya Pant 2017-03-16staging: rtl8188eu: removed blank lines coding style problemAndrii Vladyka