summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2012-05-23CIFS: Move protocol specific demultiplex thread calls to ops structPavel Shilovsky5-27/+39
2012-05-23CIFS: Move protocol specific part from cifs_readv_receive to ops structPavel Shilovsky3-27/+33
2012-05-23CIFS: Move header_size/max_header_size to ops structurePavel Shilovsky4-23/+20
2012-05-23CIFS: Move protocol specific part from SendReceive2 to ops structPavel Shilovsky4-3/+15
2012-05-17cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar3-11/+22
2012-05-17CIFS: Separate protocol specific part from setlkPavel Shilovsky1-2/+2
2012-05-17CIFS: Separate protocol specific part from getlkPavel Shilovsky3-22/+39
2012-05-16CIFS: Separate protocol specific lock type handlingPavel Shilovsky3-16/+33
2012-05-16CIFS: Convert lock type to 32 bit variablePavel Shilovsky2-7/+8
2012-05-16CIFS: Move locks to cifsFileInfo structurePavel Shilovsky3-44/+58
2012-05-16cifs: convert send_nt_cancel into a version specific opJeff Layton3-39/+54
2012-05-16cifs: add a smb_version_operations/values structures and a smb_version enumJeff Layton5-2/+89
2012-05-16cifs: remove the vers= and version= synonyms for ver=Jeff Layton1-4/+1
2012-05-16cifs: add warning about change in default cache semantics in 3.7Jeff Layton1-0/+13
2012-05-16cifs: display cache= option in /proc/mountsJeff Layton1-4/+14
2012-05-16cifs: add deprecation warnings to strictcache and forcedirectioJeff Layton1-0/+6
2012-05-16cifs: add a cache= option to better describe the different cache flavorsJeff Layton1-3/+54
2012-05-16cifs: add a deprecation warning to CIFS_IOC_CHECKUMOUNT ioctlJeff Layton1-0/+8
2012-05-16cifs: remove legacy MultiuserMount optionJeff Layton5-109/+1
2012-05-16cifs: convert cifs_iovec_read to use async readsJeff Layton2-60/+236
2012-05-16cifs: add wrapper for cifs_async_readv to retry opening fileJeff Layton1-9/+18
2012-05-16cifs: add refcounting to cifs_readdata structuresJeff Layton3-7/+19
2012-05-16cifs: abstract out function to marshal the iovec for readv receivesJeff Layton3-63/+74
2012-05-16cifs: make cifs_readdata_alloc take a work_func_t argJeff Layton3-53/+49
2012-05-16cifs: fix misspelling of "forcedirectio"Jeff Layton1-1/+2
2012-05-09cifs: fix revalidation test in cifs_llseek()Dan Carpenter1-1/+1
2012-05-03fs/cifs: fix parsing of dfs referralsStefan Metzmacher1-1/+5
2012-05-03cifs: make sure we ignore the credentials= and cred= optionsJeff Layton1-0/+2
2012-05-03[CIFS] Update cifs version to 1.78Steve French1-1/+1
2012-05-03cifs - check S_AUTOMOUNT in revalidateIan Kent1-5/+12
2012-05-01cifs: add missing initialization of server->req_lockJeff Layton1-0/+1
2012-05-01cifs: don't cap ra_pages at the same level as default_backing_dev_infoJeff Layton1-17/+1
2012-05-01CIFS: Fix indentation in cifs_show_optionsSachin Prabhu1-1/+1
2012-04-24Use correct conversion specifiers in cifs_show_optionsSachin Prabhu1-4/+4
2012-04-24CIFS: Show backupuid/gid in /proc/mountsSachin Prabhu2-6/+10
2012-04-19cifs: fix offset handling in cifs_iovec_writeJeff Layton1-1/+2
2012-04-13Fix number parsing in cifs_parse_mount_optionsSachin Prabhu1-1/+1
2012-04-11Cleanup handling of NULL value passed for a mount optionSachin Prabhu1-61/+19
2012-04-03Fix UNC parsing on mountSachin Prabhu1-7/+7
2012-04-03Remove unnecessary check for NULL in password parserSachin Prabhu1-2/+1
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky1-1/+9
2012-04-01Revert "CIFS: Fix VFS lock usage for oplocked files"Steve French1-52/+4
2012-03-31cifs: writing past end of struct in cifs_convert_address()Dan Carpenter1-2/+1
2012-03-31cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton1-12/+12
2012-03-31CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky1-4/+52
2012-03-27[CIFS] Update CIFS version number to 1.77Steve French1-1/+1
2012-03-27CIFS: Add missed forcemand mount optionPavel Shilovsky1-2/+5
2012-03-23[CIFS] Fix trivial sparse warning with asyn i/o patchSteve French1-1/+1
2012-03-23cifs: handle "sloppy" option appropriatelyJeff Layton1-3/+18
2012-03-23cifs: use standard token parser for mount optionsSachin Prabhu1-524/+814