index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-24
libceph: cleanup old messages according to reconnect seq
Yan, Zheng
1
-3
/
+12
2017-05-23
libceph: NULL deref on crush_decode() error path
Dan Carpenter
1
-0
/
+1
2017-05-23
libceph: fix error handling in process_one_ticket()
Ilya Dryomov
1
-5
/
+5
2017-05-23
libceph: validate blob_struct_v in process_one_ticket()
Ilya Dryomov
1
-0
/
+3
2017-05-23
libceph: drop version variable from ceph_monmap_decode()
Ilya Dryomov
1
-3
/
+1
2017-05-23
libceph: make ceph_msg_data_advance() return void
Ilya Dryomov
1
-7
/
+4
2017-05-23
libceph: use kbasename() and kill ceph_file_part()
Ilya Dryomov
1
-13
/
+0
2017-05-10
Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
6
-34
/
+198
2017-05-09
fs: ceph: CURRENT_TIME with ktime_get_real_ts()
Deepa Dinamani
2
-4
/
+6
2017-05-09
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
1
-1
/
+1
2017-05-04
rbd: support updating the lock cookie without releasing the lock
Ilya Dryomov
1
-0
/
+51
2017-05-04
libceph: add an epoch_barrier field to struct ceph_osd_client
Jeff Layton
2
-8
/
+74
2017-05-04
libceph: abort already submitted but abortable requests when map or pool goes...
Jeff Layton
1
-0
/
+34
2017-05-04
libceph: allow requests to return immediately on full conditions if caller wi...
Jeff Layton
1
-0
/
+7
2017-05-04
libceph: remove req->r_replay_version
Jeff Layton
2
-6
/
+5
2017-05-04
libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2017-05-04
libceph: convert ceph_osd.o_ref from atomic_t to refcount_t
Elena Reshetova
1
-8
/
+8
2017-05-04
libceph: convert ceph_snap_context.nref from atomic_t to refcount_t
Elena Reshetova
1
-3
/
+3
2017-05-04
libceph: supported_features module parameter
Ilya Dryomov
1
-0
/
+11
2017-05-04
libceph, ceph: always advertise all supported features
Ilya Dryomov
1
-10
/
+6
2017-03-23
libceph: force GFP_NOIO for socket allocations
Ilya Dryomov
1
-0
/
+6
2017-03-07
libceph: osd_request_timeout option
Ilya Dryomov
2
-1
/
+50
2017-03-07
libceph: don't set weight to IN when OSD is destroyed
Ilya Dryomov
1
-1
/
+0
2017-03-07
libceph: fix crush_decode() for older maps
Ilya Dryomov
1
-2
/
+1
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+1
2017-03-03
Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-15
/
+29
2017-03-02
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
1
-0
/
+1
2017-03-01
Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
7
-219
/
+261
2017-02-24
libceph, rbd, ceph: WRITE | ONDISK -> WRITE
Ilya Dryomov
2
-11
/
+10
2017-02-24
libceph: get rid of ack vs commit
Ilya Dryomov
1
-87
/
+26
2017-02-24
crush: fix dprintk compilation
Ilya Dryomov
1
-2
/
+2
2017-02-24
crush: do is_out test only if we do not collide
Ilya Dryomov
1
-3
/
+1
2017-02-21
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-7
/
+7
2017-02-20
libceph: pass reply buffer length through ceph_osdc_call()
Ilya Dryomov
2
-3
/
+6
2017-02-20
libceph: don't go through with the mapping if the PG is too wide
Ilya Dryomov
1
-2
/
+8
2017-02-20
crush: merge working data and scratch
Ilya Dryomov
2
-16
/
+15
2017-02-20
crush: remove mutable part of CRUSH map
Ilya Dryomov
3
-78
/
+180
2017-02-20
libceph: add osdmap_set_crush() helper
Ilya Dryomov
1
-20
/
+16
2017-02-20
libceph: remove unneeded stddef.h include
Stafford Horne
1
-2
/
+0
2017-02-20
ceph: update readpages osd request according to size of pages
Yan, Zheng
1
-1
/
+2
2017-02-20
libceph: include linux/sched.h into crypto.c directly
Ilya Dryomov
1
-0
/
+1
2017-01-18
libceph: make sure ceph_aes_crypt() IV is aligned
Ilya Dryomov
1
-1
/
+1
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
2
-7
/
+7
2016-12-27
ceph_tcp_sendpage(): use ITER_BVEC sendmsg
Al Viro
1
-5
/
+15
2016-12-27
ceph: switch to sock_recvmsg()
Al Viro
1
-10
/
+14
2016-12-15
libceph: remove now unused finish_request() wrapper
Ilya Dryomov
1
-10
/
+4
2016-12-15
libceph: always signal completion when done
Ilya Dryomov
1
-14
/
+11
2016-12-13
crush: include mapper.h in mapper.c
Tobias Klauser
1
-0
/
+2
2016-12-13
libceph: no need to drop con->mutex for ->get_authorizer()
Ilya Dryomov
1
-6
/
+0
2016-12-13
libceph: drop len argument of *verify_authorizer_reply()
Ilya Dryomov
4
-6
/
+6
[next]