index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ceph
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-03-03
1
-0
/
+1
|
\
|
*
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-03-02
1
-15
/
+29
|
\
\
|
|
/
|
/
|
|
*
ceph_tcp_sendpage(): use ITER_BVEC sendmsg
Al Viro
2016-12-26
1
-5
/
+15
|
*
ceph: switch to sock_recvmsg()
Al Viro
2016-12-26
1
-10
/
+14
*
|
Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2017-02-28
7
-219
/
+261
|
\
\
|
*
|
libceph, rbd, ceph: WRITE | ONDISK -> WRITE
Ilya Dryomov
2017-02-24
2
-11
/
+10
|
*
|
libceph: get rid of ack vs commit
Ilya Dryomov
2017-02-24
1
-87
/
+26
|
*
|
crush: fix dprintk compilation
Ilya Dryomov
2017-02-23
1
-2
/
+2
|
*
|
crush: do is_out test only if we do not collide
Ilya Dryomov
2017-02-23
1
-3
/
+1
|
*
|
libceph: pass reply buffer length through ceph_osdc_call()
Ilya Dryomov
2017-02-20
2
-3
/
+6
|
*
|
libceph: don't go through with the mapping if the PG is too wide
Ilya Dryomov
2017-02-20
1
-2
/
+8
|
*
|
crush: merge working data and scratch
Ilya Dryomov
2017-02-20
2
-16
/
+15
|
*
|
crush: remove mutable part of CRUSH map
Ilya Dryomov
2017-02-20
3
-78
/
+180
|
*
|
libceph: add osdmap_set_crush() helper
Ilya Dryomov
2017-02-20
1
-20
/
+16
|
*
|
libceph: remove unneeded stddef.h include
Stafford Horne
2017-02-20
1
-2
/
+0
|
*
|
ceph: update readpages osd request according to size of pages
Yan, Zheng
2017-02-20
1
-1
/
+2
|
*
|
libceph: include linux/sched.h into crypto.c directly
Ilya Dryomov
2017-02-20
1
-0
/
+1
*
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-02-20
2
-7
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
locking/atomic, kref: Add kref_read()
Peter Zijlstra
2017-01-14
2
-7
/
+7
|
|
/
*
/
libceph: make sure ceph_aes_crypt() IV is aligned
Ilya Dryomov
2017-01-18
1
-1
/
+1
|
/
*
libceph: remove now unused finish_request() wrapper
Ilya Dryomov
2016-12-14
1
-10
/
+4
*
libceph: always signal completion when done
Ilya Dryomov
2016-12-14
1
-14
/
+11
*
crush: include mapper.h in mapper.c
Tobias Klauser
2016-12-12
1
-0
/
+2
*
libceph: no need to drop con->mutex for ->get_authorizer()
Ilya Dryomov
2016-12-12
1
-6
/
+0
*
libceph: drop len argument of *verify_authorizer_reply()
Ilya Dryomov
2016-12-12
4
-6
/
+6
*
libceph: verify authorize reply on connect
Ilya Dryomov
2016-12-12
1
-0
/
+13
*
libceph: no need for GFP_NOFS in ceph_monc_init()
Ilya Dryomov
2016-12-12
1
-6
/
+6
*
libceph: stop allocating a new cipher on every crypto request
Ilya Dryomov
2016-12-12
2
-25
/
+61
*
libceph: uninline ceph_crypto_key_destroy()
Ilya Dryomov
2016-12-12
2
-8
/
+9
*
libceph: remove now unused ceph_*{en,de}crypt*() functions
Ilya Dryomov
2016-12-12
2
-383
/
+0
*
libceph: switch ceph_x_decrypt() to ceph_crypt()
Ilya Dryomov
2016-12-12
1
-46
/
+32
*
libceph: switch ceph_x_encrypt() to ceph_crypt()
Ilya Dryomov
2016-12-12
1
-34
/
+37
*
libceph: tweak calcu_signature() a little
Ilya Dryomov
2016-12-12
1
-15
/
+28
*
libceph: rename and align ceph_x_authorizer::reply_buf
Ilya Dryomov
2016-12-12
2
-6
/
+7
*
libceph: introduce ceph_crypt() for in-place en/decryption
Ilya Dryomov
2016-12-12
2
-0
/
+89
*
libceph: introduce ceph_x_encrypt_offset()
Ilya Dryomov
2016-12-12
1
-2
/
+6
*
libceph: old_key in process_one_ticket() is redundant
Ilya Dryomov
2016-12-12
1
-3
/
+1
*
libceph: ceph_x_encrypt_buflen() takes in_len
Ilya Dryomov
2016-12-12
1
-3
/
+4
*
libceph: initialize last_linger_id with a large integer
Ilya Dryomov
2016-11-10
1
-0
/
+1
*
libceph: fix legacy layout decode with pool 0
Yan, Zheng
2016-11-10
1
-1
/
+2
*
mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
Lorenzo Stoakes
2016-10-18
1
-1
/
+1
*
crush: remove redundant local variable
Ilya Dryomov
2016-10-05
1
-3
/
+2
*
crush: don't normalize input of crush_ln iteratively
Ilya Dryomov
2016-10-05
1
-3
/
+9
*
libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()
Ilya Dryomov
2016-10-03
1
-3
/
+1
*
libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()
Ilya Dryomov
2016-10-03
1
-1
/
+1
*
rbd: add 'client_addr' sysfs rbd device attribute
Ilya Dryomov
2016-08-24
1
-0
/
+6
*
rbd: support for exclusive-lock feature
Ilya Dryomov
2016-08-24
1
-0
/
+1
*
rbd: retry watch re-registration periodically
Ilya Dryomov
2016-08-24
1
-0
/
+1
*
libceph: rename ceph_client_id() -> ceph_client_gid()
Ilya Dryomov
2016-08-24
1
-3
/
+4
[next]