index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-13
crush: fix using plain integer as NULL warning
YueHaibing
1
-2
/
+2
2018-08-13
libceph: remove unnecessary non NULL check for request_key
YueHaibing
1
-1
/
+1
2018-08-02
libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()
Ilya Dryomov
1
-2
/
+4
2018-08-02
libceph: check authorizer reply/challenge length before reading
Ilya Dryomov
1
-0
/
+7
2018-08-02
libceph: implement CEPHX_V2 calculation mode
Ilya Dryomov
1
-17
/
+56
2018-08-02
libceph: add authorizer challenge
Ilya Dryomov
5
-6
/
+117
2018-08-02
libceph: factor out encrypt_authorizer()
Ilya Dryomov
1
-13
/
+36
2018-08-02
libceph: factor out __ceph_x_decrypt()
Ilya Dryomov
1
-9
/
+24
2018-08-02
libceph: factor out __prepare_write_connect()
Ilya Dryomov
1
-9
/
+12
2018-08-02
libceph: store ceph_auth_handshake pointer in ceph_connection
Ilya Dryomov
1
-28
/
+26
2018-08-02
ceph: fix whitespace
Stephen Hemminger
8
-9
/
+1
2018-08-02
libceph: use timespec64 for r_mtime
Arnd Bergmann
1
-4
/
+4
2018-08-02
libceph: use timespec64 in for keepalive2 and ticket validity
Arnd Bergmann
4
-20
/
+20
2018-08-02
libceph: amend "bad option arg" error message
Ilya Dryomov
1
-2
/
+1
2018-08-02
libceph: stop parsing when a bad int arg is detected
Chengguang Xu
1
-4
/
+4
2018-08-02
libceph: make ceph_osdc_notify{,_ack}() payload_len u32
Ilya Dryomov
1
-4
/
+4
2018-06-15
Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
3
-117
/
+149
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-4
/
+5
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-5
/
+3
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2
-5
/
+3
2018-06-04
libceph: allocate the locator string with GFP_NOFAIL
Ilya Dryomov
2
-20
/
+9
2018-06-04
libceph: make abort_on_full a per-osdc setting
Ilya Dryomov
1
-5
/
+4
2018-06-04
libceph: don't abort reads in ceph_osdc_abort_on_full()
Ilya Dryomov
1
-1
/
+2
2018-06-04
libceph: avoid a use-after-free during map check
Ilya Dryomov
1
-1
/
+1
2018-06-04
libceph: don't warn if req->r_abort_on_full is set
Ilya Dryomov
1
-4
/
+6
2018-06-04
libceph: use for_each_request() in ceph_osdc_abort_on_full()
Ilya Dryomov
1
-53
/
+26
2018-06-04
libceph: defer __complete_request() to a workqueue
Ilya Dryomov
1
-1
/
+18
2018-06-04
libceph: move more code into __complete_request()
Ilya Dryomov
1
-8
/
+6
2018-06-04
libceph: no need to call flush_workqueue() before destruction
Ilya Dryomov
1
-1
/
+0
2018-06-04
libceph: introduce ceph_osdc_abort_requests()
Ilya Dryomov
1
-5
/
+62
2018-06-04
libceph: use MSG_TRUNC for discarding received bytes
Ilya Dryomov
1
-13
/
+8
2018-06-04
libceph: get rid of more_kvec in try_write()
Ilya Dryomov
1
-7
/
+3
2018-06-04
libceph, rbd: add error handling for osd_req_op_cls_init()
Chengguang Xu
1
-3
/
+9
2018-05-10
libceph: add osd_req_op_extent_osd_data_bvecs()
Ilya Dryomov
1
-4
/
+23
2018-04-26
libceph: validate con->state at the top of try_write()
Ilya Dryomov
1
-0
/
+7
2018-04-24
libceph: reschedule a tick in finish_hunting()
Ilya Dryomov
1
-0
/
+1
2018-04-24
libceph: un-backoff on tick when we have a authenticated session
Ilya Dryomov
1
-3
/
+10
2018-04-10
Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
9
-168
/
+453
2018-04-02
ceph: quota: add initial infrastructure to support cephfs quotas
Luis Henriques
1
-0
/
+1
2018-04-02
libceph, ceph: add __init attribution to init funcitons
Chengguang Xu
4
-13
/
+8
2018-04-02
libceph: adding missing message types to ceph_msg_type_name()
Chengguang Xu
1
-0
/
+5
2018-04-02
libceph: fix misjudgement of maximum monitor number
Chengguang Xu
1
-1
/
+1
2018-04-02
libceph, ceph: change permission for readonly debugfs entries
Chengguang Xu
1
-5
/
+5
2018-04-02
ceph: add newline to end of debug message format
Chengguang Xu
1
-1
/
+1
2018-04-02
libceph, ceph: move ceph_calc_file_object_mapping() to striper.c
Ilya Dryomov
3
-38
/
+37
2018-04-02
libceph: striping framework implementation
Ilya Dryomov
2
-0
/
+227
2018-04-02
libceph: handle zero-length data items
Ilya Dryomov
1
-2
/
+12
2018-04-02
libceph: introduce BVECS data type
Ilya Dryomov
2
-0
/
+114
2018-04-02
libceph, rbd: new bio handling code (aka don't clone bios)
Ilya Dryomov
2
-72
/
+42
2018-04-02
libceph, ceph: change ceph_calc_file_object_mapping() signature
Ilya Dryomov
2
-10
/
+6
[next]