]> git.baikalelectronics.ru Git - kernel.git/commit
libceph: a major OSD client update
authorIlya Dryomov <idryomov@gmail.com>
Thu, 28 Apr 2016 14:07:26 +0000 (16:07 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 25 May 2016 23:14:03 +0000 (01:14 +0200)
commitd816f873e36eaa6d678ba2db56db3af5d7d3bc8f
tree1bcaaf4d5ff7b443c3776af771b228a5fad903b0
parente534b367ad411e92b166ee634f25c5149d0f6a5d
libceph: a major OSD client update

This is a major sync up, up to ~Jewel.  The highlights are:

- per-session request trees (vs a global per-client tree)
- per-session locking (vs a global per-client rwlock)
- homeless OSD session
- no ad-hoc global per-client lists
- support for pool quotas
- foundation for watch/notify v2 support
- foundation for map check (pool deletion detection) support

The switchover is incomplete: lingering requests can be setup and
teared down but aren't ever reestablished.  This functionality is
restored with the introduction of the new lingering infrastructure
(ceph_osd_linger_request, linger_work, etc) in a later commit.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/ioctl.c
fs/ceph/xattr.c
include/linux/ceph/osd_client.h
net/ceph/debugfs.c
net/ceph/osd_client.c