summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2012-12-05cifs: Add CONFIG_CIFS_DEBUG and rename use of CIFS_DEBUGJoe Perches2-3/+10
2012-12-05cifs: Make CIFS_DEBUG possible to undefineJoe Perches1-23/+41
2012-12-05SMB3 mounts fail with access denied to some serversSteve French1-1/+1
2012-12-05cifs: Remove unused cEVENT macroJoe Perches1-7/+0
2012-12-05cifs: always zero out smb_vol before parsing optionsJeff Layton1-3/+4
2012-12-05cifs: remove unneeded address argument from cifs_find_tcp_session and match_s...Jeff Layton1-14/+11
2012-12-05make convert_delimiter use strchr instead of open-coding itSteve French1-9/+4
2012-12-05cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton4-76/+36
2012-12-05cifs: ensure we revalidate the inode after readdir if cifsacl is enabledJeff Layton1-0/+10
2012-12-05cifs: Add handling of blank password optionJesper Nilsson1-0/+1
2012-12-05Add SMB2.02 dialect supportSteve French3-0/+23
2012-12-05CIFS: Fix lock consistensy bug in cifs_setlkPavel Shilovsky1-3/+5
2012-12-05CIFS: Implement cifs_relock_filePavel Shilovsky1-3/+23
2012-12-05CIFS: Separate pushing mandatory locks and lock_sem handlingPavel Shilovsky2-41/+10
2012-12-05CIFS: Separate pushing posix locks and lock_sem handlingPavel Shilovsky1-13/+19
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French7-68/+44
2012-12-05cifs: make error on lack of a unc= option more explicitJeff Layton1-14/+5
2012-12-05cifs: don't override the uid/gid in getattr when cifsacl is enabledJeff Layton1-3/+4
2012-12-05cifs: remove uneeded __KERNEL__ block from cifsacl.hJeff Layton2-7/+2
2012-12-05cifs: fix the format specifiers in sid_to_strJeff Layton1-7/+4
2012-12-05cifs: redefine NUM_SUBAUTH constant from 5 to 15Jeff Layton2-6/+19
2012-12-05cifs: make cifs_copy_sid handle a source sid with variable size subauth arraysJeff Layton2-2/+11
2012-12-05cifs: make compare_sids staticJeff Layton2-50/+50
2012-12-05cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl codeJeff Layton2-5/+5
2012-12-05cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()Jeff Layton1-2/+2
2012-12-05cifs: clean up id_mode_to_cifs_aclJeff Layton1-28/+25
2012-12-05cifs: fix types on module parametersJeff Layton1-6/+5
2012-12-05default authentication needs to be at least ntlmv2 security for cifs mountsSteve French2-11/+1
2012-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+4
2012-11-29cifs: get rid of blind d_drop() in readdirAl Viro1-1/+4
2012-11-28CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky1-2/+1
2012-11-27cifs: fix writeback race with file that is growingJeff Layton1-3/+3
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-11-05cifs: Do not lookup hashed negative dentry in cifs_atomic_openSachin Prabhu1-1/+10
2012-11-03cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton1-29/+20
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+7
2012-10-10Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+37
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+1
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2-7/+7
2012-10-07cifs: reinstate the forcegid optionJeff Layton1-0/+9
2012-10-07Convert properly UTF-8 to UTF-16Frediano Ziglio1-0/+22
2012-10-07[CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPCSteve French1-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells2-7/+7
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells1-8/+4
2012-10-01[CIFS] Fix indentation of fs/cifs/Kconfig entriesSteve French1-18/+19
2012-10-01[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French5-29/+56
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar5-41/+80
2012-09-26CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky1-1/+2