Age | Commit message (Expand) | Author |
2016-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2016-03-25 | libceph: use KMEM_CACHE macro | Geliang Tang |
2016-03-25 | libceph: use sizeof_footer() more | Ilya Dryomov |
2016-03-25 | libceph: add helper that duplicates last extent operation | Yan, Zheng |
2016-03-25 | libceph: enable large, variable-sized OSD requests | Ilya Dryomov |
2016-03-25 | libceph: osdc->req_mempool should be backed by a slab pool | Ilya Dryomov |
2016-03-25 | libceph: make r_request msg_size calculation clearer | Ilya Dryomov |
2016-03-25 | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op | Yan, Zheng |
2016-03-25 | libceph: rename ceph_osd_req_op::payload_len to indata_len | Ilya Dryomov |
2016-03-25 | libceph: behave in mon_fault() if cur_mon < 0 | Ilya Dryomov |
2016-03-25 | libceph: reschedule tick in mon_fault() | Ilya Dryomov |
2016-03-25 | libceph: introduce and switch to reopen_session() | Ilya Dryomov |
2016-03-25 | libceph: monc hunt rate is 3s with backoff up to 30s | Ilya Dryomov |
2016-03-25 | libceph: monc ping rate is 10s | Ilya Dryomov |
2016-03-25 | libceph: pick a different monitor when reconnecting | Ilya Dryomov |
2016-03-25 | libceph: revamp subs code, switch to SUBSCRIBE2 protocol | Ilya Dryomov |
2016-03-25 | libceph: decouple hunting and subs management | Ilya Dryomov |
2016-03-25 | libceph: move debugfs initialization into __ceph_open_session() | Ilya Dryomov |
2016-03-20 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-03-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2016-02-24 | libceph: don't spam dmesg with stray reply warnings | Ilya Dryomov |
2016-02-24 | libceph: use the right footer size when skipping a message | Ilya Dryomov |
2016-02-24 | libceph: don't bail early from try_read() when skipping a message | Ilya Dryomov |
2016-02-16 | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen |
2016-02-04 | libceph: MOSDOpReply v7 encoding | Ilya Dryomov |
2016-02-04 | crush: decode and initialize chooseleaf_stable | Ilya Dryomov |
2016-02-04 | crush: add chooseleaf_stable tunable | Ilya Dryomov |
2016-02-04 | crush: ensure take bucket value is valid | Ilya Dryomov |
2016-02-04 | crush: ensure bucket id is valid before indexing buckets array | Ilya Dryomov |
2016-01-27 | libceph: Remove unnecessary ivsize variables | Ilya Dryomov |
2016-01-27 | libceph: Use skcipher | Herbert Xu |
2016-01-21 | libceph: remove outdated comment | Ilya Dryomov |
2016-01-21 | libceph: kill off ceph_x_ticket_handler::validity | Ilya Dryomov |
2016-01-21 | libceph: invalidate AUTH in addition to a service ticket | Ilya Dryomov |
2016-01-21 | libceph: fix authorizer invalidation, take 2 | Ilya Dryomov |
2016-01-21 | libceph: clear messenger auth_retry flag if we fault | Ilya Dryomov |
2016-01-21 | libceph: fix ceph_msg_revoke() | Ilya Dryomov |
2016-01-21 | libceph: use list_for_each_entry_safe | Geliang Tang |
2016-01-21 | libceph: use list_next_entry instead of list_entry_next | Geliang Tang |
2015-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2015-11-05 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2015-11-02 | libceph: clear msg->con in ceph_msg_release() only | Ilya Dryomov |
2015-11-02 | libceph: add nocephx_sign_messages option | Ilya Dryomov |
2015-11-02 | libceph: stop duplicating client fields in messenger | Ilya Dryomov |
2015-11-02 | libceph: drop authorizer check from cephx msg signing routines | Ilya Dryomov |
2015-11-02 | libceph: msg signing callouts don't need con argument | Ilya Dryomov |
2015-11-02 | libceph: evaluate osd_req_op_data() arguments only once | Ioana Ciornei |
2015-11-02 | libceph: introduce ceph_x_authorizer_cleanup() | Ilya Dryomov |
2015-11-02 | libceph: use local variable cursor instead of &msg->cursor | Shraddha Barke |
2015-11-02 | libceph: remove con argument in handle_reply() | Shraddha Barke |