summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: wait for OSD requests' callbacks to finish when unmountingXiubo Li2023-08-241-0/+11
* ceph: drop messages from MDS when unmountingXiubo Li2023-08-241-5/+70
* ceph: implement -o test_dummy_encryption mount optionJeff Layton2023-08-221-3/+83
* ceph: fscrypt_auth handling for cephJeff Layton2023-08-221-0/+3
* ceph: add new mount option to enable sparse readsJeff Layton2023-08-221-1/+15
* ceph: defer stopping mdsc delayed_workXiubo Li2023-08-021-0/+10
* ceph: make f_bsize always equal to f_frsizeXiubo Li2022-08-031-7/+9
* ceph: wait for the first reply of inflight async unlinkXiubo Li2022-08-031-0/+3
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-1/+1
* ceph: disable updating the atime since cephfs won't maintain itXiubo Li2022-05-251-0/+1
* Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-03-241-0/+7
|\
| * ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li2022-03-011-0/+7
* | ceph: remove reliance on bdi congestionNeilBrown2022-03-221-0/+1
|/
* 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