summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* [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/+19Star
* [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/+59Star
* [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
* cifs: don't use GFP_KERNEL with GFP_NOFSPekka Enberg2008-09-232-6/+3Star
* [CIFS] use common code for turning off ATTR_READONLY in cifs_unlinkSteve French2008-09-171-167/+139Star
* cifs: clean up variables in cifs_unlinkJeff Layton2008-09-162-50/+42Star
* [CIFS] Turn off Unicode during session establishment for plaintext authentica...Steve French2008-08-281-0/+2
* [CIFS] update cifs change logSteve French2008-08-282-3/+16
* cifs: fix O_APPEND on directio mountsJeff Layton2008-08-281-0/+4
* [CIFS] Fix plaintext authenticationSteve French2008-08-271-0/+1
* [CIFS] Add destroy routine for dns_resolverJeff Layton2008-08-272-1/+9
* [CIFS] check version in spnego upcall responseSteve French2008-08-263-2/+15
* [CIFS] Kerberos support not considered experimental anymoreSteve French2008-08-191-4/+26
* [CIFS] distinguish between Kerberos and MSKerberos in upcallSteve French2008-08-194-6/+14
* cifs: add local server pointer to cifs_setup_sessionJeff Layton2008-08-191-16/+17
* [CIFS] reindent misindented statementIlpo Järvinen2008-08-191-1/+2
* [CIFS] mount of IPC$ breaks with iget patchSteve French2008-08-141-0/+1
* [CIFS] remove trailing whitespaceSteve French2008-08-121-1/+1
* [CIFS] if get root inode fails during mount, cleanup tree connectionSteve French2008-08-121-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...Linus Torvalds2008-08-0914-509/+652
|\
| * [CIFS] list entry can not return nullSteve French2008-08-084-74/+61Star
| * turn cifs_setattr into a multiplexor that calls the correct functionJeff Layton2008-08-071-5/+17
| * move file time and dos attribute setting logic into new functionJeff Layton2008-08-071-87/+109
| * spin off cifs_setattr with unix extensions to its own functionJeff Layton2008-08-071-38/+119
| * [CIFS] Code cleanup in old sessionsetup codeSteve French2008-08-062-78/+80
| * [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton2008-08-062-6/+25
| * Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton2008-08-063-14/+13Star
| * change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton2008-08-063-8/+8
| * [CIFS] fix trailing whitespaceSteve French2008-08-061-1/+1
| * bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton2008-08-066-74/+102
| * Fix missing braces in cifs_revalidate()Suresh Jayaraman2008-08-051-1/+2
| * remove locking around tcpSesAllocCount atomic variableJeff Layton2008-08-041-9/+6Star
| * [CIFS] properly account for new user= field in SPNEGO upcall string allocationJeff Layton2008-08-011-7/+11
| * [CIFS] remove level of indentation from decode_negTokenInitJeff Layton2008-07-312-136/+125Star