summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2013-02-03fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding
2012-08-01cifs: always update the inode cache with the results from a FIND_*Jeff Layton
2012-06-10cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar
2012-04-02cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton
2012-03-12cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton
2012-02-13cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar
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-25CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky
2011-10-03Fix the conflict between rwpidforward and rw mount optionsSteve French
2011-10-03cifs: fix possible memory corruption in CIFSFindNextJeff Layton
2011-08-29possible memory corruption on mountSteve French
2011-08-29cifs: demote cERROR in build_path_from_dentry to cFYIJeff Layton
2011-08-15cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton
2011-08-15cifs: cope with negative dentries in cifs_get_rootJeff Layton
2011-08-15CIFS: Fix missing a decrement of inFlight valuePavel Shilovsky
2011-08-04CIFS: Fix oops while mounting with prefixpathPavel Shilovsky
2011-07-21CIFS: Fix wrong length in cifs_iovec_readPavel Shilovsky
2011-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-18Fix cifs_get_root()Al Viro
2011-07-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-16cifs: build_path_from_dentry() race fixAl Viro
2011-07-12[CIFS] update cifs to version 1.74Steve French
2011-07-12[CIFS] update limit for snprintf in cifs_construct_tconSteve French
2011-07-12cifs: Fix signing failure when server mandates signing for NTLMSSPShirish Pargaonkar
2011-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-07-11cifs: drop spinlock before calling cifs_put_tlinkJeff Layton
2011-07-09cifs: fix expand_dfs_referralJeff Layton
2011-07-09cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALLJeff Layton
2011-07-08cifs: factor smb_vol allocation out of cifs_setup_volume_infoJeff Layton
2011-07-07FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells
2011-07-06cifs: have cifs_cleanup_volume_info not take a double pointerJeff Layton
2011-07-06cifs: fix build_unc_path_to_root to account for a prefixpathJeff Layton
2011-07-06cifs: remove bogus call to cifs_cleanup_volume_infoJeff Layton
2011-07-01cifs: set socket send and receive timeouts before attempting connectJeff Layton
2011-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-06-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-06-24cifs: propagate errors from cifs_get_root() to mount(2)Al Viro
2011-06-24cifs: tidy cifs_do_mount() up a bitAl Viro
2011-06-24cifs: more breakage on mount failuresAl Viro
2011-06-24cifs: close sget() racesAl Viro
2011-06-24cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro
2011-06-24cifs: move cifs_umount() call into ->kill_sb()Al Viro
2011-06-24cifs: pull cifs_mount() call upAl Viro
2011-06-24sanitize cifs_umount() prototypeAl Viro
2011-06-24cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro
2011-06-24cifs: allocate mountdata earlierAl Viro
2011-06-24cifs: leak on mount if we share superblockAl Viro
2011-06-24cifs: don't pass superblock to cifs_mount()Al Viro
2011-06-24cifs: don't leak nls on mount failureAl Viro