index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
/
messenger.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-22
libceph: isolate kmap() call in write_partial_msg_pages()
Alex Elder
1
-11
/
+2
2012-03-22
libceph: rename "page_shift" variable to something sensible
Alex Elder
1
-5
/
+6
2012-03-22
libceph: get rid of zero_page_address
Alex Elder
1
-9
/
+2
2012-03-22
libceph: only call kernel_sendpage() via helper
Alex Elder
1
-6
/
+2
2012-03-22
libceph: use kernel_sendpage() for sending zeroes
Alex Elder
1
-5
/
+15
2012-03-22
libceph: fix inverted crc option logic
Alex Elder
1
-10
/
+10
2012-03-22
libceph: some simple changes
Alex Elder
1
-4
/
+9
2012-03-22
libceph: small refactor in write_partial_kvec()
Alex Elder
1
-11
/
+12
2012-03-22
libceph: do crc calculations outside loop
Alex Elder
1
-14
/
+12
2012-03-22
libceph: separate CRC calculation from byte swapping
Alex Elder
1
-14
/
+17
2012-03-22
libceph: use "do" in CRC-related Boolean variables
Alex Elder
1
-20
/
+20
2012-03-22
libceph: a few small changes
Alex Elder
1
-14
/
+18
2012-03-22
libceph: make ceph_tcp_connect() return int
Alex Elder
1
-8
/
+6
2012-03-22
libceph: encapsulate some messenger cleanup code
Alex Elder
1
-18
/
+20
2012-03-22
libceph: make ceph_msgr_wq private
Alex Elder
1
-1
/
+1
2012-03-22
libceph: encapsulate connection kvec operations
Alex Elder
1
-61
/
+56
2012-03-22
libceph: move prepare_write_banner()
Alex Elder
1
-3
/
+4
2012-03-22
ceph: eliminate some abusive casts
Alex Elder
1
-4
/
+4
2012-03-22
ceph: eliminate some needless casts
Alex Elder
1
-11
/
+10
2012-03-22
ceph: kill addr_str_lock spinlock; use atomic instead
Alex Elder
1
-11
/
+10
2012-03-22
ceph: make use of "else" where appropriate
Alex Elder
1
-7
/
+4
2012-03-22
ceph: use a shared zero page rather than one per messenger
Alex Elder
1
-14
/
+29
2012-03-22
net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socke...
Jim Schutt
1
-6
/
+12
2011-10-31
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
1
-0
/
+1
2011-10-25
ceph: use kernel DNS resolver
Noah Watkins
1
-12
/
+102
2011-10-25
libceph: warn on msg allocation failures
Sage Weil
1
-0
/
+1
2011-10-25
libceph: don't complain on msgpool alloc failures
Sage Weil
1
-4
/
+11
2011-09-16
libceph: initialize ack_stamp to avoid unnecessary connection reset
Jim Schutt
1
-0
/
+1
2011-07-26
libceph: don't time out osd requests that haven't been received
Sage Weil
1
-7
/
+5
2011-05-19
libceph: add missing breaks in addr_set_port
Sage Weil
1
-0
/
+2
2011-05-19
libceph: fix TAG_WAIT case
Sage Weil
1
-1
/
+3
2011-05-19
libceph: use snprintf for unknown addrs
Sage Weil
1
-1
/
+2
2011-05-19
libceph: fix uninitialized value when no get_authorizer method is set
Sage Weil
1
-5
/
+6
2011-05-19
libceph: handle connection reopen race with callbacks
Sage Weil
1
-13
/
+51
2011-05-03
libceph: fix ceph_msg_new error path
Henry C Chang
1
-13
/
+13
2011-03-04
libceph: fix msgr standby handling
Sage Weil
1
-8
/
+22
2011-03-04
libceph: fix msgr keepalive flag
Sage Weil
1
-5
/
+4
2011-03-04
libceph: fix msgr backoff
Sage Weil
1
-2
/
+28
2011-03-03
libceph: retry after authorization failure
Sage Weil
1
-2
/
+0
2011-01-25
libceph: fix socket write error handling
Sage Weil
1
-11
/
+12
2011-01-25
libceph: fix socket read error handling
Sage Weil
1
-20
/
+19
2011-01-12
net/ceph: make ceph_msgr_wq non-reentrant
Tejun Heo
1
-44
/
+2
2010-12-13
ceph: fix msgr_init error path
Sage Weil
1
-5
/
+3
2010-11-09
ceph: explicitly specify page alignment in network messages
Sage Weil
1
-5
/
+5
2010-11-01
ceph: fix small seq message skipping
Sage Weil
1
-2
/
+1
2010-10-20
ceph: factor out libceph from Ceph file system
Yehuda Sadeh
1
-0
/
+2453