summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2011-12-21cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton
2011-11-11CIFS: Fix DFS handling in cifs_get_file_infoPavel Shilovsky
2011-11-11CIFS: Fix incorrect max RFC1002 write size valuePavel Shilovsky
2011-10-07[CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2Steve French
2011-09-19cifs: Fix broken sec=ntlmv2/i sec option (try #2)Shirish Pargaonkar
2011-09-19Fix the conflict between rwpidforward and rw mount optionsSteve French
2011-09-19CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky
2011-09-19cifs: fix possible memory corruption in CIFSFindNextJeff Layton
2011-08-18update cifs version to 1.75Steve French
2011-08-18[CIFS] possible memory corruption on mountSteve French
2011-08-16cifs: demote cERROR in build_path_from_dentry to cFYIJeff Layton
2011-08-11cifs: Do not set cifs/ntfs acl using a file handle (try #4)Shirish Pargaonkar
2011-08-11[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines mor...Steve French
2011-08-05cifs: cope with negative dentries in cifs_get_rootJeff Layton
2011-08-05cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton
2011-08-03CIFS: Fix missing a decrement of inFlight valuePavel Shilovsky
2011-08-03cifs: demote DFS referral lookup errors to cFYIJeff Layton
2011-08-03Revert "cifs: advertise the right receive buffer size to the server"Steve French
2011-08-01CIFS: Cleanup demupltiplex thread exiting codePavel Shilovsky
2011-08-01CIFS: Move mid search to a separate functionPavel Shilovsky
2011-08-01CIFS: Move RFC1002 check to a separate functionPavel Shilovsky
2011-08-01CIFS: Simplify socket reading in demultiplex threadPavel Shilovsky
2011-08-01CIFS: Move buffer allocation to a separate functionPavel Shilovsky
2011-07-31cifs: remove unneeded variable initialization in cifs_reconnect_tconJeff Layton
2011-07-31cifs: simplify refcounting for oplock breaksJeff Layton
2011-07-31cifs: fix compiler warning in CIFSSMBQAllEAsJeff Layton
2011-07-31cifs: fix name parsing in CIFSSMBQAllEAsJeff Layton
2011-07-31cifs: don't start signing too earlyJeff Layton
2011-07-31cifs: trivial: goto out here is unnecessaryJeff Layton
2011-07-31cifs: advertise the right receive buffer size to the serverJeff Layton
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-07-25cifs: Cleanup: check return codes of crypto api callsShirish Pargaonkar
2011-07-25CIFS: Fix oops while mounting with prefixpathPavel Shilovsky
2011-07-25[CIFS] Redundant null check after dereferenceSteve French
2011-07-25cifs: use cifs_dirent in cifs_save_resume_keyChristoph Hellwig
2011-07-25cifs: use cifs_dirent to replace cifs_get_name_from_search_bufChristoph Hellwig
2011-07-25cifs: introduce cifs_direntChristoph Hellwig
2011-07-25cifs: cleanup cifs_filldirChristoph Hellwig
2011-07-25CIFS: Fix oops while mounting with prefixpathPavel Shilovsky
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-21CIFS: Fix wrong length in cifs_iovec_readPavel Shilovsky
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro
2011-07-20cifs_lookup(): LOOKUP_OPEN is set only on the last componentAl Viro
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro
2011-07-20cifs: fix the type of cifs_demultiplex_thread()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro