aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-14CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells7-17/+17
2008-11-03cifs: fix renaming one hardlink on top of anotherJeff Layton1-1/+3
2008-10-30[CIFS] fix error in smb_send2Steve French3-4/+7
2008-10-29[CIFS] Reduce number of socket retries in large write pathSteve French5-25/+76
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-125/+259
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi1-3/+6
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-23cifs: handle the TCP_Server_Info->tsk field more carefullyJeff Layton1-13/+28
2008-10-23cifs: fix unlinking of rename target when server doesn't support open file renamesJeff Layton1-79/+8
2008-10-23[CIFS] improve setlease handlingSteve French5-2/+67
2008-10-21[CIFS] fix saving of resume key before CIFSFindNextJeff Layton1-1/+2
2008-10-20cifs: make cifs_rename handle -EACCES errorsJeff Layton1-52/+122
2008-10-20[CIFS] fix build errorSteve French1-1/+1
2008-10-20fs/Kconfig: move CIFS outAlexey Dobriyan1-0/+142
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-2/+2
2008-10-20[CIFS] undo changes in cifs_rename_pending_delete if it errors outSteve French3-33/+79
2008-10-20cifs: track DeletePending flag in cifsInodeInfoJeff Layton4-0/+5
2008-10-17cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_deleteJeff Layton1-5/+10
2008-10-16[CIFS] eliminate usage of kthread_stop for cifsdJeff Layton1-29/+15
2008-10-16[CIFS] Add nodfs mount optionSteve French2-0/+12
2008-10-12[CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_assembleJeff Layton1-2/+0
2008-10-08[CIFS] Check that last search entry resume key is validSteve French1-3/+24
2008-10-07[CIFS] make sure we have the right resume info before calling CIFSFindNextSteve French3-63/+70
2008-10-07[CIFS] clean up error handling in cifs_unlinkSteve French1-20/+19
2008-10-06[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfoJeff Layton1-6/+18
2008-09-24cifs: explicitly revoke SPNEGO key after session setupJeff Layton1-1/+3
2008-09-24cifs: Convert cifs to new aops.Nick Piggin1-61/+59
2008-09-24[CIFS] update DOS attributes in cifsInode if we successfully changed themSteve French1-0/+4
2008-09-24cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIleJeff Layton2-3/+3
2008-09-24cifs: work around samba returning -ENOENT on SetFileDisposition callJeff Layton1-2/+10
2008-09-24cifs: fix inverted NULL check after kmallocJeff Layton1-1/+1
2008-09-23[CIFS] clean up upcall handling for dns_resolver keysSteve French1-33/+41
2008-09-23[CIFS] fix busy-file renames and refactor cifs_rename logicSteve French1-82/+104
2008-09-23cifs: add function to set file dispositionJeff Layton3-2/+64
2008-09-23[CIFS] add constants for string lengths of keynames in SPNEGO upcall stringSteve French1-9/+26
2008-09-23cifs: move rename and delete-on-close logic into helper functionJeff Layton1-39/+59
2008-09-23cifs: have find_writeable_file prefer filehandles opened by same taskJeff Layton1-1/+9
2008-09-22cifs: don't use GFP_KERNEL with GFP_NOFSPekka Enberg2-6/+3
2008-09-16[CIFS] use common code for turning off ATTR_READONLY in cifs_unlinkSteve French1-167/+139
2008-09-16cifs: clean up variables in cifs_unlinkJeff Layton2-50/+42
2008-08-28[CIFS] Turn off Unicode during session establishment for plaintext authenticationSteve French1-0/+2
2008-08-28[CIFS] update cifs change logSteve French2-3/+16
2008-08-28cifs: fix O_APPEND on directio mountsJeff Layton1-0/+4
2008-08-27[CIFS] Fix plaintext authenticationSteve French1-0/+1
2008-08-27[CIFS] Add destroy routine for dns_resolverJeff Layton2-1/+9
2008-08-26[CIFS] check version in spnego upcall responseSteve French3-2/+15
2008-08-19[CIFS] Kerberos support not considered experimental anymoreSteve French1-4/+26
2008-08-19[CIFS] distinguish between Kerberos and MSKerberos in upcallSteve French4-6/+14
2008-08-19cifs: add local server pointer to cifs_setup_sessionJeff Layton1-16/+17
2008-08-19[CIFS] reindent misindented statementIlpo Järvinen1-1/+2