aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextJames Morris2008-11-189-716/+765
|\
| * prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp2008-11-181-1/+4
| * Fixed parsing of mount options when doing DFS submountIgor Mammedov2008-11-182-27/+83
| * [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earl...Steve French2008-11-171-3/+4
| * [CIFS] Fix build breakSteve French2008-11-171-2/+2
| * cifs: reinstate sharing of tree connectionsJeff Layton2008-11-176-218/+249
| * [CIFS] minor cleanup to cifs_mountSteve French2008-11-151-40/+34
| * cifs: reinstate sharing of SMB sessions sans racesJeff Layton2008-11-147-166/+175
| * cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton2008-11-146-150/+96
| * [CIFS] clean up server protocol handlingSteve French2008-11-143-31/+33
| * [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount...Steve French2008-11-133-20/+13
| * [CIFS] Fix cifs reconnection flagsSteve French2008-11-135-151/+160
| * [CIFS] Can't rely on iov length and base when kernel_recvmsg returns errorSteve French2008-11-031-2/+7
* | CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells2008-11-147-17/+17
|/
* cifs: fix renaming one hardlink on top of anotherJeff Layton2008-11-031-1/+3
* [CIFS] fix error in smb_send2Steve French2008-10-303-4/+7
* [CIFS] Reduce number of socket retries in large write pathSteve French2008-10-295-25/+76
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-10-239-125/+259
|\
| * cifs: handle the TCP_Server_Info->tsk field more carefullyJeff Layton2008-10-231-13/+28
| * cifs: fix unlinking of rename target when server doesn't support open file re...Jeff Layton2008-10-231-79/+8
| * [CIFS] improve setlease handlingSteve French2008-10-235-2/+67
| * [CIFS] fix saving of resume key before CIFSFindNextJeff Layton2008-10-211-1/+2
| * cifs: make cifs_rename handle -EACCES errorsJeff Layton2008-10-201-52/+122
| * [CIFS] fix build errorSteve French2008-10-201-1/+1
| * [CIFS] undo changes in cifs_rename_pending_delete if it errors outSteve French2008-10-203-33/+79
| * cifs: track DeletePending flag in cifsInodeInfoJeff Layton2008-10-204-0/+5
| * cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_deleteJeff Layton2008-10-171-5/+10
| * [CIFS] eliminate usage of kthread_stop for cifsdJeff Layton2008-10-161-29/+15
| * [CIFS] Add nodfs mount optionSteve French2008-10-162-0/+12
* | [PATCH] move executable checking into ->permission()Miklos Szeredi2008-10-231-3/+6
* | [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* | fs/Kconfig: move CIFS outAlexey Dobriyan2008-10-201-0/+142
* | vmscan: split LRU lists into anon & file setsRik van Riel2008-10-201-2/+2
|/
* [CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_ass...Jeff Layton2008-10-121-2/+0
* [CIFS] Check that last search entry resume key is validSteve French2008-10-081-3/+24
* [CIFS] make sure we have the right resume info before calling CIFSFindNextSteve French2008-10-073-63/+70
* [CIFS] clean up error handling in cifs_unlinkSteve French2008-10-071-20/+19
* [CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfoJeff Layton2008-10-061-6/+18
* cifs: explicitly revoke SPNEGO key after session setupJeff Layton2008-09-241-1/+3
* cifs: Convert cifs to new aops.Nick Piggin2008-09-241-61/+59
* [CIFS] update DOS attributes in cifsInode if we successfully changed themSteve French2008-09-241-0/+4
* cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIleJeff Layton2008-09-242-3/+3
* cifs: work around samba returning -ENOENT on SetFileDisposition callJeff Layton2008-09-241-2/+10
* cifs: fix inverted NULL check after kmallocJeff Layton2008-09-241-1/+1
* [CIFS] clean up upcall handling for dns_resolver keysSteve French2008-09-231-33/+41
* [CIFS] fix busy-file renames and refactor cifs_rename logicSteve French2008-09-231-82/+104
* cifs: add function to set file dispositionJeff Layton2008-09-233-2/+64
* [CIFS] add constants for string lengths of keynames in SPNEGO upcall stringSteve French2008-09-231-9/+26
* cifs: move rename and delete-on-close logic into helper functionJeff Layton2008-09-231-39/+59
* cifs: have find_writeable_file prefer filehandles opened by same taskJeff Layton2008-09-231-1/+9