aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
AgeCommit message (Expand)Author
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-05-25ceph: disable updating the atime since cephfs won't maintain itXiubo Li
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-03-22ceph: remove reliance on bdi congestionNeilBrown
2022-03-01ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-13ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton
2022-01-13ceph: add new "nopagecache" optionJeff Layton
2022-01-13ceph: mount syntax module parameterVenky Shankar
2022-01-13ceph: record updated mon_addr on remountVenky Shankar
2022-01-13ceph: new device mount syntaxVenky Shankar
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar
2022-01-11ceph: conversion to new fscache APIJeff Layton
2021-11-08ceph: properly handle statfs on multifs setupsJeff Layton
2021-11-08ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton
2021-11-08ceph: enable async dirops by defaultJeff Layton
2021-10-19ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton
2020-12-14ceph: add new RECOVER mount_state when recovering sessionJeff Layton
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov
2020-10-12ceph: use kill_anon_super helperJeff Layton
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton
2020-08-03ceph: delete repeated words in fs/ceph/Randy Dunlap
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsJeff Layton
2020-03-30ceph: move to a dedicated slabcache for mds requestsJeff Layton
2020-02-11ceph: noacl mount option is effectively ignoredXiubo Li
2020-02-11ceph: canonicalize server path in placeIlya Dryomov
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07ceph: use errorfc() and friends instead of spelling the prefix outAl Viro
2020-02-07fs_parse: handle optional arguments sanelyAl Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07add prefix to fs_context->logAl Viro
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro
2020-02-07fs_parse: get rid of ->enumsAl Viro
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques
2020-01-27ceph: remove the extra slashes in the server pathXiubo Li
2020-01-27ceph: check availability of mds cluster on mount after wait timeoutXiubo Li
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-09-16ceph: call ceph_mdsc_destroy from destroy_fs_clientJeff Layton
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng
2019-08-30fs: ceph: Initialize filesystem timestamp rangesDeepa Dinamani