Merge commit 'v2.6.30' into for-2.6.31
[safe/jmp/linux-2.6] / fs / cifs / cifssmb.c
2009-05-19 Jeff Laytoncifs: fix pointer initialization and checks in cifs_fol...
2009-05-14 Jeff Laytoncifs: fix error handling in parse_DFS_referrals
2009-05-06 Steve French[CIFS] Allow raw ntlmssp code to be enabled with sec...
2009-05-02 Steve French[CIFS] Remove sparse warning
2009-05-02 Steve French[CIFS] remove checkpatch warning
2009-05-02 Steve French[CIFS] Fix final user of old string conversion code
2009-05-01 Steve French[CIFS] Remove sparse endian warnings
2009-04-30 Steve French[CIFS] rename cifs_strndup to cifs_strndup_from_ucs
2009-04-30 Jeff Laytoncifs: change CIFSSMBUnixQuerySymLink to use new helpers
2009-04-30 Jeff Laytoncifs: rename cifs_strlcpy_to_host and make it use new...
2009-04-30 Jeff Laytoncifs: add new function to get unicode string length...
2009-04-20 Suresh Jayaramancifs: Rename cifs_strncpy_to_host and fix buffer size
2009-04-17 Jeff Laytoncifs: vary timeout on writes past EOF based on offset...
2009-04-17 Steve French[CIFS] Endian convert UniqueId when reporting inode...
2009-03-12 Jeff Laytoncifs: fix buffer format byte on NT Rename/hardlink
2009-03-12 Steve French[CIFS] Send SMB flush in cifs_fsync
2009-02-21 Steve French[CIFS] Fix multiuser mounts so server does not invalida...
2008-12-26 Julia Lawall[CIFS] Remove redundant test
2008-12-26 Steve French[CIFS] Cleanup: Move the check for too large R/W requests
2008-12-26 Steve French[CIFS] various minor cleanups pointed out by checkpatch...
2008-12-17 Jeff Laytoncifs: fix buffer overrun in parse_DFS_referrals
2008-11-18 Steve French[CIFS] fix check for dead tcon in smb_init
2008-11-18 Igor MammedovFixed parsing of mount options when doing DFS submount
2008-11-17 Jeff Laytoncifs: reinstate sharing of tree connections
2008-11-14 Jeff Laytoncifs: reinstate sharing of SMB sessions sans races
2008-11-14 Jeff Laytoncifs: disable sharing session and tcon and add new...
2008-11-13 Steve French[CIFS] Fix cifs reconnection flags
2008-10-30 Steve French[CIFS] fix error in smb_send2
2008-10-20 Jeff Laytoncifs: track DeletePending flag in cifsInodeInfo
2008-10-08 Steve French[CIFS] Check that last search entry resume key is valid
2008-10-07 Steve French[CIFS] make sure we have the right resume info before...
2008-09-24 Jeff Laytoncifs: remove NULL termination from rename target in...
2008-09-23 Jeff Laytoncifs: add function to set file disposition
2008-08-08 Steve French[CIFS] list entry can not return null
2008-08-06 Jeff LaytonRename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and...
2008-08-06 Jeff Laytonchange CIFSSMBSetTimes to CIFSSMBSetPathInfo
2008-08-06 Steve French[CIFS] fix trailing whitespace
2008-08-06 Jeff Laytonbundle up Unix SET_PATH_INFO args into a struct and...
2008-07-24 Shirish Pargaonkar[CIFS] Fix warnings from checkpatch
2008-07-24 Harvey Harrisoncifs: assorted endian annotations
2008-06-11 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2008-06-04 Al Virocifs endianness fixes
2008-05-23 Steve French[CIFS] remove unused variables
2008-05-22 Steve French[CIFS] Remove redundant NULL check
2008-05-16 Steve French[CIFS] Add missing defines for DFS
2008-05-16 Igor MammedovCIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed...
2008-05-15 Steve French[CIFS] Finishup DFS code
2008-05-14 Jeff Laytonadd function to convert access flags to legacy open...
2008-05-13 Steve French[CIFS] cleanup old checkpatch warnings
2008-05-13 Marcin Slusarz[CIFS] CIFSSMBPosixLock should return -EINVAL on error
2008-05-13 Jeff Laytonfix memory leak in CIFSFindNext
2008-05-11 Jeff Layton[CIFS] when not using unix extensions, check for and...
2008-04-29 Steve French[CIFS] convert usage of implicit booleans to bool
2008-04-09 Steve French[CIFS] Fix looping on reconnect to Samba when unexpecte...
2008-02-12 Steve French[CIFS] clean up some hard to read ifdefs
2008-02-07 Steve French[CIFS] reduce checkpatch warnings
2007-12-31 Steve French[CIFS] Allow setting mode via cifs acl
2007-12-30 Steve French[CIFS] fix SetEA failure to some Samba versions
2007-11-13 Steve French[CIFS] Fix buffer overflow if server sends corrupt...
2007-11-03 Jeff Layton[CIFS] add OIDs for KRB5 and MSKRB5 to ASN1 parsing...
2007-10-26 Steve French[CIFS] ACL support part 8
2007-10-25 Steve French[CIFS] acl support part 6
2007-10-23 Parag Warudkar[CIFS] remove unused funtion compile warning when exper...
2007-10-18 Steve French[CIFS] log better errors on failed mounts
2007-10-18 Steve French[CIFS] Return better error when server requires signing...
2007-10-16 Steve French[CIFS] Fix some endianness problems in new acl code
2007-10-16 Jeff Layton[CIFS] parse server_GUID in SPNEGO negProt response
2007-10-16 Jeff Layton[CIFS]
2007-10-14 Cyril Gorcunov[CIFS] Fix endian conversion problem in posix mkdir
2007-10-12 Steve French[CIFS] CIFS ACL support part 3
2007-10-04 Steve French[CIFS] Fix cifsd so shuts down when signing fails durin...
2007-10-03 Shirish Pargaonkar[CIFS] CIFS ACL support (part 2)
2007-09-28 Steve French[CIFS] Fix memory leak in statfs to very old servers
2007-09-25 Steve French[CIFS] move cifs acl code to new file and fix build...
2007-09-24 Steve French[CIFS] Support for CIFS ACLs (part 1)
2007-09-20 Steve French[CIFS] Print better error when server returns malformed...
2007-08-30 Steve French[CIFS] formatting cleanup found by checkpatch
2007-08-30 Andre Haupt[CIFS][KJ] use abs() from kernel.h where appropriate
2007-07-18 Steve French[CIFS] Allow disabling CIFS Unix Extensions as mount...
2007-07-17 Steve French[CIFS] More whitespace/formatting fixes (noticed by...
2007-07-15 Steve French[CIFS] Add support for new POSIX unlink
2007-07-13 Steve French[CIFS] whitespace/formatting fixes
2007-07-07 Steve French[CIFS] more whitespace cleanup
2007-07-06 Jeff[CIFS] Mount should fail if server signing off but...
2007-06-28 Steve French[CIFS] Fix sign mount option and sign proc config setting
2007-06-05 Yehuda Sadeh Weinraub[CIFS] Missing flag on negprot needed for some servers...
2007-04-25 Steve French[CIFS] New CIFS POSIX mkdir performance improvement...
2007-04-23 Steve French[CIFS] New CIFS POSIX mkdir performance improvement
2007-03-01 Steve French[CIFS] Fix set file size to zero when doing chmod to...
2007-02-17 Tobias KlauserStorage class should be before const qualifier
2007-02-14 Steve French[CIFS] on reconnect to Samba - reset the unix capabilities
2006-12-13 Robert P. J. Day[PATCH] getting rid of all casts of k[cmz]alloc() calls
2006-10-15 Al Viro[PATCH] new cifs endianness bugs
2006-10-12 Steve French[CIFS] Missing flags2 for DFS
2006-10-12 Steve French[CIFS] Level 1 QPathInfo needed for proper OS2 support
2006-10-02 Steve French[CIFS] Fix compiler warning with previous patch
2006-10-02 Steve French[CIFS] Fix typo
2006-10-02 Steve French[CIFS] Allow for 15 minute TZs (e.g. Nepal) and be...
2006-10-01 Steve French[CIFS] Allow LANMAN21 support even in both POSIX non...
2006-09-30 Steve French[CIFS] Do not send newer QFSInfo to legacy servers...
next