summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2014-02-11fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding1-0/+2
2013-01-17cifs: fix cifs stable patch cifs-fix-oplock-break-handling-try-2.patchSuresh Jayaraman1-0/+3
2012-08-17cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton1-2/+18
2012-08-17cifs: fix possible memory corruption in CIFSFindNextJeff Layton1-1/+2
2012-05-17cifs: check for NULL session passwordJeff Layton1-0/+1
2012-05-17cifs: fix NULL pointer dereference in cifs_find_smb_sesJeff Layton1-1/+2
2012-05-17cifs: clean up cifs_find_smb_ses (try #2)Jeff Layton2-9/+19
2012-03-14cifs: add fallback in is_path_accessible for old serversJeff Layton1-0/+5
2012-03-14CIFS: Fix memory over bound bug in cifs_parse_mount_optionsPavel Shilovsky1-2/+3
2012-03-14cifs: check for bytes_remaining going to zero in CIFS_SessSetupJeff Layton1-1/+3
2012-03-14cifs: fix another memleak, in cifs_root_igetOskar Schirmer1-6/+6
2012-03-14cifs: always do is_path_accessible check in cifs_mountJeff Layton1-1/+1
2011-06-26CIFS: Fix oplock break handling (try #2)Pavel Shilovsky3-12/+15
2011-01-07CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells2-2/+2
2010-08-02CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells3-5/+74
2010-08-02cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton1-0/+4
2010-08-02cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton1-9/+1
2010-07-05CIFS: Allow null nd (as nfs server uses) on createSteve French3-14/+23
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr...Linus Torvalds2-2/+20
2010-05-12cifs: guard against hardlinking directoriesJeff Layton2-2/+20
2010-04-22cifs: add bdi backing to mount sessionJens Axboe2-0/+13
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-4/+59
2010-04-06not overwriting file_lock structure after GET_LKPavel Shilovsky2-3/+40
2010-04-03cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman1-0/+16
2010-04-03[CIFS] initialize nbytes at the beginning of CIFSSMBWrite()Steve French1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo17-0/+17
2010-03-27[CIFS] Add mmap for direct, nobrl cifs mount typesPavel Shilovsky1-0/+1
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds8-121/+333
2010-03-15cifs: trivial white spaceDan Carpenter1-1/+1
2010-03-09[CIFS] checkpatch cleanupSteve French2-5/+5
2010-03-09cifs: add cifs_revalidate_fileJeff Layton5-3/+91
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina3-3/+3
2010-03-06cifs: add a CIFSSMBUnixQFileInfo functionJeff Layton2-0/+71
2010-03-06cifs: add a CIFSSMBQFileInfo functionJeff Layton2-0/+66
2010-03-06cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton6-117/+104
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-2/+2
2010-02-25[CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French4-12/+12
2010-02-25[CIFS] Use unsigned ea length for claritySteve French1-1/+1
2010-02-24cifs: set server_eof in cifs_fattr_to_inodeJeff Layton1-0/+1
2010-02-23[CIFS] Minor cleanup to EA patchSteve French2-2/+3
2010-02-23cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton4-177/+54
2010-02-23cifs: verify lengths of QueryAllEAs replyJeff Layton1-18/+31
2010-02-23cifs: increase maximum buffer size in CIFSSMBQAllEAsJeff Layton1-1/+1
2010-02-23cifs: rename name_len to list_len in CIFSSMBQAllEAsJeff Layton1-19/+19
2010-02-23cifs: clean up indentation in CIFSSMBQAllEAsJeff Layton1-76/+75
2010-02-23cifs: add parens around smb_var in BCC macrosJeff Layton1-3/+3
2010-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds7-14/+54
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack2-2/+2
2010-02-08cifs: fix dentry hash calculation for case-insensitive mountsJeff Layton1-2/+5