aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-02cifs: define inode-level cache object and register themSuresh Jayaraman7-0/+183
2010-08-02cifs: define superblock-level cache index objects and register themSuresh Jayaraman6-0/+142
2010-08-02cifs: remove unused cifsUidInfo structJeff Layton1-16/+0
2010-08-02cifs: clean up cifs_find_smb_ses (try #2)Jeff Layton2-9/+19
2010-08-02cifs: match secType when searching for existing tcp sessionJeff Layton2-4/+54
2010-08-02cifs: move address comparison into separate functionJeff Layton1-37/+36
2010-08-02cifs: set the port in sockaddr in a more clearly defined fashionJeff Layton4-10/+31
2010-08-02cifs: define server-level cache index objects and register themSuresh Jayaraman6-1/+126
2010-08-02cifs: register CIFS for cachingSuresh Jayaraman4-0/+95
2010-08-02fs/cifs: Remove unnecessary casts of private_dataJoe Perches3-18/+13
2010-08-02cifs: add kernel config option for CIFS Client caching supportSuresh Jayaraman1-0/+9
2010-08-02cifs: remove unused ip_address field in struct TCP_Server_InfoSuresh Jayaraman1-1/+0
2010-08-02cifs: remove an potentially confusing, obsolete commentSuresh Jayaraman1-6/+0
2010-08-02cifs: guard cifsglob.h against multiple inclusionSuresh Jayaraman1-0/+5
2010-07-30CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells2-2/+2
2010-07-22cifs: use workqueue instead of slow-workTejun Heo6-35/+31
2010-07-22CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells3-5/+74
2010-06-16cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton1-9/+1
2010-06-16cifs: don't call cifs_new_fileinfo unless cifs_open succeedsJeff Layton1-6/+11
2010-06-16cifs: don't ignore cifs_posix_open_inode_helper return valueSuresh Jayaraman1-2/+2
2010-06-16cifs: clean up arguments to cifs_open_inode_helperJeff Layton1-16/+14
2010-06-16cifs: pass instantiated filp back after open callJeff Layton2-50/+29
2010-06-16cifs: move cifs_new_fileinfo call out of cifs_posix_openJeff Layton3-31/+30
2010-06-12cifs: implement drop_inode superblock opJeff Layton1-3/+13
2010-06-12cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton1-0/+4
2010-06-01cifs: fix page refcount leakJeff Layton1-0/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-3/+3
2010-05-17cifs: fix noserverino handling when unix extensions are enabledJeff Layton3-0/+15
2010-05-17cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton1-1/+0
2010-05-17cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton1-0/+5
2010-05-13Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French4-2/+33
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-2/+20
2010-05-12[CIFS] drop quota operation stubsSteve French1-107/+0
2010-05-11cifs: guard against hardlinking directoriesJeff Layton2-2/+20
2010-05-11cifs: propagate cifs_new_fileinfo() error back to the callerSuresh Jayaraman1-4/+13
2010-05-10cifs: add comments explaining cifs_new_fileinfo behaviorSuresh Jayaraman1-2/+16
2010-05-10cifs: remove unused parameter from cifs_posix_open_inode_helper()Suresh Jayaraman1-3/+2
2010-05-06[CIFS] Remove unused cifs_oplock_cachepSteve French2-14/+0
2010-05-05cifs: have decode_negTokenInit set flags in server structJeff Layton6-30/+26
2010-05-05cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton3-33/+52
2010-04-28cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton3-11/+15
2010-04-27[CIFS] Fix lease break for writesSteve French3-17/+3
2010-04-27cifs: save the dialect chosen by serverJeff Layton2-6/+6
2010-04-26cifs: change && to ||Dan Carpenter1-1/+1
2010-04-26cifs: rename "extended_security" to "global_secflags"Jeff Layton6-12/+12
2010-04-26cifs: move tcon find/create into separate functionJeff Layton1-70/+86
2010-04-26cifs: move SMB session creation code into separate functionJeff Layton1-65/+93
2010-04-26cifs: track local_nls in volume infoJeff Layton1-5/+6
2010-04-22[CIFS] Allow null nd (as nfs server uses) on createSteve French3-14/+23
2010-04-22cifs: add bdi backing to mount sessionJens Axboe2-0/+13