summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAge
* libceph: use ceph_kvmalloc() for osdmap arraysIlya Dryomov2019-09-16
* libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc()Ilya Dryomov2019-09-16
* libceph: drop unused con parameter of calc_target()Ilya Dryomov2019-09-16
* libceph: handle OSD op ceph_pagelist_append() errorsDavid Disseldorp2019-09-16
* libceph: add function that clears osd client's abort_errYan, Zheng2019-09-16
* libceph: add function that reset client's entity addrYan, Zheng2019-09-16
* libceph: don't call crypto_free_sync_skcipher() on a NULL tfmJia-Ju Bai2019-08-28
* libceph: fix PG split vs OSD (re)connect raceIlya Dryomov2019-08-22
* Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-18
|\
| * rbd: support for object-map and fast-diffIlya Dryomov2019-07-08
| * libceph: export osd_req_op_data() macroIlya Dryomov2019-07-08
| * libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov2019-07-08
| * libceph: rename r_unsafe_item to r_private_itemIlya Dryomov2019-07-08
| * libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton2019-07-08
| * libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton2019-07-08
| * ceph: fix decode_locker to use ceph_decode_entity_addrJeff Layton2019-07-08
| * libceph: correctly decode ADDR2 addresses in incremental OSD mapsJeff Layton2019-07-08
| * libceph: fix watch_item_t decoding to use ceph_decode_entity_addrJeff Layton2019-07-08
| * libceph: switch osdmap decoding to use ceph_decode_entity_addrJeff Layton2019-07-08
| * libceph: ADDR2 support for monmapJeff Layton2019-07-08
| * libceph: add ceph_decode_entity_addrJeff Layton2019-07-08
| * libceph: fix sa_family just after reading addressJeff Layton2019-07-08
| * libceph: remove ceph_get_direct_page_vector()Christoph Hellwig2019-07-08
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-12
|\ \
| * | ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-03
* | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-10
* | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-08
|\ \ \
| * | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-27
* | | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-08
|\| | | | |_|/ |/| |
| * | keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-27
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner2019-06-05
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-21
|/
* Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-16
|\
| * dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-15
* | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-05-16
|\ \
| * | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-07
| * | libceph: fix unaligned accesses in ceph_entity_addr handlingJeff Layton2019-05-07
* | | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-14
| |/ |/|
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-07
|\ \ | |/ |/|
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-09
* | libceph: fix breakage caused by multipage bvecsIlya Dryomov2019-03-25
* | libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-20
* | libceph: use struct_size() for kmalloc() in crush_decode()Gustavo A. R. Silva2019-03-05
|/
* libceph: handle an empty authorize replyIlya Dryomov2019-02-18
* libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov2019-01-21
* libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-07
* libceph: switch more to bool in ceph_tcp_sendmsg()Ilya Dryomov2018-12-26
* libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Ilya Dryomov2018-12-26
* libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()Ilya Dryomov2018-12-26