index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
Age
Commit message (
Expand
)
Author
2018-11-19
libceph: fall back to sendmsg for slab pages
Ilya Dryomov
2018-11-01
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-10-31
Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-22
libceph: support the RADOS copy-from operation
Luis Henriques
2018-10-22
libceph: check reply num_data_items in setup_request_data()
Ilya Dryomov
2018-10-22
libceph: preallocate message data items
Ilya Dryomov
2018-10-22
libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls
Ilya Dryomov
2018-10-22
libceph: introduce alloc_watch_request()
Ilya Dryomov
2018-10-22
libceph: assign cookies in linger_submit()
Ilya Dryomov
2018-10-22
libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get()
Ilya Dryomov
2018-10-22
libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op()
Ilya Dryomov
2018-10-22
libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()
Ilya Dryomov
2018-10-22
libceph: introduce ceph_pagelist_alloc()
Ilya Dryomov
2018-10-22
libceph: osd_req_op_cls_init() doesn't need to take opcode
Ilya Dryomov
2018-09-28
libceph: Remove VLA usage of skcipher
Kees Cook
2018-08-13
crush: fix using plain integer as NULL warning
YueHaibing
2018-08-13
libceph: remove unnecessary non NULL check for request_key
YueHaibing
2018-08-02
libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()
Ilya Dryomov
2018-08-02
libceph: check authorizer reply/challenge length before reading
Ilya Dryomov
2018-08-02
libceph: implement CEPHX_V2 calculation mode
Ilya Dryomov
2018-08-02
libceph: add authorizer challenge
Ilya Dryomov
2018-08-02
libceph: factor out encrypt_authorizer()
Ilya Dryomov
2018-08-02
libceph: factor out __ceph_x_decrypt()
Ilya Dryomov
2018-08-02
libceph: factor out __prepare_write_connect()
Ilya Dryomov
2018-08-02
libceph: store ceph_auth_handshake pointer in ceph_connection
Ilya Dryomov
2018-08-02
ceph: fix whitespace
Stephen Hemminger
2018-08-02
libceph: use timespec64 for r_mtime
Arnd Bergmann
2018-08-02
libceph: use timespec64 in for keepalive2 and ticket validity
Arnd Bergmann
2018-08-02
libceph: amend "bad option arg" error message
Ilya Dryomov
2018-08-02
libceph: stop parsing when a bad int arg is detected
Chengguang Xu
2018-08-02
libceph: make ceph_osdc_notify{,_ack}() payload_len u32
Ilya Dryomov
2018-06-15
Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-06-04
libceph: allocate the locator string with GFP_NOFAIL
Ilya Dryomov
2018-06-04
libceph: make abort_on_full a per-osdc setting
Ilya Dryomov
2018-06-04
libceph: don't abort reads in ceph_osdc_abort_on_full()
Ilya Dryomov
2018-06-04
libceph: avoid a use-after-free during map check
Ilya Dryomov
2018-06-04
libceph: don't warn if req->r_abort_on_full is set
Ilya Dryomov
2018-06-04
libceph: use for_each_request() in ceph_osdc_abort_on_full()
Ilya Dryomov
2018-06-04
libceph: defer __complete_request() to a workqueue
Ilya Dryomov
2018-06-04
libceph: move more code into __complete_request()
Ilya Dryomov
2018-06-04
libceph: no need to call flush_workqueue() before destruction
Ilya Dryomov
2018-06-04
libceph: introduce ceph_osdc_abort_requests()
Ilya Dryomov
2018-06-04
libceph: use MSG_TRUNC for discarding received bytes
Ilya Dryomov
2018-06-04
libceph: get rid of more_kvec in try_write()
Ilya Dryomov
2018-06-04
libceph, rbd: add error handling for osd_req_op_cls_init()
Chengguang Xu
2018-05-10
libceph: add osd_req_op_extent_osd_data_bvecs()
Ilya Dryomov
[next]