aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro1-5/+3
2013-02-22new helper: file_inode(file)Al Viro5-23/+23
2013-01-01CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky4-2/+57
2013-01-01CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky1-28/+20
2013-01-01Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky3-65/+31
2012-12-30cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton1-0/+7
2012-12-30cifs: move check for NULL socket into smb_send_rqstJeff Layton1-3/+3
2012-12-20cifs: eliminate cifsERROR variableJeff Layton2-6/+1
2012-12-20cifs: don't compare uniqueids in cifs_prime_dcache unless server inode numbers are in useJeff Layton1-4/+15
2012-12-20cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton1-7/+2
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-4/+4
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-8/+4
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-11CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky3-31/+65
2012-12-11cifs: parse the device name into UNC and prepathJeff Layton1-7/+88
2012-12-11cifs: fix up handling of prefixpath= optionJeff Layton2-27/+12
2012-12-11cifs: clean up handling of unc= optionJeff Layton1-27/+12
2012-12-11cifs: fix SID binary to string conversionJeff Layton2-9/+24
2012-12-09fix "disabling echoes and oplocks" on SMB2 mountsSteve French1-1/+2
2012-12-09Do not send SMB2 signatures for SMB3 framesSteve French5-5/+86
2012-12-08cifs: deal with id_to_sid embedded sid reply corner caseJeff Layton1-3/+12
2012-12-08cifs: fix hardcoded default security descriptor lengthJeff Layton2-4/+9
2012-12-08cifs: extra sanity checking for cifs.idmap keysJeff Layton1-2/+18
2012-12-08cifs: avoid extra allocation for small cifs.idmap keysJeff Layton1-4/+19
2012-12-08cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton4-466/+99
2012-12-07CIFS: Fix possible data coherency problem after oplock break to NonePavel Shilovsky1-1/+1
2012-12-07CIFS: Do not permit write to a range mandatory locked with a read lockPavel Shilovsky2-10/+19
2012-12-05cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void returnJeff Layton1-24/+18
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_serverJeff 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