Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6d80b130d516deef51666e210fde674c947b8b5c
/
include
5522ae0
libceph: use slab cache for osd client requests
by Alex Elder
· 12 years ago
4f0dcb1
libceph: create source file "net/ceph/snapshot.c"
by Alex Elder
· 12 years ago
c3f5610
libceph: validate timespec conversions
by Alex Elder
· 12 years ago
b587398
libceph: add signed type limits
by Alex Elder
· 12 years ago
6c57b55
libceph: support pages for class request data
by Alex Elder
· 12 years ago
4971977
libceph: support raw data requests
by Alex Elder
· 12 years ago
406e2c9
libceph: kill off osd data write_request parameters
by Alex Elder
· 12 years ago
26be880
libceph: change how "safe" callback is used
by Alex Elder
· 12 years ago
04017e2
libceph: make method call data be a separate data item
by Alex Elder
· 12 years ago
90af360
libceph: add, don't set data for a message
by Alex Elder
· 12 years ago
ca8b3a6
libceph: implement multiple data items in a message
by Alex Elder
· 12 years ago
5240d9f
libceph: replace message data pointer with list
by Alex Elder
· 12 years ago
8ae4f4f
libceph: have cursor point to data
by Alex Elder
· 12 years ago
36153ec
libceph: move cursor into message
by Alex Elder
· 12 years ago
c851c49
libceph: record bio length
by Alex Elder
· 12 years ago
ea96571
libceph: fix possible CONFIG_BLOCK build problem
by Alex Elder
· 12 years ago
5476492
libceph: kill off osd request r_data_in and r_data_out
by Alex Elder
· 12 years ago
ec9123c
libceph: set the data pointers when encoding ops
by Alex Elder
· 12 years ago
a4ce40a
libceph: combine initializing and setting osd data
by Alex Elder
· 12 years ago
5f562df
libceph: format class info at init time
by Alex Elder
· 12 years ago
c99d2d4
libceph: specify osd op by index in request
by Alex Elder
· 12 years ago
8c042b0
libceph: add data pointers in osd op structures
by Alex Elder
· 12 years ago
54d5064
libceph: rename data out field in osd request op
by Alex Elder
· 12 years ago
7952873
libceph: keep source rather than message osd op array
by Alex Elder
· 12 years ago
43bfe5d
libceph: define osd data initialization helpers
by Alex Elder
· 12 years ago
e5975c7
ceph: build osd request message later for writepages
by Alex Elder
· 12 years ago
acead00
libceph: don't build request in ceph_osdc_new_request()
by Alex Elder
· 12 years ago
a193080
libceph: record message data length
by Alex Elder
· 12 years ago
fdce58c
libceph: record length of bio list with bio
by Alex Elder
· 12 years ago
ace6d3a
libceph: drop ceph_osd_request->r_con_filling_msg
by Alex Elder
· 12 years ago
ef4859d
libceph: define ceph_decode_pgid() only once
by Alex Elder
· 12 years ago
33803f3
libceph: define source request op functions
by Alex Elder
· 12 years ago
adfe695
ceph: move max constant definitions
by Alex Elder
· 12 years ago
6644ed7
libceph: make message data be a pointer
by Alex Elder
· 12 years ago
f5db90b
libceph: kill last of ceph_msg_pos
by Alex Elder
· 12 years ago
859a35d
libceph: kill most of ceph_msg_pos
by Alex Elder
· 12 years ago
4c59b4a
libceph: collapse all data items into one
by Alex Elder
· 12 years ago
6518be4
libceph: kill ceph message bio_iter, bio_seg
by Alex Elder
· 12 years ago
25aff7c
libceph: record residual bytes for all message data types
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
3a23083
libceph: implement RECONNECT_SEQ feature
by Sage Weil
· 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
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
4a73ef2
libceph: record message data byte length
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
7b11ba3
libceph: define CEPH_MSG_MAX_MIDDLE_LEN
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
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
2a24d1f
libceph: use (void *) for untyped data in osd ops
by Alex Elder
· 12 years ago
0d5af16
libceph: complete lingering requests only once
by Alex Elder
· 12 years ago
d4b515f
libceph: distinguish page array and pagelist count
by Alex Elder
· 12 years ago
07c09b7
libceph: make ceph_msg->bio_seg be unsigned
by Alex Elder
· 12 years ago
830ac85
Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
db93f8b
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
c437d88
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
83f1b4b
net: fix incorrect credentials passing
by Linus Torvalds
· 12 years ago
c0a9f45
Merge remote-tracking branch 'efi/urgent' into x86/urgent
by H. Peter Anvin
· 12 years ago
e15465e
irda: small read past the end of array in debug code
by Dan Carpenter
· 12 years ago
53d945e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 12 years ago
5a22483
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 12 years ago
0a82a8d
Revert "block: add missing block_bio_complete() tracepoint"
by Linus Torvalds
· 12 years ago
55a20ee
x86, kdump: Retore crashkernel= to allocate under 896M
by Yinghai Lu
· 12 years ago
c729de8
x86, kdump: Set crashkernel_low automatically
by Yinghai Lu
· 12 years ago
fca8316
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
4c82456
fuse: fix type definitions in uapi header
by Miklos Szeredi
· 12 years ago
b4cbb19
vm: add vm_iomap_memory() helper function
by Linus Torvalds
· 12 years ago
0635eb8
Move utf16 functions to kernel core and rename
by Matthew Garrett
· 12 years ago
bb33db7
Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
f88c91d
ipv6: statically link register_inet6addr_notifier()
by Cong Wang
· 12 years ago
3c91930
Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 12 years ago
935d8aa
Add file_ns_capable() helper function for open-time capability checking
by Linus Torvalds
· 12 years ago
1de14c3
x86-32: Fix possible incomplete TLB invalidate with PAE pagetables
by Dave Hansen
· 12 years ago
7f49ef6
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
by Steven Rostedt (Red Hat)
· 12 years ago
6a76f8c
tracing: Fix possible NULL pointer dereferences
by Namhyung Kim
· 12 years ago
8b5b8c2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf into netfilter
by David S. Miller
· 12 years ago
f2530dc
kthread: Prevent unpark race which puts threads on the wrong cpu
by Thomas Gleixner
· 12 years ago
fe2971a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
6b07a24
lsm: add the missing documentation for the security_skb_owned_by() hook
by Paul Moore
· 12 years ago
46fc4c9
ssb: implement spurious tone avoidance
by Rafał Miłecki
· 12 years ago
e8f2b54
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
6eb4c7e
netfilter: ipset: hash:*net*: nomatch flag not excluded on set resize
by Jozsef Kadlecsik
· 12 years ago
8ce584c
procfs: add proc_remove_subtree()
by Al Viro
· 12 years ago
Next »