login
Header Space

 
 

Mailing list archives

Search results

Found 54 matching messages (0.035 seconds). Page 1 of 3.

[ofa-general] [RFC PATCH 10/14] RFC IB/mlx4: Endianness annotations

Trivial fixes to stamp_send_wqe(). Signed-off-by: Roland Dreier --- drivers/infiniband/hw/mlx4/qp.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/mlx4/qp.c b/drivers/

openfabrics-general - Roland Dreier - Mar 1 2008 - 00:26

[RFC PATCH 10/10] vfs: shared subtree documentation

... 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

[RFC][PATCH 10/10] Online defrag command

... #include #define EXT4_IOC_DEFRAG _IOW('f', 10, struct ext4_ext_defrag_data) #define EXT4_IOC_GROUP_INFO _IOW('f', 11, ... f', 9, ext4_fsblk_t) #define EXT4_IOC_DEFRAG _IOW('f', 10, struct ext4_ext_defrag_data) #define DEVNAME 0 #define ...

linux-fsdevel - Takashi Sato - Jun 20 2007 - 21:56

[rfc-patch 10/11] Text Edit Lock - x86_32 standardize debug rodata

... 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

[RFC/PATCH 10/17] sched: remove sysctl_sched_batch_wakeup_granularity

... - 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

[RFC][patch 10/11][CFQ-cgroup] Control service tree: Main functions

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

[RFC patch 10/27] Immediate Values - Architecture Independent Code

... 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 : ... @@ -355,6 +356,10 @@ struct module /* The command line arguments ...

linux-kernel - Mathieu Desnoyers - Apr 16 2008 - 17:34

Re: [RFC PATCH 10/10] vfs: shared subtree documentation

... 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

[RFC,PATCH 10/38] svc: Move close processing to a single place

... 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

[RFC,PATCH 10/38] svc: Move close processing to a single place

... 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

[RFC,PATCH 10/38] svc: Move close processing to a single place

... 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

[RFC PATCH 10/22 -v2] Add a symbol only trace output

... -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

[RFC PATCH 10/30 v3] Add a symbol only trace output

... 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

[RFC patch 10/12] LTTng instrumentation kernel tracepoint probes

... 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

[RFC][PATCH 10/10] Sparse: fix a "symbol 'weak_match' shadows an earlier one" warning

Signed-off-by: Ramsay Jones --- connect.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/connect.c b/connect.c index da89c9c..d4051dd 100644 --- a/connect.c +++ b/connect.c @@ -179,7 +179,

git - Ramsay Jones - Jun 8 2007 - 18:27

Re: [RFC][PATCH 10/10] Sparse: fix a "symbol 'weak_match' shadows an earlier one" warning

Ramsay Jones writes: > Signed-off-by: Ramsay Jones > --- > connect.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/connect.c b/connect.c > index da89c9c..

git - Junio C Hamano - Jun 9 2007 - 04:07

Re: [RFC][PATCH 10/10] Sparse: fix a "symbol 'weak_match' shadows an earlier one" warning

Junio C Hamano wrote: > Ramsay Jones writes: > >> Signed-off-by: Ramsay Jones >> --- >> connect.c | 1 - >> 1 files changed, 0 insertions(+), 1 deletions(-) >> >> diff --git a/connect.

git - Ramsay Jones - Jun 12 2007 - 13:43

[RFC PATCH 10/10] add swapped in pages to the inactive list

... 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 Index: linux-2.6.23-mm1/mm/swap_state.c ...

linux-kernel - Rik van Riel - Nov 3 2007 - 19:06

[RFC PATCH 10/23 -v4] initialize the clock source to jiffies clock.

... 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

[RFC PATCH 10/13] dm: enable request-based dm

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

speck-geostationary