summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-16/+16
* libceph: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-034-4/+4
* libceph: just have osd_req_op_init() return a pointerJeff Layton2020-08-031-23/+16
* libceph: dump class and method names on method callsIlya Dryomov2020-08-031-0/+3
* libceph: use target_copy() in send_linger()Ilya Dryomov2020-08-031-3/+1
* libceph: don't omit used_replica in target_copy()Ilya Dryomov2020-06-161-0/+1
* libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov2020-06-161-0/+1
* libceph: move away from global osd_req_flagsIlya Dryomov2020-06-162-13/+8
* Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-06-085-60/+490
|\
| * libceph: support for alloc hint flagsIlya Dryomov2020-06-011-1/+7
| * libceph: read_from_replica optionIlya Dryomov2020-06-012-1/+43
| * libceph: support for balanced and localized readsIlya Dryomov2020-06-013-6/+189
| * libceph: crush_location infrastructureIlya Dryomov2020-06-012-0/+152
| * libceph: decode CRUSH device/bucket types and namesIlya Dryomov2020-06-012-3/+85
| * libceph: add non-asserting rbtree insertion helperIlya Dryomov2020-06-011-49/+11
| * ceph: add read/write latency metric supportXiubo Li2020-06-011-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-032-10/+3
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+3
| |\|
| * | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-9/+2
| * | docs: networking: convert dns_resolver.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* | | mm: remove map_vm_rangeChristoph Hellwig2020-06-021-2/+1
| |/ |/|
* | libceph: ignore pool overlay and cache logic on redirectsJerry Lee2020-05-271-1/+3
|/
* libceph: directly skip to the end of redirect replyIlya Dryomov2020-03-301-3/+0
* libceph: simplify ceph_monc_handle_map()Ilya Dryomov2020-03-301-4/+4
* ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li2020-03-301-79/+0
* libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov2020-03-301-10/+10
* libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2020-03-232-13/+10
* ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-03-231-0/+9
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-22/+19
|\
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-6/+2
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
| * ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro2020-02-071-4/+4
| * new primitive: __fs_parse()Al Viro2020-02-071-1/+1
| * switch rbd and libceph to p_log-based primitivesAl Viro2020-02-071-12/+14
| * fs_parse: get rid of ->enumsAl Viro2020-02-071-1/+1
* | ceph: move net/ceph/ceph_fs.c to fs/ceph/util.cJeff Layton2020-01-272-105/+1
* | ceph: use copy-from2 op in copy_file_rangeLuis Henriques2020-01-271-6/+12
|/
* libceph, rbd, ceph: convert to use the new mount APIDavid Howells2019-11-272-231/+190
* libceph: drop unnecessary check from dispatch() in mon_client.cIlya Dryomov2019-11-251-3/+0
* libceph: use ceph_kvmalloc() for osdmap arraysIlya Dryomov2019-09-161-26/+43
* libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc()Ilya Dryomov2019-09-161-6/+23
* libceph: drop unused con parameter of calc_target()Ilya Dryomov2019-09-161-7/+5
* libceph: handle OSD op ceph_pagelist_append() errorsDavid Disseldorp2019-09-161-5/+22
* libceph: add function that clears osd client's abort_errYan, Zheng2019-09-161-0/+8
* libceph: add function that reset client's entity addrYan, Zheng2019-09-164-0/+39
* libceph: don't call crypto_free_sync_skcipher() on a NULL tfmJia-Ju Bai2019-08-281-2/+4
* libceph: fix PG split vs OSD (re)connect raceIlya Dryomov2019-08-221-5/+4
* Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-189-86/+212
|\
| * rbd: support for object-map and fast-diffIlya Dryomov2019-07-082-0/+62
| * libceph: export osd_req_op_data() macroIlya Dryomov2019-07-081-8/+0