mbox series

[v3,0/3] dax: Fix missed wakeup in put_unlocked_entry()

Message ID 20210419213636.1514816-1-vgoyal@redhat.com (mailing list archive)
Headers show
Series dax: Fix missed wakeup in put_unlocked_entry() | expand

Message

Vivek Goyal April 19, 2021, 9:36 p.m. UTC
Hi,

This is V3 of patches. Posted V2 here.

https://lore.kernel.org/linux-fsdevel/20210419184516.GC1472665@redhat.com/

Changes since v2:

- Broke down patch in to a patch series (Dan)
- Added an enum to communicate wake mode (Dan)

Thanks
Vivek

Vivek Goyal (3):
  dax: Add an enum for specifying dax wakup mode
  dax: Add a wakeup mode parameter to put_unlocked_entry()
  dax: Wake up all waiters after invalidating dax entry

 fs/dax.c | 34 +++++++++++++++++++++++-----------
 1 file changed, 23 insertions(+), 11 deletions(-)