| Commit message (Expand) | Author | Age | Files | Lines |
* | [CIFS] Add posix (advisory) byte range locking support to cifs client | Steve French | 2006-02-28 | 5 | -22/+137 |
* | [CIFS] CIFS readdir perf optimizations part 1 | Steve French | 2006-02-28 | 3 | -11/+27 |
* | [CIFS] Free small buffers earlier so we exceed the cifs | Steve French | 2006-02-26 | 3 | -13/+18 |
* | [CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrapping | Steve French | 2006-02-24 | 3 | -13/+24 |
* | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French | 2006-02-23 | 6 | -21/+32 |
|\ |
|
| * | [PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket e... | Steve French | 2006-02-23 | 2 | -7/+8 |
| * | Revert mount/umount uevent removal | Greg Kroah-Hartman | 2006-02-22 | 1 | -1/+14 |
| * | Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2006-02-21 | 2 | -12/+9 |
| |\ |
|
| | * | [PATCH] fix handling of st_nlink on procfs root | Al Viro | 2006-02-18 | 2 | -12/+9 |
| * | | [PATCH] v9fs: update documentation and fix debug flag | Eric Van Hensbergen | 2006-02-21 | 1 | -1/+1 |
| |/ |
|
* | | [CIFS] Convert remaining places in fs/cifs from | Eric Sesterhenn | 2006-02-21 | 4 | -13/+5 |
* | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French | 2006-02-18 | 12 | -22/+112 |
|\| |
|
| * | [PATCH] select: time comparison fixes | Andrew Morton | 2006-02-17 | 2 | -6/+6 |
| * | [PATCH] fuse: fix bug in aborted fuse_release_end() | Miklos Szeredi | 2006-02-17 | 2 | -3/+14 |
| * | [PATCH] fix deadlock in ext2 | Peter Staubach | 2006-02-17 | 1 | -2/+4 |
| * | [PATCH] ocfs2: detach from heartbeat events before freeing mle | Kurt Hackel | 2006-02-16 | 1 | -1/+6 |
| * | [PATCH] ocfs2: only checkpoint journal when asked to | Mark Fasheh | 2006-02-16 | 2 | -6/+3 |
| * | [PATCH] ocfs2: manually grant remote recovery lock | Kurt Hackel | 2006-02-16 | 1 | -0/+11 |
| * | [PATCH] ocfs2: add dlm_wait_for_node_death | Kurt Hackel | 2006-02-16 | 4 | -1/+40 |
| * | [PATCH] ocfs2: fix release of ast never reserved | Kurt Hackel | 2006-02-16 | 1 | -3/+4 |
| * | [PATCH] ocfs2: recheck recovery state after getting lock | Kurt Hackel | 2006-02-16 | 1 | -0/+24 |
* | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French | 2006-02-15 | 2 | -7/+9 |
|\| |
|
| * | [PATCH] fix zap_thread's ptrace related problems | Oleg Nesterov | 2006-02-15 | 1 | -1/+1 |
| * | [PATCH] CIFS: fix cifs_user_read oops when null SMB response on forcedirectio... | Steve French | 2006-02-15 | 1 | -6/+8 |
* | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French | 2006-02-15 | 10 | -279/+269 |
|\| |
|
| * | [PATCH] NLM: Fix the NLM_GRANTED callback checks | Trond Myklebust | 2006-02-15 | 3 | -12/+19 |
| * | [PATCH] jbd: revert checkpoint list changes | Mark Fasheh | 2006-02-15 | 2 | -243/+178 |
| * | [PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_acl | Jeff Mahoney | 2006-02-13 | 1 | -1/+2 |
| * | [PATCH] reiserfs: disable automatic enabling of reiserfs inode attributes | Jeff Mahoney | 2006-02-13 | 1 | -2/+0 |
| * | [PATCH] select: fix returned timeval | Andrew Morton | 2006-02-12 | 2 | -21/+48 |
| * | [PATCH] fstatat64 support | Ulrich Drepper | 2006-02-12 | 1 | -0/+22 |
* | | [CIFS] SessionSetup cleanup part 2 | Steve French | 2006-02-14 | 7 | -13/+161 |
* | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git | Steve French | 2006-02-10 | 12 | -40/+64 |
|\| |
|
| * | [PATCH] compat_ioctl __user annotations | Al Viro | 2006-02-08 | 1 | -4/+4 |
| * | [PATCH] umount_tree() decrements mount count on wrong dentry | Al Viro | 2006-02-08 | 1 | -1/+1 |
| * | [PATCH] nfsroot port= parameter fix [backport of 2.4 fix] | Al Viro | 2006-02-08 | 1 | -1/+2 |
| * | [PATCH] fix __user annotations in fs/select.c | Al Viro | 2006-02-08 | 1 | -2/+2 |
| * | [PATCH] remove bogus asm/bug.h includes. | Al Viro | 2006-02-08 | 1 | -1/+0 |
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-02-08 | 1 | -3/+3 |
| |\ |
|
| | * | [PATCH] debugfs: trivial comment fix | Vincent Hanquez | 2006-02-06 | 1 | -3/+3 |
| * | | Merge git://oss.sgi.com:8090/oss/git/rc-fixes-xfs-2.6 | Linus Torvalds | 2006-02-08 | 2 | -1/+4 |
| |\ \ |
|
| | * | | [XFS] Fix missing inode atime update from the utime syscall. | Nathan Scott | 2006-02-07 | 1 | -0/+2 |
| | * | | [XFS] Account for the page we just wrote when we detect congestion during | David Chinner | 2006-02-07 | 1 | -1/+2 |
| | |/ |
|
| * | | [PATCH] unshare system call -v5: unshare namespace | JANAK DESAI | 2006-02-08 | 1 | -20/+36 |
| * | | [PATCH] More informative message on umount failure | Dave Jones | 2006-02-08 | 1 | -2/+3 |
| * | | [PATCH] inotify: fix one-shot support | Robert Love | 2006-02-08 | 1 | -1/+1 |
| * | | [PATCH] Fix do_path_lookup() to add the check for error in link_path_walk() | Suzuki | 2006-02-08 | 1 | -2/+4 |
| * | | [PATCH] knfsd: fix nfs4_open lock leak | J. Bruce Fields | 2006-02-08 | 1 | -2/+4 |
| |/ |
|
* | | [CIFS] fix compile error (typo) and warning in cifssmb.c | Steve French | 2006-02-10 | 1 | -1/+2 |
* | | [CIFS] Cleanup NTLMSSP session setup handling | Steve French | 2006-02-09 | 7 | -33/+53 |
|/ |
|