summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2011-11-07cifs: fix possible memory corruption in CIFSFindNextJeff Layton
2011-08-08cifs: check for NULL session passwordJeff Layton
2011-08-08cifs: fix NULL pointer dereference in cifs_find_smb_sesJeff Layton
2011-08-08cifs: clean up cifs_find_smb_ses (try #2)Jeff Layton
2011-05-23cifs: add fallback in is_path_accessible for old serversJeff Layton
2011-05-23CIFS: Fix memory over bound bug in cifs_parse_mount_optionsPavel Shilovsky
2011-05-23cifs: check for bytes_remaining going to zero in CIFS_SessSetupJeff Layton
2011-05-09cifs: fix another memleak, in cifs_root_igetOskar Schirmer
2011-04-22cifs: always do is_path_accessible check in cifs_mountJeff Layton
2011-03-07CIFS: Fix oplock break handling (try #2)Pavel Shilovsky
2010-08-10CIFS: Fix compile error with __init in cifs_init_dns_resolver() definitionMichael Neuling
2010-08-10CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells
2010-08-02CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells
2010-08-02cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton
2010-08-02cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton
2010-07-05CIFS: Allow null nd (as nfs server uses) on createSteve French
2010-05-26cifs: guard against hardlinking directoriesJeff Layton
2010-04-26CIFS: initialize nbytes at the beginning of CIFSSMBWrite()Steve French
2010-04-26cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman
2010-02-23cifs: fix length calculation for converted unicode readdir namesJeff Layton
2010-01-06cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referralsJeff Layton
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2009-11-25[CIFS] Fix sparse warningSteve French
2009-11-24[CIFS] Duplicate data on appending to some Samba serversSteve French
2009-11-24[CIFS] fix oops in cifs_lookup during net bootSteve French
2009-11-20SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells
2009-11-16cifs: clear server inode number flag while autodisablingSuresh Jayaraman
2009-11-06cifs: don't use CIFSGetSrvInodeNumber in is_path_accessibleJeff Layton
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton
2009-10-06[CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session()Steve French
2009-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2009-09-25cifs: fix locking and list handling code in cifs_open and its helperJeff Layton
2009-09-25[CIFS] Remove build warningSteve French
2009-09-25cifs: fix problems with last two commitsJeff Layton
2009-09-25[CIFS] Fix build break when keys support turned offSteve French
2009-09-24cifs: eliminate cifs_init_privateJeff Layton
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton
2009-09-24truncate: use new helpersnpiggin@suse.de
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-09-15cifs: have cifsFileInfo hold an extra inode referenceJeff Layton
2009-09-15cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_breakJeff Layton
2009-09-15cifs: remove cifsInodeInfo.oplockPending flagJeff Layton
2009-09-15cifs: fix oplock request handling in posix codepathJeff Layton
2009-09-15[CIFS] Re-enable Lanman securityChuck Ebbert
2009-09-03cifs: consolidate reconnect logic in smb_init routinesJeff Layton
2009-09-01cifs: Replace wrtPending with a real reference countDave Kleikamp