summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-082-25/+19
|\
| * ceph: use errorfc() and friends instead of spelling the prefix outAl Viro2020-02-072-9/+9
| * fs_parse: handle optional arguments sanelyAl Viro2020-02-071-2/+2
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-6/+2
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
| * add prefix to fs_context->logAl Viro2020-02-071-2/+2
| * ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro2020-02-071-2/+2
| * fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-071-1/+1
| * fs_parse: get rid of ->enumsAl Viro2020-02-071-6/+5
* | Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2020-02-0614-175/+436
|\ \
| * | ceph: move net/ceph/ceph_fs.c to fs/ceph/util.cJeff Layton2020-01-272-1/+101
| * | ceph: print name of xattr in __ceph_{get,set}xattr() doutsJeff Layton2020-01-271-2/+3
| * | ceph: print r_direct_hash in hex in __choose_mds() doutXiubo Li2020-01-271-15/+13
| * | ceph: use copy-from2 op in copy_file_rangeLuis Henriques2020-01-273-1/+13
| * | ceph: close holes in structs ceph_mds_session and ceph_mds_requestJeff Layton2020-01-271-2/+2
| * | ceph: allocate the correct amount of extra bytes for the session featuresXiubo Li2020-01-272-13/+30
| * | ceph: rename get_session and switch to use ceph_get_mds_sessionXiubo Li2020-01-272-15/+10
| * | ceph: remove the extra slashes in the server pathXiubo Li2020-01-271-20/+102
| * | ceph: add possible_max_rank and make the code more readableXiubo Li2020-01-273-35/+26
| * | ceph: print dentry offset in hex and fix xattr_version typeXiubo Li2020-01-272-3/+3
| * | ceph: only touch the caps which have the subset mask requestedXiubo Li2020-01-271-1/+2
| * | ceph: don't clear I_NEW until inode metadata is fully populatedJeff Layton2020-01-271-4/+23
| * | ceph: retry the same mds later after the new session is openedXiubo Li2020-01-271-4/+16
| * | ceph: check availability of mds cluster on mount after wait timeoutXiubo Li2020-01-272-2/+6
| * | ceph: keep the session state until it is releasedXiubo Li2020-01-272-2/+4
| * | ceph: add __send_request helperXiubo Li2020-01-271-22/+25
| * | ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton2020-01-271-1/+4
| * | ceph: drop unused ttl_from parameter from fill_inodeJeff Layton2020-01-271-9/+6
| * | ceph: fix possible long time wait during umountXiubo Li2020-01-271-3/+4
| * | ceph: only choose one MDS who is in up:active state without laggyXiubo Li2020-01-272-11/+32
| * | ceph: fix mdsmap cluster available check based on laggy numberXiubo Li2020-01-271-21/+27
| * | ceph: remove unnecessary assignment in ceph_pre_init_acls()Chengguang Xu2020-01-271-2/+2
| * | ceph: delete redundant douts in con_get/put()Chengguang Xu2020-01-271-5/+1
* | | Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-051-3/+1
|\ \ \ | |/ / |/| |
| * | fs: ceph: Delete timespec64_trunc() usageDeepa Dinamani2019-12-081-3/+1
* | | ceph: hold extra reference to r_parent over life of requestJeff Layton2020-01-211-2/+6
| |/ |/|
* | ceph: add more debug info when decoding mdsmapXiubo Li2019-12-091-4/+8
* | ceph: switch to global cap helperXiubo Li2019-12-091-14/+10
* | ceph: trigger the reclaim work once there has enough pending capsXiubo Li2019-12-091-1/+1
* | ceph: show tasks waiting on caps in debugfs caps fileJeff Layton2019-12-094-0/+40
* | ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton2019-12-093-23/+26
|/
* Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-12-056-344/+359
|\
| * libceph, rbd, ceph: convert to use the new mount APIDavid Howells2019-11-274-329/+332
| * ceph: don't leave ino field in ceph_mds_request_head uninitializedJeff Layton2019-11-251-0/+1
| * ceph: tone down loglevel on ceph_mdsc_build_path warningJeff Layton2019-11-251-7/+11
| * ceph: fix geting random mds from mdsmapXiubo Li2019-11-251-4/+7
| * ceph: make several helper accessors take const pointersJeff Layton2019-11-251-4/+8
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-012-1/+2
|\ \ | |/ |/|
| * ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann2019-10-232-1/+2
* | ceph: increment/decrement dio counter on async requestsJeff Layton2019-11-141-0/+4