aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-11-03cifs: fix renaming one hardlink on top of anotherJeff Layton
2008-10-30[CIFS] fix error in smb_send2Steve French
2008-10-29[CIFS] Reduce number of socket retries in large write pathSteve French
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig
2008-10-23cifs: handle the TCP_Server_Info->tsk field more carefullyJeff Layton
2008-10-23cifs: fix unlinking of rename target when server doesn't support open file re...Jeff Layton
2008-10-23[CIFS] improve setlease handlingSteve French
2008-10-21[CIFS] fix saving of resume key before CIFSFindNextJeff Layton
2008-10-20cifs: make cifs_rename handle -EACCES errorsJeff Layton
2008-10-20[CIFS] fix build errorSteve French
2008-10-20fs/Kconfig: move CIFS outAlexey Dobriyan
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-10-20[CIFS] undo changes in cifs_rename_pending_delete if it errors outSteve French
2008-10-20cifs: track DeletePending flag in cifsInodeInfoJeff Layton
2008-10-17cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_deleteJeff Layton
2008-10-16[CIFS] eliminate usage of kthread_stop for cifsdJeff Layton
2008-10-16[CIFS] Add nodfs mount optionSteve French
2008-10-12[CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_ass...Jeff Layton
2008-10-08[CIFS] Check that last search entry resume key is validSteve French
2008-10-07[CIFS] make sure we have the right resume info before calling CIFSFindNextSteve French
2008-10-07[CIFS] clean up error handling in cifs_unlinkSteve French
2008-10-06[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfoJeff Layton
2008-09-24cifs: explicitly revoke SPNEGO key after session setupJeff Layton
2008-09-24cifs: Convert cifs to new aops.Nick Piggin
2008-09-24[CIFS] update DOS attributes in cifsInode if we successfully changed themSteve French
2008-09-24cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIleJeff Layton
2008-09-24cifs: work around samba returning -ENOENT on SetFileDisposition callJeff Layton
2008-09-24cifs: fix inverted NULL check after kmallocJeff Layton
2008-09-23[CIFS] clean up upcall handling for dns_resolver keysSteve French
2008-09-23[CIFS] fix busy-file renames and refactor cifs_rename logicSteve French
2008-09-23cifs: add function to set file dispositionJeff Layton
2008-09-23[CIFS] add constants for string lengths of keynames in SPNEGO upcall stringSteve French
2008-09-23cifs: move rename and delete-on-close logic into helper functionJeff Layton
2008-09-23cifs: have find_writeable_file prefer filehandles opened by same taskJeff Layton
2008-09-22cifs: don't use GFP_KERNEL with GFP_NOFSPekka Enberg
2008-09-16[CIFS] use common code for turning off ATTR_READONLY in cifs_unlinkSteve French
2008-09-16cifs: clean up variables in cifs_unlinkJeff Layton
2008-08-28[CIFS] Turn off Unicode during session establishment for plaintext authentica...Steve French
2008-08-28[CIFS] update cifs change logSteve French
2008-08-28cifs: fix O_APPEND on directio mountsJeff Layton
2008-08-27[CIFS] Fix plaintext authenticationSteve French
2008-08-27[CIFS] Add destroy routine for dns_resolverJeff Layton
2008-08-26[CIFS] check version in spnego upcall responseSteve French
2008-08-19[CIFS] Kerberos support not considered experimental anymoreSteve French
2008-08-19[CIFS] distinguish between Kerberos and MSKerberos in upcallSteve French
2008-08-19cifs: add local server pointer to cifs_setup_sessionJeff Layton
2008-08-19[CIFS] reindent misindented statementIlpo Järvinen