aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-23cifs: add new cifsiod_wq workqueueJeff Layton5-8/+20
2012-03-23CIFS: Change mid_q_entry structure fieldsPavel Shilovsky6-59/+59
2012-03-23CIFS: Expand CurrentMid fieldPavel Shilovsky3-40/+48
2012-03-23CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky5-34/+53
2012-03-23CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky7-47/+56
2012-03-23CIFS: Separate protocol-specific code from transport routinesPavel Shilovsky6-88/+119
2012-03-23Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-109/+169
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2012-03-21cifs: clean up ordering in exit_cifsJeff Layton1-5/+5
2012-03-21cifs: clean up call to cifs_dfs_release_automount_timer()Jeff Layton2-2/+6
2012-03-21CIFS: Delete echo_retries module parmPavel Shilovsky4-17/+15
2012-03-21CIFS: Prepare credits code for a slot reservationPavel Shilovsky2-10/+26
2012-03-21CIFS: Make wait_for_free_request killablePavel Shilovsky1-1/+6
2012-03-21CIFS: Introduce credit-based flow controlPavel Shilovsky6-44/+60
2012-03-21CIFS: Simplify inFlight logicPavel Shilovsky5-33/+52
2012-03-21cifs: fix issue mounting of DFS ROOT when redirecting from one domain controller to the nextJeff Layton1-1/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-3/+1
2012-03-20clean up the failure exits in cifs_read_super()Al Viro1-4/+1
2012-03-20CIFS: Respect negotiated MaxMpxCountPavel Shilovsky7-26/+26
2012-03-19CIFS: Fix a spurious error in cifs_push_posix_locksPavel Shilovsky1-9/+10
2012-03-06CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky1-13/+56
2012-03-06cifs: possible memory leak in xattr.Santosh Nayak1-3/+3
2012-02-26cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton1-2/+18
2012-02-26CIFS: Fix mkdir/rmdir bug for the non-POSIX casePavel Shilovsky1-9/+19
2012-02-09Merge branch 'next-queue' into nextJames Morris1-0/+1
2012-02-07cifs: don't return error from standard_receive3 after marking response malformedJeff Layton1-3/+4
2012-02-07cifs: request oplock when doing open on lookupJeff Layton1-1/+1
2012-02-07cifs: fix error handling when cifscreds key payload is an errorJeff Layton1-1/+1
2012-02-02cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar1-4/+3
2012-01-31[CIFS] Update cifs Kconfig title to match removal of experimental dependencySteve French1-2/+2
2012-01-31cifs: fix printk format warningsRandy Dunlap1-4/+4
2012-01-31cifs: check offset in decode_ntlmssp_challenge()Dan Carpenter1-0/+4
2012-01-24cifs: NULL dereference on allocation failureDan Carpenter1-4/+2
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French8-138/+146
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells1-0/+1