index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ceph
Commit message (
Expand
)
Author
Age
Files
Lines
*
crush: fix using plain integer as NULL warning
YueHaibing
2018-08-13
1
-2
/
+2
*
libceph: remove unnecessary non NULL check for request_key
YueHaibing
2018-08-13
1
-1
/
+1
*
libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()
Ilya Dryomov
2018-08-02
1
-2
/
+4
*
libceph: check authorizer reply/challenge length before reading
Ilya Dryomov
2018-08-02
1
-0
/
+7
*
libceph: implement CEPHX_V2 calculation mode
Ilya Dryomov
2018-08-02
1
-17
/
+56
*
libceph: add authorizer challenge
Ilya Dryomov
2018-08-02
5
-6
/
+117
*
libceph: factor out encrypt_authorizer()
Ilya Dryomov
2018-08-02
1
-13
/
+36
*
libceph: factor out __ceph_x_decrypt()
Ilya Dryomov
2018-08-02
1
-9
/
+24
*
libceph: factor out __prepare_write_connect()
Ilya Dryomov
2018-08-02
1
-9
/
+12
*
libceph: store ceph_auth_handshake pointer in ceph_connection
Ilya Dryomov
2018-08-02
1
-28
/
+26
*
ceph: fix whitespace
Stephen Hemminger
2018-08-02
8
-9
/
+1
*
libceph: use timespec64 for r_mtime
Arnd Bergmann
2018-08-02
1
-4
/
+4
*
libceph: use timespec64 in for keepalive2 and ticket validity
Arnd Bergmann
2018-08-02
4
-20
/
+20
*
libceph: amend "bad option arg" error message
Ilya Dryomov
2018-08-02
1
-2
/
+1
*
libceph: stop parsing when a bad int arg is detected
Chengguang Xu
2018-08-02
1
-4
/
+4
*
libceph: make ceph_osdc_notify{,_ack}() payload_len u32
Ilya Dryomov
2018-08-02
1
-4
/
+4
*
Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2018-06-15
3
-117
/
+149
|
\
|
*
libceph: allocate the locator string with GFP_NOFAIL
Ilya Dryomov
2018-06-04
2
-20
/
+9
|
*
libceph: make abort_on_full a per-osdc setting
Ilya Dryomov
2018-06-04
1
-5
/
+4
|
*
libceph: don't abort reads in ceph_osdc_abort_on_full()
Ilya Dryomov
2018-06-04
1
-1
/
+2
|
*
libceph: avoid a use-after-free during map check
Ilya Dryomov
2018-06-04
1
-1
/
+1
|
*
libceph: don't warn if req->r_abort_on_full is set
Ilya Dryomov
2018-06-04
1
-4
/
+6
|
*
libceph: use for_each_request() in ceph_osdc_abort_on_full()
Ilya Dryomov
2018-06-04
1
-53
/
+26
|
*
libceph: defer __complete_request() to a workqueue
Ilya Dryomov
2018-06-04
1
-1
/
+18
|
*
libceph: move more code into __complete_request()
Ilya Dryomov
2018-06-04
1
-8
/
+6
|
*
libceph: no need to call flush_workqueue() before destruction
Ilya Dryomov
2018-06-04
1
-1
/
+0
|
*
libceph: introduce ceph_osdc_abort_requests()
Ilya Dryomov
2018-06-04
1
-5
/
+62
|
*
libceph: use MSG_TRUNC for discarding received bytes
Ilya Dryomov
2018-06-04
1
-13
/
+8
|
*
libceph: get rid of more_kvec in try_write()
Ilya Dryomov
2018-06-04
1
-7
/
+3
|
*
libceph, rbd: add error handling for osd_req_op_cls_init()
Chengguang Xu
2018-06-04
1
-3
/
+9
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
2
-4
/
+5
*
|
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-06
2
-5
/
+3
|
\
\
|
|
/
|
/
|
|
*
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-06-06
2
-5
/
+3
*
|
libceph: add osd_req_op_extent_osd_data_bvecs()
Ilya Dryomov
2018-05-10
1
-4
/
+23
|
/
*
libceph: validate con->state at the top of try_write()
Ilya Dryomov
2018-04-26
1
-0
/
+7
*
libceph: reschedule a tick in finish_hunting()
Ilya Dryomov
2018-04-24
1
-0
/
+1
*
libceph: un-backoff on tick when we have a authenticated session
Ilya Dryomov
2018-04-24
1
-3
/
+10
*
Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2018-04-10
9
-168
/
+453
|
\
|
*
ceph: quota: add initial infrastructure to support cephfs quotas
Luis Henriques
2018-04-02
1
-0
/
+1
|
*
libceph, ceph: add __init attribution to init funcitons
Chengguang Xu
2018-04-02
4
-13
/
+8
|
*
libceph: adding missing message types to ceph_msg_type_name()
Chengguang Xu
2018-04-02
1
-0
/
+5
|
*
libceph: fix misjudgement of maximum monitor number
Chengguang Xu
2018-04-02
1
-1
/
+1
|
*
libceph, ceph: change permission for readonly debugfs entries
Chengguang Xu
2018-04-02
1
-5
/
+5
|
*
ceph: add newline to end of debug message format
Chengguang Xu
2018-04-02
1
-1
/
+1
|
*
libceph, ceph: move ceph_calc_file_object_mapping() to striper.c
Ilya Dryomov
2018-04-02
3
-38
/
+37
|
*
libceph: striping framework implementation
Ilya Dryomov
2018-04-02
2
-0
/
+227
|
*
libceph: handle zero-length data items
Ilya Dryomov
2018-04-02
1
-2
/
+12
|
*
libceph: introduce BVECS data type
Ilya Dryomov
2018-04-02
2
-0
/
+114
|
*
libceph, rbd: new bio handling code (aka don't clone bios)
Ilya Dryomov
2018-04-02
2
-72
/
+42
|
*
libceph, ceph: change ceph_calc_file_object_mapping() signature
Ilya Dryomov
2018-04-02
2
-10
/
+6
[next]