login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
November
»
19
Re: [patch 00/28] [rfc] dcache scaling part 1
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [author]
[view in full thread]
From: Tim Pepper
Subject:
Re: [patch 00/28] [rfc] dcache scaling part 1
Date: Friday, November 19, 2010 - 12:43 pm
On Tue, Nov 16, 2010 at 6:09 AM, Nick Piggin <npiggin@kernel.dk> wrote:
quoted text
> There are 3 main parts to dcache scaling. This one primarily adds new locks > to take over dcache_lock, and some pre/post prep and streamlining patches. > > The second implements fine grained locking, and is rather trivial after > part 1. > > The third implements rcu-walk. rcu-walk depends on the first part, because it > relies on using d_lock to protect the state of the dentry (when converting from > rcu-walk to refcounted walk). Without the fine grained locing, we'd need to use > dcache_lock for that, which would be a step backwards to put into path walking > again.
Reviewed-by: Tim Pepper <lnxninja@linux.vnet.ibm.com> --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [author]
Messages in current thread:
[patch 00/28] [rfc] dcache scaling part 1
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 01/28] fs: d_validate fixes
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 02/28] kernel: kmem_ptr_validate considered harmful
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 03/28] fs: dcache documentation cleanup
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 06/28] jfs: dont overwrite dentry name in d_revalidate
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 07/28] fs: change d_compare for rcu-walk
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 09/28] hostfs: simplify locking
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 10/28] fs: dcache scale hash
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 11/28] fs: dcache scale lru
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 12/28] fs: dcache scale dentry refcount
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 13/28] fs: dcache scale d_unhashed
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 14/28] fs: dcache scale subdirs
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 15/28] fs: scale inode alias list
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 16/28] fs: Use rename lock and RCU for multi-step o ...
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 17/28] fs: increase d_name lock coverage
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 18/28] fs: dcache remove dcache_lock
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 19/28] fs: dcache avoid starvation in dcache multi- ...
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 20/28] fs: dcache reduce dput locking
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 21/28] fs: dcache reduce locking in d_alloc
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 22/28] fs: dcache reduce dcache_inode_lock
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 23/28] fs: dcache rationalise dget variants
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 24/28] fs: dcache reduce d_parent locking
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 25/28] fs: dcache reduce prune_one_dentry locking
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 26/28] fs: reduce dcache_inode_lock width in lru sc ...
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 27/28] fs: use RCU in shrink_dentry_list to reduce ...
, Nick Piggin
, (Tue Nov 16, 7:09 am)
[patch 28/28] fs: consolidate dentry kill sequence
, Nick Piggin
, (Tue Nov 16, 7:09 am)
Re: [patch 04/28] fs: change d_delete semantics
, Tim Pepper
, (Tue Nov 16, 5:16 pm)
Re: [patch 07/28] fs: change d_compare for rcu-walk
, Tim Pepper
, (Tue Nov 16, 5:44 pm)
Re: [patch 08/28] fs: change d_hash for rcu-walk
, Tim Pepper
, (Tue Nov 16, 5:50 pm)
Re: [patch 00/28] [rfc] dcache scaling part 1
, Dave Chinner
, (Tue Nov 16, 7:12 pm)
Re: [patch 01/28] fs: d_validate fixes
, Andi Kleen
, (Wed Nov 17, 3:44 am)
Re: [patch 00/28] [rfc] dcache scaling part 1
, Andi Kleen
, (Wed Nov 17, 3:56 am)
Re: [patch 00/28] [rfc] dcache scaling part 1
, Nick Piggin
, (Wed Nov 17, 4:19 am)
Re: [patch 01/28] fs: d_validate fixes
, David Miller
, (Thu Nov 18, 1:51 pm)
Re: [patch 01/28] fs: d_validate fixes
, Nick Piggin
, (Thu Nov 18, 10:01 pm)
Re: [patch 13/28] fs: dcache scale d_unhashed
, Tim Pepper
, (Fri Nov 19, 12:41 pm)
Re: [patch 14/28] fs: dcache scale subdirs
, Tim Pepper
, (Fri Nov 19, 12:41 pm)
Re: [patch 15/28] fs: scale inode alias list
, Tim Pepper
, (Fri Nov 19, 12:41 pm)
Re: [patch 16/28] fs: Use rename lock and RCU for multi-st ...
, Tim Pepper
, (Fri Nov 19, 12:42 pm)
Re: [patch 00/28] [rfc] dcache scaling part 1
, Tim Pepper
, (Fri Nov 19, 12:43 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate