Age | Commit message (Expand) | Author | Files | Lines |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 5 | -16/+16 |
2020-08-03 | libceph: replace HTTP links with HTTPS ones | Alexander A. Klimov | 4 | -4/+4 |
2020-08-03 | libceph: just have osd_req_op_init() return a pointer | Jeff Layton | 1 | -23/+16 |
2020-08-03 | libceph: dump class and method names on method calls | Ilya Dryomov | 1 | -0/+3 |
2020-08-03 | libceph: use target_copy() in send_linger() | Ilya Dryomov | 1 | -3/+1 |
2020-06-16 | libceph: don't omit used_replica in target_copy() | Ilya Dryomov | 1 | -0/+1 |
2020-06-16 | libceph: don't omit recovery_deletes in target_copy() | Ilya Dryomov | 1 | -0/+1 |
2020-06-16 | libceph: move away from global osd_req_flags | Ilya Dryomov | 2 | -13/+8 |
2020-06-08 | Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 5 | -60/+490 |
2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2 | -10/+3 |
2020-06-02 | mm: remove map_vm_range | Christoph Hellwig | 1 | -2/+1 |
2020-06-01 | libceph: support for alloc hint flags | Ilya Dryomov | 1 | -1/+7 |
2020-06-01 | libceph: read_from_replica option | Ilya Dryomov | 2 | -1/+43 |
2020-06-01 | libceph: support for balanced and localized reads | Ilya Dryomov | 3 | -6/+189 |
2020-06-01 | libceph: crush_location infrastructure | Ilya Dryomov | 2 | -0/+152 |
2020-06-01 | libceph: decode CRUSH device/bucket types and names | Ilya Dryomov | 2 | -3/+85 |
2020-06-01 | libceph: add non-asserting rbtree insertion helper | Ilya Dryomov | 1 | -49/+11 |
2020-06-01 | ceph: add read/write latency metric support | Xiubo Li | 1 | -0/+3 |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+3 |
2020-05-28 | tcp: add tcp_sock_set_nodelay | Christoph Hellwig | 1 | -9/+2 |
2020-05-27 | libceph: ignore pool overlay and cache logic on redirects | Jerry Lee | 1 | -1/+3 |
2020-04-28 | docs: networking: convert dns_resolver.txt to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-03-30 | libceph: directly skip to the end of redirect reply | Ilya Dryomov | 1 | -3/+0 |
2020-03-30 | libceph: simplify ceph_monc_handle_map() | Ilya Dryomov | 1 | -4/+4 |
2020-03-30 | ceph: move ceph_osdc_{read,write}pages to ceph.ko | Xiubo Li | 1 | -79/+0 |
2020-03-30 | libceph: drop CEPH_DEFINE_SHOW_FUNC | Ilya Dryomov | 1 | -10/+10 |
2020-03-23 | libceph: fix alloc_msg_with_page_vector() memory leaks | Ilya Dryomov | 2 | -13/+10 |
2020-03-23 | ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL | Ilya Dryomov | 1 | -0/+9 |
2020-02-08 | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -22/+19 |
2020-02-07 | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 1 | -6/+2 |
2020-02-07 | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 1 | -1/+0 |
2020-02-07 | ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log | Al Viro | 1 | -4/+4 |
2020-02-07 | new primitive: __fs_parse() | Al Viro | 1 | -1/+1 |
2020-02-07 | switch rbd and libceph to p_log-based primitives | Al Viro | 1 | -12/+14 |
2020-02-07 | fs_parse: get rid of ->enums | Al Viro | 1 | -1/+1 |
2020-01-27 | ceph: move net/ceph/ceph_fs.c to fs/ceph/util.c | Jeff Layton | 2 | -105/+1 |
2020-01-27 | ceph: use copy-from2 op in copy_file_range | Luis Henriques | 1 | -6/+12 |
2019-11-27 | libceph, rbd, ceph: convert to use the new mount API | David Howells | 2 | -231/+190 |
2019-11-25 | libceph: drop unnecessary check from dispatch() in mon_client.c | Ilya Dryomov | 1 | -3/+0 |
2019-09-16 | libceph: use ceph_kvmalloc() for osdmap arrays | Ilya Dryomov | 1 | -26/+43 |
2019-09-16 | libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc() | Ilya Dryomov | 1 | -6/+23 |
2019-09-16 | libceph: drop unused con parameter of calc_target() | Ilya Dryomov | 1 | -7/+5 |
2019-09-16 | libceph: handle OSD op ceph_pagelist_append() errors | David Disseldorp | 1 | -5/+22 |
2019-09-16 | libceph: add function that clears osd client's abort_err | Yan, Zheng | 1 | -0/+8 |
2019-09-16 | libceph: add function that reset client's entity addr | Yan, Zheng | 4 | -0/+39 |
2019-08-28 | libceph: don't call crypto_free_sync_skcipher() on a NULL tfm | Jia-Ju Bai | 1 | -2/+4 |
2019-08-22 | libceph: fix PG split vs OSD (re)connect race | Ilya Dryomov | 1 | -5/+4 |
2019-07-18 | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 9 | -86/+212 |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -33/+5 |
2019-07-10 | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |