summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)Author
2011-05-20[CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French
2011-05-19cifs: Change key name to cifs.idmap, misc. clean-upShirish Pargaonkar
2011-05-19cifs: Unconditionally copy mount options to superblock infoSean Finney
2011-05-19cifs: Use kstrndup for cifs_sb->mountdataSean Finney
2011-05-19CIFS: Simplify invalidate part (try #5)Pavel Shilovsky
2011-05-19CIFS: directio read/write cleanupsPavel Shilovsky
2011-05-19cifs: Add idmap key and related data structures and functions (try #17 repost)Shirish Pargaonkar
2011-05-19cifs: cleanup: Rename and remove config flagsShirish Pargaonkar
2011-05-19Remove unused CIFSSMBNotify worker functionSteve French
2011-05-19cifs: Remove unused inode number while fetching root inodeShirish Pargaonkar
2011-04-12cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3)Jeff Layton
2011-04-12cifs: set ra_pages in backing_dev_infoJeff Layton
2011-04-12Allow user names longer than 32 bytesSteve French
2011-04-12cifs: replace /proc/fs/cifs/Experimental with a module parmJeff Layton
2011-01-25CIFS: Implement cifs_strict_writev (try #4)Pavel Shilovsky
2011-01-20CIFS: Implement cifs_strict_readv (try #4)Pavel Shilovsky
2011-01-20CIFS: Implement cifs_file_strict_mmap (try #2)Pavel Shilovsky
2011-01-20CIFS: Implement cifs_strict_fsyncPavel Shilovsky
2011-01-20[CIFS] cifs: reconnect unresponsive serversSteve French
2011-01-12switch cifsAl Viro
2011-01-09cifs: use CreationTime like an i_generation fieldJeff Layton
2011-01-09Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-06CIFS: Simplify ipv*_connect functions into one (try #4)Pavel Shilovsky
2010-12-06cifs: remove Local_System_NameJeff Layton
2010-12-02cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman
2010-11-30cifs: display fsc in /proc/mountsSuresh Jayaraman
2010-11-05cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky
2010-11-02cifs: convert tlink_tree to a rbtreeJeff Layton
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-10-29convert cifsAl Viro
2010-10-25cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton
2010-10-12cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton
2010-10-08cifs: initialize tlink_tree_lock and tlink_treeJeff Layton
2010-10-06cifs: fix cifs_show_options to show "username=" or "multiuser"Jeff Layton
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann
2010-10-04BKL: Remove BKL from CifsFSJan Blunck
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton
2010-09-29[CIFS] Fix ordering of cleanup on module init failureSteve French
2010-09-29cifs: add "mfsymlinks" mount optionStefan Metzmacher