aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/super.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-07fs_parse: get rid of ->enumsGravatar Al Viro 1-6/+5
2020-01-27ceph: use copy-from2 op in copy_file_rangeGravatar Luis Henriques 1-0/+1
2020-01-27ceph: remove the extra slashes in the server pathGravatar Xiubo Li 1-20/+102
2020-01-27ceph: check availability of mds cluster on mount after wait timeoutGravatar Xiubo Li 1-0/+5
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intGravatar Jeff Layton 1-13/+15
2019-11-27libceph, rbd, ceph: convert to use the new mount APIGravatar David Howells 1-322/+324
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportGravatar Jeff Layton 1-1/+10
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-5/+47
2019-09-16ceph: call ceph_mdsc_destroy from destroy_fs_clientGravatar Jeff Layton 1-4/+1
2019-09-16ceph: auto reconnect after blacklistedGravatar Yan, Zheng 1-0/+19
2019-09-16ceph: invalidate all write mode filp after reconnectGravatar Yan, Zheng 1-0/+2
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Gravatar Yan, Zheng 1-1/+25
2019-08-30fs: ceph: Initialize filesystem timestamp rangesGravatar Deepa Dinamani 1-0/+2
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-8/+5
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+1
2019-07-08ceph: use generic_delete_inode() for ->drop_inodeGravatar Luis Henriques 1-1/+1
2019-07-08ceph: use ceph_evict_inode to cleanup inode's resourceGravatar Yan, Zheng 1-1/+1
2019-07-08ceph: initialize superblock s_time_gran to 1Gravatar Luis Henriques 1-1/+1
2019-07-08ceph: remove unused vxattr length helpersGravatar David Disseldorp 1-5/+2
2019-07-03ceph: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-3/+1
2019-06-05ceph: single workqueue for inode related worksGravatar Yan, Zheng 1-21/+7
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-0/+7
2019-05-07ceph: flush dirty inodes before proceeding with remountGravatar Jeff Layton 1-0/+7
2019-05-01ceph: use ->free_inode()Gravatar Al Viro 1-0/+1
2019-03-05ceph: add mount option to limit caps countGravatar Yan, Zheng 1-3/+9
2019-03-05ceph: send cap releases more aggressivelyGravatar Yan, Zheng 1-1/+8
2019-01-07libceph: allow setting abort_on_full for rbdGravatar Dongsheng Yang 1-2/+2
2018-12-11ceph: make 'nocopyfrom' a default mount optionGravatar Luis Henriques 1-2/+2
2018-10-22ceph: new mount option to disable usage of copy-from opGravatar Luis Henriques 1-0/+13