summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2013-03-28cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton1-48/+5
2013-03-14cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton1-0/+5
2013-02-03fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding1-0/+2
2012-11-26cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton1-29/+20
2012-10-13Convert properly UTF-8 to UTF-16Frediano Ziglio1-0/+22
2012-10-13cifs: reinstate the forcegid optionJeff Layton1-0/+9
2012-10-02cifs: fix return value in cifsConvertToUTF16Jeff Layton1-1/+1
2012-08-09cifs: reinstate sec=ntlmv2 mount optionJeff Layton1-4/+5
2012-07-29cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton1-0/+30
2012-07-29cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton1-0/+18
2012-07-29cifs: always update the inode cache with the results from a FIND_*Jeff Layton1-2/+5
2012-07-16cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton1-6/+3
2012-07-16cifs: fix parsing of password mount optionSuresh Jayaraman1-15/+17
2012-06-10cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2-24/+34
2012-06-10cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar3-11/+22
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
2012-03-23cifs: remove /proc/fs/cifs/OplockEnabledJeff Layton1-43/+0
2012-03-23cifs: convert cifs_iovec_write to use async writesJeff Layton3-86/+143
2012-03-23cifs: call cifs_update_eof with i_lock heldJeff Layton3-2/+11
2012-03-23cifs: abstract out function to marshal up the iovec array for async writesJeff Layton3-10/+31
2012-03-23cifs: fix up get_numpagesJeff Layton1-3/+1
2012-03-23cifs: make cifsFileInfo_get return the cifsFileInfo pointerJeff Layton1-1/+3
2012-03-23cifs: fix allocation in cifs_write_allocate_pagesJeff Layton1-7/+6
2012-03-23cifs: allow caller to specify completion op when allocating writedataJeff Layton3-5/+8
2012-03-23cifs: add pid field to cifs_writedataJeff Layton3-2/+4