summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Fix lease break for writesSteve French2010-04-273-17/+3
* cifs: save the dialect chosen by serverJeff Layton2010-04-272-6/+6
* cifs: change && to ||Dan Carpenter2010-04-261-1/+1
* cifs: rename "extended_security" to "global_secflags"Jeff Layton2010-04-266-12/+12
* cifs: move tcon find/create into separate functionJeff Layton2010-04-261-70/+86
* cifs: move SMB session creation code into separate functionJeff Layton2010-04-261-65/+93
* cifs: track local_nls in volume infoJeff Layton2010-04-261-5/+6
* [CIFS] Allow null nd (as nfs server uses) on createSteve French2010-04-223-14/+23
* [CIFS] Fix losing locks during fork()Pavel Shilovsky2010-04-211-3/+4
* [CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French2010-04-214-29/+29
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-2125-835/+845
* [CIFS] use add_to_page_cache_lruNick Piggin2010-04-211-10/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-04-083-4/+59
|\
| * not overwriting file_lock structure after GET_LKPavel Shilovsky2010-04-062-3/+40
| * cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman2010-04-031-0/+16
| * [CIFS] initialize nbytes at the beginning of CIFSSMBWrite()Steve French2010-04-031-1/+2
| * [CIFS] Add mmap for direct, nobrl cifs mount typesPavel Shilovsky2010-03-271-0/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3017-0/+17
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-03-198-121/+333
|\
| * cifs: trivial white spaceDan Carpenter2010-03-151-1/+1
| * [CIFS] checkpatch cleanupSteve French2010-03-092-5/+5
| * cifs: add cifs_revalidate_fileJeff Layton2010-03-095-3/+91
| * cifs: add a CIFSSMBUnixQFileInfo functionJeff Layton2010-03-062-0/+71
| * cifs: add a CIFSSMBQFileInfo functionJeff Layton2010-03-062-0/+66
| * cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton2010-03-066-117/+104
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-083-3/+3
|\ \ | |/ |/|
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-092-2/+2
| * tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-051-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-2/+2
|\ \
| * | Switch may_open() and break_lease() to passing O_...Al Viro2010-03-031-2/+2
* | | [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French2010-02-254-12/+12
* | | [CIFS] Use unsigned ea length for claritySteve French2010-02-241-1/+1
* | | cifs: set server_eof in cifs_fattr_to_inodeJeff Layton2010-02-231-0/+1
* | | [CIFS] Minor cleanup to EA patchSteve French2010-02-232-2/+3
* | | cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton2010-02-234-177/+54
* | | cifs: verify lengths of QueryAllEAs replyJeff Layton2010-02-231-18/+31
* | | cifs: increase maximum buffer size in CIFSSMBQAllEAsJeff Layton2010-02-231-1/+1
* | | cifs: rename name_len to list_len in CIFSSMBQAllEAsJeff Layton2010-02-231-19/+19
* | | cifs: clean up indentation in CIFSSMBQAllEAsJeff Layton2010-02-231-76/+75
* | | cifs: add parens around smb_var in BCC macrosJeff Layton2010-02-231-3/+3
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-02-107-14/+54
|\ \ | |/ |/|
| * cifs: fix dentry hash calculation for case-insensitive mountsJeff Layton2010-02-081-2/+5
| * [CIFS] Don't cache timestamps on utimes due to coarse granularitySteve French2010-02-081-1/+11
| * [CIFS] Maximum username length check in session setup does not matchSteve French2010-02-061-6/+5
| * cifs: fix length calculation for converted unicode readdir namesJeff Layton2010-02-061-0/+1
| * [CIFS] Add support for TCP_NODELAYSteve French2010-01-014-5/+32
* | CIFS shouldn't make mountpoints shrinkableAl Viro2010-01-161-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-12-313-6/+14
|\
| * [CIFS] Enable mmap on forcedirectio mountsSteve French2009-12-072-2/+5
| * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referralsJeff Layton2009-12-031-4/+9
OpenPOWER on IntegriCloud