summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 14.2.12v14.2.12Jenkins Build Slave User2020-10-192-1/+7
* Merge pull request #37364 from wjwithagen/wjw-fix-lazyio.ccYuri Weinstein2020-10-091-0/+2
|\
| * test: Do not use <sys/xattr.h> under non-Linux systemsWillem Jan Withagen2020-09-231-0/+2
* | Merge pull request #37232 from Vicente-Cheng/wip-47259-nautilusYuri Weinstein2020-10-091-10/+8
|\ \
| * | client: handle readdir reply without Fs capYan, Zheng2020-09-181-10/+8
* | | Merge pull request #37229 from Vicente-Cheng/wip-47252-nautilusYuri Weinstein2020-10-091-2/+4
|\ \ \
| * | | osdc/Journaler: do not call onsafe->complete() if onsafe is 0Xiubo Li2020-09-181-2/+4
| |/ /
* | | Merge pull request #37228 from Vicente-Cheng/wip-47246-nautilusYuri Weinstein2020-10-091-1/+4
|\ \ \
| * | | qa: ignore expected mds failover messagePatrick Donnelly2020-09-181-1/+4
| |/ /
* | | Merge pull request #37178 from batrick/i47088Yuri Weinstein2020-10-091-1/+2
|\ \ \
| * | | mds: don't recover files after normal session closeYan, Zheng2020-09-151-1/+2
* | | | Merge pull request #37301 from alvistack/nautilus-aio_graceful_rebootYuri Weinstein2020-10-0914-17/+34
|\ \ \ \
| * | | | systemd: Support Graceful Reboot for AIO NodeWong Hoi Sing Edison2020-09-2214-17/+34
* | | | | Merge pull request #37558 from smithfarm/wip-47737-nautilusYuri Weinstein2020-10-092-9/+16
|\ \ \ \ \
| * | | | | mgr/mgr_module: metadata is fetched asyncMichael Fritch2020-10-052-12/+16
| * | | | | mgr/status: metadata is fetched asyncMichael Fritch2020-10-051-3/+6
* | | | | | Merge pull request #37481 from smithfarm/wip-47605-nautilusYuri Weinstein2020-10-091-3/+1
|\ \ \ \ \ \
| * | | | | | mds: fix purge_queue's _calculate_ops is inaccurateYanhu Cao2020-09-291-3/+1
* | | | | | | Merge pull request #37550 from rhcs-dashboard/wip-47753-nautilusLenz Grimmer2020-10-092-8391/+1
|\ \ \ \ \ \ \
| * | | | | | | mgr/dashboard: Don't use any xlf file when building the default languageSebastian Krah2020-10-052-8391/+1
* | | | | | | | Merge pull request #37505 from rhcs-dashboard/fix-46815-nautilusYuri Weinstein2020-10-082-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | mgr/dashboard: fix broken backportingErnesto Puerta2020-10-012-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #37479 from smithfarm/wip-46960-nautilusYuri Weinstein2020-10-081-3/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | cephfs-journal-tool: fix wrong read_offset when get missing objectsjhonxue2020-09-291-3/+11
| |/ / / / / / /
* | | | | | | | Merge pull request #37231 from Vicente-Cheng/wip-47254-nautilusYuri Weinstein2020-10-081-4/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | client: refresh rstat for quota check of renameYan, Zheng2020-09-251-1/+1
| * | | | | | | | client: make Client::open() pass proper cap mask to path_walkYan, Zheng2020-09-181-4/+10
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #37179 from batrick/i47090Yuri Weinstein2020-10-081-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | mds: standy-replay mds remained in the "resolve" state after restart the acti...Wei Qiaomiao2020-09-151-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #36965 from Vicente-Cheng/wip-46784-nautilusYuri Weinstein2020-10-082-3/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | mds/CInode: Optimize only pinned by subtrees checkMark Nelson2020-10-052-3/+4
* | | | | | | | Merge pull request #37510 from rhcs-dashboard/wip-47717-nautilusYuri Weinstein2020-10-052-57/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | mgr/dashboard: Fix pool renaming functionalityStephan Müller2020-10-021-0/+2
| * | | | | | | | mgr/dashboard: Fix pg_num counts in pool API testsStephan Müller2020-10-021-3/+3
| * | | | | | | | mgr/dashboard: Refactor pool API testsStephan Müller2020-10-021-54/+49
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #37241 from rhcs-dashboard/wip-47538-nautilusYuri Weinstein2020-10-058-7/+136
|\ \ \ \ \ \ \ \
| * | | | | | | | mgr/dashboard: Custom Directive for verifying if user is read_onlyNizamudeen2020-09-288-7/+136
* | | | | | | | | Merge pull request #37177 from batrick/i47017Yuri Weinstein2020-10-051-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mds: fix kcephfs parse dirfrag's ndist is always 0Yanhu Cao2020-09-151-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #37035 from smithfarm/wip-47317-nautilusYuri Weinstein2020-10-052-3/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mds: fix incorrect check for if dirfrag is being fragmentedYan, Zheng2020-09-072-3/+5
* | | | | | | | | | Merge pull request #36967 from Vicente-Cheng/wip-46941-nautilusYuri Weinstein2020-10-053-24/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mds: place MDSGatherBuilder on the stackPatrick Donnelly2020-09-033-24/+22
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #36966 from Vicente-Cheng/wip-46787-nautilusYuri Weinstein2020-10-051-1/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | client: fix extra open ref decreaseXiubo Li2020-09-031-1/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #36814 from smithfarm/wip-47081-nautilusYuri Weinstein2020-10-055-9/+39
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | msg/msg_types: entity_addrvec_t: fix decode on big-endian hostsUlrich Weigand2020-09-251-1/+15
| * | | | | | | | | | messages,mds: Fix decoding of enum types on big-endian systemsUlrich Weigand2020-09-254-8/+24
* | | | | | | | | | | Merge pull request #36168 from smithfarm/wip-46151-nautilusYuri Weinstein2020-10-053-22/+57
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mds/MDSRank: fix typo in "unrecognized"Nathan Cutler2020-07-191-1/+1