|
First
|
Prev |
Next
|
Last
Pages: 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725
vfs: fixes and cleanups + add helpers to check r/o bind mounts > Here it is again as a single series (without the ecryptfs one already merged). I've addressed Christoph's comments. And here is the same (well, with some cosmetic fixes) as a git tree, in case it's more convenient for somebody to review/test. git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs... 7 May 2008 08:31
[PATCH 9/9] Get rid of ipc_lock_down() [PATCH 09/09] This patch removes the ipc_lock_down() routines: they used to call idr_find() locklessly (given that the ipc ids lock was already held), so they are not needed anymore. Signed-off-by: Nadia Derbey <Nadia.Derbey(a)bull.net> --- ipc/shm.c | 21 +++------------------ ipc/util.c | 52 +-------... 7 May 2008 08:31
Solid freezes with 2.6.25 Hi, On Wed, Apr 30, 2008 at 04:51:31PM +0200, Bernhard Walle wrote: Back to the original problem. Can you please watch the interrupts from the RTC until the lockup happens with something like ------------------------- 8< ----------------------------------- function get_total_irqs() [...] I'm ru... 7 May 2008 10:08
[PATCH 6/9] Make idr_find rcu-safe [PATCH 06/09] This is a patch that makes idr_find rcu-safe: it can now be called inside an rcu_read critical section. Signed-off-by: Nadia Derbey <Nadia.Derbey(a)bull.net> --- include/linux/idr.h | 16 ++++++++++++++++ lib/idr.c | 11 ++++++----- 2 files changed, 22 insertions(+), 5 deletions(... 7 May 2008 08:31
[PATCH 7/9] Make idr_remove rcu-safe [PATCH 07/09] This patch introduces the free_layer() routine: it is the one that actually frees memory after a grace period has elapsed. Signed-off-by: Nadia Derbey <Nadia.Derbey(a)bull.net> --- lib/idr.c | 59 ++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 44 insertions(+), 15... 7 May 2008 08:31
[PATCH 5/9] Make idr_get_new* rcu-safe [PATCH 05/09] This is a patch that make the idr_get_new* routines rcu-safe. Signed-off-by: Nadia Derbey <Nadia.Derbey(a)bull.net> --- lib/idr.c | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) Index: linux-2.6.25-mm1/lib/idr.c =====================================================... 7 May 2008 08:31
[PATCH 8/9] Call idr_find() without locking in ipc_lock() [PATCH 08/09] This patch makes idr_find() called locklessly in ipc_lock(), since the idr tree is now RCU protected. Signed-off-by: Nadia Derbey <Nadia.Derbey(a)bull.net> --- ipc/util.c | 9 --------- 1 file changed, 9 deletions(-) Index: linux-2.6.25-mm1/ipc/util.c ====================================... 7 May 2008 08:31
[PATCH 4/9] Error checking factorization [PATCH 04/09] This is a trivial patch that does some codes factorization in the return code analysis. Signed-off-by: Nadia Derbey <Nadia.Derbey(a)bull.net> --- include/linux/idr.h | 6 ++++++ lib/idr.c | 30 +++++++++--------------------- 2 files changed, 15 insertions(+), 21 deletions(-) ... 7 May 2008 08:31
RTC: Class device support for persistent clock On Wed, 07 May 2008 09:24:15 +0100 David Woodhouse <dwmw2(a)infradead.org> wrote: Ooh, shiny -- you saved me the trouble of doing this (and hopefully also the trouble of looking through it to check whether all the callers of read_persistent_clock() can sleep, etc.?) I knew you would have liked that patc... 7 May 2008 08:31
[PATCH 1/9] Change the idr structure [PATCH 01/09] This patch adds an rcu_head to the idr_layer structure in order to free it after a grace period. Signed-off-by: Nadia Derbey <Nadia.Derbey(a)bull.net> --- include/linux/idr.h | 2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6.25-mm1/include/linux/idr.h =============================... 7 May 2008 07:28 |