| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2008-05-20 | 22 | -545/+612 |
|\ |
|
| * | [CIFS] Remove debug statement | Steve French | 2008-05-21 | 1 | -1/+1 |
| * | Fix possible access to undefined memory region. | Igor Mammedov | 2008-05-21 | 1 | -4/+5 |
| * | [CIFS] Enable DFS support for Windows query path info | Steve French | 2008-05-20 | 1 | -146/+178 |
| * | [CIFS] Enable DFS support for Unix query path info | Steve French | 2008-05-20 | 4 | -50/+85 |
| * | [CIFS] add missing seq_printf to cifs_show_options for hard mount option | Steve French | 2008-05-19 | 1 | -0/+3 |
| * | [CIFS] add more complete mount options to cifs_show_options | Steve French | 2008-05-17 | 1 | -1/+30 |
| * | [CIFS] Add missing defines for DFS | Steve French | 2008-05-16 | 2 | -8/+18 |
| * | CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 t... | Igor Mammedov | 2008-05-16 | 2 | -82/+139 |
| * | Fixed DFS code to work with new 'build_path_from_dentry', that returns full p... | Igor Mammedov | 2008-05-16 | 1 | -48/+1 |
| * | [CIFS] enable parsing for transport encryption mount parm | Steve French | 2008-05-15 | 3 | -8/+23 |
| * | [CIFS] Finishup DFS code | Steve French | 2008-05-15 | 4 | -97/+80 |
| * | [CIFS] BKL-removal: convert CIFS over to unlocked_ioctl | Steve French | 2008-05-15 | 3 | -9/+8 |
| * | [CIFS] suppress duplicate warning | Steve French | 2008-05-15 | 1 | -1/+1 |
| * | [CIFS] Fix paths when share is in DFS to include proper prefix | Steve French | 2008-05-15 | 5 | -127/+37 |
| * | add function to convert access flags to legacy open mode | Jeff Layton | 2008-05-14 | 2 | -9/+16 |
| * | clarify return value of cifs_convert_flags() | Jeff Layton | 2008-05-14 | 1 | -1/+5 |
| * | [CIFS] don't explicitly do a FindClose on rewind when directory search has ended | Steve French | 2008-05-13 | 1 | -2/+5 |
| * | [CIFS] cleanup old checkpatch warnings | Steve French | 2008-05-13 | 5 | -29/+45 |
| * | [CIFS] CIFSSMBPosixLock should return -EINVAL on error | Marcin Slusarz | 2008-05-13 | 1 | -1/+1 |
| * | fix memory leak in CIFSFindNext | Jeff Layton | 2008-05-13 | 2 | -1/+3 |
| * | [CIFS] CIFS currently allows for permissions to be changed on files, even | Jeff Layton | 2008-05-12 | 2 | -0/+8 |
* | | Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2008-05-20 | 1 | -1/+1 |
|\ \ |
|
| * | | nfsd: reorder printk in do_probe_callback to avoid use-after-free | J. Bruce Fields | 2008-05-18 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-05-20 | 1 | -5/+1 |
|\ \ \ |
|
| * | | | sysfs: remove error messages for -EEXIST case | Stephen Hemminger | 2008-05-14 | 1 | -5/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2008-05-20 | 7 | -18/+23 |
|\ \ \ \ |
|
| * | | | | [GFS2] Prefer strlcpy() over snprintf() | Jean Delvare | 2008-05-12 | 1 | -2/+2 |
| * | | | | [GFS2] Fix cast from unsigned int to s64 | Andrew Price | 2008-05-12 | 1 | -1/+1 |
| * | | | | [GFS2] filesystem consistency error from do_strip | Bob Peterson | 2008-05-12 | 5 | -15/+20 |
* | | | | | Merge branch 'audit.b51' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-05-19 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | [PATCH] open sessionid permissions | Steve Grubb | 2008-05-17 | 1 | -1/+1 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-05-19 | 5 | -16/+173 |
|\ \ \ \ \ \ |
|
| * | | | | | | [PATCH] return to old errno choice in mkdir() et.al. | Al Viro | 2008-05-16 | 1 | -4/+8 |
| * | | | | | | [Patch] fs/binfmt_elf.c: fix wrong return values | WANG Cong | 2008-05-16 | 1 | -2/+2 |
| * | | | | | | [PATCH] get rid of leak in compat_execve() | Al Viro | 2008-05-16 | 2 | -6/+10 |
| * | | | | | | [Patch] fs/binfmt_elf.c: fix a wrong free | WANG Cong | 2008-05-16 | 1 | -2/+3 |
| * | | | | | | [PATCH] avoid multiplication overflows and signedness issues for max_fds | Al Viro | 2008-05-16 | 1 | -0/+4 |
| * | | | | | | [PATCH] dup_fd() part 4 - race fix | Al Viro | 2008-05-16 | 1 | -2/+8 |
| * | | | | | | [PATCH] dup_fd() - part 3 | Al Viro | 2008-05-16 | 1 | -28/+15 |
| * | | | | | | [PATCH] dup_fd() part 2 | Al Viro | 2008-05-16 | 1 | -8/+16 |
| * | | | | | | [PATCH] dup_fd() fixes, part 1 | Al Viro | 2008-05-16 | 1 | -0/+130 |
| * | | | | | | [PATCH] take init_files to fs/file.c | Al Viro | 2008-05-16 | 1 | -0/+13 |
| |/ / / / / |
|
* | | | | | | dlm: fix plock dev_write return value | David Teigland | 2008-05-19 | 1 | -1/+1 |
* | | | | | | dlm: tcp_connect_to_sock should check for -EINVAL, not EINVAL | Marcin Slusarz | 2008-05-19 | 1 | -1/+1 |
* | | | | | | dlm: section mismatch warning fix | Leonardo Potenza | 2008-05-19 | 1 | -1/+1 |
* | | | | | | dlm: convert connections_lock in a mutex | Matthias Kaehlcke | 2008-05-19 | 1 | -12/+13 |
* | | | | | | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2008-05-18 | 20 | -145/+157 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | nfs: make nfs4_drop_state_owner() static | Adrian Bunk | 2008-05-16 | 2 | -2/+1 |
| * | | | | | nfs: path_{get,put}() cleanups | Jan Blunck | 2008-05-16 | 3 | -8/+4 |