Age | Commit message (Expand) | Author |
2016-05-26 | libceph: ceph_osds, ceph_pg_to_up_acting_osds() | Ilya Dryomov |
2016-05-26 | libceph: rename ceph_oloc_oid_to_pg() | Ilya Dryomov |
2016-05-26 | libceph: DEFINE_RB_FUNCS macro | Ilya Dryomov |
2016-05-26 | libceph: open-code remove_{all,old}_osds() | Ilya Dryomov |
2016-05-26 | libceph: nuke unused fields and functions | Ilya Dryomov |
2016-05-26 | libceph: variable-sized ceph_object_id | Ilya Dryomov |
2016-05-26 | libceph: change how osd_op_reply message size is calculated | Ilya Dryomov |
2016-05-26 | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov |
2016-05-26 | libceph: grab snapc in ceph_osdc_alloc_request() | Ilya Dryomov |
2016-05-26 | libceph: make ceph_osdc_put_request() accept NULL | Ilya Dryomov |
2016-04-25 | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
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 |