mbox series

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

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

Message

Vivek Goyal April 28, 2021, 4:50 p.m. UTC
Hi,

This is V5 of patches. Posted V4 here.

https://lore.kernel.org/linux-fsdevel/20210423130723.1673919-1-vgoyal@redhat.com/

Changes since V4:

- Changed order of WAKE_NEXT and WAKE_ALL entries in enum. (Matthew Wilcox).

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 | 35 +++++++++++++++++++++++------------
 1 file changed, 23 insertions(+), 12 deletions(-)