summaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* mds/client: pass dir hash over the wireSage Weil2010-11-162-5/+27
* timer: make init/shutdown explicitSage Weil2010-11-151-1/+1
* uclient: insert lssnap results under snapdir, not live dirSage Weil2010-11-121-1/+5
* uclient: only update inode if version increasedSage Weil2010-11-101-46/+54
* Replace sprintf with snprintfColin Patrick McCabe2010-11-042-3/+5
* client: print useful max_size waiting messageSage Weil2010-11-031-1/+1
* Merge branch 'testing' into unstableGreg Farnum2010-11-022-12/+15
|\
| * uclient: Warn on truncate_[size|seq] changes for non-file inodes.Greg Farnum2010-11-021-12/+15
| * client: match initialization with mdsSage Weil2010-11-021-1/+1
| * client: only do truncate on regular filesSage Weil2010-11-021-2/+2
* | Merge remote branch 'origin/mds_frags' into unstableSage Weil2010-10-301-4/+12
|\ \
| * | client: fix dup entries in multifrag readdirSage Weil2010-10-261-4/+12
* | | Merge remote branch 'origin/testing' into unstableSage Weil2010-10-302-2/+2
|\ \ \ | | |/ | |/|
| * | client: Initialize Inode::truncate_size to 0 instead of -1, and check prior_sizeGreg Farnum2010-10-262-2/+2
* | | objecter: refactor interface with object_locator_tSage Weil2010-10-282-17/+17
| |/ |/|
* | client: fix to handle new ObjectCacher pool requirements.Greg Farnum2010-10-251-1/+1
* | client: reset fg after _readdir_get_fragSage Weil2010-10-211-0/+1
* | client: fix skipped dentry on readdir chunk boundariesSage Weil2010-10-211-1/+3
* | client: fix dcache removal during multiple fragsSage Weil2010-10-211-5/+14
* | client: show file offsets in hexSage Weil2010-10-211-9/+10
|/
* client: Fix truncate_seq/truncate_length initialization.Greg Farnum2010-10-052-1/+2
* Merge branch 'file_layouts' into unstableGreg Farnum2010-10-042-4/+60
|\
| * client: update test_ioctls to test new stuffGreg Farnum2010-10-041-3/+57
| * client: import ioctl header from ceph-clientGreg Farnum2010-10-041-1/+3
* | Rename interval_set::begin and endColin Patrick McCabe2010-09-271-1/+1
|/
* client: in choose_target_mds, break parent lookup if inode is unlinked.Greg Farnum2010-09-141-1/+5
* client: don't crash on cache readdir of empty dirSage Weil2010-09-131-0/+6
* client: implement readdir from cacheSage Weil2010-09-132-1/+75
* client: maintain dn->offsetSage Weil2010-09-132-17/+43
* client: remove stray dcache items while insert readdir resultsSage Weil2010-09-132-3/+30
* client: buffer name->ino linkage only; do stat at time of readdirSage Weil2010-09-132-15/+25
* client: only parse readdir result onceSage Weil2010-09-132-40/+33
* client: keep map<> _and_ hash_map<> of dir namesSage Weil2010-09-131-0/+5
* client: avoid trivial helper _readdir_add_direntSage Weil2010-09-132-11/+5
* Merge branch 'testing' into unstableSage Weil2010-09-093-235/+393
|\
| * client: move readdir code aroundSage Weil2010-09-082-133/+146
| * client: reimplement getdir() with readdir_r_cb()Sage Weil2010-09-081-8/+24
| * client: reimplement readdirSage Weil2010-09-082-175/+236
| * cfuse: use readdir_r_cbSage Weil2010-09-081-39/+42
| * uclient: implement readdir_r_cb (callback based readdir)Sage Weil2010-09-082-0/+65
* | client: Make truncation work properlyGreg Farnum2010-08-261-11/+15
* | client: don't improperly conclude COMPLETE on empty dirSage Weil2010-08-241-0/+1
* | client: don't print inode, it might be NULL.Greg Farnum2010-08-241-1/+1
* | client: only includee xattrs in caps msg if we are flushing that bitSage Weil2010-08-241-2/+4
* | client: queue capsnap on any dirty metadataSage Weil2010-08-241-6/+9
* | Merge branch 'testing' into unstableSage Weil2010-08-192-6/+36
|\ \ | |/
| * client: fix xattr cap writebackSage Weil2010-08-131-1/+2
| * client: fix capsnap writeback of uid/gid/mode/xattrsSage Weil2010-08-132-5/+34
* | client: direct requests in snapped namespace based on nonsnap parentSage Weil2010-08-171-14/+20
* | client: correctly direct snapdir requestsSage Weil2010-08-161-0/+4