summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)Author
2020-06-16libceph: don't omit used_replica in target_copy()Ilya Dryomov
2020-06-16libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02mm: remove map_vm_rangeChristoph Hellwig
2020-06-01libceph: support for alloc hint flagsIlya Dryomov
2020-06-01libceph: read_from_replica optionIlya Dryomov
2020-06-01libceph: support for balanced and localized readsIlya Dryomov
2020-06-01libceph: crush_location infrastructureIlya Dryomov
2020-06-01libceph: decode CRUSH device/bucket types and namesIlya Dryomov
2020-06-01libceph: add non-asserting rbtree insertion helperIlya Dryomov
2020-06-01ceph: add read/write latency metric supportXiubo Li
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-05-27libceph: ignore pool overlay and cache logic on redirectsJerry Lee
2020-04-28docs: networking: convert dns_resolver.txt to ReSTMauro Carvalho Chehab
2020-03-30libceph: directly skip to the end of redirect replyIlya Dryomov
2020-03-30libceph: simplify ceph_monc_handle_map()Ilya Dryomov
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li
2020-03-30libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov
2020-03-23libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro
2020-02-07new primitive: __fs_parse()Al Viro
2020-02-07switch rbd and libceph to p_log-based primitivesAl Viro
2020-02-07fs_parse: get rid of ->enumsAl Viro
2020-01-27ceph: move net/ceph/ceph_fs.c to fs/ceph/util.cJeff Layton
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells
2019-11-25libceph: drop unnecessary check from dispatch() in mon_client.cIlya Dryomov
2019-09-16libceph: use ceph_kvmalloc() for osdmap arraysIlya Dryomov
2019-09-16libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc()Ilya Dryomov
2019-09-16libceph: drop unused con parameter of calc_target()Ilya Dryomov
2019-09-16libceph: handle OSD op ceph_pagelist_append() errorsDavid Disseldorp
2019-09-16libceph: add function that clears osd client's abort_errYan, Zheng
2019-09-16libceph: add function that reset client's entity addrYan, Zheng
2019-08-28libceph: don't call crypto_free_sync_skcipher() on a NULL tfmJia-Ju Bai
2019-08-22libceph: fix PG split vs OSD (re)connect raceIlya Dryomov
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-08rbd: support for object-map and fast-diffIlya Dryomov
2019-07-08libceph: export osd_req_op_data() macroIlya Dryomov
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov