summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-021-0/+1
* cifs: don't cap ra_pages at the same level as default_backing_dev_infoJeff Layton2012-05-021-17/+1Star
* CIFS: Fix indentation in cifs_show_optionsSachin Prabhu2012-05-021-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-201-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-121-61/+19Star
* Fix UNC parsing on mountSachin Prabhu2012-04-041-7/+7
* Remove unnecessary check for NULL in password parserSachin Prabhu2012-04-041-2/+1Star
* 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/+4Star
* cifs: writing past end of struct in cifs_convert_address()Dan Carpenter2012-04-011-2/+1Star
* cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton2012-04-011-12/+12
* CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-04-011-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/+0Star
* 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/+1Star
* 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/+6Star
* cifs: allow caller to specify completion op when allocating writedataJeff Layton2012-03-233-5/+8
* cifs: add pid field to cifs_writedataJeff Layton2012-03-233-2/+4
* cifs: add new cifsiod_wq workqueueJeff Layton2012-03-235-8/+20
* CIFS: Change mid_q_entry structure fieldsPavel Shilovsky2012-03-236-59/+59
* CIFS: Expand CurrentMid fieldPavel Shilovsky2012-03-233-40/+48
* CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky2012-03-235-34/+53
* CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky2012-03-237-47/+56
* CIFS: Separate protocol-specific code from transport routinesPavel Shilovsky2012-03-236-88/+119
* Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-03-2311-109/+169
|\
| * cifs: clean up ordering in exit_cifsJeff Layton2012-03-211-5/+5
| * cifs: clean up call to cifs_dfs_release_automount_timer()Jeff Layton2012-03-212-2/+6
| * CIFS: Delete echo_retries module parmPavel Shilovsky2012-03-214-17/+15Star
| * CIFS: Prepare credits code for a slot reservationPavel Shilovsky2012-03-212-10/+26
| * CIFS: Make wait_for_free_request killablePavel Shilovsky2012-03-211-1/+6
| * CIFS: Introduce credit-based flow controlPavel Shilovsky2012-03-216-44/+60
| * CIFS: Simplify inFlight logicPavel Shilovsky2012-03-215-33/+52
| * cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton2012-03-211-1/+2