[CIFS] Neaten cERROR and cFYI macros, reduce text space
[safe/jmp/linux-2.6] / fs / cifs / cifssmb.c
2010-04-21 Joe Perches[CIFS] Neaten cERROR and cFYI macros, reduce text space
2010-04-08 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2010-04-06 Pavel Shilovskynot overwriting file_lock structure after GET_LK
2010-04-03 Suresh Jayaramancifs: Fix a kernel BUG with remote OS/2 server (try #3)
2010-04-03 Steve French[CIFS] initialize nbytes at the beginning of CIFSSMBWrite()
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-19 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2010-03-15 Dan Carpentercifs: trivial white space
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-06 Jeff Laytoncifs: add a CIFSSMBUnixQFileInfo function
2010-03-06 Jeff Laytoncifs: add a CIFSSMBQFileInfo function
2010-02-25 Steve French[CIFS] pSesInfo->sesSem is used as mutex. Rename it...
2010-02-24 Steve French[CIFS] Use unsigned ea length for clarity
2010-02-23 Steve French[CIFS] Minor cleanup to EA patch
2010-02-23 Jeff Laytoncifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs
2010-02-23 Jeff Laytoncifs: verify lengths of QueryAllEAs reply
2010-02-23 Jeff Laytoncifs: increase maximum buffer size in CIFSSMBQAllEAs
2010-02-23 Jeff Laytoncifs: rename name_len to list_len in CIFSSMBQAllEAs
2010-02-23 Jeff Laytoncifs: clean up indentation in CIFSSMBQAllEAs
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2009-09-24 Jeff Laytoncifs: convert oplock breaks to use slow_work facility...
2009-09-03 Jeff Laytoncifs: consolidate reconnect logic in smb_init routines
2009-08-31 Steve French[CIFS] potential NULL dereference in parse_DFS_referrals()
2009-07-10 Steve French[CIFS] Distinguish posix opens and mkdirs from legacy...
2009-07-09 Jeff Laytoncifs: add and use CIFSSMBUnixSetFileInfo for setattr...
2009-07-09 Jeff Laytoncifs: make a separate function for filling out FILE_UNI...
2009-07-09 Jeff Laytoncifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo
2009-06-25 Steve French[CIFS] cleanup asn handling for ntlmssp
2009-06-25 Steve French[CIFS] Do not send tree disconnect if session is alread...
2009-05-28 Jeff Laytoncifs: make cnvrtDosUnixTm take a little-endian args...
2009-05-26 Jeff Laytoncifs: fix artificial limit on reading symlinks
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
next