aboutsummaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-15/+29
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Gravatar Ingo Molnar 1-0/+1
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 7-219/+261
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEGravatar Ilya Dryomov 2-11/+10
2017-02-24libceph: get rid of ack vs commitGravatar Ilya Dryomov 1-87/+26
2017-02-23crush: fix dprintk compilationGravatar Ilya Dryomov 1-2/+2
2017-02-23crush: do is_out test only if we do not collideGravatar Ilya Dryomov 1-3/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-7/+7
2017-02-20libceph: pass reply buffer length through ceph_osdc_call()Gravatar Ilya Dryomov 2-3/+6
2017-02-20libceph: don't go through with the mapping if the PG is too wideGravatar Ilya Dryomov 1-2/+8
2017-02-20crush: merge working data and scratchGravatar Ilya Dryomov 2-16/+15
2017-02-20crush: remove mutable part of CRUSH mapGravatar Ilya Dryomov 3-78/+180
2017-02-20libceph: add osdmap_set_crush() helperGravatar Ilya Dryomov 1-20/+16
2017-02-20libceph: remove unneeded stddef.h includeGravatar Stafford Horne 1-2/+0
2017-02-20ceph: update readpages osd request according to size of pagesGravatar Yan, Zheng 1-1/+2
2017-02-20libceph: include linux/sched.h into crypto.c directlyGravatar Ilya Dryomov 1-0/+1
2017-01-18libceph: make sure ceph_aes_crypt() IV is alignedGravatar Ilya Dryomov 1-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 2-7/+7
2016-12-26ceph_tcp_sendpage(): use ITER_BVEC sendmsgGravatar Al Viro 1-5/+15
2016-12-26ceph: switch to sock_recvmsg()Gravatar Al Viro 1-10/+14
2016-12-14libceph: remove now unused finish_request() wrapperGravatar Ilya Dryomov 1-10/+4
2016-12-14libceph: always signal completion when doneGravatar Ilya Dryomov 1-14/+11
2016-12-12crush: include mapper.h in mapper.cGravatar Tobias Klauser 1-0/+2
2016-12-12libceph: no need to drop con->mutex for ->get_authorizer()Gravatar Ilya Dryomov 1-6/+0
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Gravatar Ilya Dryomov 4-6/+6
2016-12-12libceph: verify authorize reply on connectGravatar Ilya Dryomov 1-0/+13
2016-12-12libceph: no need for GFP_NOFS in ceph_monc_init()Gravatar Ilya Dryomov 1-6/+6
2016-12-12libceph: stop allocating a new cipher on every crypto requestGravatar Ilya Dryomov 2-25/+61
2016-12-12libceph: uninline ceph_crypto_key_destroy()Gravatar Ilya Dryomov 2-8/+9
2016-12-12libceph: remove now unused ceph_*{en,de}crypt*() functionsGravatar Ilya Dryomov 2-383/+0
2016-12-12libceph: switch ceph_x_decrypt() to ceph_crypt()Gravatar Ilya Dryomov 1-46/+32
2016-12-12libceph: switch ceph_x_encrypt() to ceph_crypt()Gravatar Ilya Dryomov 1-34/+37
2016-12-12libceph: tweak calcu_signature() a littleGravatar Ilya Dryomov 1-15/+28
2016-12-12libceph: rename and align ceph_x_authorizer::reply_bufGravatar Ilya Dryomov 2-6/+7
2016-12-12libceph: introduce ceph_crypt() for in-place en/decryptionGravatar Ilya Dryomov 2-0/+89
2016-12-12libceph: introduce ceph_x_encrypt_offset()Gravatar Ilya Dryomov 1-2/+6
2016-12-12libceph: old_key in process_one_ticket() is redundantGravatar Ilya Dryomov 1-3/+1
2016-12-12libceph: ceph_x_encrypt_buflen() takes in_lenGravatar Ilya Dryomov 1-3/+4
2016-11-10libceph: initialize last_linger_id with a large integerGravatar Ilya Dryomov 1-0/+1
2016-11-10libceph: fix legacy layout decode with pool 0Gravatar Yan, Zheng 1-1/+2
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-1/+1
2016-10-05crush: remove redundant local variableGravatar Ilya Dryomov 1-3/+2
2016-10-05crush: don't normalize input of crush_ln iterativelyGravatar Ilya Dryomov 1-3/+9
2016-10-03libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()Gravatar Ilya Dryomov 1-3/+1
2016-10-03libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()Gravatar Ilya Dryomov 1-1/+1
2016-08-24rbd: add 'client_addr' sysfs rbd device attributeGravatar Ilya Dryomov 1-0/+6
2016-08-24rbd: support for exclusive-lock featureGravatar Ilya Dryomov 1-0/+1
2016-08-24rbd: retry watch re-registration periodicallyGravatar Ilya Dryomov 1-0/+1
2016-08-24libceph: rename ceph_client_id() -> ceph_client_gid()Gravatar Ilya Dryomov 1-3/+4