aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2011-08-03CIFS: Fix missing a decrement of inFlight valueGravatar Pavel Shilovsky 1-0/+2
2011-08-03cifs: demote DFS referral lookup errors to cFYIGravatar Jeff Layton 2-4/+5
2011-08-03Revert "cifs: advertise the right receive buffer size to the server"Gravatar Steve French 1-2/+1
2011-08-01CIFS: Cleanup demupltiplex thread exiting codeGravatar Pavel Shilovsky 1-77/+96
2011-08-01CIFS: Move mid search to a separate functionGravatar Pavel Shilovsky 1-65/+61
2011-08-01CIFS: Move RFC1002 check to a separate functionGravatar Pavel Shilovsky 1-49/+67
2011-08-01CIFS: Simplify socket reading in demultiplex threadGravatar Pavel Shilovsky 1-83/+71
2011-08-01CIFS: Move buffer allocation to a separate functionGravatar Pavel Shilovsky 1-37/+55
2011-07-31cifs: remove unneeded variable initialization in cifs_reconnect_tconGravatar Jeff Layton 1-1/+1
2011-07-31cifs: simplify refcounting for oplock breaksGravatar Jeff Layton 5-58/+4
2011-07-31cifs: fix compiler warning in CIFSSMBQAllEAsGravatar Jeff Layton 1-5/+1
2011-07-31cifs: fix name parsing in CIFSSMBQAllEAsGravatar Jeff Layton 1-1/+7
2011-07-31cifs: don't start signing too earlyGravatar Jeff Layton 1-2/+14
2011-07-31cifs: trivial: goto out here is unnecessaryGravatar Jeff Layton 1-6/+0
2011-07-31cifs: advertise the right receive buffer size to the serverGravatar Jeff Layton 1-1/+2
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 6-274/+286
2011-07-25cifs: Cleanup: check return codes of crypto api callsGravatar Shirish Pargaonkar 3-23/+103
2011-07-25CIFS: Fix oops while mounting with prefixpathGravatar Pavel Shilovsky 1-1/+1
2011-07-25[CIFS] Redundant null check after dereferenceGravatar Steve French 1-5/+0
2011-07-25cifs: use cifs_dirent in cifs_save_resume_keyGravatar Christoph Hellwig 2-58/+10
2011-07-25cifs: use cifs_dirent to replace cifs_get_name_from_search_bufGravatar Christoph Hellwig 1-86/+23
2011-07-25cifs: introduce cifs_direntGravatar Christoph Hellwig 1-69/+125
2011-07-25cifs: cleanup cifs_filldirGravatar Christoph Hellwig 1-44/+36
2011-07-25CIFS: Fix oops while mounting with prefixpathGravatar Pavel Shilovsky 1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-19/+35
2011-07-21CIFS: Fix wrong length in cifs_iovec_readGravatar Pavel Shilovsky 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 2-4/+18
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekGravatar Josef Bacik 1-2/+5
2011-07-20don't open-code parent_ino() in assorted ->readdir()Gravatar Al Viro 1-1/+1
2011-07-20cifs_lookup(): LOOKUP_OPEN is set only on the last componentGravatar Al Viro 1-1/+1
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepGravatar Al Viro 1-4/+2
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesGravatar Al Viro 1-3/+3
2011-07-20cifs: fix the type of cifs_demultiplex_thread()Gravatar Al Viro 1-2/+3
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Gravatar Al Viro 1-1/+1
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-1/+1
2011-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-71/+29
2011-07-18Fix cifs_get_root()Gravatar Al Viro 1-71/+29
2011-07-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+12
2011-07-16cifs: build_path_from_dentry() race fixGravatar Al Viro 1-1/+12
2011-07-12[CIFS] update cifs to version 1.74Gravatar Steve French 1-1/+1
2011-07-12[CIFS] update limit for snprintf in cifs_construct_tconGravatar Steve French 1-1/+1
2011-07-12cifs: Fix signing failure when server mandates signing for NTLMSSPGravatar Shirish Pargaonkar 1-5/+5
2011-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 3-57/+73
2011-07-11cifs: drop spinlock before calling cifs_put_tlinkGravatar Jeff Layton 1-1/+1
2011-07-09cifs: fix expand_dfs_referralGravatar Jeff Layton 1-10/+20
2011-07-09cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALLGravatar Jeff Layton 1-0/+2
2011-07-08cifs: factor smb_vol allocation out of cifs_setup_volume_infoGravatar Jeff Layton 3-33/+33
2011-07-07FS-Cache: Add a helper to bulk uncache pages on an inodeGravatar David Howells 1-0/+1
2011-07-06cifs: have cifs_cleanup_volume_info not take a double pointerGravatar Jeff Layton 3-9/+5