summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)Author
2019-03-23libceph: handle an empty authorize replyIlya Dryomov
2019-02-20libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov
2018-12-17mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes
2018-05-02libceph: validate con->state at the top of try_write()Ilya Dryomov
2018-04-13libceph: NULL deref on crush_decode() error pathDan Carpenter
2017-04-08libceph: force GFP_NOIO for socket allocationsIlya Dryomov
2017-03-30libceph: don't set weight to IN when OSD is destroyedIlya Dryomov
2017-01-09libceph: verify authorize reply on connectIlya Dryomov
2016-08-10libceph: apply new_state before new_up_client on incrementalsIlya Dryomov
2016-03-03libceph: don't spam dmesg with stray reply warningsIlya Dryomov
2016-03-03libceph: use the right footer size when skipping a messageIlya Dryomov
2016-03-03libceph: don't bail early from try_read() when skipping a messageIlya Dryomov
2016-03-03libceph: fix ceph_msg_revoke()Ilya Dryomov
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-11-02libceph: clear msg->con in ceph_msg_release() onlyIlya Dryomov
2015-11-02libceph: add nocephx_sign_messages optionIlya Dryomov
2015-11-02libceph: stop duplicating client fields in messengerIlya Dryomov
2015-11-02libceph: drop authorizer check from cephx msg signing routinesIlya Dryomov
2015-11-02libceph: msg signing callouts don't need con argumentIlya Dryomov
2015-11-02libceph: evaluate osd_req_op_data() arguments only onceIoana Ciornei
2015-11-02libceph: introduce ceph_x_authorizer_cleanup()Ilya Dryomov
2015-11-02libceph: use local variable cursor instead of &msg->cursorShraddha Barke
2015-11-02libceph: remove con argument in handle_reply()Shraddha Barke
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-10-16rbd: use writefull op for object size writesIlya Dryomov
2015-09-17libceph: don't access invalid memory in keepalive2 pathIlya Dryomov
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-09-09libceph: check data_len in ->alloc_msg()Ilya Dryomov
2015-09-08libceph: use keepalive2 to verify the mon session is aliveYan, Zheng
2015-09-08libceph: set 'exists' flag for newly up osdYan, Zheng
2015-09-08libceph: rename con_work() to ceph_con_workfn()Ilya Dryomov
2015-09-08libceph: Avoid holding the zero page on ceph_msgr_slab_init errorsBenoît Canet
2015-09-08libceph: remove the unused macro AES_KEY_SIZENicholas Krause
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-07-09libceph: treat sockaddr_storage with uninitialized family as blankIlya Dryomov
2015-07-09libceph: enable ceph in a non-default network namespaceIlya Dryomov
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-07-01crush: fix a bug in tree bucket decodeIlya Dryomov
2015-06-29libceph: Fix ceph_tcp_sendpage()'s more boolean usageBenoît Canet
2015-06-25libceph: Remove spurious kunmap() of the zero pageBenoît Canet
2015-06-25crush: sync up with userspaceIlya Dryomov
2015-06-25crush: fix crash from invalid 'take' argumentIlya Dryomov
2015-06-25libceph: fix wrong name "Ceph filesystem for Linux"Hong Zhiguo
2015-06-25libceph: a couple tweaks for wait loopsIlya Dryomov
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov
2015-06-25libceph: use kvfree() instead of open-coding itIlya Dryomov
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng
2015-06-25libceph: properly release STAT request's raw_data_inYan, Zheng
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller