All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] fuse: fixes for fuse_writepage_in_flight() and friends
@ 2013-10-02 11:00 Maxim Patlasov
  2013-10-02 11:01 ` [PATCH 1/5] fuse: writepages: roll back changes if request not found Maxim Patlasov
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Maxim Patlasov @ 2013-10-02 11:00 UTC (permalink / raw)
  To: miklos; +Cc: fuse-devel, linux-fsdevel, linux-kernel

Miklos,

The patch-set fixes a few issues I found while reviewing your
recent "fixes for writepages" patch-set.

The patches are for writepages.v2. If they are OK, I'll re-check
them for for-next.

Thanks,
Maxim

---

Maxim Patlasov (5):
      fuse: writepages: roll back changes if request not found
      fuse: writepages: crop secondary requests on send
      fuse: writepages: crop secondary requests on attach
      fuse: writepage: update bdi writeout when deleting secondary request
      fuse: writepages: protect secondary requests from fuse file release


 fs/fuse/file.c |   95 +++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 83 insertions(+), 12 deletions(-)

-- 
Signature

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

end of thread, other threads:[~2013-10-02 15:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 11:00 [PATCH 0/5] fuse: fixes for fuse_writepage_in_flight() and friends Maxim Patlasov
2013-10-02 11:01 ` [PATCH 1/5] fuse: writepages: roll back changes if request not found Maxim Patlasov
2013-10-02 11:01 ` [PATCH 2/5] fuse: writepages: crop secondary requests on send Maxim Patlasov
2013-10-02 11:17   ` [PATCH 2/5] fuse: writepages: crop secondary requests on send -v2 Maxim Patlasov
2013-10-02 15:07     ` Miklos Szeredi
2013-10-02 15:46       ` Maxim Patlasov
2013-10-02 11:02 ` [PATCH 3/5] fuse: writepages: crop secondary requests on attach Maxim Patlasov
2013-10-02 11:02 ` [PATCH 4/5] fuse: writepage: update bdi writeout when deleting secondary request Maxim Patlasov
2013-10-02 11:03 ` [PATCH 5/5] fuse: writepages: protect secondary requests from fuse file release Maxim Patlasov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.