summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* 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
| * libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov2019-07-082-6/+6
| * libceph: rename r_unsafe_item to r_private_itemIlya Dryomov2019-07-081-2/+2
| * libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton2019-07-081-3/+3
| * libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton2019-07-082-14/+11
| * ceph: fix decode_locker to use ceph_decode_entity_addrJeff Layton2019-07-081-2/+5
| * libceph: correctly decode ADDR2 addresses in incremental OSD mapsJeff Layton2019-07-081-5/+10
| * libceph: fix watch_item_t decoding to use ceph_decode_entity_addrJeff Layton2019-07-081-7/+13
| * libceph: switch osdmap decoding to use ceph_decode_entity_addrJeff Layton2019-07-081-8/+8
| * libceph: ADDR2 support for monmapJeff Layton2019-07-081-8/+13
| * libceph: add ceph_decode_entity_addrJeff Layton2019-07-082-1/+91
| * libceph: fix sa_family just after reading addressJeff Layton2019-07-081-3/+2
| * libceph: remove ceph_get_direct_page_vector()Christoph Hellwig2019-07-081-33/+0
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-33/+5
|\ \
| * | ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-032-33/+5
* | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-1/+1
* | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-1/+1
|\ \ \
| * | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-1/+1
* | | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-1/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-271-1/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner2019-06-051-14/+1
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-161-1/+1
|\
| * dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-151-1/+1
* | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-05-165-69/+66
|\ \
| * | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-075-31/+31
| * | libceph: fix unaligned accesses in ceph_entity_addr handlingJeff Layton2019-05-071-40/+37
* | | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
| |/ |/|
OpenPOWER on IntegriCloud