Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
db90f992eb77188ce3e2b95d36f99ba194e04e66
db90f99
libceph: add some fine ASCII art
by Alex Elder
· 14 years ago
a865127
libceph: small changes to messenger.c
by Alex Elder
· 14 years ago
8a0566f
libceph: distinguish two phases of connect sequence
by Alex Elder
· 14 years ago
05a24ec
libceph: separate banner and connect writes
by Alex Elder
· 14 years ago
a94af04
libceph: define and use an explicit CONNECTED state
by Alex Elder
· 14 years ago
abb46df
libceph: clear NEGOTIATING when done
by Alex Elder
· 14 years ago
2a281c7
libceph: clear CONNECTING in ceph_con_close()
by Alex Elder
· 14 years ago
8a62c33
libceph: don't touch con state in con_close_socket()
by Alex Elder
· 14 years ago
70b0604
libceph: just set SOCK_CLOSED when state changes
by Alex Elder
· 14 years ago
54942c5
libceph: don't change socket state on sock event
by Alex Elder
· 14 years ago
eb8c564
libceph: SOCK_CLOSED is a flag, not a state
by Alex Elder
· 14 years ago
f892064
libceph: don't use bio_iter as a flag
by Alex Elder
· 14 years ago
67e5007
libceph: move init of bio_iter
by Alex Elder
· 14 years ago
ec53635
libceph: move init_bio_*() functions up
by Alex Elder
· 14 years ago
3b17b0b
libceph: don't mark footer complete before it is
by Alex Elder
· 14 years ago
3c968ed
libceph: encapsulate advancing msg page
by Alex Elder
· 14 years ago
4ecff48
libceph: encapsulate out message data setup
by Alex Elder
· 14 years ago
9021a42
libceph: drop ceph_con_get/put helpers and nref member
by Sage Weil
· 14 years ago
1c623b0
libceph: use con get/put methods
by Sage Weil
· 14 years ago
8124d55
libceph: fix NULL dereference in reset_connection()
by Dan Carpenter
· 14 years ago
fccbf06
libceph: transition socket state prior to actual connect
by Sage Weil
· 14 years ago
f4d29a9
libceph: fix overflow in osdmap_apply_incremental()
by Xi Wang
· 14 years ago
6b71f61
libceph: fix overflow in osdmap_decode()
by Xi Wang
· 14 years ago
c66a9c7
libceph: fix overflow in __decode_pool_names()
by Xi Wang
· 14 years ago
ce4516f
libceph: make ceph_con_revoke_message() a msg op
by Alex Elder
· 14 years ago
ae04853
libceph: make ceph_con_revoke() a msg operation
by Alex Elder
· 14 years ago
bfd3572
libceph: have messages take a connection reference
by Alex Elder
· 14 years ago
e84e066
libceph: have messages point to their connection
by Alex Elder
· 14 years ago
35067a2
libceph: tweak ceph_alloc_msg()
by Alex Elder
· 14 years ago
6880138
libceph: fully initialize connection in con_init()
by Alex Elder
· 14 years ago
9403ae3
libceph: init monitor connection when opening
by Alex Elder
· 14 years ago
a2b8761
libceph: drop connection refcounting for mon_client
by Sage Weil
· 14 years ago
31a84d8
libceph: embed ceph connection structure in mon_client
by Alex Elder
· 14 years ago
51588ed
libceph: set CLOSED state bit in con_init
by Alex Elder
· 14 years ago
d39319e
libceph: provide osd number when creating osd
by Alex Elder
· 14 years ago
0bcd157
libceph: start tracking connection socket state
by Alex Elder
· 14 years ago
bc32747
libceph: start separating connection flags from state
by Alex Elder
· 14 years ago
d910c11
libceph: embed ceph messenger structure in ceph_client
by Alex Elder
· 14 years ago
4874ba9
libceph: rename kvec_reset and kvec_add functions
by Alex Elder
· 14 years ago
f5e79a4
libceph: rename socket callbacks
by Alex Elder
· 14 years ago
809c58f
libceph: kill bad_proto ceph connection op
by Alex Elder
· 14 years ago
ac7a426
libceph: eliminate connection state "DEAD"
by Alex Elder
· 14 years ago
e7fda85
ceph: check PG_Private flag before accessing page->private
by Yan, Zheng
· 14 years ago
9923ad7
rbd: Fix ceph_snap_context size calculation
by Yan, Zheng
· 14 years ago
6448acf
rbd: store snapshot id instead of index
by Josh Durgin
· 15 years ago
4573951
rbd: protect read of snapshot sequence number
by Josh Durgin
· 15 years ago
095cb21
rbd: don't hold spinlock during messenger flush
by Alex Elder
· 14 years ago
49da293
libceph: fix messenger retry
by Sage Weil
· 14 years ago
21cbad5
libceph: flush msgr queue during mon_client shutdown
by Sage Weil
· 14 years ago
576e428
rbd: Clear ceph_msg->bio_iter for retransmitted message
by Yan, Zheng
· 14 years ago
acecca4
libceph: use con get/put ops from osd_client
by Sage Weil
· 14 years ago
40971fc
libceph: osd_client: don't drop reply reference too early
by Alex Elder
· 14 years ago
1c201df
libceph: fix pg_temp updates
by Sage Weil
· 14 years ago
15ba38e
libceph: avoid unregistering osd request when not registered
by Sage Weil
· 14 years ago
1d3df0e
ceph: add auth buf in prepare_write_connect()
by Alex Elder
· 14 years ago
3f13447
ceph: rename prepare_connect_authorizer()
by Alex Elder
· 14 years ago
8d19055
ceph: return pointer from prepare_connect_authorizer()
by Alex Elder
· 14 years ago
ed35fbc
ceph: use info returned by get_authorizer
by Alex Elder
· 14 years ago
4f33c7e
ceph: have get_authorizer methods return pointers
by Alex Elder
· 14 years ago
83d28f7
ceph: ensure auth ops are defined before use
by Alex Elder
· 14 years ago
018a2a1
ceph: messenger: reduce args to create_authorizer
by Alex Elder
· 14 years ago
0f56a54
ceph: define ceph_auth_handshake type
by Alex Elder
· 14 years ago
33f0577
ceph: messenger: check return from get_authorizer
by Alex Elder
· 14 years ago
29e1a95
ceph: messenger: rework prepare_connect_authorizer()
by Alex Elder
· 14 years ago
59336e0
ceph: messenger: check prepare_write_connect() result
by Alex Elder
· 14 years ago
59a521e
ceph: don't set WRITE_PENDING too early
by Alex Elder
· 14 years ago
7dd07ab
ceph: drop msgr argument from prepare_write_connect()
by Alex Elder
· 14 years ago
d4ac74c
ceph: messenger: send banner in process_connect()
by Alex Elder
· 14 years ago
726644c
ceph: messenger: reset connection kvec caller
by Alex Elder
· 14 years ago
6b7cc02
libceph: don't reset kvec in prepare_write_banner()
by Alex Elder
· 14 years ago
1f7631f
ceph: messenger: change read_partial() to take "end" arg
by Alex Elder
· 14 years ago
dd22ce5
ceph: messenger: update "to" in read_partial() caller
by Alex Elder
· 14 years ago
d0d7af6
ceph: messenger: use read_partial() in read_partial_message()
by Alex Elder
· 14 years ago
f77637d
ceph: osd_client: fix endianness bug in osd_req_encode_op()
by Alex Elder
· 14 years ago
cf34fc7
crush: fix memory leak when destroying tree buckets
by Sage Weil
· 14 years ago
9a0117a
crush: fix tree node weight lookup
by Sage Weil
· 14 years ago
20501b9
crush: be more tolerant of nonsensical crush maps
by Sage Weil
· 14 years ago
9926776
crush: adjust local retry threshold
by Sage Weil
· 14 years ago
506b467
crush: clean up types, const-ness
by Sage Weil
· 14 years ago
5564921
selinux: fix sel_netnode_insert() suspicious rcu dereference
by Dave Jones
· 14 years ago
a23d631
reiserfs: Protect reiserfs_quota_write() with write lock
by Jan Kara
· 14 years ago
8c7dcc4
reiserfs: Move quota calls out of write lock
by Jan Kara
· 14 years ago
8ed4d1c
reiserfs: Protect reiserfs_quota_on() with write lock
by Jan Kara
· 14 years ago
394cbbc
reiserfs: Fix lock ordering during remount
by Jan Kara
· 14 years ago
824904c
NFS: Wait for session recovery to finish before returning
by Bryan Schumaker
· 14 years ago
d1b28a2
drm/i915: fix overlay on i830M
by Daniel Vetter
· 14 years ago
37a42f9
s390/signal: set correct address space control
by Martin Schwidefsky
· 14 years ago
39220c9
sky2: Fix for interrupt handler
by Mirko Lindner
· 14 years ago
122fd46
eCryptfs: check for eCryptfs cipher support at mount
by Tim Sally
· 14 years ago
c8a1ae7
eCryptfs: Copy up POSIX ACL and read-only flags from lower mount
by Tyler Hicks
· 14 years ago
9dbd341
usb: use usb_serial_put in usb_serial_probe errors
by Jan Safrata
· 14 years ago
a39bdce
netfilter: nf_nat: don't check for port change on ICMP tuples
by Ulrich Weber
· 14 years ago
b3e991e
netfilter: Mark SYN/ACK packets as invalid from original direction
by Jozsef Kadlecsik
· 14 years ago
c581c7c
netfilter: Validate the sequence number of dataless ACK packets as well
by Jozsef Kadlecsik
· 14 years ago
1b10e0b
r8169: allow multicast packets on sub-8168f chipset.
by Nathan Walp
· 14 years ago
cfc2c99
r8169: Fix WoL on RTL8168d/8111d.
by Cyril Brulebois
· 14 years ago
f5a93ea
xen/events: fix RCU warning, or Call idle notifier after irq_enter()
by Mojiong Qiu
· 14 years ago
56cb8f7
r8169: use unlimited DMA burst for TX
by Michal Schmidt
· 14 years ago
ec59242
tmpfs: change final i_blocks BUG to WARNING
by Hugh Dickins
· 14 years ago
f86c309
net-rps: Fix brokeness causing OOO packets
by Tom Herbert
· 14 years ago
Next »