summaryrefslogtreecommitdiff
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-271-48/+5
* cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-273-1/+33
* cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton2013-03-201-0/+5
* fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding2013-02-061-0/+2
* cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton2013-01-161-0/+7
* cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton2012-11-161-29/+20
* cifs: fix return value in cifsConvertToUTF16Jeff Layton2012-10-101-1/+1
* CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky2012-09-191-1/+1
* cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton2012-08-021-0/+30
* cifs: always update the inode cache with the results from a FIND_*Jeff Layton2012-07-251-2/+5
* cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton2012-07-251-0/+18
* cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton2012-07-121-6/+3
* cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2012-06-102-24/+34
* cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar2012-06-103-11/+22
* cifs: fix revalidation test in cifs_llseek()Dan Carpenter2012-05-311-1/+1
* fs/cifs: fix parsing of dfs referralsStefan Metzmacher2012-05-111-1/+5
* CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-04-131-1/+9
* CIFS: Fix a spurious error in cifs_push_posix_locksPavel Shilovsky2012-04-021-9/+10
* cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton2012-04-021-1/+2
* CIFS: Respect negotiated MaxMpxCountPavel Shilovsky2012-04-027-26/+26
* CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky2012-03-191-13/+56
* cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton2012-03-121-2/+18
* cifs: don't return error from standard_receive3 after marking response malformedJeff Layton2012-02-201-3/+4
* cifs: request oplock when doing open on lookupJeff Layton2012-02-201-1/+1
* cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar2012-02-131-4/+3
* cifs: lower default wsize when unix extensions are not usedJeff Layton2012-01-251-4/+19
* [CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French2012-01-041-1/+1
* cifs: fix bad buffer length check in coalesce_t2Jeff Layton2012-01-031-1/+1
* cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton2011-12-081-2/+8
* cifs: attempt to freeze while looping on a receive attemptJeff Layton2011-12-081-0/+2
* cifs: Fix sparse warning when calling cifs_strtoUCSSteve French2011-12-081-3/+3
* CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky2011-12-081-0/+26
* Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-11-071-55/+50
|\
| * CIFS: Cleanup byte-range locking code stylePavel Shilovsky2011-11-041-24/+19
| * CIFS: Simplify setlk error handling for mandatory lockingPavel Shilovsky2011-11-041-32/+32
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\ \ | |/ |/|
| * fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-311-0/+1
* | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-11-037-64/+32
|\ \
| * | cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar2011-10-295-60/+23
| * | CIFS: Fix the VFS brlock cache usage in posix locking casePavel Shilovsky2011-10-291-2/+8
| * | [CIFS] Update cifs version to 1.76Steve French2011-10-281-1/+1
| * | CIFS: Remove extra mutex_unlock in cifs_lock_add_ifPavel Shilovsky2011-10-281-1/+0
| |/
* | filesystems: add set_nlink()Miklos Szeredi2011-11-021-3/+3
* | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-10-281-1/+1
|\
| * vfs: do (nearly) lockless generic_file_llseekAndi Kleen2011-10-281-1/+1
* | Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-10-2822-1015/+2229
|\ \
| * | Add definition for share encryptionSteve French2011-10-271-7/+37
| * | CIFS: Make cifs_push_locks send as many locks at once as possiblePavel Shilovsky2011-10-241-6/+43
| * | CIFS: Send as many mandatory unlock ranges at once as possiblePavel Shilovsky2011-10-243-36/+167