aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-06cifs: remove Local_System_NameJeff Layton1-1/+0
2010-12-02cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman1-0/+2
2010-11-30cifs: display fsc in /proc/mountsSuresh Jayaraman1-0/+2
2010-11-05cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky1-2/+1
2010-11-02cifs: convert tlink_tree to a rbtreeJeff Layton1-1/+1
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig1-4/+1
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields1-1/+4
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-1/+0
2010-10-29convert cifsAl Viro1-8/+7
2010-10-25cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton1-1/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-25/+67
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman1-4/+4
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton1-1/+1
2010-10-12cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton1-0/+18
2010-10-08cifs: initialize tlink_tree_lock and tlink_treeJeff Layton1-0/+3
2010-10-06cifs: fix cifs_show_options to show "username=" or "multiuser"Jeff Layton1-1/+5
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton1-1/+2
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann1-2/+2
2010-10-04BKL: Remove BKL from CifsFSJan Blunck1-12/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-2/+10
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton1-3/+3
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton1-8/+3
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton1-2/+2
2010-09-29[CIFS] Fix ordering of cleanup on module init failureSteve French1-9/+9
2010-09-29cifs: add "mfsymlinks" mount optionStefan Metzmacher1-0/+2
2010-09-29cifs: Allow binding to local IP address.Ben Greear1-0/+19
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-7/+8
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+4
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro1-5/+4
2010-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-12/+1
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+0
2010-08-05DNS: Separate out CIFS DNS Resolver codeWang Lei1-12/+1
2010-08-02cifs: define inode-level cache object and register themSuresh Jayaraman1-0/+7
2010-08-02cifs: register CIFS for cachingSuresh Jayaraman1-0/+8
2010-07-22cifs: use workqueue instead of slow-workTejun Heo1-5/+0
2010-07-22CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells1-3/+3
2010-06-12cifs: implement drop_inode superblock opJeff Layton1-3/+13
2010-05-13Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French1-0/+10
2010-05-12[CIFS] drop quota operation stubsSteve French1-107/+0
2010-05-06[CIFS] Remove unused cifs_oplock_cachepSteve French1-13/+0
2010-04-27[CIFS] Fix lease break for writesSteve French1-12/+0
2010-04-26cifs: rename "extended_security" to "global_secflags"Jeff Layton1-1/+1
2010-04-22cifs: add bdi backing to mount sessionJens Axboe1-0/+10
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-19/+18
2010-03-27[CIFS] Add mmap for direct, nobrl cifs mount typesPavel Shilovsky1-0/+1
2010-03-09cifs: add cifs_revalidate_fileJeff Layton1-1/+1
2010-03-06cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton1-1/+2
2009-12-07[CIFS] Enable mmap on forcedirectio mountsSteve French1-1/+2
2009-11-20SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells1-1/+1
2009-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-89/+4