lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48352CDA.2030603@np.css.fujitsu.com>
Date:	Thu, 22 May 2008 17:20:42 +0900
From:	Kentaro Makita <k-makita@...css.fujitsu.com>
To:	akpm@...ux-foundation.org, dgc@....com,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH][RFC]fix soft lock up at NFS mount by per-SB LRU-list
 of unused dentries

Andrew Morton wrote:
> On Thu, 22 May 2008 11:22:18 +0900 Kentaro Makita <k-makita@...css.fujitsu.com> wrote:
> 
>> [Summary]
>>   Split LRU-list of unused dentries to each superblocks to avoid soft lock up
>>  at NFS mounts and remounting any filesystem.
>>
>>  Previosly I posted are:
>>  http://lkml.org/lkml/2008/3/5/590
>>
>> [Descriptions]
>> - background
>>  dentry_unused is a list of dentries which is not in use. This works
>>  as a cache against not-exisiting files. dentry_unused grows up when
>>  directories or files are removed. This list can be very long if
>>  there is huge free memory.
> 
> The dentry_unused inodes are not actually not-existing files.  They are
> dentries which refer to live files (and, iirc, negative dentries) but
> which nobody is actually using - for example, regular files which
> nobody currently has open.
> 
> I changed the changelog text to reflect that.
Oh, Thank you for your good information and fixing.
> 
>> - what's problem
>>
>>  This patch is against linux-2.6.26-rc3. Tested on x86_64.
> 
> Looks good to me, thanks.  And no, the loss of the strict global LRU
> handling of the dentry LRU is unlikely to be an issue.
> 
>> Based on David Chinner's "Per-superblock unused dentry LRU lists V3".
>> ...
>> Signed-off-by: Kentaro Makita <k-makita@...css.fujitsu.com>
> 
> I guess we should ask David for his signed-off-by: on this.
Thank you for your works too, David.

Best Regards,
Kentaro Makita

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ