summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+15
| * 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
| * CIFS: Respect negotiated MaxMpxCountPavel Shilovsky2012-03-207-26/+26
| * CIFS: Fix a spurious error in cifs_push_posix_locksPavel Shilovsky2012-03-191-9/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-6/+1
|\ \
| * | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-3/+1
| * | clean up the failure exits in cifs_read_super()Al Viro2012-03-201-4/+1
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-211-0/+1
|\ \ | |/ |/|
| * Merge branch 'next-queue' into nextJames Morris2012-02-091-0/+1
| |\
| | * KEYS: Allow special keyrings to be clearedDavid Howells2012-01-191-0/+1
* | | CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky2012-03-061-13/+56
* | | cifs: possible memory leak in xattr.Santosh Nayak2012-03-061-3/+3
* | | cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton2012-02-261-2/+18
* | | CIFS: Fix mkdir/rmdir bug for the non-POSIX casePavel Shilovsky2012-02-261-9/+19
* | | cifs: don't return error from standard_receive3 after marking response malformedJeff Layton2012-02-071-3/+4
* | | cifs: request oplock when doing open on lookupJeff Layton2012-02-071-1/+1
OpenPOWER on IntegriCloud