Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
294ae81d4f89c76b7c5bbad7b14a43c02f6d738d
/
net
« Previous
686be20
libceph: get rid of read helpers
by Alex Elder
· 12 years ago
61fcdc9
libceph: no outbound zero data
by Alex Elder
· 12 years ago
878efab
libceph: use cursor for inbound data pages
by Alex Elder
· 12 years ago
6518be4
libceph: kill ceph message bio_iter, bio_seg
by Alex Elder
· 12 years ago
463207a
libceph: use cursor for bio reads
by Alex Elder
· 12 years ago
25aff7c
libceph: record residual bytes for all message data types
by Alex Elder
· 12 years ago
28a89dd
libceph: drop pages parameter
by Alex Elder
· 12 years ago
888334f9
libceph: initialize data fields on last msg put
by Alex Elder
· 12 years ago
7e2766a
libceph: send queued requests when starting new one
by Alex Elder
· 12 years ago
ad88592
libceph: keep request lists in tid order
by Alex Elder
· 12 years ago
e02493c
libceph: requeue only sent requests when kicking
by Alex Elder
· 12 years ago
92451b4
libceph: no more kick_requests() race
by Alex Elder
· 12 years ago
dc4b870
libceph: slightly defer registering osd request
by Alex Elder
· 12 years ago
e996607
libceph: wrap auth methods in a mutex
by Sage Weil
· 12 years ago
27859f9
libceph: wrap auth ops in wrapper functions
by Sage Weil
· 12 years ago
0bed9b5
libceph: add update_authorizer auth method
by Sage Weil
· 12 years ago
4b8e8b5
libceph: fix authorizer invalidation
by Sage Weil
· 12 years ago
20e55c4
libceph: clear messenger auth_retry flag when we authenticate
by Sage Weil
· 12 years ago
3a23083
libceph: implement RECONNECT_SEQ feature
by Sage Weil
· 12 years ago
8a166d0
libceph: more cleanup of write_partial_msg_pages()
by Alex Elder
· 12 years ago
9d2a06c
libceph: kill message trail
by Alex Elder
· 12 years ago
95e072e
libceph: kill osd request r_trail
by Alex Elder
· 12 years ago
9a5e6d0
libceph: have osd requests support pagelist data
by Alex Elder
· 12 years ago
175face
libceph: let osd ops determine request data length
by Alex Elder
· 12 years ago
e766d7b
libceph: implement pages array cursor
by Alex Elder
· 12 years ago
6aaa451
libceph: implement bio message data item cursor
by Alex Elder
· 12 years ago
7fe1e5e
libceph: use data cursor for message pagelist
by Alex Elder
· 12 years ago
dd236fc
libceph: prepare for other message data item types
by Alex Elder
· 12 years ago
fe38a2b
libceph: start defining message data cursor
by Alex Elder
· 12 years ago
4379450
libceph: abstract message data
by Alex Elder
· 12 years ago
f9e1577
libceph: be explicit about message data representation
by Alex Elder
· 12 years ago
97fb1c7
libceph: define ceph_msg_has_*() data macros
by Alex Elder
· 12 years ago
35b6280
libceph: define and use ceph_crc32c_page()
by Alex Elder
· 12 years ago
afb3d90
libceph: define and use ceph_tcp_recvpage()
by Alex Elder
· 12 years ago
34d2d20
libceph: encapsulate reading message data
by Alex Elder
· 12 years ago
e387d52
libceph: small write_partial_msg_pages() refactor
by Alex Elder
· 12 years ago
7862505
libceph: consolidate message prep code
by Alex Elder
· 12 years ago
bae6acd
libceph: use local variables for message positions
by Alex Elder
· 12 years ago
98a0370
libceph: don't clear bio_iter in prepare_write_message()
by Alex Elder
· 12 years ago
07aa155
libceph: activate message data assignment checks
by Alex Elder
· 12 years ago
7063677
libceph: set response data fields earlier
by Alex Elder
· 12 years ago
4a73ef2
libceph: record message data byte length
by Alex Elder
· 12 years ago
ebf18f4
ceph: only set message data pointers if non-empty
by Alex Elder
· 12 years ago
27fa838
libceph: isolate other message data fields
by Alex Elder
· 12 years ago
f1baeb2
libceph: set page info with byte length
by Alex Elder
· 12 years ago
02afca6
libceph: isolate message page field manipulation
by Alex Elder
· 12 years ago
e0c5948
libceph: record byte count not page count
by Alex Elder
· 12 years ago
9516e45
libceph: simplify new message initialization
by Alex Elder
· 12 years ago
35c7bfb
libceph: advance pagelist with list_rotate_left()
by Alex Elder
· 12 years ago
e788182
libceph: define and use in_msg_pos_next()
by Alex Elder
· 12 years ago
b3d56fa
libceph: kill args in read_partial_message_bio()
by Alex Elder
· 12 years ago
e1dcb12
libceph: change type of ceph_tcp_sendpage() "more"
by Alex Elder
· 12 years ago
6ebc8b3
libceph: minor byte order problems in read_partial_message()
by Alex Elder
· 12 years ago
7b11ba3
libceph: define CEPH_MSG_MAX_MIDDLE_LEN
by Alex Elder
· 12 years ago
4137577
libceph: clean up skipped message logic
by Alex Elder
· 12 years ago
0fff87e
libceph: separate read and write data
by Alex Elder
· 12 years ago
2ac2b7a6
libceph: distinguish page and bio requests
by Alex Elder
· 12 years ago
2794a82
libceph: separate osd request data info
by Alex Elder
· 12 years ago
153e516
libceph: don't assign page info in ceph_osdc_new_request()
by Alex Elder
· 12 years ago
53ded49
libceph: define mds_alloc_msg() method
by Alex Elder
· 12 years ago
1d866d1
libceph: drop mutex while allocating a message
by Alex Elder
· 12 years ago
41766f8
libceph: rename ceph_calc_object_layout()
by Alex Elder
· 12 years ago
ec02a2f
libceph: kill ceph_msg->pagelist_count
by Alex Elder
· 12 years ago
8f63ca2
libceph: fix wrong opcode use in osd_req_encode_op()
by Alex Elder
· 12 years ago
0d5af16
libceph: complete lingering requests only once
by Alex Elder
· 12 years ago
f51a822
libceph: set page alignment in start_request()
by Alex Elder
· 12 years ago
d4b515f
libceph: distinguish page array and pagelist count
by Alex Elder
· 12 years ago
60cf599
libceph: don't pass request to calc_layout()
by Alex Elder
· 12 years ago
dbe0fc4
libceph: format target object name in caller
by Alex Elder
· 12 years ago
47a0581
libceph: pass object number back to calc_layout() caller
by Alex Elder
· 12 years ago
07c09b7
libceph: make ceph_msg->bio_seg be unsigned
by Alex Elder
· 12 years ago
3ff5f38
libceph: fix a osd request memory leak
by Alex Elder
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
a8ca16e
proc: Supply a function to remove a proc entry by PDE
by David Howells
· 12 years ago
0bb80f2
proc: Split the namespace stuff out into linux/proc_ns.h
by David Howells
· 12 years ago
271a15e
proc: Supply PDE attribute setting accessor functions
by David Howells
· 12 years ago
73287a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
60bc851
af_unix: fix a fatal race with bit fields
by Eric Dumazet
· 12 years ago
be3e458
net: sctp: attribute printl with __printf for gcc fmt checks
by Daniel Borkmann
· 12 years ago
ee1bec9
netlink: kconfig: move mmap i/o into netlink kconfig
by Daniel Borkmann
· 12 years ago
bd7c4b6
netpoll: convert mutex into a semaphore
by Neil Horman
· 12 years ago
ae6164a
netlink: Fix skb ref counting.
by Pravin B Shelar
· 12 years ago
0dcffd0
net_sched: act_ipt forward compat with xtables
by Jamal Hadi Salim
· 12 years ago
1eb6d62
svcauth_gss: fix error return code in rsc_parse()
by Wei Yongjun
· 12 years ago
91bc033
bridge: avoid OOPS if root port not found
by stephen hemminger
· 12 years ago
8728f98
Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
5d434fc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
5871768
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
79f632c
unix/stream: fix peeking with an offset larger than data in queue
by Benjamin Poirier
· 12 years ago
39cc861
unix/dgram: fix peeking with an offset larger than data in queue
by Benjamin Poirier
· 12 years ago
add05ad
unix/dgram: peek beyond 0-sized skbs
by Benjamin Poirier
· 12 years ago
cff63a5
openvswitch: Remove unneeded ovs_netdev_get_ifindex()
by Thomas Graf
· 12 years ago
0c77215
net: Use consume_skb() to free gso segmented skb
by Sridhar Samudrala
· 12 years ago
70e3ba7
net/core: remove duplicate statements by do-while loop
by Akinobu Mita
· 12 years ago
33d7c5e
net/core: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
ca3d41a
net/netfilter: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
5106f3b
net/sched: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
c86d2dd
net/sunrpc: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
713e00a
sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()
by Jeff Layton
· 12 years ago
2e0fb40
lib, net: make isodigit() public and use it
by Andy Shevchenko
· 12 years ago
Next »