public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] xfs: fixes for 3.12-rc2
@ 2013-09-17  1:44 Dave Chinner
  2013-09-17  1:44 ` [PATCH 1/3] xfs: don't try to mark uncached buffers stale on error Dave Chinner
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dave Chinner @ 2013-09-17  1:44 UTC (permalink / raw)
  To: xfs

Hi folks,

Three patches for 3.12-rc2. The first has been posted previously,
and prevents an assert failure during a shutdown while zeroing space
with an uncached buffer.

The second patch is to fix a regression introduced in the 3.12 merge
by commit 46f9d2e ("xfs: aborted buf items can be in the AIL").

The third is fixing a thinko made a long time ago when adding RCU
freeing to the struct xfs_inode, but has only been exposed by the
recent merge of the per-node LRUs and shrinkers allowing concurrent
reclaim and lookup races to be hit easily. The RCU traversals of the
inode radix trees take the lock on the inode to determine if it is
being freed or not, and so that can race with freeing of the inode.
Hence we can't assert that the lock is not held when freeing the
inode.

These all fix regressions triggered by xfstests....

Cheers,

Dave.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2013-09-17  1:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-17  1:44 [PATCH 0/3] xfs: fixes for 3.12-rc2 Dave Chinner
2013-09-17  1:44 ` [PATCH 1/3] xfs: don't try to mark uncached buffers stale on error Dave Chinner
2013-09-17  1:44 ` [PATCH 2/3] xfs: lock the AIL before removing the buffer item Dave Chinner
2013-09-17  1:44 ` [PATCH 3/3] xfs: asserting lock not held during freeing not valid Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox