All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ceph: file lock related fixes
@ 2017-09-12  2:53 Yan, Zheng
  2017-09-12  2:53 ` [PATCH 1/5] ceph: keep auth cap when inode has flocks or posix locks Yan, Zheng
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Yan, Zheng @ 2017-09-12  2:53 UTC (permalink / raw)
  To: ceph-devel, jlayton, idryomov; +Cc: Yan, Zheng

Yan, Zheng (5):
  ceph: keep auth cap when inode has flocks or posix locks
  ceph: make lock_to_ceph_filelock() 'static'
  ceph: optimize flock encoding during reconnect
  ceph: handle 'session get evicted while there are file locks'
  ceph: avoid null pointer derefernece in case of utsname() return NULL

 fs/ceph/inode.c      |   1 +
 fs/ceph/locks.c      | 177 ++++++++++++++++++++++++++++++++++++---------------
 fs/ceph/mds_client.c |  61 ++++++++++++------
 fs/ceph/mds_client.h |   3 +
 fs/ceph/super.h      |   4 +-
 5 files changed, 174 insertions(+), 72 deletions(-)

-- 
2.13.5


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

end of thread, other threads:[~2017-09-18 15:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-12  2:53 [PATCH 0/5] ceph: file lock related fixes Yan, Zheng
2017-09-12  2:53 ` [PATCH 1/5] ceph: keep auth cap when inode has flocks or posix locks Yan, Zheng
2017-09-12 10:56   ` Jeff Layton
2017-09-12 12:57     ` Yan, Zheng
2017-09-12 13:21   ` Jeff Layton
2017-09-12 13:36     ` Yan, Zheng
2017-09-18 15:06       ` Jeff Layton
2017-09-12  2:53 ` [PATCH 2/5] ceph: make lock_to_ceph_filelock() 'static' Yan, Zheng
2017-09-12 12:48   ` Jeff Layton
2017-09-12  2:53 ` [PATCH 3/5] ceph: optimize flock encoding during reconnect Yan, Zheng
2017-09-12 13:03   ` Jeff Layton
2017-09-12  2:53 ` [PATCH 4/5] ceph: handle 'session get evicted while there are file locks' Yan, Zheng
2017-09-12 13:13   ` Jeff Layton
2017-09-12  2:53 ` [PATCH 5/5] ceph: avoid null pointer derefernece in case of utsname() return NULL Yan, Zheng
2017-09-12 13:15   ` Jeff Layton

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.