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-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-18libceph: don't set weight to IN when OSD is destroyedIlya Dryomov1-1/+0
2017-01-15libceph: verify authorize reply on connectIlya Dryomov1-0/+13
2016-08-08libceph: apply new_state before new_up_client on incrementalsIlya Dryomov1-43/+113
2016-08-08libceph: set 'exists' flag for newly up osdYan, Zheng1-1/+1
2016-03-10libceph: don't bail early from try_read() when skipping a messageIlya Dryomov1-2/+2
2015-06-15crush: ensuring at most num-rep osds are selectedIlya Dryomov1-4/+12
2015-06-09Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov1-2/+0
2015-06-09Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov1-11/+20
2015-04-17Revert "libceph: use memalloc flags for net IO"Ilya Dryomov1-8/+1
2015-03-07libceph: fix double __remove_osd() problemIlya Dryomov1-8/+18
2014-11-13libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov1-2/+2
2014-11-13libceph: clear r_req_lru_item in __unregister_linger_request()Ilya Dryomov1-0/+2
2014-11-13libceph: unlink from o_linger_requests when clearing r_osdIlya Dryomov1-0/+1
2014-11-13libceph: do not crash on large auth ticketsIlya Dryomov1-37/+132
2014-10-31libceph: eliminate unnecessary allocation in process_one_ticket()Ilya Dryomov1-15/+10
2014-10-30libceph: use memalloc flags for net IOMike Christie1-1/+9
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-228/+153
2014-10-14libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov1-1/+5
2014-10-14libceph: separate multiple ops with commas in debugfs outputIlya Dryomov1-1/+2
2014-10-14libceph: sync osd op definitions in rados.hIlya Dryomov2-132/+8
2014-10-14libceph: reference counting pagelistYan, Zheng2-5/+6
2014-10-14libceph: don't try checking queue_work() return valueIlya Dryomov1-10/+5
2014-10-14libceph: Convert pr_warning to pr_warnJoe Perches5-37/+39
2014-10-14libceph: fix a use after free issue in osdmap_set_max_osdLi RongQing1-16/+16
2014-10-14libceph: select CRYPTO_CBC in addition to CRYPTO_AESIlya Dryomov1-0/+1
2014-10-14libceph: resend lingering requests with a new tidIlya Dryomov1-19/+54
2014-10-14libceph: abstract out ceph_osd_request enqueue logicIlya Dryomov1-7/+17
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+0
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells1-1/+0
2014-09-10libceph: do not hard code max auth ticket lenIlya Dryomov1-35/+29
2014-09-10libceph: add process_one_ticket() helperIlya Dryomov1-104/+124
2014-09-10libceph: gracefully handle large reply messages from the monSage Weil1-0/+8
2014-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-55/+121
2014-08-09libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov1-1/+1
2014-07-23KEYS: Ceph: Use user_match()David Howells1-6/+2
2014-07-23KEYS: Ceph: Use key preparsingDavid Howells1-9/+15
2014-07-08libceph: drop osd ref when canceling con workIlya Dryomov1-4/+10
2014-07-08libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov1-10/+0
2014-07-08libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov1-6/+25
2014-07-08libceph: fix linger request check in __unregister_request()Ilya Dryomov1-1/+1
2014-07-08libceph: unregister only registered linger requestsIlya Dryomov1-5/+14
2014-07-08libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov1-0/+2
2014-07-08libceph: harden ceph_osdc_request_release() a bitIlya Dryomov1-0/+7
2014-07-08libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov1-4/+22
2014-07-08libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov1-9/+22
2014-07-08libceph: add maybe_move_osd_to_lru() and switch to itIlya Dryomov1-12/+14