aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-19cifs: eliminate is_multi_rsp parm to find_cifs_midJeff Layton1-20/+16
2011-10-19cifs: move mid finding into separate routineJeff Layton1-47/+66
2011-10-19cifs: add a third receive phase to cifs_demultiplex_threadJeff Layton1-7/+24
2011-10-19cifs: keep a reusable kvec array for receivesJeff Layton2-2/+22
2011-10-19cifs: turn read_from_socket into a wrapper around a vectorized versionJeff Layton1-7/+61
2011-10-18CIFS: fix automount for DFS sharesGerlando Falauto1-1/+9
2011-10-18CIFS: cleanup min_t() cast in cifs_read()Dan Carpenter1-2/+2
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar5-70/+113
2011-10-13CIFS: Move byte range lock list from fd to inodePavel Shilovsky3-17/+23
2011-10-13cifs: clean up check_rfc1002_headerJeff Layton1-33/+30
2011-10-13CIFS: Simplify byte range locking codePavel Shilovsky4-172/+205
2011-10-13CIFS: Fix incorrect max RFC1002 write size valuePavel Shilovsky1-2/+2
2011-10-13cifs: simplify read_from_socketJeff Layton1-53/+24
2011-10-12cifs: Add data structures and functions for uid/gid to SID mapping (try #4)Shirish Pargaonkar2-0/+204
2011-10-12Typo in cifs readme in name of module parm directorySteve French1-1/+1
2011-10-12cifs: clean up unused encryption codeShirish Pargaonkar1-121/+0
2011-10-12cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar9-16/+95
2011-10-12cifs: warn about deprecation of /proc/fs/cifs/OplockEnabled interfaceSuresh Jayaraman1-0/+3
2011-10-12cifs: update README about the kernel module parametersSuresh Jayaraman1-0/+14
2011-10-12add new module parameter 'enable_oplocks'Steve French5-8/+13
2011-10-12cifs: check for unresponsive server every time we call kernel_recvmsgJeff Layton1-11/+22
2011-10-12cifs: make smb_msg local to read_from_socketJeff Layton1-9/+8
2011-10-12cifs: trivial: remove obsolete commentJeff Layton1-6/+0
2011-10-12cifs: consolidate signature generating codeJeff Layton3-86/+30
2011-10-12cifs: clean up checkSMBJeff Layton1-26/+25
2011-10-12cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton4-31/+18
2011-10-12cifs: Fix typo 'CIFS_NFSD_EXPORT'Paul Bolle3-6/+6
2011-10-12cifs: get rid of unused xid in cifs_get_rootJeff Layton1-3/+0
2011-10-12cifs: use memcpy for magic string in cifs signature generation BSRSPYLJeff Layton1-2/+2
2011-10-12cifs: switch CIFSSMBQAllEAs to use memcmpJeff Layton1-1/+1
2011-10-11cifs: Display strictcache mount option in /proc/mountsSachin Prabhu1-0/+2
2011-10-07[CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2Steve French1-1/+1
2011-09-27CIFS: Don't free volume_info->UNC until we are entirely done with it.Jesper Juhl1-1/+1
2011-09-19cifs: Fix broken sec=ntlmv2/i sec option (try #2)Shirish Pargaonkar1-43/+11
2011-09-19Fix the conflict between rwpidforward and rw mount optionsSteve French1-2/+2
2011-09-19CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky1-4/+6
2011-09-19cifs: fix possible memory corruption in CIFSFindNextJeff Layton1-1/+2
2011-08-18update cifs version to 1.75Steve French1-1/+1
2011-08-18[CIFS] possible memory corruption on mountSteve French1-1/+2
2011-08-16cifs: demote cERROR in build_path_from_dentry to cFYIJeff Layton1-2/+2
2011-08-12CIFS: remove local xattr definitionsMimi Zohar1-22/+18
2011-08-11cifs: Do not set cifs/ntfs acl using a file handle (try #4)Shirish Pargaonkar1-27/+1
2011-08-11[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readableSteve French3-42/+67
2011-08-05cifs: cope with negative dentries in cifs_get_rootJeff Layton1-0/+4
2011-08-05cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton1-12/+2
2011-08-03CIFS: Fix missing a decrement of inFlight valuePavel Shilovsky1-0/+2
2011-08-03cifs: demote DFS referral lookup errors to cFYIJeff Layton2-4/+5
2011-08-03Revert "cifs: advertise the right receive buffer size to the server"Steve French1-2/+1
2011-08-01CIFS: Cleanup demupltiplex thread exiting codePavel Shilovsky1-77/+96
2011-08-01CIFS: Move mid search to a separate functionPavel Shilovsky1-65/+61