summaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix warning when compiled against old fuse versionsSage Weil2013-08-201-1/+1
* Merge pull request #491 from kri5/wip-clang-compilationSage Weil2013-08-173-15/+15
|\
| * Fix compilation -Wmismatched-tags warningsChristophe Courtaut2013-08-093-15/+15
* | client: add enclosing object for asok dumpsSage Weil2013-08-131-0/+2
|/
* Merge remote-tracking branch 'gh/next'Sage Weil2013-08-081-2/+1
|\
| * mon, osd: Clean up "flush(stringstream); bl.append(stringstream.str())Dan Mick2013-08-061-2/+1
* | Merge remote-tracking branch 'gh/next'Sage Weil2013-08-022-2/+3
|\ \ | |/
| * Make all AdminSocket commands use argparse/cmdmap.Dan Mick2013-07-302-2/+3
* | Merge remote-tracking branch 'gh/next'Sage Weil2013-07-282-7/+10
|\ \ | |/
| * AdminSocket users: use generic formattingDan Mick2013-07-252-7/+10
* | Merge remote-tracking branch 'gh/next'Sage Weil2013-07-233-6/+27
|\ \ | |/
| * client: signal mds sessions with Contexts instead of CondsSage Weil2013-07-232-6/+6
| * client: add Context*-based wait_on_list/signal_context_list helpersSage Weil2013-07-232-0/+21
* | ceph-fuse: disable getgroups_cbSage Weil2013-07-231-0/+14
* | src/*: make Context::finish private and switch all users to use completeSamuel Just2013-07-221-2/+1
* | fuse: fix fuse_getgroups detectionNoah Watkins2013-07-211-1/+2
|/
* client: mark_down by conSage Weil2013-07-181-1/+1
* Use mon_host instead of mon_addr in ceph_confJordi Llonch2013-07-151-1/+1
* hypertable recent version prototyping includes bool verify in length and read...Jordi Llonch2013-07-152-4/+5
* client: remove O_LAZYSage Weil2013-07-081-2/+0
* client: send all request put's through put_request()Sage Weil2013-06-283-20/+31
* client: fix remaining Inode::put() caller, and make method psuedo-privateSage Weil2013-06-282-3/+5
* client: use put_inode on MetaRequest inode refsSage Weil2013-06-273-6/+25
* osdc: re-calculate truncate_size for strip objectsYan, Zheng2013-06-201-4/+4
* client: fix warningSage Weil2013-06-191-1/+3
* Merge branch 'next'Sage Weil2013-06-191-0/+6
|\
| * Revert "client: fix warning"Sage Weil2013-06-191-1/+1
| * client: fix warningSage Weil2013-06-181-1/+1
| * client: fix warningSage Weil2013-06-181-0/+6
* | Merge branch 'next'Sage Weil2013-06-171-1/+14
|\ \ | |/
| * client: handle reset during initial mds session openSage Weil2013-06-171-1/+14
* | Merge branch 'next'Samuel Just2013-06-171-1/+1
|\ \ | |/
| * client: fix ancient typo in caps revocation pathSage Weil2013-06-171-1/+1
* | client: fix sync read zeroing at EOFSage Weil2013-06-171-5/+9
* | msgr: use ConnectionRef throughoutSage Weil2013-06-133-12/+9
|/
* Merge branch 'next'Gary Lowell2013-06-122-2/+6
|\
| * ceph-fuse: older libfuses don't support FUSE_IOCTL_COMPATDan Mick2013-06-121-1/+5
| * client: set issue_seq (not seq) in cap releaseSage Weil2013-06-111-1/+1
* | admin_socket and all users: command-descriptor supportDan Mick2013-05-221-0/+3
|/
* ceph-fuse: add ioctl supportAndras Elso2013-05-213-1/+44
* Client: get describe_layout by file handle/pathAndras Elso2013-05-173-4/+21
* client/Client.cc: fix/silence "logically dead code" CID-ErrorDanny Al-Gaaf2013-05-161-12/+11
* client/SyntheticClient.cc: check return value of describe_layout()Danny Al-Gaaf2013-05-111-1/+4
* client/Client.cc: fix possible NULL pointer dereferenceDanny Al-Gaaf2013-05-111-0/+3
* client/SyntheticClient.cc: fix another memory leakDanny Al-Gaaf2013-05-111-1/+6
* client/SyntheticClient.cc: fix memory leakDanny Al-Gaaf2013-05-111-0/+5
* client/SyntheticClient.cc: add missing break in switchDanny Al-Gaaf2013-05-111-0/+1
* fixed common typo in error messagesDaniel Gollub2013-05-071-1/+1
* client: make dup reply a louder errorSage Weil2013-04-291-2/+2
* client: fix session open vs mdsmap race with request kickingSage Weil2013-04-291-7/+3