aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
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
2011-07-20kill check_acl callback of generic_permission()Al Viro
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