summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-161-1/+1
|\ \
| * \ Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields2009-11-235-17/+23
| |\ \
| * | | nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields2009-10-271-1/+1
* | | | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-102-3/+6
* | | | Merge branch 'for-next' into for-linusJiri Kosina2009-12-075-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-041-1/+1
| * | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-044-5/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-11-302-5/+12
|\ \ \ \
| * | | | [CIFS] Fix sparse warningSteve French2009-11-252-1/+10
| * | | | [CIFS] Duplicate data on appending to some Samba serversSteve French2009-11-241-2/+0
| * | | | [CIFS] fix oops in cifs_lookup during net bootSteve French2009-11-241-2/+2
| | |_|/ | |/| |
* / | | SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user()David Howells2009-11-201-1/+1
|/ / /
* | | cifs: clear server inode number flag while autodisablingSuresh Jayaraman2009-11-161-1/+1
* | | cifs: don't use CIFSGetSrvInodeNumber in is_path_accessibleJeff Layton2009-11-061-8/+0
* | | cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton2009-11-064-8/+21
|/ /
* / [CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session()Steve French2009-10-061-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-09-2611-258/+159
|\