aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-082-4/+6
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-1/+1
* libceph: force GFP_NOIO for socket allocationsIlya Dryomov2017-03-231-0/+6
* libceph: osd_request_timeout optionIlya Dryomov2017-03-072-1/+50
* libceph: don't set weight to IN when OSD is destroyedIlya Dryomov2017-03-071-1/+0
* libceph: fix crush_decode() for older mapsIlya Dryomov2017-03-071-2/+1
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+1
|\
| * sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-0/+1
* | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-021-15/+29
|\ \ | |/ |/|
| * ceph_tcp_sendpage(): use ITER_BVEC sendmsgAl Viro2016-12-261-5/+15
| * ceph: switch to sock_recvmsg()Al Viro2016-12-261-10/+14
* | Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-02-287-219/+261
|\ \
| * | libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2017-02-242-11/+10
| * | libceph: get rid of ack vs commitIlya Dryomov2017-02-241-87/+26
| * | crush: fix dprintk compilationIlya Dryomov2017-02-231-2/+2
| * | crush: do is_out test only if we do not collideIlya Dryomov2017-02-231-3/+1
| * | libceph: pass reply buffer length through ceph_osdc_call()Ilya Dryomov2017-02-202-3/+6
| * | libceph: don't go through with the mapping if the PG is too wideIlya Dryomov2017-02-201-2/+8
| * | crush: merge working data and scratchIlya Dryomov2017-02-202-16/+15
| * | crush: remove mutable part of CRUSH mapIlya Dryomov2017-02-203-78/+180
| * | libceph: add osdmap_set_crush() helperIlya Dryomov2017-02-201-20/+16
| * | libceph: remove unneeded stddef.h includeStafford Horne2017-02-201-2/+0
| * | ceph: update readpages osd request according to size of pagesYan, Zheng2017-02-201-1/+2
| * | libceph: include linux/sched.h into crypto.c directlyIlya Dryomov2017-02-201-0/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-202-7/+7
|\ \ \ | |/ / |/| |
| * | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-142-7/+7
| |/
* / libceph: make sure ceph_aes_crypt() IV is alignedIlya Dryomov2017-01-181-1/+1
|/
* libceph: remove now unused finish_request() wrapperIlya Dryomov2016-12-141-10/+4
* libceph: always signal completion when doneIlya Dryomov2016-12-141-14/+11
* crush: include mapper.h in mapper.cTobias Klauser2016-12-121-0/+2
* libceph: no need to drop con->mutex for ->get_authorizer()Ilya Dryomov2016-12-121-6/+0
* libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2016-12-124-6/+6
* libceph: verify authorize reply on connectIlya Dryomov2016-12-121-0/+13
* libceph: no need for GFP_NOFS in ceph_monc_init()Ilya Dryomov2016-12-121-6/+6
* libceph: stop allocating a new cipher on every crypto requestIlya Dryomov2016-12-122-25/+61
* libceph: uninline ceph_crypto_key_destroy()Ilya Dryomov2016-12-122-8/+9
* libceph: remove now unused ceph_*{en,de}crypt*() functionsIlya Dryomov2016-12-122-383/+0
* libceph: switch ceph_x_decrypt() to ceph_crypt()Ilya Dryomov2016-12-121-46/+32
* libceph: switch ceph_x_encrypt() to ceph_crypt()Ilya Dryomov2016-12-121-34/+37
* libceph: tweak calcu_signature() a littleIlya Dryomov2016-12-121-15/+28
* libceph: rename and align ceph_x_authorizer::reply_bufIlya Dryomov2016-12-122-6/+7
* libceph: introduce ceph_crypt() for in-place en/decryptionIlya Dryomov2016-12-122-0/+89
* libceph: introduce ceph_x_encrypt_offset()Ilya Dryomov2016-12-121-2/+6
* libceph: old_key in process_one_ticket() is redundantIlya Dryomov2016-12-121-3/+1
* libceph: ceph_x_encrypt_buflen() takes in_lenIlya Dryomov2016-12-121-3/+4
* libceph: initialize last_linger_id with a large integerIlya Dryomov2016-11-101-0/+1
* libceph: fix legacy layout decode with pool 0Yan, Zheng2016-11-101-1/+2
* mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+1
* crush: remove redundant local variableIlya Dryomov2016-10-051-3/+2
* crush: don't normalize input of crush_ln iterativelyIlya Dryomov2016-10-051-3/+9