projects
/
kernel
/
kernel-generic.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
kernel/kernel-generic.git
2013-05-02
Alex Elder
libceph: initialize data fields on last msg put
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: send queued requests when starting new one
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: keep request lists in tid order
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: requeue only sent requests when kicking
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: no more kick_requests() race
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: slightly defer registering osd request
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Sage Weil
libceph: wrap auth methods in a mutex
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Sage Weil
libceph: wrap auth ops in wrapper functions
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Sage Weil
libceph: add update_authorizer auth method
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Sage Weil
libceph: fix authorizer invalidation
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Sage Weil
libceph: clear messenger auth_retry flag when we authen...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Sage Weil
libceph: implement RECONNECT_SEQ feature
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Henry C Chang
ceph: fix buffer pointer advance in ceph_sync_write
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Yan, Zheng
ceph: use i_release_count to indicate dir's completeness
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: more cleanup of write_partial_msg_pages()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: kill message trail
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: kill osd request r_trail
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: have osd requests support pagelist data
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: let osd ops determine request data length
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: implement pages array cursor
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: implement bio message data item cursor
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: use data cursor for message pagelist
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: prepare for other message data item types
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: start defining message data cursor
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: abstract message data
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: be explicit about message data representation
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: define ceph_msg_has_*() data macros
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: define and use ceph_crc32c_page()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: define and use ceph_tcp_recvpage()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: encapsulate reading message data
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: small write_partial_msg_pages() refactor
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: consolidate message prep code
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: use local variables for message positions
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: don't clear bio_iter in prepare_write_message()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: activate message data assignment checks
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: set response data fields earlier
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: record message data byte length
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
ceph: only set message data pointers if non-empty
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: isolate other message data fields
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: set page info with byte length
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: isolate message page field manipulation
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: record byte count not page count
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: simplify new message initialization
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: advance pagelist with list_rotate_left()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: define and use in_msg_pos_next()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: kill args in read_partial_message_bio()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: change type of ceph_tcp_sendpage() "more"
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: minor byte order problems in read_partial_mess...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: define CEPH_MSG_MAX_MIDDLE_LEN
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: clean up skipped message logic
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: separate read and write data
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: distinguish page and bio requests
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: separate osd request data info
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: don't assign page info in ceph_osdc_new_request()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
ceph: simplify ceph_sync_write() page_align calculation
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
ceph: use calc_pages_for() in start_read()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: no need for alignment for mds message
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: define mds_alloc_msg() method
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: drop mutex while allocating a message
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: rename ceph_calc_object_layout()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: kill ceph_msg->pagelist_count
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: use (void *) for untyped data in osd ops
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: fix wrong opcode use in osd_req_encode_op()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: complete lingering requests only once
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Yan, Zheng
ceph: acquire i_mutex in __ceph_do_pending_vmtruncate
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Yan, Zheng
ceph: don't early drop Fw cap
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Sage Weil
ceph: revert commit 22cddde104
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Yan, Zheng
ceph: use I_COMPLETE inode flag instead of D_COMPLETE...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Yan, Zheng
ceph: set mds_want according to cap import message
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Yan, Zheng
ceph: queue cap release when trimming cap
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Yan, Zheng
ceph: fix LSSNAP regression
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: set page alignment in start_request()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: distinguish page array and pagelist count
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: don't pass request to calc_layout()
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: format target object name in caller
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: pass object number back to calc_layout() caller
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: make ceph_msg->bio_seg be unsigned
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Alex Elder
libceph: fix a osd request memory leak
commit
|
commitdiff
|
tree
|
snapshot
2013-04-29
Linus Torvalds
Linux 3.9
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Linus Torvalds
Merge tag 'fixes-for-linus' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Linus Torvalds
vm: add no-mmu vm_iomap_memory() stub
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Linus Torvalds
Merge branch 'perf-urgent-for-linus' of git://git....
commit
|
commitdiff
|
tree
|
snapshot
2013-04-27
Olof Johansson
Merge tag 'omap-for-v3.9-rc6/fixes-signed' of git:...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Linus Torvalds
Merge branch 'v4l_for_linus' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Linus Torvalds
Merge branch 'fixes-3.9-late' of git://git./linux/kerne...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Matt Fleming
efivars: only check for duplicates on the registered...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Jiri Slaby
TTY: fix atime/mtime regression
commit
|
commitdiff
|
tree
|
snapshot
2013-04-26
Zhao Hongjiang
aio: fix possible invalid memory access when DEBUG...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
H. Peter Anvin
Merge tag 'efi-urgent' into x86/urgent
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
John David...
parisc: use spin_lock_irqsave/spin_unlock_irqrestore...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Helge Deller
parisc: disable -mlong-calls compiler option for kernel...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Will Deacon
parisc: uaccess: fix compiler warnings caused by __put_...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
John David...
parisc: Change kunmap macro to static inline function
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
John David...
parisc: Provide __ucmpdi2 to resolve undefined referenc...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Linus Torvalds
Merge git://git./linux/kernel/git/davem/sparc
commit
|
commitdiff
|
tree
|
snapshot
2013-04-25
Linus Torvalds
Merge tag 'gpio-v3.9-lastminute' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
David S. Miller
sparc64: Fix missing put_cpu_var() in tlb_batch_add_one...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Linus Walleij
Revert "gpio: pxa: set initcall level to module init"
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Josh Boyer
efi: Check EFI revision in setup_efi_vars
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Borislav Petkov
x86, efi: Fix a build warning
commit
|
commitdiff
|
tree
|
snapshot
next