index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ceph
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
libceph: support for blacklisting clients
Douglas Fuller
2016-08-24
1
-0
/
+82
*
libceph: support for lock.lock_info
Douglas Fuller
2016-08-24
1
-0
/
+145
*
libceph: support for advisory locking on RADOS objects
Douglas Fuller
2016-08-24
2
-0
/
+181
*
libceph: add ceph_osdc_call() single-page helper
Douglas Fuller
2016-08-24
1
-0
/
+51
*
libceph: support for CEPH_OSD_OP_LIST_WATCHERS
Douglas Fuller
2016-08-24
1
-0
/
+117
*
libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()
Ilya Dryomov
2016-08-24
2
-3
/
+6
*
libceph: using kfree_rcu() to simplify the code
Wei Yongjun
2016-08-08
1
-7
/
+1
*
libceph: make cancel_generic_request() static
Wei Yongjun
2016-08-08
1
-1
/
+1
*
libceph: fix return value check in alloc_msg_with_page_vector()
Wei Yongjun
2016-08-08
1
-1
/
+1
*
libceph: fsmap.user subscription support
Yan, Zheng
2016-07-28
1
-1
/
+3
*
libceph: make sure redirect does not change namespace
Yan, Zheng
2016-07-28
1
-0
/
+15
*
libceph: rados pool namespace support
Yan, Zheng
2016-07-28
3
-15
/
+81
*
libceph: introduce reference counted string
Yan, Zheng
2016-07-28
3
-1
/
+114
*
libceph: define new ceph_file_layout structure
Yan, Zheng
2016-07-28
3
-8
/
+32
*
libceph: fix some missing includes
Ilya Dryomov
2016-07-28
1
-0
/
+1
*
libceph: apply new_state before new_up_client on incrementals
Ilya Dryomov
2016-07-22
1
-43
/
+113
*
libceph: use %s instead of %pE in dout()s
Ilya Dryomov
2016-05-30
2
-5
/
+5
*
libceph: put request only if it's done in handle_reply()
Ilya Dryomov
2016-05-30
1
-3
/
+3
*
libceph: change ceph_osdmap_flag() to take osdc
Ilya Dryomov
2016-05-30
1
-20
/
+19
*
libceph: make ceph_osdc_wait_request() uninterruptible
Yan, Zheng
2016-05-26
1
-1
/
+1
*
ceph: make logical calculation functions return bool
Zhang Zhuoyu
2016-05-26
1
-1
/
+1
[next]