aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-14[CIFS] mount of IPC$ breaks with iget patchSteve French1-0/+1
2008-08-11[CIFS] remove trailing whitespaceSteve French1-1/+1
2008-08-11[CIFS] if get root inode fails during mount, cleanup tree connectionSteve French1-0/+2
2008-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds14-509/+652
2008-08-08[CIFS] list entry can not return nullSteve French4-74/+61
2008-08-06turn cifs_setattr into a multiplexor that calls the correct functionJeff Layton1-5/+17
2008-08-06move file time and dos attribute setting logic into new functionJeff Layton1-87/+109
2008-08-06spin off cifs_setattr with unix extensions to its own functionJeff Layton1-38/+119
2008-08-06[CIFS] Code cleanup in old sessionsetup codeSteve French2-78/+80
2008-08-06[CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton2-6/+25
2008-08-06Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton3-14/+13
2008-08-06change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton3-8/+8
2008-08-06[CIFS] fix trailing whitespaceSteve French1-1/+1
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton6-74/+102
2008-08-05Fix missing braces in cifs_revalidate()Suresh Jayaraman1-1/+2
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-08-04remove locking around tcpSesAllocCount atomic variableJeff Layton1-9/+6
2008-08-01[CIFS] properly account for new user= field in SPNEGO upcall string allocationJeff Layton1-7/+11
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro1-1/+1
2008-07-31[CIFS] remove level of indentation from decode_negTokenInitJeff Layton2-136/+125