summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
2012-08-17cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton
2012-08-17cifs: fix possible memory corruption in CIFSFindNextJeff Layton
2012-05-17cifs: check for NULL session passwordJeff Layton
2012-05-17cifs: fix NULL pointer dereference in cifs_find_smb_sesJeff Layton
2012-05-17cifs: clean up cifs_find_smb_ses (try #2)Jeff Layton
2012-03-14cifs: add fallback in is_path_accessible for old serversJeff Layton
2012-03-14CIFS: Fix memory over bound bug in cifs_parse_mount_optionsPavel Shilovsky
2012-03-14cifs: check for bytes_remaining going to zero in CIFS_SessSetupJeff Layton
2012-03-14cifs: fix another memleak, in cifs_root_igetOskar Schirmer
2012-03-14cifs: always do is_path_accessible check in cifs_mountJeff Layton
2011-06-26CIFS: Fix oplock break handling (try #2)Pavel Shilovsky
2011-01-06CIFS: 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-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr...Linus Torvalds
2010-05-11cifs: guard against hardlinking directoriesJeff Layton
2010-04-22cifs: add bdi backing to mount sessionJens Axboe
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-04-06not overwriting file_lock structure after GET_LKPavel Shilovsky
2010-04-03cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman
2010-04-03[CIFS] initialize nbytes at the beginning of CIFSSMBWrite()Steve French
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-27[CIFS] Add mmap for direct, nobrl cifs mount typesPavel Shilovsky
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-03-15cifs: trivial white spaceDan Carpenter
2010-03-09[CIFS] checkpatch cleanupSteve French
2010-03-09cifs: add cifs_revalidate_fileJeff Layton
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-06cifs: add a CIFSSMBUnixQFileInfo functionJeff Layton
2010-03-06cifs: add a CIFSSMBQFileInfo functionJeff Layton
2010-03-06cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro
2010-02-25[CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French
2010-02-24[CIFS] Use unsigned ea length for claritySteve French
2010-02-23cifs: set server_eof in cifs_fattr_to_inodeJeff Layton
2010-02-23[CIFS] Minor cleanup to EA patchSteve French
2010-02-23cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton
2010-02-23cifs: verify lengths of QueryAllEAs replyJeff Layton
2010-02-23cifs: increase maximum buffer size in CIFSSMBQAllEAsJeff Layton
2010-02-23cifs: rename name_len to list_len in CIFSSMBQAllEAsJeff Layton
2010-02-23cifs: clean up indentation in CIFSSMBQAllEAsJeff Layton
2010-02-23cifs: add parens around smb_var in BCC macrosJeff Layton
2010-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-02-08cifs: fix dentry hash calculation for case-insensitive mountsJeff Layton
2010-02-08[CIFS] Don't cache timestamps on utimes due to coarse granularitySteve French
2010-02-06[CIFS] Maximum username length check in session setup does not matchSteve French