aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-14libceph: rename reset_connection() to ceph_con_reset_session()Ilya Dryomov1-6/+4
2020-12-14libceph: split protocol reset bits out of reset_connection()Ilya Dryomov1-26/+24
2020-12-14libceph: don't call reset_connection() on version/feature mismatchesIlya Dryomov1-3/+0
2020-12-14libceph: lower exponential backoff delayIlya Dryomov1-3/+9
2020-12-14libceph: include middle_len in process_message() doutIlya Dryomov1-1/+2
2020-10-12libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov1-0/+5
2020-10-12libceph: format ceph_entity_addr nonces as unsignedIlya Dryomov1-3/+3
2020-10-12libceph: move a dout in queue_con_delay()Ilya Dryomov1-1/+1
2020-10-12libceph: switch to the new "osd blocklist add" commandIlya Dryomov1-15/+52
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov1-4/+4
2020-10-12libceph: multiple workspaces for CRUSH computationsIlya Dryomov1-15/+151
2020-10-02libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva5-16/+16
2020-08-03libceph: replace HTTP links with HTTPS onesAlexander A. Klimov4-4/+4
2020-08-03libceph: just have osd_req_op_init() return a pointerJeff Layton1-23/+16
2020-08-03libceph: dump class and method names on method callsIlya Dryomov1-0/+3
2020-08-03libceph: use target_copy() in send_linger()Ilya Dryomov1-3/+1
2020-06-16libceph: don't omit used_replica in target_copy()Ilya Dryomov1-0/+1
2020-06-16libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov1-0/+1
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov2-13/+8
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