aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2013-01-22fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding
2013-01-21cifs: fix srcip_matches() for ipv6Nickolai Zeldovich
2013-01-01CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky
2013-01-01CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky
2013-01-01Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky
2012-12-30cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton
2012-12-30cifs: move check for NULL socket into smb_send_rqstJeff Layton
2012-12-20cifs: eliminate cifsERROR variableJeff Layton
2012-12-20cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton
2012-12-20cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-11CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky
2012-12-11cifs: parse the device name into UNC and prepathJeff Layton
2012-12-11cifs: fix up handling of prefixpath= optionJeff Layton
2012-12-11cifs: clean up handling of unc= optionJeff Layton
2012-12-11cifs: fix SID binary to string conversionJeff Layton
2012-12-09fix "disabling echoes and oplocks" on SMB2 mountsSteve French
2012-12-09Do not send SMB2 signatures for SMB3 framesSteve French
2012-12-08cifs: deal with id_to_sid embedded sid reply corner caseJeff Layton
2012-12-08cifs: fix hardcoded default security descriptor lengthJeff Layton
2012-12-08cifs: extra sanity checking for cifs.idmap keysJeff Layton
2012-12-08cifs: avoid extra allocation for small cifs.idmap keysJeff Layton
2012-12-08cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton
2012-12-07CIFS: Fix possible data coherency problem after oplock break to NonePavel Shilovsky
2012-12-07CIFS: Do not permit write to a range mandatory locked with a read lockPavel Shilovsky
2012-12-05cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void returnJeff Layton
2012-12-05cifs: Add CONFIG_CIFS_DEBUG and rename use of CIFS_DEBUGJoe Perches
2012-12-05cifs: Make CIFS_DEBUG possible to undefineJoe Perches
2012-12-05SMB3 mounts fail with access denied to some serversSteve French
2012-12-05cifs: Remove unused cEVENT macroJoe Perches
2012-12-05cifs: always zero out smb_vol before parsing optionsJeff Layton
2012-12-05cifs: remove unneeded address argument from cifs_find_tcp_session and match_s...Jeff Layton
2012-12-05make convert_delimiter use strchr instead of open-coding itSteve French
2012-12-05cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton
2012-12-05cifs: ensure we revalidate the inode after readdir if cifsacl is enabledJeff Layton
2012-12-05cifs: Add handling of blank password optionJesper Nilsson
2012-12-05Add SMB2.02 dialect supportSteve French
2012-12-05CIFS: Fix lock consistensy bug in cifs_setlkPavel Shilovsky
2012-12-05CIFS: Implement cifs_relock_filePavel Shilovsky
2012-12-05CIFS: Separate pushing mandatory locks and lock_sem handlingPavel Shilovsky
2012-12-05CIFS: Separate pushing posix locks and lock_sem handlingPavel Shilovsky
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French
2012-12-05cifs: make error on lack of a unc= option more explicitJeff Layton
2012-12-05cifs: don't override the uid/gid in getattr when cifsacl is enabledJeff Layton
2012-12-05cifs: remove uneeded __KERNEL__ block from cifsacl.hJeff Layton
2012-12-05cifs: fix the format specifiers in sid_to_strJeff Layton
2012-12-05cifs: redefine NUM_SUBAUTH constant from 5 to 15Jeff Layton
2012-12-05cifs: make cifs_copy_sid handle a source sid with variable size subauth arraysJeff Layton