Found 54 matching messages (0.035 seconds). Page 1 of 3.
Trivial fixes to stamp_send_wqe().
Signed-off-by: Roland Dreier
openfabrics-general - Roland Dreier - Mar 1 2008 - 00:26
... is 'a' . 'C' is + mounted on mount 'B' at dentry 'b'. + + 10. 'A' is a shared mount and 'B' is a slave mount. A new ... 'B' at dentry 'b'. Mount 'A' continues to be a private + mount. + + 10. 'A' is a shared mount and 'B' is a slave mount. The mount ' ...
linux-fsdevel - Ram - Sep 16 2005 - 14:26
...
#include
linux-fsdevel - Takashi Sato - Jun 20 2007 - 21:56
... Write protecting the kernel text: %luk\n", size >> 10); - } -#endif + change_page_attr(virt_to_page(start), + size >> PAGE_SHIFT, ... Write protecting the kernel text: %luk\n", + size >> 10); + start += size; size = (unsigned long)__end_rodata - ...
linux-kernel - Mathieu Desnoyers - Nov 16 2007 - 15:57
... - kernel/sched_debug.c | 1 - kernel/sched_fair.c | 10 ---------- kernel/sysctl.c | 11 ----------- 5 files changed, 24 ... - -/* * SCHED_OTHER wake-up granularity. * (default: 10 msec * (1 + ilog(ncpus)), units: nanoseconds) * ...
linux-kernel - Peter Zijlstra - Mar 9 2008 - 13:09
This patch introduced to control cfq_data. Its algorithm is similar to one when CFQ synchronous I/O. The ... (8) +static const int cfq_cgroup_slice = HZ / 10; + +enum cfqd_state_flags { + CFQ_CFQD_FLAG_on_rr = 0, /* on round-robin busy list */ + ...
linux-kernel - Satoshi UCHIDA - Apr 1 2008 - 05:41
... are rarely updated. They
use code patching to modify the values inscribed in ... , see
Documentation/immediate.txt in these patches for details)
- No memory pressure : ...
linux-kernel - Mathieu Desnoyers - Apr 16 2008 - 17:34
... simpler), then a series adding slaves, then the rest. In any case, I would expect the final splitup to be considerably more than 10 chunks. IME that's worth doing - time spent on such massage pays off since one tends to get cleaner code out of it; ...
linux-fsdevel - Al Viro - Sep 20 2005 - 05:34
... net/sunrpc/svcsock.c | 24 ++++++++++-------------- 1 files changed, 10 insertions(+), 14 deletions(-) diff --git a/net/sunrpc/ ... ) { svc_tcp_accept(svsk); svc_sock_received(svsk); @@ -1585,10 +1575,16 @@ svc_recv(struct svc_rqst *rqstp, long ...
linux-nfs - Tom Tucker - Nov 29 2007 - 18:40
... net/sunrpc/svcsock.c | 24 ++++++++++-------------- 1 files changed, 10 insertions(+), 14 deletions(-) diff --git a/net/sunrpc/ ... ) { svc_tcp_accept(svsk); svc_sock_received(svsk); @@ -1585,10 +1575,16 @@ svc_recv(struct svc_rqst *rqstp, long ...
linux-nfs - Tom Tucker - Nov 29 2007 - 18:53
... net/sunrpc/svcsock.c | 24 ++++++++++-------------- 1 files changed, 10 insertions(+), 14 deletions(-) diff --git a/net/sunrpc/ ... ) { svc_tcp_accept(svsk); svc_sock_received(svsk); @@ -1585,10 +1575,16 @@ svc_recv(struct svc_rqst *rqstp, long ...
linux-nfs - Tom Tucker - Nov 29 2007 - 18:55
... -01-09 15:17:37.000000000 -0500 @@ -79,6 +79,10 @@ static notrace void trace_function(const } #ifdef ... + static void mctrace_init_debugfs(void) { struct dentry *d_mctracer; @@ -351,10 +403,15 @@ static void mctrace_init_debugfs(void) if (! ...
linux-kernel - Steven Rostedt - Jan 9 2008 - 19:29
... 01-15 14:57:36.000000000 -0500 @@ -89,6 +89,10 @@ static struct mcount_ops trace_ops __rea }; #ifdef ... + static void mctrace_init_debugfs(void) { struct dentry *d_mctracer; @@ -361,10 +413,15 @@ static void mctrace_init_debugfs(void) if (! ...
linux-kernel - Steven Rostedt - Jan 15 2008 - 16:49
... 6-lttng.orig/kernel/Makefile 2008-07-04 16:09:41.000000000 -0400 +++ linux-2.6-lttng/kernel/Makefile 2008-07-04 16:10:10.000000000 -0400 @@ -69,6 +69,7 @@ obj-$(CONFIG_TASK_DELAY_ACCT) += delayac obj-$(CONFIG_TASKSTATS) += taskstats.o tsacct.o obj-$( ...
linux-kernel - Mathieu Desnoyers - Jul 4 2008 - 19:52
Signed-off-by: Ramsay Jones
git - Ramsay Jones - Jun 8 2007 - 18:27
Ramsay Jones
git - Junio C Hamano - Jun 9 2007 - 04:07
Junio C Hamano wrote:
> Ramsay Jones
git - Ramsay Jones - Jun 12 2007 - 13:43
... programs that are already in
memory, but it could also be a disadvantage to processes that
are trying to get swapped in.
In short, this patch needs testing.
Signed-off-by: Rik van Riel
linux-kernel - Rik van Riel - Nov 3 2007 - 19:06
... Since the clock->read variable points to NULL. This patch simply initializes the clock to use clocksource_jiffies, so ... kernel/time/timekeeping.c | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) Index: linux-mcount.git/include/ ...
linux-kernel - Steven Rostedt - Jan 21 2008 - 11:22
This patch enables request-based dm. Request-based dm and bio-based dm coexist, since there are ... +++ 2.6.25-rc5/drivers/md/dm.h @@ -197,4 +197,10 @@ int dm_lock_for_deletion(struct mapped_d void dm_kobject_uevent(struct mapped_device *md); +/* ...
linux-kernel - Kiyoshi Ueda - Mar 19 2008 - 19:11