summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)Author
2020-06-01libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov
2020-05-21ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
2019-09-21libceph: don't call crypto_free_sync_skcipher() on a NULL tfmJia-Ju Bai
2019-08-29libceph: fix PG split vs OSD (re)connect raceIlya Dryomov
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton
2019-05-07libceph: fix unaligned accesses in ceph_entity_addr handlingJeff Layton
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-25libceph: fix breakage caused by multipage bvecsIlya Dryomov
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov
2019-03-05libceph: use struct_size() for kmalloc() in crush_decode()Gustavo A. R. Silva
2019-02-18libceph: handle an empty authorize replyIlya Dryomov
2019-01-21libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang
2018-12-26libceph: switch more to bool in ceph_tcp_sendmsg()Ilya Dryomov
2018-12-26libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Ilya Dryomov
2018-12-26libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()Ilya Dryomov
2018-12-26libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov
2018-11-19libceph: fall back to sendmsg for slab pagesIlya Dryomov
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-31Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-22libceph: support the RADOS copy-from operationLuis Henriques
2018-10-22libceph: check reply num_data_items in setup_request_data()Ilya Dryomov
2018-10-22libceph: preallocate message data itemsIlya Dryomov
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov
2018-10-22libceph: introduce alloc_watch_request()Ilya Dryomov
2018-10-22libceph: assign cookies in linger_submit()Ilya Dryomov
2018-10-22libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get()Ilya Dryomov
2018-10-22libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op()Ilya Dryomov
2018-10-22libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov
2018-10-22libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov
2018-09-28libceph: Remove VLA usage of skcipherKees Cook
2018-08-13crush: fix using plain integer as NULL warningYueHaibing
2018-08-13libceph: remove unnecessary non NULL check for request_keyYueHaibing
2018-08-02libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov
2018-08-02libceph: check authorizer reply/challenge length before readingIlya Dryomov
2018-08-02libceph: implement CEPHX_V2 calculation modeIlya Dryomov
2018-08-02libceph: add authorizer challengeIlya Dryomov
2018-08-02libceph: factor out encrypt_authorizer()Ilya Dryomov
2018-08-02libceph: factor out __ceph_x_decrypt()Ilya Dryomov
2018-08-02libceph: factor out __prepare_write_connect()Ilya Dryomov