Age | Commit message (Expand) | Author | Files | Lines |
2011-10-19 | cifs: add a callback function to receive the rest of the frame | Jeff Layton | 1 | -1/+5 |
2011-10-19 | cifs: break out 3rd receive phase into separate function | Jeff Layton | 1 | -42/+59 |
2011-10-19 | cifs: find mid earlier in receive codepath | Jeff Layton | 1 | -15/+9 |
2011-10-19 | cifs: move buffer pointers into TCP_Server_Info | Jeff Layton | 1 | -55/+46 |
2011-10-19 | cifs: eliminate is_multi_rsp parm to find_cifs_mid | Jeff Layton | 1 | -20/+16 |
2011-10-19 | cifs: move mid finding into separate routine | Jeff Layton | 1 | -47/+66 |
2011-10-19 | cifs: add a third receive phase to cifs_demultiplex_thread | Jeff Layton | 1 | -7/+24 |
2011-10-19 | cifs: keep a reusable kvec array for receives | Jeff Layton | 1 | -2/+20 |
2011-10-19 | cifs: turn read_from_socket into a wrapper around a vectorized version | Jeff Layton | 1 | -7/+61 |
2011-10-14 | cifs: clean up check_rfc1002_header | Jeff Layton | 1 | -33/+30 |
2011-10-14 | CIFS: Fix incorrect max RFC1002 write size value | Pavel Shilovsky | 1 | -2/+2 |
2011-10-13 | cifs: simplify read_from_socket | Jeff Layton | 1 | -53/+24 |
2011-10-13 | cifs: Add mount options for backup intent (try #6) | Shirish Pargaonkar | 1 | -0/+27 |
2011-10-13 | cifs: check for unresponsive server every time we call kernel_recvmsg | Jeff Layton | 1 | -11/+22 |
2011-10-13 | cifs: make smb_msg local to read_from_socket | Jeff Layton | 1 | -9/+8 |
2011-10-13 | cifs: trivial: remove obsolete comment | Jeff Layton | 1 | -6/+0 |
2011-10-13 | cifs: untangle server->maxBuf and CIFSMaxBufSize | Jeff Layton | 1 | -6/+5 |
2011-10-08 | [CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2 | Steve French | 1 | -1/+1 |
2011-09-20 | Fix the conflict between rwpidforward and rw mount options | Steve French | 1 | -2/+2 |
2011-08-18 | [CIFS] possible memory corruption on mount | Steve French | 1 | -1/+2 |
2011-08-01 | CIFS: Cleanup demupltiplex thread exiting code | Pavel Shilovsky | 1 | -77/+96 |
2011-08-01 | CIFS: Move mid search to a separate function | Pavel Shilovsky | 1 | -65/+61 |
2011-08-01 | CIFS: Move RFC1002 check to a separate function | Pavel Shilovsky | 1 | -49/+67 |
2011-08-01 | CIFS: Simplify socket reading in demultiplex thread | Pavel Shilovsky | 1 | -83/+71 |
2011-08-01 | CIFS: Move buffer allocation to a separate function | Pavel Shilovsky | 1 | -37/+55 |
2011-08-01 | cifs: trivial: goto out here is unnecessary | Jeff Layton | 1 | -6/+0 |
2011-07-20 | cifs: fix the type of cifs_demultiplex_thread() | Al Viro | 1 | -2/+3 |
2011-07-12 | [CIFS] update limit for snprintf in cifs_construct_tcon | Steve French | 1 | -1/+1 |
2011-07-11 | cifs: drop spinlock before calling cifs_put_tlink | Jeff Layton | 1 | -1/+1 |
2011-07-10 | cifs: fix expand_dfs_referral | Jeff Layton | 1 | -10/+20 |
2011-07-10 | cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALL | Jeff Layton | 1 | -0/+2 |
2011-07-08 | cifs: factor smb_vol allocation out of cifs_setup_volume_info | Jeff Layton | 1 | -28/+28 |
2011-07-07 | cifs: have cifs_cleanup_volume_info not take a double pointer | Jeff Layton | 1 | -7/+3 |
2011-07-07 | cifs: fix build_unc_path_to_root to account for a prefixpath | Jeff Layton | 1 | -6/+15 |
2011-07-07 | cifs: remove bogus call to cifs_cleanup_volume_info | Jeff Layton | 1 | -1/+0 |
2011-07-01 | cifs: set socket send and receive timeouts before attempting connect | Jeff Layton | 1 | -8/+8 |
2011-06-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -21/+28 |
2011-06-25 | cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount() | Al Viro | 1 | -0/+3 |
2011-06-25 | sanitize cifs_umount() prototype | Al Viro | 1 | -3/+2 |
2011-06-25 | cifs: initialize ->tlink_tree in cifs_setup_cifs_sb() | Al Viro | 1 | -0/+3 |
2011-06-25 | cifs: don't pass superblock to cifs_mount() | Al Viro | 1 | -18/+10 |
2011-06-25 | take bdi setup/destruction into cifs_mount/cifs_umount | Al Viro | 1 | -0/+10 |
2011-06-23 | cifs: fix wsize negotiation to respect max buffer size and active signing (tr... | Jeff Layton | 1 | -13/+20 |
2011-06-23 | CIFS: Fix problem with 3.0-rc1 null user mount failure | Pavel Shilovsky | 1 | -1/+5 |
2011-06-14 | cifs: correctly handle NULL tcon pointer in CIFSTCon | Jeff Layton | 1 | -1/+5 |
2011-06-14 | cifs: don't allow cifs_reconnect to exit with NULL socket pointer | Jeff Layton | 1 | -3/+3 |
2011-06-14 | CIFS: Fix sparse error | Pavel Shilovsky | 1 | -7/+4 |
2011-06-08 | cifs: trivial: add space in fsc error message | Jeff Layton | 1 | -1/+1 |
2011-06-06 | possible memory corruption in cifs_parse_mount_options() | Vasily Averin | 1 | -1/+1 |
2011-06-03 | cifs: fix the kernel release version in the default security warning message | Suresh Jayaraman | 1 | -1/+1 |