index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-07
libceph: respect RADOS_BACKOFF backoffs
Ilya Dryomov
4
-0
/
+684
2017-07-07
libceph: avoid unnecessary pi lookups in calc_target()
Ilya Dryomov
2
-28
/
+34
2017-07-07
libceph: use target pi for calc_target() calculations
Ilya Dryomov
1
-1
/
+8
2017-07-07
libceph: always populate t->target_{oid,oloc} in calc_target()
Ilya Dryomov
1
-11
/
+4
2017-07-07
libceph: make sure need_resend targets reflect latest map
Ilya Dryomov
2
-9
/
+26
2017-07-07
libceph: delete from need_resend_linger before check_linger_pool_dne()
Ilya Dryomov
1
-0
/
+1
2017-07-07
libceph: resend on PG splits if OSD has RESEND_ON_SPLIT
Ilya Dryomov
2
-11
/
+17
2017-07-07
libceph: drop need_resend from calc_target()
Ilya Dryomov
1
-7
/
+11
2017-07-07
libceph: MOSDOp v8 encoding (actual spgid + full hash)
Ilya Dryomov
1
-19
/
+134
2017-07-07
libceph: ceph_connection_operations::reencode_message() method
Ilya Dryomov
1
-2
/
+5
2017-07-07
libceph: encode_{pgid,oloc}() helpers
Ilya Dryomov
1
-23
/
+27
2017-07-07
libceph: introduce ceph_spg, ceph_pg_to_primary_shard()
Ilya Dryomov
3
-3
/
+48
2017-07-07
libceph: new pi->last_force_request_resend
Ilya Dryomov
1
-0
/
+37
2017-07-07
libceph: fold [l]req->last_force_resend into ceph_osd_request_target
Ilya Dryomov
1
-11
/
+10
2017-07-07
libceph: support SERVER_JEWEL feature bits
Ilya Dryomov
1
-1
/
+7
2017-07-07
libceph: handle non-empty dest in ceph_{oloc,oid}_copy()
Ilya Dryomov
1
-4
/
+6
2017-07-07
libceph: remove ceph_sanitize_features() workaround
Ilya Dryomov
1
-2
/
+1
2017-06-19
ceph: ensure RNG is seeded before using
Jason A. Donenfeld
1
-1
/
+5
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-08
fs: ceph: CURRENT_TIME with ktime_get_real_ts()
Deepa Dinamani
2
-4
/
+6
2017-05-08
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-02
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-02-28
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-23
crush: fix dprintk compilation
Ilya Dryomov
1
-2
/
+2
2017-02-23
crush: do is_out test only if we do not collide
Ilya Dryomov
1
-3
/
+1
[prev]
[next]