summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-201-10/+159
|\
| * ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton2022-01-131-0/+2
| * ceph: add new "nopagecache" optionJeff Layton2022-01-131-0/+11
| * ceph: mount syntax module parameterVenky Shankar2022-01-131-0/+8
| * ceph: record updated mon_addr on remountVenky Shankar2022-01-131-0/+7
| * ceph: new device mount syntaxVenky Shankar2022-01-131-10/+131
| * libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-131-1/+1
* | ceph: conversion to new fscache APIJeff Layton2022-01-111-9/+1
|/
* ceph: properly handle statfs on multifs setupsJeff Layton2021-11-081-5/+6
* ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton2021-11-081-1/+1
* ceph: enable async dirops by defaultJeff Layton2021-11-081-2/+2
* ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton2021-10-191-3/+14
* ceph: add new RECOVER mount_state when recovering sessionJeff Layton2020-12-141-4/+10
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2020-10-121-2/+2
* | ceph: use kill_anon_super helperJeff Layton2020-10-121-3/+1
|/
* ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton2020-08-041-14/+8
* ceph: delete repeated words in fs/ceph/Randy Dunlap2020-08-031-1/+1
* ceph: periodically send perf metrics to MDSesXiubo Li2020-08-031-0/+42
* ceph: perform asynchronous unlink if we have sufficient capsJeff Layton2020-03-301-0/+20
* ceph: move to a dedicated slabcache for mds requestsJeff Layton2020-03-301-0/+8
* ceph: noacl mount option is effectively ignoredXiubo Li2020-02-111-4/+4
* ceph: canonicalize server path in placeIlya Dryomov2020-02-111-93/+28
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-23/+17
|\
| * ceph: use errorfc() and friends instead of spelling the prefix outAl Viro2020-02-071-7/+7
| * 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
* | ceph: use copy-from2 op in copy_file_rangeLuis Henriques2020-01-271-0/+1
* | ceph: remove the extra slashes in the server pathXiubo Li2020-01-271-20/+102
* | ceph: check availability of mds cluster on mount after wait timeoutXiubo Li2020-01-271-0/+5
|/
* ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton2019-12-091-13/+15
* libceph, rbd, ceph: convert to use the new mount APIDavid Howells2019-11-271-322/+324
* ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton2019-11-071-1/+10
* Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-09-251-5/+47
|\
| * ceph: call ceph_mdsc_destroy from destroy_fs_clientJeff Layton2019-09-161-4/+1
| * ceph: auto reconnect after blacklistedYan, Zheng2019-09-161-0/+19
| * ceph: invalidate all write mode filp after reconnectYan, Zheng2019-09-161-0/+2
| * ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng2019-09-161-1/+25
* | fs: ceph: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-0/+2
|/
* Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-181-8/+5
|\
| * ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques2019-07-081-1/+1
| * ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-07-081-1/+1
| * ceph: initialize superblock s_time_gran to 1Luis Henriques2019-07-081-1/+1
| * ceph: remove unused vxattr length helpersDavid Disseldorp2019-07-081-5/+2