summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2010-07-22CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells
2010-06-16cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton
2010-06-16cifs: don't call cifs_new_fileinfo unless cifs_open succeedsJeff Layton
2010-06-16cifs: don't ignore cifs_posix_open_inode_helper return valueSuresh Jayaraman
2010-06-16cifs: clean up arguments to cifs_open_inode_helperJeff Layton
2010-06-16cifs: pass instantiated filp back after open callJeff Layton
2010-06-16cifs: move cifs_new_fileinfo call out of cifs_posix_openJeff Layton
2010-06-12cifs: implement drop_inode superblock opJeff Layton
2010-06-12cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton
2010-06-01cifs: fix page refcount leakJeff Layton
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-17cifs: fix noserverino handling when unix extensions are enabledJeff Layton
2010-05-17cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton
2010-05-17cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton
2010-05-13Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr...Linus Torvalds
2010-05-12[CIFS] drop quota operation stubsSteve French
2010-05-11cifs: guard against hardlinking directoriesJeff Layton
2010-05-11cifs: propagate cifs_new_fileinfo() error back to the callerSuresh Jayaraman
2010-05-10cifs: add comments explaining cifs_new_fileinfo behaviorSuresh Jayaraman
2010-05-10cifs: remove unused parameter from cifs_posix_open_inode_helper()Suresh Jayaraman
2010-05-06[CIFS] Remove unused cifs_oplock_cachepSteve French
2010-05-05cifs: have decode_negTokenInit set flags in server structJeff Layton
2010-05-05cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton
2010-04-28cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton
2010-04-27[CIFS] Fix lease break for writesSteve French
2010-04-27cifs: save the dialect chosen by serverJeff Layton
2010-04-26cifs: change && to ||Dan Carpenter
2010-04-26cifs: rename "extended_security" to "global_secflags"Jeff Layton
2010-04-26cifs: move tcon find/create into separate functionJeff Layton
2010-04-26cifs: move SMB session creation code into separate functionJeff Layton
2010-04-26cifs: track local_nls in volume infoJeff Layton
2010-04-22[CIFS] Allow null nd (as nfs server uses) on createSteve French
2010-04-22cifs: add bdi backing to mount sessionJens Axboe
2010-04-21[CIFS] Fix losing locks during fork()Pavel Shilovsky
2010-04-21[CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches
2010-04-21[CIFS] use add_to_page_cache_lruNick Piggin
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-04-06not overwriting file_lock structure after GET_LKPavel Shilovsky
2010-04-03cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman
2010-04-03[CIFS] initialize nbytes at the beginning of CIFSSMBWrite()Steve French
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-27[CIFS] Add mmap for direct, nobrl cifs mount typesPavel Shilovsky
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-03-15cifs: trivial white spaceDan Carpenter
2010-03-09[CIFS] checkpatch cleanupSteve French
2010-03-09cifs: add cifs_revalidate_fileJeff Layton
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-06cifs: add a CIFSSMBUnixQFileInfo functionJeff Layton