linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] A couple of i_dir_seq fixes for fs/dcache.c
@ 2018-02-19 14:55 Will Deacon
  2018-02-19 14:55 ` [PATCH v2 1/2] fs: dcache: Avoid livelock between d_alloc_parallel and __d_add Will Deacon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Will Deacon @ 2018-02-19 14:55 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: peterz, viro, willy, linux-kernel, Will Deacon

Hi all,

This is version two of the patch I previously posted here:

  http://lkml.kernel.org/r/1518526731-26546-1-git-send-email-will.deacon@arm.com

Changes since v1:

  * Added READ_ONCE to i_dir_seq access
  * Added tags

Cheers,

Will

--->8

Will Deacon (2):
  fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
  fs: dcache: Use READ_ONCE when accessing i_dir_seq

 fs/dcache.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-26 18:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19 14:55 [PATCH v2 0/2] A couple of i_dir_seq fixes for fs/dcache.c Will Deacon
2018-02-19 14:55 ` [PATCH v2 1/2] fs: dcache: Avoid livelock between d_alloc_parallel and __d_add Will Deacon
2018-02-19 14:55 ` [PATCH v2 2/2] fs: dcache: Use READ_ONCE when accessing i_dir_seq Will Deacon
2018-02-26 18:05 ` [PATCH v2 0/2] A couple of i_dir_seq fixes for fs/dcache.c Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).