Age | Commit message (Expand) | Author | Files | Lines |
2011-06-14 | libceph: fix page calculation for non-page-aligned io | Sage Weil | 1 | -4/+6 |
2011-06-08 | ceph: fix sync vs canceled write | Sage Weil | 1 | -5/+10 |
2011-05-24 | libceph: subscribe to osdmap when cluster is full | Sage Weil | 1 | -0/+9 |
2011-05-24 | libceph: handle new osdmap down/state change encoding | Sage Weil | 1 | -3/+8 |
2011-05-19 | ceph: check return value for start_request in writepages | Sage Weil | 1 | -1/+7 |
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: fix osdmap timestamp assignment | Sage Weil | 1 | -1/+1 |
2011-05-19 | libceph: use snprintf for unknown addrs | Sage Weil | 1 | -1/+2 |
2011-05-19 | libceph: use snprintf for formatting object name | Sage Weil | 1 | -1/+1 |
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_osdc_alloc_request error checks | Sage Weil | 1 | -2/+2 |
2011-05-03 | libceph: fix ceph_msg_new error path | Henry C Chang | 1 | -13/+13 |
2011-04-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -3/+9 |
2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 1 | -1/+1 |
2011-04-06 | libceph: fix linger request requeueing | Sage Weil | 1 | -3/+9 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-29 | libceph: Create a new key type "ceph". | Tommi Virtanen | 3 | -8/+77 |
2011-03-29 | libceph: Get secret from the kernel keys api when mounting with key=NAME. | Tommi Virtanen | 2 | -0/+59 |
2011-03-29 | ceph: Move secret key parsing earlier. | Tommi Virtanen | 6 | -15/+59 |
2011-03-29 | libceph: fix null dereference when unregistering linger requests | Sage Weil | 1 | -3/+3 |
2011-03-29 | ceph: unlock on error in ceph_osdc_start_request() | Dan Carpenter | 1 | -1/+3 |
2011-03-26 | ceph: fix possible NULL pointer dereference | Mariusz Kozlowski | 1 | -1/+1 |
2011-03-25 | ceph: flush msgr_wq during mds_client shutdown | Sage Weil | 1 | -2/+2 |
2011-03-22 | libceph: add lingering request and watch/notify event framework | Yehuda Sadeh | 2 | -12/+374 |
2011-03-21 | libceph: fix osd request queuing on osdmap updates | Sage Weil | 1 | -133/+122 |
2011-03-15 | libceph: Fix base64-decoding when input ends in newline. | Tommi Virtanen | 1 | -1/+3 |
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-04 | libceph: retry after authorization failure | Sage Weil | 1 | -2/+0 |
2011-03-04 | libceph: fix handling of short returns from get_user_pages | Sage Weil | 1 | -5/+13 |
2011-02-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -31/+31 |
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-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 3 | -45/+8 |
2011-01-13 | net/ceph: make ceph_msgr_wq non-reentrant | Tejun Heo | 1 | -44/+2 |
2011-01-13 | ceph: Always free allocated memory in osdmap_decode() | Jesper Juhl | 1 | -1/+3 |
2011-01-13 | ceph: add dir_layout to inode | Sage Weil | 1 | -0/+3 |
2010-12-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -27/+35 |
2010-12-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2 | -11/+12 |
2010-12-17 | ceph: handle partial result from get_user_pages | Henry C Chang | 1 | -2/+2 |
2010-12-17 | ceph: mark user pages dirty on direct-io reads | Henry C Chang | 1 | -4/+7 |
2010-12-14 | ceph: fix msgr_init error path | Sage Weil | 1 | -5/+3 |
2010-12-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -23/+1 |
2010-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -22/+0 |
2010-11-28 | Net: ceph: Makefile: Remove unnessary code | Tracey Dent | 1 | -22/+0 |
2010-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
2010-11-22 | Net: ceph: Makefile: remove deprecated kbuild goal definitions | Tracey Dent | 1 | -1/+1 |