| Commit message (Expand) | Author | Age | Files | Lines |
* | client: support getfattr ceph.dir.pin extended attribute | Zhi Zhang | 2018-11-19 | 1 | -1/+3 |
* | Rename "include/assert.h" | Brad Hubbard | 2018-09-14 | 1 | -1/+1 |
* | client: Use ceph_assert for asserts. | Adam C. Emerson | 2018-08-27 | 1 | -3/+3 |
* | client: cleanup Cap init | Patrick Donnelly | 2018-05-17 | 1 | -11/+13 |
* | messages,mon,osd: silence gcc-8 warnings related to memset() | Kefu Chai | 2018-05-06 | 1 | -1/+0 |
* | client: allow getattr, lookup, fstatx, and readdir to use implemented caps | Jeff Layton | 2018-03-03 | 1 | -1/+1 |
* | client: add cap_dirtier_uid/gid to CapSnap | Jeff Layton | 2018-01-26 | 1 | -1/+5 |
* | client: make mark_caps_clean and mark_caps_dirty as member function to Inode | dongdong tao | 2018-01-05 | 1 | -0/+2 |
* | client: fix dirty caps might never be flushed | dongdong tao | 2018-01-05 | 1 | -2/+2 |
* | client: xlist link dentries instead of set | Patrick Donnelly | 2017-12-04 | 1 | -4/+4 |
* | client: emplace Cap in Inode caps map | Patrick Donnelly | 2017-11-23 | 1 | -13/+33 |
* | client: add delegation support for cephfs | Jeff Layton | 2017-11-14 | 1 | -0/+33 |
* | client: use unique_ptr for locks | Patrick Donnelly | 2017-09-21 | 1 | -5/+4 |
* | client: refine fsync/close writeback error handling | John Spray | 2017-04-18 | 1 | -5/+7 |
* | client: put CapSnap not ptr in cap_snaps map | Patrick Donnelly | 2016-11-17 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into wip-getuid | Greg Farnum | 2016-09-24 | 1 | -6/+9 |
|\ |
|
| * | mds/client: keep change_attr in Inode, CapSnap and MClientCaps | Jeff Layton | 2016-08-29 | 1 | -5/+7 |
| * | mds/client: add btime to CapSnap and MClientCaps | Jeff Layton | 2016-08-29 | 1 | -1/+1 |
| * | client: keep btime in Inode and InodeStat | Sage Weil | 2016-08-29 | 1 | -0/+1 |
* | | client: remove the now-unused UserGroups entirely | Greg Farnum | 2016-09-22 | 1 | -1/+0 |
* | | client: switch Inode::check_mode() to UserPerm | Greg Farnum | 2016-09-22 | 1 | -1/+1 |
* | | client: replace Inode's "best" logic with a UserPerm over gid/uid pair | Greg Farnum | 2016-09-22 | 1 | -5/+4 |
* | | client: fill in cap renewals with the "best" uid/gid perms | Greg Farnum | 2016-09-22 | 1 | -0/+2 |
* | | client: track which request uid/gid granted a cap | Greg Farnum | 2016-09-22 | 1 | -1/+4 |
|/ |
|
* | client: close directory's snapdir when deleting directory | Yan, Zheng | 2016-07-15 | 1 | -0/+1 |
* | client: unify cap flush and snapcap flush | Yan, Zheng | 2016-07-15 | 1 | -3/+1 |
* | Merge pull request #9510 from renhwztetecs/renhw-wip-common | Yuri Weinstein | 2016-07-15 | 1 | -0/+1 |
|\ |
|
| * | common: unknown hash type of judgment modification | huanwen ren | 2016-06-21 | 1 | -0/+1 |
* | | Merge pull request #10168 from batrick/client-inode-des | John Spray | 2016-07-14 | 1 | -1/+1 |
|\ \ |
|
| * | | client: move Inode specific cleanup to destructor | Patrick Donnelly | 2016-07-08 | 1 | -1/+1 |
* | | | client: note order of member init in cons | Patrick Donnelly | 2016-07-08 | 1 | -3/+3 |
|/ / |
|
* | | client: kill QuotaTree | Yan, Zheng | 2016-06-14 | 1 | -76/+1 |
* | | Merge pull request #8739 from ukernel/wip-14271 | Gregory Farnum | 2016-06-12 | 1 | -7/+7 |
|\ \ |
|
| * | | client: fix simultaneous readdirs race | Yan, Zheng | 2016-05-23 | 1 | -1/+1 |
| * | | client: move dir_{release,ordered}_count into class Inode | Yan, Zheng | 2016-05-23 | 1 | -7/+7 |
* | | | Merge pull request #8780 from ukernel/wip-renew-caps | John Spray | 2016-06-09 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | client: renew caps for read/write if mds session got killed. | Yan, Zheng | 2016-04-27 | 1 | -2/+4 |
| |/ / |
|
* | / | all: add const to operator<< param | Michal Jarzabek | 2016-06-05 | 1 | -4/+4 |
| |/
|/| |
|
* | | client: optimize header file dependency. | cxwshawn | 2016-05-22 | 1 | -1/+1 |
|/ |
|
* | client/Inode: fix has_dir_layout | Sage Weil | 2016-03-02 | 1 | -4/+1 |
* | struct ceph_file_layout -> file_layout_t | Sage Weil | 2016-03-01 | 1 | -4/+3 |
* | make ctors with one argument explicit | Danny Al-Gaaf | 2016-01-29 | 1 | -2/+2 |
* | client: refactor code that gets group list | Yan, Zheng | 2016-01-12 | 1 | -1/+2 |
* | client: POSIX ACL support | Yan, Zheng | 2016-01-12 | 1 | -1/+1 |
* | client: wait unsafe requests that created/modified the file in fsync() | Yan, Zheng | 2015-12-24 | 1 | -1/+1 |
* | client: do sync setattr when caller != last cap dirtier | Sage Weil | 2015-10-01 | 1 | -2/+3 |
* | add caps_dirty to setattr | Nishtha Rai | 2015-10-01 | 1 | -0/+2 |
* | Merge pull request #5849 from ukernel/wip-32bits-ceph-fuse | Gregory Farnum | 2015-09-29 | 1 | -1/+3 |
|\ |
|
| * | client: use faked inode number when sizeof(ino_t) < 8 | Yan, Zheng | 2015-09-10 | 1 | -1/+3 |
* | | client: make wait_sync_caps(uint64_t) check per-session flush TIDs | Yan, Zheng | 2015-08-18 | 1 | -2/+1 |