aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-06cifs: fix build_unc_path_to_root to account for a prefixpathGravatar Jeff Layton 1-6/+15
2011-07-06cifs: remove bogus call to cifs_cleanup_volume_infoGravatar Jeff Layton 1-1/+0
2011-07-01cifs: set socket send and receive timeouts before attempting connectGravatar Jeff Layton 1-8/+8
2011-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 2-5/+3
2011-06-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-116/+98
2011-06-24cifs: propagate errors from cifs_get_root() to mount(2)Gravatar Al Viro 1-7/+5
2011-06-24cifs: tidy cifs_do_mount() up a bitGravatar Al Viro 1-22/+22
2011-06-24cifs: more breakage on mount failuresGravatar Al Viro 1-7/+4
2011-06-24cifs: close sget() racesGravatar Al Viro 1-3/+9
2011-06-24cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Gravatar Al Viro 2-14/+4
2011-06-24cifs: move cifs_umount() call into ->kill_sb()Gravatar Al Viro 1-18/+1
2011-06-24cifs: pull cifs_mount() call upGravatar Al Viro 1-12/+15
2011-06-24sanitize cifs_umount() prototypeGravatar Al Viro 3-8/+5
2011-06-24cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Gravatar Al Viro 2-3/+3
2011-06-24cifs: allocate mountdata earlierGravatar Al Viro 1-11/+10
2011-06-24cifs: leak on mount if we share superblockGravatar Al Viro 1-0/+2
2011-06-24cifs: don't pass superblock to cifs_mount()Gravatar Al Viro 4-22/+26
2011-06-24cifs: don't leak nls on mount failureGravatar Al Viro 1-0/+1
2011-06-24cifs: double free on mount failureGravatar Al Viro 1-6/+8
2011-06-24take bdi setup/destruction into cifs_mount/cifs_umountGravatar Al Viro 2-11/+11
2011-06-24cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKENGravatar Jeff Layton 1-1/+1
2011-06-24cifs: free blkcipher in smbhashGravatar Jeff Layton 1-4/+2
2011-06-23cifs: fix wsize negotiation to respect max buffer size and active signing (tr...Gravatar Jeff Layton 1-13/+20
2011-06-22CIFS: Fix problem with 3.0-rc1 null user mount failureGravatar Pavel Shilovsky 1-1/+5
2011-06-20cifs_permission() doesn't need to bail out in RCU modeGravatar Al Viro 1-3/+0
2011-06-14[CIFS] update cifs version to 1.73Gravatar Steve French 1-1/+1
2011-06-14[CIFS] trivial cleanup fscache cFYI and cERROR messagesGravatar Steve French 2-30/+27
2011-06-13cifs: correctly handle NULL tcon pointer in CIFSTConGravatar Jeff Layton 1-1/+5
2011-06-13cifs: show sec= option in /proc/mountsGravatar Jeff Layton 1-0/+33
2011-06-13cifs: don't allow cifs_reconnect to exit with NULL socket pointerGravatar Jeff Layton 1-3/+3
2011-06-13CIFS: Fix sparse errorGravatar Pavel Shilovsky 1-7/+4
2011-06-08cifs: trivial: add space in fsc error messageGravatar Jeff Layton 1-1/+1
2011-06-07cifs: silence printk when establishing first session on socketGravatar Jeff Layton 1-1/+1
2011-06-06CIFS ACL support needs CONFIG_KEYS, so depend on itGravatar Darren Salt 1-1/+1
2011-06-06possible memory corruption in cifs_parse_mount_options()Gravatar Vasily Averin 1-1/+1
2011-06-03cifs: make CIFS depend on CRYPTO_ECBGravatar Suresh Jayaraman 1-0/+1
2011-06-03cifs: fix the kernel release version in the default security warning messageGravatar Suresh Jayaraman 1-1/+1
2011-05-29cifs/ubifs: Fix shrinker API change falloutGravatar Al Viro 1-1/+2