Age | Commit message (Expand) | Author |
2012-04-27 | crush: include header for global symbols | hartleys |
2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet |
2012-03-22 | libceph: isolate kmap() call in write_partial_msg_pages() | Alex Elder |
2012-03-22 | libceph: rename "page_shift" variable to something sensible | Alex Elder |
2012-03-22 | libceph: get rid of zero_page_address | Alex Elder |
2012-03-22 | libceph: only call kernel_sendpage() via helper | Alex Elder |
2012-03-22 | libceph: use kernel_sendpage() for sending zeroes | Alex Elder |
2012-03-22 | libceph: fix inverted crc option logic | Alex Elder |
2012-03-22 | libceph: some simple changes | Alex Elder |
2012-03-22 | libceph: small refactor in write_partial_kvec() | Alex Elder |
2012-03-22 | libceph: do crc calculations outside loop | Alex Elder |
2012-03-22 | libceph: separate CRC calculation from byte swapping | Alex Elder |
2012-03-22 | libceph: use "do" in CRC-related Boolean variables | Alex Elder |
2012-03-22 | ceph: ensure Boolean options support both senses | Alex Elder |
2012-03-22 | libceph: a few small changes | Alex Elder |
2012-03-22 | libceph: make ceph_tcp_connect() return int | Alex Elder |
2012-03-22 | libceph: encapsulate some messenger cleanup code | Alex Elder |
2012-03-22 | libceph: make ceph_msgr_wq private | Alex Elder |
2012-03-22 | libceph: encapsulate connection kvec operations | Alex Elder |
2012-03-22 | libceph: move prepare_write_banner() | Alex Elder |
2012-03-22 | rbd: make ceph_parse_options() return a pointer | Alex Elder |
2012-03-22 | ceph: eliminate some abusive casts | Alex Elder |
2012-03-22 | ceph: eliminate some needless casts | Alex Elder |
2012-03-22 | ceph: kill addr_str_lock spinlock; use atomic instead | Alex Elder |
2012-03-22 | ceph: make use of "else" where appropriate | Alex Elder |
2012-03-22 | ceph: use a shared zero page rather than one per messenger | Alex Elder |
2012-03-22 | libceph: fix overflow check in crush_decode() | Xi Wang |
2012-03-22 | net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socke... | Jim Schutt |
2012-02-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2012-02-02 | ceph: initialize client debugfs outside of monc->mutex | Sage Weil |
2012-01-10 | libceph: remove useless return value for osd_client __send_request() | Sage Weil |
2012-01-10 | crush: fix force for non-root TAKE | Sage Weil |
2012-01-10 | ceph: Use kmemdup rather than duplicating its implementation | Thomas Meyer |
2011-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2011-12-12 | crush: fix mapping calculation when force argument doesn't exist | Sage Weil |
2011-11-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2011-11-11 | libceph: Allocate larger oid buffer in request msgs | Stratos Psomadakis |
2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker |
2011-10-25 | libceph: force resend of osd requests if we skip an osdmap | Sage Weil |
2011-10-25 | ceph: use kernel DNS resolver | Noah Watkins |
2011-10-25 | ceph: fix ceph_monc_init memory leak | Noah Watkins |
2011-10-25 | libceph: warn on msg allocation failures | Sage Weil |
2011-10-25 | libceph: don't complain on msgpool alloc failures | Sage Weil |
2011-10-25 | libceph: always preallocate mon connection | Sage Weil |
2011-10-25 | libceph: create messenger with client | Sage Weil |
2011-09-29 | Merge branch 'for-linus' of git://github.com/NewDreamNetwork/ceph-client | Linus Torvalds |
2011-09-28 | libceph: fix pg_temp mapping update | Sage Weil |
2011-09-28 | libceph: fix pg_temp mapping calculation | Sage Weil |
2011-09-16 | libceph: fix linger request requeuing | Sage Weil |
2011-09-16 | libceph: fix parse options memory leak | Noah Watkins |