aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2012-04-24Use correct conversion specifiers in cifs_show_optionsSachin Prabhu
2012-04-24CIFS: Show backupuid/gid in /proc/mountsSachin Prabhu
2012-04-19cifs: fix offset handling in cifs_iovec_writeJeff Layton
2012-04-13Fix number parsing in cifs_parse_mount_optionsSachin Prabhu
2012-04-11Cleanup handling of NULL value passed for a mount optionSachin Prabhu
2012-04-03Fix UNC parsing on mountSachin Prabhu
2012-04-03Remove unnecessary check for NULL in password parserSachin Prabhu
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky
2012-04-01Revert "CIFS: Fix VFS lock usage for oplocked files"Steve French
2012-03-31cifs: writing past end of struct in cifs_convert_address()Dan Carpenter
2012-03-31cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton
2012-03-31CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky
2012-03-27[CIFS] Update CIFS version number to 1.77Steve French
2012-03-27CIFS: Add missed forcemand mount optionPavel Shilovsky
2012-03-23[CIFS] Fix trivial sparse warning with asyn i/o patchSteve French
2012-03-23cifs: handle "sloppy" option appropriatelyJeff Layton
2012-03-23cifs: use standard token parser for mount optionsSachin Prabhu
2012-03-23cifs: remove /proc/fs/cifs/OplockEnabledJeff Layton
2012-03-23cifs: convert cifs_iovec_write to use async writesJeff Layton
2012-03-23cifs: call cifs_update_eof with i_lock heldJeff Layton
2012-03-23cifs: abstract out function to marshal up the iovec array for async writesJeff Layton
2012-03-23cifs: fix up get_numpagesJeff Layton
2012-03-23cifs: make cifsFileInfo_get return the cifsFileInfo pointerJeff Layton
2012-03-23cifs: fix allocation in cifs_write_allocate_pagesJeff Layton
2012-03-23cifs: allow caller to specify completion op when allocating writedataJeff Layton
2012-03-23cifs: add pid field to cifs_writedataJeff Layton
2012-03-23cifs: add new cifsiod_wq workqueueJeff Layton
2012-03-23CIFS: Change mid_q_entry structure fieldsPavel Shilovsky
2012-03-23CIFS: Expand CurrentMid fieldPavel Shilovsky
2012-03-23CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky
2012-03-23CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky
2012-03-23CIFS: Separate protocol-specific code from transport routinesPavel Shilovsky
2012-03-23Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-21cifs: clean up ordering in exit_cifsJeff Layton
2012-03-21cifs: clean up call to cifs_dfs_release_automount_timer()Jeff Layton
2012-03-21CIFS: Delete echo_retries module parmPavel Shilovsky
2012-03-21CIFS: Prepare credits code for a slot reservationPavel Shilovsky
2012-03-21CIFS: Make wait_for_free_request killablePavel Shilovsky
2012-03-21CIFS: Introduce credit-based flow controlPavel Shilovsky
2012-03-21CIFS: Simplify inFlight logicPavel Shilovsky
2012-03-21cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20clean up the failure exits in cifs_read_super()Al Viro
2012-03-20CIFS: Respect negotiated MaxMpxCountPavel Shilovsky
2012-03-19CIFS: Fix a spurious error in cifs_push_posix_locksPavel Shilovsky
2012-03-06CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky
2012-03-06cifs: possible memory leak in xattr.Santosh Nayak
2012-02-26cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton