aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAge
* cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton2010-04-27
* [CIFS] Fix lease break for writesSteve French2010-04-27
* cifs: save the dialect chosen by serverJeff Layton2010-04-26
* cifs: change && to ||Dan Carpenter2010-04-26
* cifs: rename "extended_security" to "global_secflags"Jeff Layton2010-04-26
* cifs: move tcon find/create into separate functionJeff Layton2010-04-26
* cifs: move SMB session creation code into separate functionJeff Layton2010-04-26
* cifs: track local_nls in volume infoJeff Layton2010-04-26
* [CIFS] Allow null nd (as nfs server uses) on createSteve French2010-04-22
* [CIFS] Fix losing locks during fork()Pavel Shilovsky2010-04-21
* [CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French2010-04-21
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-20
* [CIFS] use add_to_page_cache_lruNick Piggin2010-04-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-04-08
|\
| * not overwriting file_lock structure after GET_LKPavel Shilovsky2010-04-06
| * cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman2010-04-03
| * [CIFS] initialize nbytes at the beginning of CIFSSMBWrite()Steve French2010-04-03
| * [CIFS] Add mmap for direct, nobrl cifs mount typesPavel Shilovsky2010-03-26
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-03-19
|\
| * cifs: trivial white spaceDan Carpenter2010-03-15
| * [CIFS] checkpatch cleanupSteve French2010-03-09
| * cifs: add cifs_revalidate_fileJeff Layton2010-03-09
| * cifs: add a CIFSSMBUnixQFileInfo functionJeff Layton2010-03-05
| * cifs: add a CIFSSMBQFileInfo functionJeff Layton2010-03-05
| * cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton2010-03-05
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
|\ \ | |/ |/|
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-09
| * tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-05
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-04
|\ \
| * | Switch may_open() and break_lease() to passing O_...Al Viro2010-03-03
* | | [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French2010-02-25
* | | [CIFS] Use unsigned ea length for claritySteve French2010-02-24
* | | cifs: set server_eof in cifs_fattr_to_inodeJeff Layton2010-02-23
* | | [CIFS] Minor cleanup to EA patchSteve French2010-02-23
* | | cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton2010-02-23
* | | cifs: verify lengths of QueryAllEAs replyJeff Layton2010-02-23
* | | cifs: increase maximum buffer size in CIFSSMBQAllEAsJeff Layton2010-02-23
* | | cifs: rename name_len to list_len in CIFSSMBQAllEAsJeff Layton2010-02-23
* | | cifs: clean up indentation in CIFSSMBQAllEAsJeff Layton2010-02-23
* | | cifs: add parens around smb_var in BCC macrosJeff Layton2010-02-23
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-02-10
|\ \ | |/ |/|
| * cifs: fix dentry hash calculation for case-insensitive mountsJeff Layton2010-02-08
| * [CIFS] Don't cache timestamps on utimes due to coarse granularitySteve French2010-02-08
| * [CIFS] Maximum username length check in session setup does not matchSteve French2010-02-06
| * cifs: fix length calculation for converted unicode readdir namesJeff Layton2010-02-06
| * [CIFS] Add support for TCP_NODELAYSteve French2009-12-31
* | CIFS shouldn't make mountpoints shrinkableAl Viro2010-01-16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-12-31
|\
| * [CIFS] Enable mmap on forcedirectio mountsSteve French2009-12-07