summaryrefslogtreecommitdiffstats
path: root/src/client (follow)
Commit message (Expand)AuthorAgeFilesLines
* osdc: Update to use C++11 concurrencyAdam C. Emerson2016-02-052-141/+109
* make ctors with one argument explicitDanny Al-Gaaf2016-01-298-13/+13
* Merge remote-tracking branch 'origin/jewel'Greg Farnum2016-01-291-1/+1
|\
| * Merge pull request #7297 from ukernel/jewel-13903Gregory Farnum2016-01-291-1/+1
| |\
| | * client: properly trim unlinked inodeYan, Zheng2016-01-201-1/+1
* | | Merge pull request #7312 from jcsp/wip-14365Gregory Farnum2016-01-291-6/+6
|\ \ \
| * | | client: don't hold client_lock around objecter initJohn Spray2016-01-211-6/+4
| * | | client: take lock in handle_conf_changeJohn Spray2016-01-211-0/+2
| |/ /
* | | Merge pull request #7315 from tchaikov/wip-kill-warningsLoic Dachary2016-01-251-0/+1
|\ \ \
| * | | librbd: fixed "hidden" virtual methodsKefu Chai2016-01-211-0/+1
| |/ /
* | | Merge pull request #7284 from ceph/wip-make-remove-libeditLoic Dachary2016-01-251-1/+1
|\ \ \ | |/ / |/| |
| * | makefile: remove dependency on libeditKefu Chai2016-01-191-1/+1
* | | Merge remote-tracking branch 'gh/jewel'Sage Weil2016-01-202-9/+17
|\ \ \ | | |/ | |/|
| * | Merge pull request #7209 from ukernel/jewel-11517Gregory Farnum2016-01-201-0/+2
| |\ \
| | * | client: check if Fh is readable before readYan, Zheng2016-01-141-0/+2
| * | | client: avoid re-sending cap flushes twice during MDS recoversYan, Zheng2016-01-132-9/+15
| |/ /
* | | Merge pull request #7229 from david-z/wip-master-fix-failling-to-cache-pressureGregory Farnum2016-01-201-2/+4
|\ \ \ | |_|/ |/| |
| * | ceph-fuse: double decreased the count to trim capsZhi Zhang2016-01-141-2/+4
* | | Merge branch 'wip-13569' of git://github.com/ukernel/ceph into greg-fs-testingGreg Farnum2016-01-141-1/+15
|\ \ \
| * | | client: bypass objectcacher for direct IOYan, Zheng2015-11-041-1/+15
* | | | Merge branch 'wip-13127-master' into greg-fs-testingGreg Farnum2016-01-141-0/+17
|\ \ \ \
| * | | | client: add scattered write callback to ObjecterWritebackYan, Zheng2016-01-131-0/+17
* | | | | Merge remote-tracking branch 'origin/wip-libcephfs-acl' into greg-fs-testingGreg Farnum2016-01-1410-235/+1330
|\ \ \ \ \
| * | | | | client: allow user with WRITE perm to set atime/mtime to current timeYan, Zheng2016-01-122-2/+22
| * | | | | client: reduce _getattr() calls during permission checkYan, Zheng2016-01-122-13/+20
| * | | | | client: add permission check for libcephfsYan, Zheng2016-01-122-40/+166
| * | | | | client: apply umask for new files when posix acl is enabledYan, Zheng2016-01-123-1/+30
| * | | | | client: permission check for harklinkYan, Zheng2016-01-122-0/+37
| * | | | | client: permission check for setxattr/removexattrYan, Zheng2016-01-122-0/+43
| * | | | | client: permission check for lookupYan, Zheng2016-01-122-1/+26
| * | | | | client: permission check for setattrYan, Zheng2016-01-122-0/+55
| * | | | | client: permission check for creating/deleting filesYan, Zheng2016-01-122-11/+116
| * | | | | client: refactor permission check for opening filesYan, Zheng2016-01-124-23/+62
| * | | | | client: use fuse_req_getgroups() to get group listYan, Zheng2016-01-123-20/+12
| * | | | | client: cleanup 'fuse_req' parameter of ll_setlk/ll_flockYan, Zheng2016-01-123-24/+27
| * | | | | client: use thread local data to track fuse requestYan, Zheng2016-01-121-36/+66
| * | | | | client: refactor code that gets group listYan, Zheng2016-01-128-75/+128
| * | | | | client: POSIX ACL supportYan, Zheng2016-01-127-46/+577
| |/ / / /
* | | | | Merge branch 'wip-root-metadata' of git://github.com/jcsp/ceph into greg-fs-t...Greg Farnum2016-01-144-7/+85
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | client: add client_metadata option to override metadataJohn Spray2016-01-051-0/+14
| * | | | client: EPERM instead of ETIMEDOUT on REJECTJohn Spray2016-01-053-8/+37
| * | | | client: abort requests on session rejectJohn Spray2016-01-051-0/+5
| * | | | client: handle REJECT session messages from MDSJohn Spray2016-01-052-0/+27
| * | | | client: report mount root in session metadataJohn Spray2016-01-051-0/+3
* | | | | Merge pull request #5882 from aiicore/add_thread_namesSage Weil2016-01-111-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | threads: add thread namesIgor Podoski2016-01-051-0/+1
| |/ / /
* | | | Merge pull request #6388 from ukernel/wip-13583Gregory Farnum2016-01-064-28/+73
|\ \ \ \
| * | | | client: make sync_fs() flush dirty data in objectcacherYan, Zheng2015-12-241-2/+18
| * | | | ceph: wait unsafe requests in sync_fs()Yan, Zheng2015-12-242-8/+35
| * | | | client: fix 'wait unsafe requests' code in _fsync()Yan, Zheng2015-12-241-15/+9