Age | Commit message (Expand) | Author | Files | Lines |
2007-05-12 | ntfs: use zero_user_page | Nate Diller | 2 | -69/+26 |
2007-05-11 | Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -1/+5 |
2007-05-11 | epoll cleanups: epoll remove static pre-declarations and akpm-ize the code | Davide Libenzi | 1 | -548/+486 |
2007-05-11 | epoll cleanups: epoll no module | Davide Libenzi | 1 | -13/+1 |
2007-05-11 | epoll: use anonymous inodes | Davide Libenzi | 1 | -169/+3 |
2007-05-11 | signal/timer/event: KAIO eventfd support example | Davide Libenzi | 1 | -2/+26 |
2007-05-11 | signal/timer/event: eventfd core | Davide Libenzi | 2 | -0/+229 |
2007-05-11 | signal/timer/event: timerfd compat code | Davide Libenzi | 1 | -0/+23 |
2007-05-11 | signal/timer/event: timerfd core | Davide Libenzi | 2 | -0/+228 |
2007-05-11 | signal/timer/event: signalfd compat code | Davide Libenzi | 1 | -0/+26 |
2007-05-11 | signal/timer/event: signalfd core | Davide Libenzi | 3 | -2/+359 |
2007-05-11 | signal/timer/event fds: anonymous inode source | Davide Libenzi | 2 | -0/+201 |
2007-05-11 | Replace pid_t in autofs with struct pid reference | Sukadev Bhattiprolu | 3 | -8/+22 |
2007-05-11 | Fix some coding-style errors in autofs | Sukadev Bhattiprolu | 4 | -70/+70 |
2007-05-11 | attach_pid() with struct pid parameter | Sukadev Bhattiprolu | 1 | -1/+1 |
2007-05-11 | consolidate generic_writepages and mpage_writepages | Miklos Szeredi | 1 | -129/+45 |
2007-05-11 | small cleanup in gpt partition handling | Olaf Hering | 1 | -7/+5 |
2007-05-11 | Let SYSV68_PARTITION default to yes on VME only | Geert Uytterhoeven | 1 | -1/+1 |
2007-05-11 | AFS: implement statfs | David Howells | 7 | -15/+426 |
2007-05-11 | AFS: fix a couple of problems with unlinking AFS files | David Howells | 4 | -17/+31 |
2007-05-11 | AFS: fix interminable loop in afs_write_back_from_locked_page() | David Howells | 1 | -2/+3 |
2007-05-11 | [PATCH] Abnormal End of Processes | Steve Grubb | 1 | -0/+2 |
2007-05-11 | [PATCH] complete message queue auditing | Amy Griffis | 1 | -1/+1 |
2007-05-11 | [PATCH] audit inode for all xattr syscalls | Amy Griffis | 1 | -0/+2 |
2007-05-11 | locks: fix F_GETLK regression (failure to find conflicts) | J. Bruce Fields | 1 | -2/+3 |
2007-05-11 | Allow compat_ioctl.c to compile without CONFIG_NET | Simon Horman | 1 | -1/+4 |
2007-05-10 | ocfs2: kobject/kset foobar | Randy Dunlap | 1 | -2/+3 |
2007-05-10 | AFS: further write support fixes | David Howells | 2 | -3/+3 |
2007-05-10 | AFS: write support fixes | David Howells | 3 | -17/+216 |
2007-05-10 | NFS: Kill the obsolete NFS_PARANOIA | Jesper Juhl | 5 | -27/+2 |
2007-05-10 | NFS: use __set_current_state() | Milind Arun Choudhary | 1 | -2/+2 |
2007-05-10 | NFS: Clean up NFSv4 XDR error message | Chuck Lever | 1 | -3/+5 |
2007-05-10 | NFS: NFS client underestimates how large an NFSv4 SETATTR reply can be | Chuck Lever | 1 | -1/+2 |
2007-05-10 | NFS: Remove redundant check in nfs_check_verifier() | Trond Myklebust | 1 | -7/+5 |
2007-05-10 | NFS: Fix a jiffie wraparound issue | Trond Myklebust | 1 | -4/+8 |
2007-05-10 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 3 | -52/+33 |
2007-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 17 | -23/+22 |
2007-05-09 | Add suspend-related notifications for CPU hotplug | Rafael J. Wysocki | 2 | -1/+4 |
2007-05-09 | reiserfs: use zero_user_page | Nate Diller | 2 | -39/+13 |
2007-05-09 | ext3: use zero_user_page | Nate Diller | 1 | -10/+2 |
2007-05-09 | affs: use zero_user_page | Nate Diller | 1 | -5/+1 |
2007-05-09 | fs: convert core functions to zero_user_page | Nate Diller | 3 | -60/+19 |
2007-05-09 | knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry ma... | NeilBrown | 1 | -6/+50 |
2007-05-09 | knfsd: various nfsd xdr cleanups | NeilBrown | 2 | -60/+34 |
2007-05-09 | knfsd: trivial makefile cleanup | Christoph Hellwig | 1 | -1/+0 |
2007-05-09 | knfsd: avoid use of unitialised variables on error path when nfs exports | NeilBrown | 1 | -7/+7 |
2007-05-09 | RPC: add wrapper for svc_reserve to account for checksum | Jeff Layton | 2 | -2/+2 |
2007-05-09 | nfsd/nfs4state: remove unnecessary daemonize call | Eric W. Biederman | 1 | -2/+0 |
2007-05-09 | The NFSv2/NFSv3 server does not handle zero length WRITE requests correctly | Peter Staubach | 2 | -17/+77 |
2007-05-09 | remove nfs4_acl_add_ace() | Adrian Bunk | 1 | -17/+0 |