aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+6
* ceph: fix file mode calculationSage Weil2011-07-191-7/+10
* libceph: fix page calculation for non-page-aligned ioSage Weil2011-06-131-4/+6
* ceph: fix sync vs canceled writeSage Weil2011-06-071-5/+10
* libceph: subscribe to osdmap when cluster is fullSage Weil2011-05-241-0/+9
* libceph: handle new osdmap down/state change encodingSage Weil2011-05-241-3/+8
* ceph: check return value for start_request in writepagesSage Weil2011-05-191-1/+7
* libceph: add missing breaks in addr_set_portSage Weil2011-05-191-0/+2
* libceph: fix TAG_WAIT caseSage Weil2011-05-191-1/+3
* libceph: fix osdmap timestamp assignmentSage Weil2011-05-191-1/+1
* libceph: use snprintf for unknown addrsSage Weil2011-05-191-1/+2
* libceph: use snprintf for formatting object nameSage Weil2011-05-191-1/+1
* libceph: fix uninitialized value when no get_authorizer method is setSage Weil2011-05-191-5/+6
* libceph: handle connection reopen race with callbacksSage Weil2011-05-191-13/+51
* libceph: fix ceph_osdc_alloc_request error checksSage Weil2011-05-031-2/+2
* libceph: fix ceph_msg_new error pathHenry C Chang2011-05-031-13/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-04-141-3/+9
|\
| * libceph: fix linger request requeueingSage Weil2011-04-061-3/+9
* | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
|\ \ | |/ |/|
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | libceph: Create a new key type "ceph".Tommi Virtanen2011-03-293-8/+77
* | libceph: Get secret from the kernel keys api when mounting with key=NAME.Tommi Virtanen2011-03-292-0/+59
* | ceph: Move secret key parsing earlier.Tommi Virtanen2011-03-296-15/+59
* | libceph: fix null dereference when unregistering linger requestsSage Weil2011-03-291-3/+3
* | ceph: unlock on error in ceph_osdc_start_request()Dan Carpenter2011-03-291-1/+3
* | ceph: fix possible NULL pointer dereferenceMariusz Kozlowski2011-03-261-1/+1
* | ceph: flush msgr_wq during mds_client shutdownSage Weil2011-03-251-2/+2
|/
* libceph: add lingering request and watch/notify event frameworkYehuda Sadeh2011-03-222-12/+374
* libceph: fix osd request queuing on osdmap updatesSage Weil2011-03-211-133/+122
* libceph: Fix base64-decoding when input ends in newline.Tommi Virtanen2011-03-151-1/+3
* libceph: fix msgr standby handlingSage Weil2011-03-041-8/+22
* libceph: fix msgr keepalive flagSage Weil2011-03-041-5/+4
* libceph: fix msgr backoffSage Weil2011-03-041-2/+28
* libceph: retry after authorization failureSage Weil2011-03-031-2/+0
* libceph: fix handling of short returns from get_user_pagesSage Weil2011-03-031-5/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-02-211-31/+31
|\
| * libceph: fix socket write error handlingSage Weil2011-01-251-11/+12
| * libceph: fix socket read error handlingSage Weil2011-01-251-20/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-133-45/+8
|\ \ | |/
| * net/ceph: make ceph_msgr_wq non-reentrantTejun Heo2011-01-121-44/+2
| * ceph: Always free allocated memory in osdmap_decode()Jesper Juhl2011-01-121-1/+3
| * ceph: add dir_layout to inodeSage Weil2011-01-121-0/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-263-27/+35
|\ \ | |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-12-202-11/+12
| |\
| | * ceph: handle partial result from get_user_pagesHenry C Chang2010-12-171-2/+2
| | * ceph: mark user pages dirty on direct-io readsHenry C Chang2010-12-171-4/+7
| | * ceph: fix msgr_init error pathSage Weil2010-12-131-5/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-291-22/+0
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-241-1/+1
| |\ \ \ | | |_|/ | |/| |
| * | | ceph: explicitly specify page alignment in network messagesSage Weil2010-11-092-5/+8