Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Pull Ceph updates from Sage Weil: "The two main changes are aio support in CephFS, and a series that fixes several issues in the authentication key timeout/renewal code. On top of that are a variety of cleanups and minor bug fixes" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client: libceph: remove outdated comment libceph: kill off ceph_x_ticket_handler::validity libceph: invalidate AUTH in addition to a service ticket libceph: fix authorizer invalidation, take 2 libceph: clear messenger auth_retry flag if we fault libceph: fix ceph_msg_revoke() libceph: use list_for_each_entry_safe ceph: use i_size_{read,write} to get/set i_size ceph: re-send AIO write request when getting -EOLDSNAP error ceph: Asynchronous IO support ceph: Avoid to propagate the invalid page point ceph: fix double page_unlock() in page_mkwrite() rbd: delete an unnecessary check before ...
Showing
- drivers/block/rbd.c 1 addition, 2 deletionsdrivers/block/rbd.c
- fs/ceph/addr.c 6 additions, 8 deletionsfs/ceph/addr.c
- fs/ceph/cache.c 3 additions, 5 deletionsfs/ceph/cache.c
- fs/ceph/file.c 376 additions, 133 deletionsfs/ceph/file.c
- fs/ceph/inode.c 4 additions, 4 deletionsfs/ceph/inode.c
- include/linux/ceph/ceph_frag.h 1 addition, 36 deletionsinclude/linux/ceph/ceph_frag.h
- include/linux/ceph/messenger.h 1 addition, 1 deletioninclude/linux/ceph/messenger.h
- net/ceph/auth_x.c 38 additions, 11 deletionsnet/ceph/auth_x.c
- net/ceph/auth_x.h 1 addition, 1 deletionnet/ceph/auth_x.h
- net/ceph/messenger.c 70 additions, 35 deletionsnet/ceph/messenger.c
- net/ceph/mon_client.c 0 additions, 4 deletionsnet/ceph/mon_client.c
Please register or sign in to comment