summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
| * 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/+11Star
| * 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/+2Star
| * libceph: remove ceph_get_direct_page_vector()Christoph Hellwig2019-07-081-33/+0Star
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-33/+5Star
|\ \
| * | ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-032-33/+5Star
* | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-111-1/+1
* | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-1/+1
|\ \ \
| * | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-1/+1
* | | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-1/+2
|\| | | | |_|/ |/| |
| * | keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-281-1/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner2019-06-051-14/+1Star
| |/ |/|
* | 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-171-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-175-69/+66Star
|\ \
| * | 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/+37Star
* | | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
| |/ |/|
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \ | |/ |/|
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | libceph: fix breakage caused by multipage bvecsIlya Dryomov2019-03-251-2/+6
* | libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-202-1/+26
* | libceph: use struct_size() for kmalloc() in crush_decode()Gustavo A. R. Silva2019-03-051-3/+2Star
|/
* libceph: handle an empty authorize replyIlya Dryomov2019-02-181-6/+9
* libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov2019-01-211-2/+3
* libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-073-4/+13
* libceph: switch more to bool in ceph_tcp_sendmsg()Ilya Dryomov2018-12-261-1/+1
* libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()Ilya Dryomov2018-12-261-4/+13
* libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()Ilya Dryomov2018-12-261-26/+6Star
* libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov2018-12-261-5/+3Star
* libceph: fall back to sendmsg for slab pagesIlya Dryomov2018-11-191-3/+9
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-3/+3
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-3/+3
* | Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-10-314-169/+348
|\ \
| * | libceph: support the RADOS copy-from operationLuis Henriques2018-10-221-0/+90
| * | libceph: check reply num_data_items in setup_request_data()Ilya Dryomov2018-10-221-25/+23Star
| * | libceph: preallocate message data itemsIlya Dryomov2018-10-223-89/+144