aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-71/+29
2011-07-18Fix cifs_get_root()Al Viro1-71/+29
2011-07-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+12
2011-07-16cifs: build_path_from_dentry() race fixAl Viro1-1/+12
2011-07-12[CIFS] update cifs to version 1.74Steve French1-1/+1
2011-07-12[CIFS] update limit for snprintf in cifs_construct_tconSteve French1-1/+1
2011-07-12cifs: Fix signing failure when server mandates signing for NTLMSSPShirish Pargaonkar1-5/+5
2011-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-57/+73
2011-07-11cifs: drop spinlock before calling cifs_put_tlinkJeff Layton1-1/+1
2011-07-09cifs: fix expand_dfs_referralJeff Layton1-10/+20
2011-07-09cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALLJeff Layton1-0/+2
2011-07-08cifs: factor smb_vol allocation out of cifs_setup_volume_infoJeff Layton3-33/+33
2011-07-07FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells1-0/+1
2011-07-06cifs: have cifs_cleanup_volume_info not take a double pointerJeff Layton3-9/+5
2011-07-06cifs: fix build_unc_path_to_root to account for a prefixpathJeff Layton1-6/+15
2011-07-06cifs: remove bogus call to cifs_cleanup_volume_infoJeff Layton1-1/+0
2011-07-01cifs: set socket send and receive timeouts before attempting connectJeff Layton1-8/+8
2011-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-5/+3
2011-06-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-116/+98
2011-06-24cifs: propagate errors from cifs_get_root() to mount(2)Al Viro1-7/+5
2011-06-24cifs: tidy cifs_do_mount() up a bitAl Viro1-22/+22
2011-06-24cifs: more breakage on mount failuresAl Viro1-7/+4
2011-06-24cifs: close sget() racesAl Viro1-3/+9
2011-06-24cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro2-14/+4
2011-06-24cifs: move cifs_umount() call into ->kill_sb()Al Viro1-18/+1
2011-06-24cifs: pull cifs_mount() call upAl Viro1-12/+15
2011-06-24sanitize cifs_umount() prototypeAl Viro3-8/+5
2011-06-24cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro2-3/+3
2011-06-24cifs: allocate mountdata earlierAl Viro1-11/+10
2011-06-24cifs: leak on mount if we share superblockAl Viro1-0/+2
2011-06-24cifs: don't pass superblock to cifs_mount()Al Viro4-22/+26
2011-06-24cifs: don't leak nls on mount failureAl Viro1-0/+1
2011-06-24cifs: double free on mount failureAl Viro1-6/+8
2011-06-24take bdi setup/destruction into cifs_mount/cifs_umountAl Viro2-11/+11
2011-06-24cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKENJeff Layton1-1/+1
2011-06-24cifs: free blkcipher in smbhashJeff Layton1-4/+2
2011-06-23cifs: fix wsize negotiation to respect max buffer size and active signing (try #4)Jeff Layton1-13/+20
2011-06-22CIFS: Fix problem with 3.0-rc1 null user mount failurePavel Shilovsky1-1/+5
2011-06-20cifs_permission() doesn't need to bail out in RCU modeAl Viro1-3/+0
2011-06-14[CIFS] update cifs version to 1.73Steve French1-1/+1
2011-06-14[CIFS] trivial cleanup fscache cFYI and cERROR messagesSteve French2-30/+27
2011-06-13cifs: correctly handle NULL tcon pointer in CIFSTConJeff Layton1-1/+5
2011-06-13cifs: show sec= option in /proc/mountsJeff Layton1-0/+33
2011-06-13cifs: don't allow cifs_reconnect to exit with NULL socket pointerJeff Layton1-3/+3
2011-06-13CIFS: Fix sparse errorPavel Shilovsky1-7/+4
2011-06-08cifs: trivial: add space in fsc error messageJeff Layton1-1/+1
2011-06-07cifs: silence printk when establishing first session on socketJeff Layton1-1/+1
2011-06-06CIFS ACL support needs CONFIG_KEYS, so depend on itDarren Salt1-1/+1
2011-06-06possible memory corruption in cifs_parse_mount_options()Vasily Averin1-1/+1
2011-06-03cifs: make CIFS depend on CRYPTO_ECBSuresh Jayaraman1-0/+1