summaryrefslogtreecommitdiff
path: root/src/client/Client.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup: changed order of #includes, global_context.h, debug.hwip-doutRoald J. van Loon2012-12-241-15/+7
* client: Add routine to get caps of file/fdSam Lang2012-12-071-0/+4
* client: add ceph_open_layout interfaceNoah Watkins2012-11-261-1/+4
* client: dump mds session infoSage Weil2012-11-121-0/+1
* client: add dump_cache asok commandSage Weil2012-11-121-2/+2
* client: add mds_requests asok commandSage Weil2012-11-121-0/+10
* Merge branch 'next'Sage Weil2012-11-101-1/+1
|\
| * client: give get_caps() out-arg a less confusing nameSage Weil2012-11-091-1/+1
* | client: return EBADF for invalid file descNoah Watkins2012-11-041-0/+10
* | client: Support for fchownSam Lang2012-11-041-0/+1
* | client: Implement lchown in Client and libcephfsSam Lang2012-10-171-0/+1
* | client: Implement stat and correct lstatSam Lang2012-10-171-0/+1
* | client: Support for fchmodSam Lang2012-10-171-0/+1
* | client: Add permissions checking to openSam Lang2012-10-161-0/+8
|/
* client: Reset cache_name pos on dirpSam Lang2012-10-091-0/+1
* client: Fix #2215 with cache inval in threadSam Lang2012-10-031-2/+8
* client: Remove unnecessary checkafter parameterSam Lang2012-10-031-1/+1
* client: Resolves coverity NULL dereference issueSam Lang2012-10-021-0/+1
* client: add WARN_UNUSED_RESULT to client init funcSam Lang2012-09-271-1/+3
* Merge branch 'wip-msgr'Sage Weil2012-08-131-0/+1
|\
| * client: handle fault during session teardownSage Weil2012-07-271-0/+1
* | client: improve dump_cache outputSage Weil2012-07-021-1/+1
|/
* client: rip out preferred_pg thingSage Weil2012-04-231-2/+0
* ObjectCacher: remove dependency on ObjecterJosh Durgin2012-04-131-2/+3
* client: add initialized flag to clientSage Weil2012-02-021-0/+1
* Fix several doxygen warnings, to minimize noise. Only changes comments.Tommi Virtanen2012-01-101-1/+1
* client: move PerfCounter into ClientSage Weil2011-12-141-1/+3
* client: return errors from initSage Weil2011-12-131-1/+1
* uclient: remove filer_flags and use Objecter::global_op_flags insteadGreg Farnum2011-11-281-2/+0
* client: return stripe address replicasNoah Watkins2011-11-091-1/+1
* client: fix return value for _readdir_cache_cbSage Weil2011-10-271-3/+2
* uclient: fix _getdents and add some documentation.Greg Farnum2011-10-271-0/+5
* uclient: readdir_r_cb documentation, and it only returns 0 or -errno.Greg Farnum2011-10-271-0/+9
* client: factor out flush_cap_releases() helperSage Weil2011-09-071-0/+1
* client: clean up _{create,release}_fhSage Weil2011-09-011-1/+1
* client: drop mostly-useless relink()Sage Weil2011-08-301-5/+0
* client: add some assertsSage Weil2011-08-301-2/+2
* Merge remote branch 'vapre/wip-pgid'Sage Weil2011-08-291-1/+1
|\
| * osd: int pool -> int64_t poolSage Weil2011-08-271-1/+1
* | client: simplify Client::remove_cap() argsSage Weil2011-08-291-1/+1
* | client: clean up Client::remove_session_caps() argsSage Weil2011-08-291-1/+1
|/
* Merge commit 'v0.34'Sage Weil2011-08-271-2/+5
|\
| * client: drop useless insert_trace timestamp argumentSage Weil2011-08-241-1/+1
| * client: factor update_dentry_lease() out of insert_dentry_inode()Sage Weil2011-08-241-0/+1
| * client: carry inode reference across calls to _flushSage Weil2011-08-241-1/+3
* | client: fix readdir + cap recovation/reissue raceSage Weil2011-08-241-0/+1
|/
* client: add callback for cache invalidateSage Weil2011-08-111-0/+6
* client: use helper to invalidate/truncate cached file dataSage Weil2011-08-111-0/+2
* don't include all the type headers in Client.hSage Weil2011-07-231-49/+43
* client: uninline link/unlink helpersSage Weil2011-07-231-125/+8