| Commit message (Expand) | Author | Age |
* | flag parameters: signalfd | Ulrich Drepper | 2008-07-24 |
* | flag parameters: anon_inode_getfd extension | Ulrich Drepper | 2008-07-24 |
* | binfmt_misc: use simple_read_from_buffer() | Akinobu Mita | 2008-07-24 |
* | fs: check for statfs overflow | Jon Tollefson | 2008-07-24 |
* | hugetlbfs: per mount huge page sizes | Andi Kleen | 2008-07-24 |
* | hugetlb: modular state for hugetlb page size | Andi Kleen | 2008-07-24 |
* | vmallocinfo: add NUMA information | Eric Dumazet | 2008-07-24 |
* | SYNC_FILE_RANGE_WRITE may and will block. Document that. | Pavel Machek | 2008-07-24 |
* | hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE... | Mel Gorman | 2008-07-24 |
* | hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until... | Mel Gorman | 2008-07-24 |
* | fix soft lock up at NFS mount via per-SB LRU-list of unused dentries | Kentaro Makita | 2008-07-24 |
* | mm: remove double indirection on tlb parameter to free_pgd_range() & Co | Jan Beulich | 2008-07-24 |
* | mm/vmstat.c: proper externs | Adrian Bunk | 2008-07-24 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-22 |
|\ |
|
| * | netns: make get_proc_net() static | Adrian Bunk | 2008-07-22 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-07-22 |
|\ \ |
|
| * | | driver core: Suppress sysfs warnings for device_rename(). | Cornelia Huck | 2008-07-22 |
| * | | debugfs: Implement debugfs_remove_recursive() | Haavard Skinnemoen | 2008-07-22 |
| * | | sysfs: don't call notify_change | Miklos Szeredi | 2008-07-22 |
| * | | driver core: remove KOBJ_NAME_LEN define | Kay Sievers | 2008-07-22 |
| * | | device create: coda: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-22 |
| |/ |
|
* | | proc: fix /proc/*/pagemap some more | Alexey Dobriyan | 2008-07-22 |
* | | execve filename: document and export via auxiliary vector | John Reiser | 2008-07-22 |
|/ |
|
* | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2008-07-21 |
|\ |
|
| * | nfsd: nfs4xdr.c do-while is not a compound statement | Harvey Harrison | 2008-07-18 |
| * | nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.c | J. Bruce Fields | 2008-07-18 |
| * | lockd: Pass "struct sockaddr *" to new failover-by-IP function | Chuck Lever | 2008-07-15 |
| * | lockd: get host reference in nlmsvc_create_block() instead of callers | J. Bruce Fields | 2008-07-15 |
| * | lockd: minor svclock.c style fixes | J. Bruce Fields | 2008-07-15 |
| * | lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lock | Jeff Layton | 2008-07-15 |
| * | lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlock | Jeff Layton | 2008-07-15 |
| * | lockd: nlm_release_host() checks for NULL, caller needn't | Jeff Layton | 2008-07-15 |
| * | nfsd: take file and mnt write in nfs4_upgrade_open | Benny Halevy | 2008-07-07 |
| * | nfsd: document open share bit tracking | J. Bruce Fields | 2008-07-07 |
| * | nfsd: tabulate nfs4 xdr encoding functions | Benny Halevy | 2008-07-04 |
| * | Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ... | J. Bruce Fields | 2008-07-03 |
| |\ |
|
| * | | nfsd: dprint operation names | Benny Halevy | 2008-07-02 |
| * | | nfsd: nfs4 minorversion decoder vectors | Benny Halevy | 2008-07-02 |
| * | | nfsd: unsupported nfs4 ops should fail with nfserr_opnotsupp | Benny Halevy | 2008-07-02 |
| * | | nfsd: tabulate nfs4 xdr decoding functions | Benny Halevy | 2008-07-02 |
| * | | nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0 | Benny Halevy | 2008-07-02 |
| * | | nfsd: clean up mnt_want_write calls | Miklos Szeredi | 2008-07-01 |
| * | | nfsd: treat all shutdown signals as equivalent | Jeff Layton | 2008-06-30 |
| * | | nfsd: fix spurious EACCESS in reconnect_path() | Neil Brown | 2008-06-30 |
| * | | nfsd: rename MAY_ flags | Miklos Szeredi | 2008-06-23 |
| * | | knfsd: nfsd: Handle ERESTARTSYS from syscalls. | NeilBrown | 2008-06-23 |
| * | | nfsd: fix race in nfsd_nrthreads() | Neil Brown | 2008-06-23 |
| * | | lockd: close potential race with rapid lockd_up/lockd_down cycle | Jeff Layton | 2008-06-23 |
| * | | sunrpc: remove sv_kill_signal field from svc_serv struct | Jeff Layton | 2008-06-23 |
| * | | knfsd: convert knfsd to kthread API | Jeff Layton | 2008-06-23 |