All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] ceph: snapshot and multimds fixes
@ 2017-09-04  9:38 Yan, Zheng
  2017-09-04  9:38 ` [PATCH 01/13] ceph: fix null pointer dereference in ceph_flush_snaps() Yan, Zheng
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Yan, Zheng @ 2017-09-04  9:38 UTC (permalink / raw)
  To: ceph-devel, jlayton, idryomov; +Cc: Yan, Zheng

Yan, Zheng (13):
  ceph: fix null pointer dereference in ceph_flush_snaps()
  ceph: fix message order check in handle_cap_export()
  ceph: handle race between vmtruncate and queuing cap snap
  ceph: queue cap snap only when snap realm's context changes
  ceph: remove stale check in ceph_invalidatepage()
  ceph: properly get capsnap's size in get_oldest_context()
  ceph: make writepage_nounlock() invalidate page that beyonds EOF
  ceph: optimize pagevec iterating in ceph_writepages_start()
  ceph: cleanup local varibles in ceph_writepages_start()
  ceph: fix "range cyclic" mode writepages
  ceph: ignore wbc->range_{start,end} when write back snapshot data
  ceph: fix capsnap dirty pages accounting
  ceph: wait on writeback after writing snapshot data

 fs/ceph/addr.c  | 362 +++++++++++++++++++++++++++++++++-----------------------
 fs/ceph/caps.c  |   4 +-
 fs/ceph/inode.c |  13 +-
 fs/ceph/snap.c  |  37 +++---
 4 files changed, 244 insertions(+), 172 deletions(-)

-- 
2.13.5


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

end of thread, other threads:[~2017-09-04  9:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-04  9:38 [PATCH 00/13] ceph: snapshot and multimds fixes Yan, Zheng
2017-09-04  9:38 ` [PATCH 01/13] ceph: fix null pointer dereference in ceph_flush_snaps() Yan, Zheng
2017-09-04  9:38 ` [PATCH 02/13] ceph: fix message order check in handle_cap_export() Yan, Zheng
2017-09-04  9:38 ` [PATCH 03/13] ceph: handle race between vmtruncate and queuing cap snap Yan, Zheng
2017-09-04  9:38 ` [PATCH 04/13] ceph: queue cap snap only when snap realm's context changes Yan, Zheng
2017-09-04  9:39 ` [PATCH 05/13] ceph: remove stale check in ceph_invalidatepage() Yan, Zheng
2017-09-04  9:39 ` [PATCH 06/13] ceph: properly get capsnap's size in get_oldest_context() Yan, Zheng
2017-09-04  9:39 ` [PATCH 07/13] ceph: make writepage_nounlock() invalidate page that beyonds EOF Yan, Zheng
2017-09-04  9:39 ` [PATCH 08/13] ceph: optimize pagevec iterating in ceph_writepages_start() Yan, Zheng
2017-09-04  9:39 ` [PATCH 09/13] ceph: cleanup local varibles " Yan, Zheng
2017-09-04  9:39 ` [PATCH 10/13] ceph: fix "range cyclic" mode writepages Yan, Zheng
2017-09-04  9:39 ` [PATCH 11/13] ceph: ignore wbc->range_{start,end} when write back snapshot data Yan, Zheng
2017-09-04  9:39 ` [PATCH 12/13] ceph: fix capsnap dirty pages accounting Yan, Zheng
2017-09-04  9:39 ` [PATCH 13/13] ceph: wait on writeback after writing snapshot data Yan, Zheng

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.