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