aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-17cifs: fix buffer overrun in parse_DFS_referralsJeff Layton1-1/+2
2008-11-26[CIFS] fix regression in cifs_write_begin/cifs_write_endJeff Layton1-21/+56
2008-11-20[CIFS] Do not attempt to close invalidated file handlesSteve French4-9/+30
2008-11-18[CIFS] fix check for dead tcon in smb_initSteve French2-2/+6
2008-11-18prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp1-1/+4
2008-11-18Fixed parsing of mount options when doing DFS submountIgor Mammedov2-27/+83
2008-11-17[CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patchSteve French1-3/+4
2008-11-17[CIFS] Fix build breakSteve French1-2/+2
2008-11-17cifs: reinstate sharing of tree connectionsJeff Layton6-218/+249
2008-11-15[CIFS] minor cleanup to cifs_mountSteve French1-40/+34
2008-11-14cifs: reinstate sharing of SMB sessions sans racesJeff Layton7-166/+175
2008-11-14cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton6-150/+96
2008-11-14[CIFS] clean up server protocol handlingSteve French3-31/+33
2008-11-13[CIFS] remove unused list, add new cifs sock list to prepare for mount/umount fixSteve French3-20/+13
2008-11-13[CIFS] Fix cifs reconnection flagsSteve French5-151/+160
2008-11-03[CIFS] Can't rely on iov length and base when kernel_recvmsg returns errorSteve French1-2/+7
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