aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/CHANGES
AgeCommit message (Expand)AuthorFilesLines
2013-09-08cifs: create a new Documentation/ directory and move docfiles into itJeff Layton1-1065/+0
2010-02-23[CIFS] Minor cleanup to EA patchSteve French1-1/+2
2010-01-01[CIFS] Add support for TCP_NODELAYSteve French1-0/+4
2009-12-07[CIFS] Enable mmap on forcedirectio mountsSteve French1-1/+3
2009-11-25[CIFS] Fix sparse warningSteve French1-0/+9
2009-09-01[CIFS] Fix checkpatch warningsSteve French1-1/+4
2009-08-04[CIFS] Update readme to reflect forceuid mount parmsSteve French1-1/+2
2009-07-30[CIFS] Updates fs/cifs/CHANGESSteve French1-0/+6
2009-07-09[CIFS] update cifs version numberSteve French1-1/+5
2009-06-25[CIFS] Do not send tree disconnect if session is already disconnectedSteve French1-1/+1
2009-06-06[CIFS] Add mention of new mount parm (forceuid) to cifs readmeSteve French1-1/+4
2009-05-28[CIFS] Update readme to indicate change to default mount (serverino)Steve French1-0/+8
2009-05-04[CIFS] NTLMSSP reenabled after move from connect.c to sess.cSteve French1-1/+2
2009-05-01[CIFS] Remove trailing whitespaceSteve French1-1/+3
2009-04-30[CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French1-1/+5
2009-04-20[CIFS] Make cifs_unlink consistent in checks for null inodeSteve French1-0/+6
2009-04-17[CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French1-1/+2
2009-03-18[CIFS] Fix memory overwrite when saving nativeFileSystem field during mountSteve French1-0/+3
2009-03-12[CIFS] work around bug in Samba server handling for posix openSteve French1-0/+2
2009-03-12[CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flushSteve French1-1/+3
2009-03-12[CIFS] Send SMB flush in cifs_fsyncSteve French1-1/+3
2009-02-21[CIFS] Fix multiuser mounts so server does not invalidate earlier security co...Steve French1-0/+10
2009-02-21[CIFS] improve posix semantics of file createSteve French1-1/+3
2009-02-21[CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specif...Steve French1-1/+2
2009-01-29[CIFS] revalidate parent inode when rmdir done within that directorySteve French1-1/+3
2008-12-26[CIFS] make sure that DFS pathnames are properly formedSteve French1-1/+2
2008-12-26[CIFS] Can not mount with prefixpath if root directory of share is inaccessibleSteve French1-1/+3
2008-12-26[CIFS] add mount option to send mandatory rather than advisory locksSteve French1-0/+6
2008-11-18[CIFS] fix check for dead tcon in smb_initSteve French1-1/+5
2008-10-29[CIFS] Reduce number of socket retries in large write pathSteve French1-1/+5
2008-10-23[CIFS] improve setlease handlingSteve French1-1/+2
2008-10-20[CIFS] undo changes in cifs_rename_pending_delete if it errors outSteve French1-0/+8
2008-08-28[CIFS] update cifs change logSteve French1-1/+4
2008-08-27[CIFS] Add destroy routine for dns_resolverJeff Layton1-1/+2
2008-08-26[CIFS] check version in spnego upcall responseSteve French1-1/+5
2008-08-06[CIFS] Code cleanup in old sessionsetup codeSteve French1-0/+8
2008-06-10[CIFS] Fix hang in mount when negprot causes server to kill tcp sessionSteve French1-0/+5
2008-05-20[CIFS] Enable DFS support for Unix query path infoSteve French1-0/+2
2008-05-13fix memory leak in CIFSFindNextJeff Layton1-1/+2
2008-04-28[CIFS] Fix statfs formattingSteve French1-0/+3
2008-04-04[CIFS] minor update to change logSteve French1-1/+2
2008-02-14[CIFS] fixup prefixpaths which contain multiple path componentsSteve French1-1/+3
2007-12-31[CIFS] Allow setting mode via cifs aclSteve French1-0/+2
2007-12-31[CIFS] redo existing session setup if needed in cifs_mountJeff Layton1-1/+2
2007-12-30[CIFS] fix SetEA failure to some Samba versionsSteve French1-1/+1
2007-11-20[CIFS] Fix potential data corruption when writing out cached dirty pagesJeff Layton1-1/+3
2007-11-16[CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup requestSteve French1-0/+1
2007-11-09[CIFS] fix oops on second mount to same server when null auth is usedJeff Layton1-0/+1
2007-11-08[CIFS] add mode to acl conversion helper functionSteve French1-0/+3
2007-11-01[CIFS] when mount helper missing fix slash wrong direction in shareSteve French1-1/+4
2007-10-30[CIFS] enable get mode from ACL when cifsacl mount option specifiedShirish Pargaonkar1-1/+3
2007-10-18[CIFS] Return better error when server requires signing but client forbidsSteve French1-1/+2
2007-10-17[CIFS] fix bad handling of EAGAIN error on kernel_recvmsg in cifs_demultiplex...Steve French1-1/+2
2007-10-14[CIFS] Fix endian conversion problem in posix mkdirCyril Gorcunov1-1/+2
2007-10-12[CIFS] CIFS ACL support part 3Steve French1-1/+4
2007-09-29[CIFS] named pipe support (part 2)Steve French1-1/+6
2007-09-28[CIFS] Fix memory leak in statfs to very old serversSteve French1-0/+5
2007-08-24[CIFS] Byte range unlock request to non-Unix server can unlock too muchJeff Layton1-1/+4
2007-07-26[CIFS] Fix hang in find_writable_fileSteve French1-1/+4
2007-07-15[CIFS] Add support for new POSIX unlinkSteve French1-1/+3
2007-07-11[CIFS] Fix oops in cifs_create when nfsd server exports cifs mountSteve French1-1/+2
2007-07-09[CIFS] Fix packet signatures for NTLMv2 caseSteve French1-0/+4
2007-07-06[CIFS] Mount should fail if server signing off but client mount option requir...Jeff1-0/+1
2007-06-24[CIFS] Add in some missing flags and cifs README and TODO correctionsSteve French1-1/+4
2007-05-05[CIFS] Make sec=none force an anonymous mountJeff Layton1-1/+3
2007-04-30[CIFS] UID/GID override on CIFS mounts to SambaSteve French1-1/+5
2007-04-25[CIFS] Add IPv6 supportSteve French1-1/+7
2007-04-23[CIFS] New CIFS POSIX mkdir performance improvementSteve French1-1/+4
2007-04-06[CIFS] Add write perm for usr to file on windows should remove r/o dos attrSteve French1-1/+4
2007-03-23[CIFS] Allow reset of file to ATTR_NORMAL when archive bit not setSteve French1-1/+4
2007-03-10[CIFS] reset mode when client notices that ATTR_READONLY is no longer setAlan Tyson1-0/+3
2007-03-06[CIFS] cifs_prepare_write was incorrectly rereading page in some casesSteve French1-2/+3
2007-02-26[CIFS] Fix locking problem around some cifs uses of i_size writeSteve French1-0/+6
2007-02-14[CIFS] on reconnect to Samba - reset the unix capabilitiesSteve French1-1/+6
2007-02-08[CIFS] POSIX CIFS Extensions (continued) - POSIX OpenSteve French1-0/+2
2007-02-06[CIFS] Minor cleanupSteve French1-0/+2
2006-12-23[CIFS] Update CIFS version numberSteve French1-0/+4
2006-12-08[CIFS] Fix NTLMv2 mounts to Windows serversSteve French1-1/+2
2006-11-02[CIFS] report rename failure when target file is locked by WindowsSteve French1-1/+3
2006-10-30[CIFS] Allow null user connectionsSteve French1-0/+3
2006-09-21[CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)Steve French1-1/+6
2006-08-16[CIFS] Do not send Query All EAs SMB when mount option nouser_xattrSteve French1-1/+2
2006-08-15[CIFS] Fix oops in cifs_close due to unitialized lock sem and list inSteve French1-1/+4
2006-08-11[CIFS] Do not time out posix brl requests when using new posix setfileinfoSteve French1-0/+6
2006-06-27[CIFS] Fix allocation of buffers for new session setup routine to allowSteve French1-1/+2
2006-06-08[CIFS] NTLMv2 support part 5Steve French1-1/+3
2006-06-07[CIFS] Add support for readdir to legacy serversSteve French1-0/+4
2006-05-31[CIFS] Support for setting up SMB sessions to legacy lanman serversSteve French1-0/+5
2006-05-31[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change logSteve French1-1/+4
2006-05-30[CIFS] Do not limit the length of share names (was 100 for whole UNC name)Steve French1-1/+3
2006-05-30[CIFS] Fix new POSIX Locking for setting lock_type correctly on unlockSteve French1-0/+5
2006-04-22[CIFS] Readdir fixes to allow search to start at arbitrary positionSteve French1-1/+5
2006-03-31Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French1-1/+1
2006-03-22It's UTF-8Alexey Dobriyan1-1/+1
2006-03-03[CIFS] Upate cifs change logSteve French1-0/+5
2006-03-03[CIFS] Workaround various server bugs found in testing at connectathonSteve French1-1/+2
2006-02-28[CIFS] Add posix (advisory) byte range locking support to cifs clientSteve French1-1/+3
2006-02-24[CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrappingSteve French1-1/+5
2006-02-09[CIFS] Cleanup NTLMSSP session setup handlingSteve French1-0/+6
2006-01-13[CIFS] Fix CIFS to recognize share mode securitySteve French1-1/+2
2006-01-12[CIFS] Add worker function for Get ACL cifs styleSteve French1-1/+3
2005-12-02[CIFS] Readpages and readir performance improvements - eliminate extraSteve French1-1/+2
2005-12-01[CIFS] Use fsuid (fsgid) more consistently instead of uid/gid inSteve French1-0/+6
2005-11-29[CIFS] Fix missing permission check on setattr when noperm mount option isSteve French1-1/+1
2005-11-28[CIFS] When file is deleted locally but later recreated on the serverSteve French1-3/+5
2005-11-16[CIFS] Fix sparse warnings on smb bcc (byte count)Steve French1-1/+1
2005-11-15[CIFS] Recognize properly symlinks and char/blk devices (not just FIFOs)Steve French1-0/+2
2005-11-10[CIFS] Update CIFS change logSteve French1-1/+1
2005-10-20[CIFS] Defer close of file handle slightly if there are pending writes thatSteve French1-0/+6
2005-10-11[CIFS] CIFS Stats improvementsSteve French1-1/+1
2005-10-10[CIFS] Fix oops in experimental notify code (when CONFIG_CIFS_EXPERIMENTALSteve French1-1/+2
2005-10-10[CIFS] Fix byte range locking to Windows when Windows server returnsSteve French1-0/+12
2005-09-22[CIFS] Various minor bigendian fixes and sparse level 2 warning message fixesSteve French1-1/+2
2005-09-21[CIFS] Add support for legacy servers part nine. statfs (df and du) is nowSteve French1-1/+2
2005-09-20[CIFS] Add support for legacy servers part eight. Write fixes for WindowsSteve French1-0/+2
2005-09-15[CIFS] Fix readdir caching when unlink removes file in current searchSteve French1-0/+5
2005-08-30[CIFS] Add support for suspendSteve French1-1/+2
2005-08-24CIFS: Fix typos in fs/cifs/CHANGESSteve French1-8/+8
2005-08-23[CIFS] Support for mounting to older servers part 2. Add support forSteve French1-0/+2
2005-08-22[CIFS] Support for mounting to older, pre-CIFS servers added. ThisSteve French1-1/+6
2005-08-18[CIFS] Add mount option for disabling sending byte range lock requestsSteve French1-0/+8
2005-07-14[CIFS] Fix path name conversion for long filenames when mapchars mountSteve French1-0/+6
2005-06-09[CIFS] Fix cifs update of page cache. Write at correct offset when out of memorySteve French1-1/+2
2005-04-30[PATCH] cifs: append \* properly on ASCII serversSteve French1-1/+3
2005-04-28[PATCH] cifs: Do not init smb requests or block when sending requestsSteve French1-1/+4
2005-04-28[PATCH] cifs: handle termination of cifs oplockd kernel threadSteve French1-0/+1
2005-04-28[PATCH] cifs: Fix mapping of EMLINK caseSteve French1-0/+4
2005-04-28[PATCH] cifs: Handle case of multiple trans2 responses for one SMB request (p...Steve French1-0/+2
2005-04-28[PATCH] cifs: Fix caching problemSteve French1-0/+8
2005-04-28[PATCH] cifs: Missing initialization for largeBuf flag left out of previous c...Steve French1-1/+5
2005-04-28[PATCH] cifs: Do not interpret oplock break responses as responses to an unre...Steve French1-0/+2
2005-04-28[PATCH] cifs: character mapping of special characters (part 3 of 3)Steve French1-1/+1
2005-04-28[PATCH] cifs: Add new mount parm mapcharsSteve French1-1/+3
2005-04-28[PATCH] cifs: fix rare oops in cifs_closeSteve French1-1/+2
2005-04-28[PATCH] cifs: Fix multiuser packet signing to use the right sequence number a...Steve French1-1/+2
2005-04-28[PATCH] cifs: add support for chattr/lsattr in new CIFS POSIX extensionsSteve French1-1/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+671