summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner2019-06-051-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-161-1/+1
|\
| * dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-151-1/+1
* | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-05-165-69/+66
|\ \
| * | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-075-31/+31
| * | libceph: fix unaligned accesses in ceph_entity_addr handlingJeff Layton2019-05-071-40/+37
* | | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
| |/ |/|
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \ | |/ |/|
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | libceph: fix breakage caused by multipage bvecsIlya Dryomov2019-03-251-2/+6
* | libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-202-1/+26
* | libceph: use struct_size() for kmalloc() in crush_decode()Gustavo A. R. Silva2019-03-051-3/+2
|/
* libceph: handle an empty authorize replyIlya Dryomov2019-02-181-6/+9
* libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov2019-01-211-2/+3
* libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-073-4/+13
* libceph: switch more to bool in ceph_tcp_sendmsg()Ilya Dryomov2018-12-261-1/+1
* libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Ilya Dryomov2018-12-261-4/+13
* libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()Ilya Dryomov2018-12-261-26/+6
* libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov2018-12-261-5/+3
* libceph: fall back to sendmsg for slab pagesIlya Dryomov2018-11-191-3/+9
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-3/+3
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-3/+3
* | Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-10-314-169/+348
|\ \
| * | libceph: support the RADOS copy-from operationLuis Henriques2018-10-221-0/+90
| * | libceph: check reply num_data_items in setup_request_data()Ilya Dryomov2018-10-221-25/+23
| * | libceph: preallocate message data itemsIlya Dryomov2018-10-223-89/+144
| * | libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov2018-10-221-17/+21
| * | libceph: introduce alloc_watch_request()Ilya Dryomov2018-10-221-9/+19
| * | libceph: assign cookies in linger_submit()Ilya Dryomov2018-10-221-21/+27
| * | libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get()Ilya Dryomov2018-10-222-3/+3
| * | libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op()Ilya Dryomov2018-10-221-6/+0
| * | libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov2018-10-222-0/+9
| * | libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-222-10/+24
| * | libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov2018-10-221-5/+4
| |/
* / libceph: Remove VLA usage of skcipherKees Cook2018-09-282-7/+7
|/
* crush: fix using plain integer as NULL warningYueHaibing2018-08-131-2/+2
* libceph: remove unnecessary non NULL check for request_keyYueHaibing2018-08-131-1/+1
* libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov2018-08-021-2/+4
* libceph: check authorizer reply/challenge length before readingIlya Dryomov2018-08-021-0/+7
* libceph: implement CEPHX_V2 calculation modeIlya Dryomov2018-08-021-17/+56
* libceph: add authorizer challengeIlya Dryomov2018-08-025-6/+117
* libceph: factor out encrypt_authorizer()Ilya Dryomov2018-08-021-13/+36
* libceph: factor out __ceph_x_decrypt()Ilya Dryomov2018-08-021-9/+24
* libceph: factor out __prepare_write_connect()Ilya Dryomov2018-08-021-9/+12
* libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2018-08-021-28/+26
* ceph: fix whitespaceStephen Hemminger2018-08-028-9/+1
* libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-021-4/+4
* libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2018-08-024-20/+20