linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Cleanup waitqueue_active and barriers
@ 2018-03-08 11:49 David Sterba
  2018-03-08 11:49 ` [PATCH 1/2] btrfs: introduce conditional wakeup helpers David Sterba
  2018-03-08 11:49 ` [PATCH 2/2] btrfs: replace waitqueue_actvie with cond_wake_up David Sterba
  0 siblings, 2 replies; 7+ messages in thread
From: David Sterba @ 2018-03-08 11:49 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

This is depends on current misc-next with "btrfs: Relax memory barrier
in btrfs_tree_unlock".

David Sterba (2):
  btrfs: introduce conditional wakeup helpers
  btrfs: replace waitqueue_actvie with cond_wake_up

 fs/btrfs/compression.c   |  7 +------
 fs/btrfs/ctree.h         | 23 +++++++++++++++++++++++
 fs/btrfs/delayed-inode.c |  9 +++------
 fs/btrfs/dev-replace.c   | 10 ++++------
 fs/btrfs/extent-tree.c   |  7 +------
 fs/btrfs/inode.c         |  9 +++------
 fs/btrfs/locking.c       | 34 +++++++++++-----------------------
 fs/btrfs/ordered-data.c  | 14 ++++----------
 fs/btrfs/transaction.c   |  7 +------
 fs/btrfs/tree-log.c      | 28 ++++++++--------------------
 10 files changed, 59 insertions(+), 89 deletions(-)

-- 
2.16.2


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

end of thread, other threads:[~2018-03-16 17:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-08 11:49 [PATCH 0/2] Cleanup waitqueue_active and barriers David Sterba
2018-03-08 11:49 ` [PATCH 1/2] btrfs: introduce conditional wakeup helpers David Sterba
2018-03-08 12:30   ` Nikolay Borisov
2018-03-08 11:49 ` [PATCH 2/2] btrfs: replace waitqueue_actvie with cond_wake_up David Sterba
2018-03-08 12:19   ` Nikolay Borisov
2018-03-08 16:47     ` David Sterba
2018-03-16 17:00       ` David Sterba

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).