summaryrefslogtreecommitdiff
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: Allow passwords which begin with a delimitorSachin Prabhu2013-04-161-3/+13
* cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-281-48/+5
* cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton2013-03-141-0/+5
* fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding2013-02-031-0/+2
* cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton2012-11-261-29/+20
* Convert properly UTF-8 to UTF-16Frediano Ziglio2012-10-131-0/+22
* cifs: reinstate the forcegid optionJeff Layton2012-10-131-0/+9
* cifs: fix return value in cifsConvertToUTF16Jeff Layton2012-10-021-1/+1
* cifs: reinstate sec=ntlmv2 mount optionJeff Layton2012-08-091-4/+5
* cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton2012-07-291-0/+30
* cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton2012-07-291-0/+18
* cifs: always update the inode cache with the results from a FIND_*Jeff Layton2012-07-291-2/+5
* cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton2012-07-161-6/+3
* cifs: fix parsing of password mount optionSuresh Jayaraman2012-07-161-15/+17
* cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2012-06-102-24/+34
* cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar2012-06-103-11/+22
* cifs: fix misspelling of "forcedirectio"Jeff Layton2012-05-161-1/+2
* cifs: fix revalidation test in cifs_llseek()Dan Carpenter2012-05-091-1/+1
* fs/cifs: fix parsing of dfs referralsStefan Metzmacher2012-05-031-1/+5
* cifs: make sure we ignore the credentials= and cred= optionsJeff Layton2012-05-031-0/+2
* [CIFS] Update cifs version to 1.78Steve French2012-05-031-1/+1
* cifs - check S_AUTOMOUNT in revalidateIan Kent2012-05-031-5/+12
* cifs: add missing initialization of server->req_lockJeff Layton2012-05-011-0/+1
* cifs: don't cap ra_pages at the same level as default_backing_dev_infoJeff Layton2012-05-011-17/+1
* CIFS: Fix indentation in cifs_show_optionsSachin Prabhu2012-05-011-1/+1
* Use correct conversion specifiers in cifs_show_optionsSachin Prabhu2012-04-241-4/+4
* CIFS: Show backupuid/gid in /proc/mountsSachin Prabhu2012-04-242-6/+10
* cifs: fix offset handling in cifs_iovec_writeJeff Layton2012-04-191-1/+2
* Fix number parsing in cifs_parse_mount_optionsSachin Prabhu2012-04-131-1/+1
* Cleanup handling of NULL value passed for a mount optionSachin Prabhu2012-04-111-61/+19
* Fix UNC parsing on mountSachin Prabhu2012-04-031-7/+7
* Remove unnecessary check for NULL in password parserSachin Prabhu2012-04-031-2/+1
* CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-04-011-1/+9
* Revert "CIFS: Fix VFS lock usage for oplocked files"Steve French2012-04-011-52/+4
* cifs: writing past end of struct in cifs_convert_address()Dan Carpenter2012-03-311-2/+1
* cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton2012-03-311-12/+12
* CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-03-311-4/+52
* [CIFS] Update CIFS version number to 1.77Steve French2012-03-271-1/+1
* CIFS: Add missed forcemand mount optionPavel Shilovsky2012-03-271-2/+5
* [CIFS] Fix trivial sparse warning with asyn i/o patchSteve French2012-03-231-1/+1
* cifs: handle "sloppy" option appropriatelyJeff Layton2012-03-231-3/+18
* cifs: use standard token parser for mount optionsSachin Prabhu2012-03-231-524/+814
* cifs: remove /proc/fs/cifs/OplockEnabledJeff Layton2012-03-231-43/+0
* cifs: convert cifs_iovec_write to use async writesJeff Layton2012-03-233-86/+143
* cifs: call cifs_update_eof with i_lock heldJeff Layton2012-03-233-2/+11
* cifs: abstract out function to marshal up the iovec array for async writesJeff Layton2012-03-233-10/+31
* cifs: fix up get_numpagesJeff Layton2012-03-231-3/+1
* cifs: make cifsFileInfo_get return the cifsFileInfo pointerJeff Layton2012-03-231-1/+3
* cifs: fix allocation in cifs_write_allocate_pagesJeff Layton2012-03-231-7/+6
* cifs: allow caller to specify completion op when allocating writedataJeff Layton2012-03-233-5/+8