Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2eb0964eec5f1d99f9eaf4963eee267acc72b615
/
net
/
ceph
e8c9920
libceph: don't call crypto_free_sync_skcipher() on a NULL tfm
by Jia-Ju Bai
· 5 years ago
a561372
libceph: fix PG split vs OSD (re)connect race
by Ilya Dryomov
· 5 years ago
d9b9c89
Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 5 years ago
f632a81
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 5 years ago
028db3e
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"
by Linus Torvalds
· 5 years ago
0f75ef6
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
c84ca91
Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
22e8bd5
rbd: support for object-map and fast-diff
by Ilya Dryomov
· 6 years ago
4cf3e6d
libceph: export osd_req_op_data() macro
by Ilya Dryomov
· 6 years ago
68ada91
libceph: change ceph_osdc_call() to take page vector for response
by Ilya Dryomov
· 6 years ago
94e8577
libceph: rename r_unsafe_item to r_private_item
by Ilya Dryomov
· 5 years ago
2c66de5
libceph: rename ceph_encode_addr to ceph_encode_banner_addr
by Jeff Layton
· 6 years ago
d3c3c0a
libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONE
by Jeff Layton
· 6 years ago
2f9800c
ceph: fix decode_locker to use ceph_decode_entity_addr
by Jeff Layton
· 6 years ago
8cb5f2b
libceph: correctly decode ADDR2 addresses in incremental OSD maps
by Jeff Layton
· 6 years ago
51fc7ab
libceph: fix watch_item_t decoding to use ceph_decode_entity_addr
by Jeff Layton
· 6 years ago
dcbc919
libceph: switch osdmap decoding to use ceph_decode_entity_addr
by Jeff Layton
· 6 years ago
0bfb0f2
libceph: ADDR2 support for monmap
by Jeff Layton
· 6 years ago
6c37f0e
libceph: add ceph_decode_entity_addr
by Jeff Layton
· 6 years ago
bc07532c
libceph: fix sa_family just after reading address
by Jeff Layton
· 6 years ago
97a385e
libceph: remove ceph_get_direct_page_vector()
by Christoph Hellwig
· 6 years ago
1a829ff
ceph: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
2e12256
keys: Replace uid/gid/perm permissions checking with an ACL
by David Howells
· 6 years ago
a58946c
keys: Pass the network namespace into request_key mechanism
by David Howells
· 6 years ago
04672fe
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
227747f
Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 6 years ago
1d9d7cb
Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
d0660f0
dns_resolver: Allow used keys to be invalidated
by David Howells
· 6 years ago
73b0140
mm/gup: change GUP fast to use flags rather than a write 'bool'
by Ira Weiny
· 6 years ago
b726ec9
libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer
by Jeff Layton
· 6 years ago
cede185
libceph: fix unaligned accesses in ceph_entity_addr handling
by Jeff Layton
· 6 years ago
0968621
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 6 years ago
d75f773
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
by Sakari Ailus
· 6 years ago
187df76
libceph: fix breakage caused by multipage bvecs
by Ilya Dryomov
· 6 years ago
bb229bb
libceph: wait for latest osdmap in ceph_monc_blacklist_add()
by Ilya Dryomov
· 6 years ago
6b41d4d
libceph: use struct_size() for kmalloc() in crush_decode()
by Gustavo A. R. Silva
· 6 years ago
0fd3fd0
libceph: handle an empty authorize reply
by Ilya Dryomov
· 6 years ago
4aac922
libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()
by Ilya Dryomov
· 6 years ago
02b2f54
libceph: allow setting abort_on_full for rbd
by Dongsheng Yang
· 6 years ago
87349cd
libceph: switch more to bool in ceph_tcp_sendmsg()
by Ilya Dryomov
· 6 years ago
433b0a1
libceph: use MSG_SENDPAGE_NOTLAST with ceph_tcp_sendpage()
by Ilya Dryomov
· 6 years ago
3239eb5
libceph: use sock_no_sendpage() as a fallback in ceph_tcp_sendpage()
by Ilya Dryomov
· 6 years ago
1f6b821
libceph: drop last_piece logic from write_partial_message_data()
by Ilya Dryomov
· 6 years ago
7e241f6
libceph: fall back to sendmsg for slab pages
by Ilya Dryomov
· 6 years ago
9931a07
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
31990f0
Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
aa563d7
iov_iter: Separate type from direction and use accessor functions
by David Howells
· 6 years ago
23ddf9b
libceph: support the RADOS copy-from operation
by Luis Henriques
· 6 years ago
98c4bfe
libceph: check reply num_data_items in setup_request_data()
by Ilya Dryomov
· 6 years ago
0d9c1ab
libceph: preallocate message data items
by Ilya Dryomov
· 6 years ago
26f887e
libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls
by Ilya Dryomov
· 6 years ago
39e58c3
libceph: introduce alloc_watch_request()
by Ilya Dryomov
· 6 years ago
81c6521
libceph: assign cookies in linger_submit()
by Ilya Dryomov
· 6 years ago
3b83f60
libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get()
by Ilya Dryomov
· 6 years ago
41a264e
libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op()
by Ilya Dryomov
· 6 years ago
89486833
libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()
by Ilya Dryomov
· 6 years ago
33165d4
libceph: introduce ceph_pagelist_alloc()
by Ilya Dryomov
· 6 years ago
24639ce56
libceph: osd_req_op_cls_init() doesn't need to take opcode
by Ilya Dryomov
· 6 years ago
69d6302b
libceph: Remove VLA usage of skcipher
by Kees Cook
· 6 years ago
4de17ae
crush: fix using plain integer as NULL warning
by YueHaibing
· 6 years ago
bad8721
libceph: remove unnecessary non NULL check for request_key
by YueHaibing
· 6 years ago
f1d10e0
libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()
by Ilya Dryomov
· 6 years ago
130f52f
libceph: check authorizer reply/challenge length before reading
by Ilya Dryomov
· 6 years ago
cc255c7
libceph: implement CEPHX_V2 calculation mode
by Ilya Dryomov
· 6 years ago
6daca13
libceph: add authorizer challenge
by Ilya Dryomov
· 6 years ago
149cac4
libceph: factor out encrypt_authorizer()
by Ilya Dryomov
· 6 years ago
c571fe2
libceph: factor out __ceph_x_decrypt()
by Ilya Dryomov
· 6 years ago
c0f56b4
libceph: factor out __prepare_write_connect()
by Ilya Dryomov
· 6 years ago
262614c
libceph: store ceph_auth_handshake pointer in ceph_connection
by Ilya Dryomov
· 6 years ago
24e1dd6
ceph: fix whitespace
by Stephen Hemminger
· 6 years ago
fac02dd
libceph: use timespec64 for r_mtime
by Arnd Bergmann
· 6 years ago
473bd2d
libceph: use timespec64 in for keepalive2 and ticket validity
by Arnd Bergmann
· 6 years ago
2f56b6b
libceph: amend "bad option arg" error message
by Ilya Dryomov
· 7 years ago
17173c8
libceph: stop parsing when a bad int arg is detected
by Chengguang Xu
· 7 years ago
6d54228
libceph: make ceph_osdc_notify{,_ack}() payload_len u32
by Ilya Dryomov
· 7 years ago
dc594c3
Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
2857676
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
acafe7e
treewide: Use struct_size() for kmalloc()-family
by Kees Cook
· 7 years ago
a86f009
libceph: allocate the locator string with GFP_NOFAIL
by Ilya Dryomov
· 7 years ago
c843d13
libceph: make abort_on_full a per-osdc setting
by Ilya Dryomov
· 7 years ago
690f951
libceph: don't abort reads in ceph_osdc_abort_on_full()
by Ilya Dryomov
· 7 years ago
6001567
libceph: avoid a use-after-free during map check
by Ilya Dryomov
· 7 years ago
29e8782
libceph: don't warn if req->r_abort_on_full is set
by Ilya Dryomov
· 7 years ago
4eea0fe
libceph: use for_each_request() in ceph_osdc_abort_on_full()
by Ilya Dryomov
· 7 years ago
88bc192
libceph: defer __complete_request() to a workqueue
by Ilya Dryomov
· 7 years ago
26df726
libceph: move more code into __complete_request()
by Ilya Dryomov
· 7 years ago
0d09c57
libceph: no need to call flush_workqueue() before destruction
by Ilya Dryomov
· 7 years ago
66850df
libceph: introduce ceph_osdc_abort_requests()
by Ilya Dryomov
· 7 years ago
e5c9388
libceph: use MSG_TRUNC for discarding received bytes
by Ilya Dryomov
· 7 years ago
d2935d6
libceph: get rid of more_kvec in try_write()
by Ilya Dryomov
· 7 years ago
fe943d5
libceph, rbd: add error handling for osd_req_op_cls_init()
by Chengguang Xu
· 7 years ago
0010f70
libceph: add osd_req_op_extent_osd_data_bvecs()
by Ilya Dryomov
· 7 years ago
9c55ad1
libceph: validate con->state at the top of try_write()
by Ilya Dryomov
· 7 years ago
7b4c443
libceph: reschedule a tick in finish_hunting()
by Ilya Dryomov
· 7 years ago
facb9f6
libceph: un-backoff on tick when we have a authenticated session
by Ilya Dryomov
· 7 years ago
b284d4d
Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
fb18a57
ceph: quota: add initial infrastructure to support cephfs quotas
by Luis Henriques
· 7 years ago
Next »