| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2010-04-08 | 3 | -4/+59 |
|\ |
|
| * | not overwriting file_lock structure after GET_LK | Pavel Shilovsky | 2010-04-06 | 2 | -3/+40 |
| * | cifs: Fix a kernel BUG with remote OS/2 server (try #3) | Suresh Jayaraman | 2010-04-03 | 1 | -0/+16 |
| * | [CIFS] initialize nbytes at the beginning of CIFSSMBWrite() | Steve French | 2010-04-03 | 1 | -1/+2 |
| * | [CIFS] Add mmap for direct, nobrl cifs mount types | Pavel Shilovsky | 2010-03-27 | 1 | -0/+1 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 17 | -0/+17 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2010-03-19 | 8 | -121/+333 |
|\ |
|
| * | cifs: trivial white space | Dan Carpenter | 2010-03-15 | 1 | -1/+1 |
| * | [CIFS] checkpatch cleanup | Steve French | 2010-03-09 | 2 | -5/+5 |
| * | cifs: add cifs_revalidate_file | Jeff Layton | 2010-03-09 | 5 | -3/+91 |
| * | cifs: add a CIFSSMBUnixQFileInfo function | Jeff Layton | 2010-03-06 | 2 | -0/+71 |
| * | cifs: add a CIFSSMBQFileInfo function | Jeff Layton | 2010-03-06 | 2 | -0/+66 |
| * | cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry | Jeff Layton | 2010-03-06 | 6 | -117/+104 |
* | | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 3 | -3/+3 |
|\ \
| |/
|/| |
|
| * | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 | 2 | -2/+2 |
| * | tree-wide: fix 'lenght' typo in comments and code | Daniel Mack | 2010-02-05 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-03-04 | 1 | -2/+2 |
|\ \ |
|
| * | | Switch may_open() and break_lease() to passing O_... | Al Viro | 2010-03-03 | 1 | -2/+2 |
* | | | [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex and | Steve French | 2010-02-25 | 4 | -12/+12 |
* | | | [CIFS] Use unsigned ea length for clarity | Steve French | 2010-02-24 | 1 | -1/+1 |
* | | | cifs: set server_eof in cifs_fattr_to_inode | Jeff Layton | 2010-02-24 | 1 | -0/+1 |
* | | | [CIFS] Minor cleanup to EA patch | Steve French | 2010-02-23 | 2 | -2/+3 |
* | | | cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs | Jeff Layton | 2010-02-23 | 4 | -177/+54 |
* | | | cifs: verify lengths of QueryAllEAs reply | Jeff Layton | 2010-02-23 | 1 | -18/+31 |
* | | | cifs: increase maximum buffer size in CIFSSMBQAllEAs | Jeff Layton | 2010-02-23 | 1 | -1/+1 |
* | | | cifs: rename name_len to list_len in CIFSSMBQAllEAs | Jeff Layton | 2010-02-23 | 1 | -19/+19 |
* | | | cifs: clean up indentation in CIFSSMBQAllEAs | Jeff Layton | 2010-02-23 | 1 | -76/+75 |
* | | | cifs: add parens around smb_var in BCC macros | Jeff Layton | 2010-02-23 | 1 | -3/+3 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2010-02-10 | 7 | -14/+54 |
|\ \
| |/
|/| |
|
| * | cifs: fix dentry hash calculation for case-insensitive mounts | Jeff Layton | 2010-02-08 | 1 | -2/+5 |
| * | [CIFS] Don't cache timestamps on utimes due to coarse granularity | Steve French | 2010-02-08 | 1 | -1/+11 |
| * | [CIFS] Maximum username length check in session setup does not match | Steve French | 2010-02-06 | 1 | -6/+5 |
| * | cifs: fix length calculation for converted unicode readdir names | Jeff Layton | 2010-02-06 | 1 | -0/+1 |
| * | [CIFS] Add support for TCP_NODELAY | Steve French | 2010-01-01 | 4 | -5/+32 |
* | | CIFS shouldn't make mountpoints shrinkable | Al Viro | 2010-01-16 | 1 | -2/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2010-01-01 | 3 | -6/+14 |
|\ |
|
| * | [CIFS] Enable mmap on forcedirectio mounts | Steve French | 2009-12-07 | 2 | -2/+5 |
| * | cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referrals | Jeff Layton | 2009-12-03 | 1 | -4/+9 |
* | | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2009-12-16 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge commit 'v2.6.32-rc8' into HEAD | J. Bruce Fields | 2009-11-23 | 5 | -17/+23 |
| |\ \ |
|
| * | | | nfs: new subdir Documentation/filesystems/nfs | J. Bruce Fields | 2009-10-28 | 1 | -1/+1 |
* | | | | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 | 2 | -3/+6 |
* | | | | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 5 | -6/+6 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | tree-wide: fix misspelling of "definition" in comments | Adam Buchbinder | 2009-12-04 | 1 | -1/+1 |
| * | | | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 4 | -5/+5 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2009-11-30 | 2 | -5/+12 |
|\ \ \ \ |
|
| * | | | | [CIFS] Fix sparse warning | Steve French | 2009-11-25 | 2 | -1/+10 |
| * | | | | [CIFS] Duplicate data on appending to some Samba servers | Steve French | 2009-11-24 | 1 | -2/+0 |
| * | | | | [CIFS] fix oops in cifs_lookup during net boot | Steve French | 2009-11-24 | 1 | -2/+2 |
| | |_|/
| |/| | |
|
* / | | | SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user() | David Howells | 2009-11-20 | 1 | -1/+1 |
|/ / / |
|