aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-9/+9
2023-11-03ceph: allow idmapped mountsGravatar Christian Brauner 1-1/+1
2023-11-03ceph: add enable_unsafe_idmap module parameterGravatar Alexander Mikhalitsyn 1-0/+5
2023-11-03ceph: print cluster fsid and client global_id in all debug logsGravatar Xiubo Li 1-30/+40
2023-11-03ceph: rename _to_client() to _to_fs_client()Gravatar Xiubo Li 1-11/+11
2023-08-24ceph: wait for OSD requests' callbacks to finish when unmountingGravatar Xiubo Li 1-0/+11
2023-08-24ceph: drop messages from MDS when unmountingGravatar Xiubo Li 1-5/+70
2023-08-22ceph: implement -o test_dummy_encryption mount optionGravatar Jeff Layton 1-3/+83
2023-08-22ceph: fscrypt_auth handling for cephGravatar Jeff Layton 1-0/+3
2023-08-22ceph: add new mount option to enable sparse readsGravatar Jeff Layton 1-1/+15
2023-08-02ceph: defer stopping mdsc delayed_workGravatar Xiubo Li 1-0/+10
2022-08-03ceph: make f_bsize always equal to f_frsizeGravatar Xiubo Li 1-7/+9
2022-08-03ceph: wait for the first reply of inflight async unlinkGravatar Xiubo Li 1-0/+3
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-1/+1
2022-05-25ceph: disable updating the atime since cephfs won't maintain itGravatar Xiubo Li 1-0/+1
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-0/+7
2022-03-22ceph: remove reliance on bdi congestionGravatar NeilBrown 1-0/+1
2022-03-01ceph: move to a dedicated slabcache for ceph_cap_snapGravatar Xiubo Li 1-0/+7
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-10/+159
2022-01-13ceph: move CEPH_SUPER_MAGIC definition to magic.hGravatar Jeff Layton 1-0/+2
2022-01-13ceph: add new "nopagecache" optionGravatar Jeff Layton 1-0/+11
2022-01-13ceph: mount syntax module parameterGravatar Venky Shankar 1-0/+8
2022-01-13ceph: record updated mon_addr on remountGravatar Venky Shankar 1-0/+7
2022-01-13ceph: new device mount syntaxGravatar Venky Shankar 1-10/+131
2022-01-13libceph: generalize addr/ip parsing based on delimiterGravatar Venky Shankar 1-1/+1
2022-01-11ceph: conversion to new fscache APIGravatar Jeff Layton 1-9/+1
2021-11-08ceph: properly handle statfs on multifs setupsGravatar Jeff Layton 1-5/+6
2021-11-08ceph: shut down mount on bad mdsmap or fsmap decodeGravatar Jeff Layton 1-1/+1
2021-11-08ceph: enable async dirops by defaultGravatar Jeff Layton 1-2/+2
2021-10-19ceph: skip existing superblocks that are blocklisted or shut down when mountingGravatar Jeff Layton 1-3/+14
2020-12-14ceph: add new RECOVER mount_state when recovering sessionGravatar Jeff Layton 1-4/+10
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Gravatar Ilya Dryomov 1-2/+2
2020-10-12ceph: use kill_anon_super helperGravatar Jeff Layton 1-3/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolGravatar Jeff Layton 1-14/+8
2020-08-03ceph: delete repeated words in fs/ceph/Gravatar Randy Dunlap 1-1/+1
2020-08-03ceph: periodically send perf metrics to MDSesGravatar Xiubo Li 1-0/+42
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsGravatar Jeff Layton 1-0/+20
2020-03-30ceph: move to a dedicated slabcache for mds requestsGravatar Jeff Layton 1-0/+8
2020-02-11ceph: noacl mount option is effectively ignoredGravatar Xiubo Li 1-4/+4
2020-02-11ceph: canonicalize server path in placeGravatar Ilya Dryomov 1-93/+28
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-23/+17
2020-02-07ceph: use errorfc() and friends instead of spelling the prefix outGravatar Al Viro 1-7/+7
2020-02-07fs_parse: handle optional arguments sanelyGravatar Al Viro 1-2/+2
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-6/+2
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2020-02-07add prefix to fs_context->logGravatar Al Viro 1-2/+2
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logGravatar Al Viro 1-2/+2
2020-02-07fold struct fs_parameter_enum into struct constant_tableGravatar Al Viro 1-1/+1