aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20clean up the failure exits in cifs_read_super()Al Viro1-4/+1
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-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-18[CIFS] ACL and FSCACHE support no longer EXPERIMENTALSteve French1-2/+1
2012-01-18[CIFS] Fix build break with multiuser patch when LANMAN disabledSteve French1-0/+2
2012-01-17cifs: warn about impending deprecation of legacy MultiuserMount codeJeff Layton1-1/+10
2012-01-17cifs: fetch credentials out of keyring for non-krb5 auth multiuser mountsJeff Layton1-10/+165
2012-01-17cifs: sanitize username handlingJeff Layton3-13/+27
2012-01-17cifs: lower default wsize when unix extensions are not usedJeff Layton1-4/+19
2012-01-17cifs: better instrumentation for coalesce_t2Jeff Layton1-34/+50
2012-01-12cifs: integer overflow in parse_dacl()Dan Carpenter1-0/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-17/+17
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro1-1/+1
2012-01-04[CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French1-1/+1
2012-01-03cifs: propagate umode_tAl Viro4-6/+6
2012-01-03switch ->mknod() to umode_tAl Viro2-2/+2
2012-01-03switch ->create() to umode_tAl Viro2-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2-3/+3
2012-01-03cifs: fix bad buffer length check in coalesce_t2Jeff Layton1-1/+1
2011-12-08cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton1-2/+8
2011-12-08cifs: attempt to freeze while looping on a receive attemptJeff Layton1-0/+2
2011-12-08cifs: Fix sparse warning when calling cifs_strtoUCSSteve French1-3/+3
2011-12-08CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky1-0/+26
2011-11-07Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-55/+50
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-04CIFS: Cleanup byte-range locking code stylePavel Shilovsky1-24/+19
2011-11-04CIFS: Simplify setlk error handling for mandatory lockingPavel Shilovsky1-32/+32
2011-11-03Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-64/+32
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-3/+3
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker1-0/+1
2011-10-29cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar5-60/+23
2011-10-29CIFS: Fix the VFS brlock cache usage in posix locking casePavel Shilovsky1-2/+8
2011-10-28[CIFS] Update cifs version to 1.76Steve French1-1/+1
2011-10-28CIFS: Remove extra mutex_unlock in cifs_lock_add_ifPavel Shilovsky1-1/+0
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-1/+1
2011-10-28Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-1015/+2229
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen1-1/+1