aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-60/+490
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-10/+3
2020-06-02mm: remove map_vm_rangeChristoph Hellwig1-2/+1
2020-06-01libceph: support for alloc hint flagsIlya Dryomov1-1/+7
2020-06-01libceph: read_from_replica optionIlya Dryomov2-1/+43
2020-06-01libceph: support for balanced and localized readsIlya Dryomov3-6/+189
2020-06-01libceph: crush_location infrastructureIlya Dryomov2-0/+152
2020-06-01libceph: decode CRUSH device/bucket types and namesIlya Dryomov2-3/+85
2020-06-01libceph: add non-asserting rbtree insertion helperIlya Dryomov1-49/+11
2020-06-01ceph: add read/write latency metric supportXiubo Li1-0/+3
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-9/+2
2020-05-27libceph: ignore pool overlay and cache logic on redirectsJerry Lee1-1/+3
2020-04-28docs: networking: convert dns_resolver.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-30libceph: directly skip to the end of redirect replyIlya Dryomov1-3/+0
2020-03-30libceph: simplify ceph_monc_handle_map()Ilya Dryomov1-4/+4
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li1-79/+0
2020-03-30libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov1-10/+10
2020-03-23libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2-13/+10
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov1-0/+9
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-22/+19
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-6/+2
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro1-4/+4
2020-02-07new primitive: __fs_parse()Al Viro1-1/+1
2020-02-07switch rbd and libceph to p_log-based primitivesAl Viro1-12/+14
2020-02-07fs_parse: get rid of ->enumsAl Viro1-1/+1
2020-01-27ceph: move net/ceph/ceph_fs.c to fs/ceph/util.cJeff Layton2-105/+1
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques1-6/+12
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells2-231/+190
2019-11-25libceph: drop unnecessary check from dispatch() in mon_client.cIlya Dryomov1-3/+0
2019-09-16libceph: use ceph_kvmalloc() for osdmap arraysIlya Dryomov1-26/+43
2019-09-16libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc()Ilya Dryomov1-6/+23
2019-09-16libceph: drop unused con parameter of calc_target()Ilya Dryomov1-7/+5
2019-09-16libceph: handle OSD op ceph_pagelist_append() errorsDavid Disseldorp1-5/+22
2019-09-16libceph: add function that clears osd client's abort_errYan, Zheng1-0/+8
2019-09-16libceph: add function that reset client's entity addrYan, Zheng4-0/+39
2019-08-28libceph: don't call crypto_free_sync_skcipher() on a NULL tfmJia-Ju Bai1-2/+4
2019-08-22libceph: fix PG split vs OSD (re)connect raceIlya Dryomov1-5/+4
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds9-86/+212
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-33/+5
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+2
2019-07-08rbd: support for object-map and fast-diffIlya Dryomov2-0/+62
2019-07-08libceph: export osd_req_op_data() macroIlya Dryomov1-8/+0
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov2-6/+6
2019-07-08libceph: rename r_unsafe_item to r_private_itemIlya Dryomov1-2/+2
2019-07-08libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton1-3/+3
2019-07-08libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton2-14/+11