aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
AgeCommit message (Expand)Author
2023-08-11ceph: defer stopping mdsc delayed_workXiubo Li
2023-08-11ceph: use kill_anon_super helperJeff Layton
2020-04-13ceph: canonicalize server path in placeIlya Dryomov
2020-04-13ceph: remove the extra slashes in the server pathXiubo Li
2020-02-24ceph: check availability of mds cluster on mount after wait timeoutXiubo Li
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
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-08ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques
2019-07-08ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng
2019-07-08ceph: initialize superblock s_time_gran to 1Luis Henriques
2019-07-08ceph: remove unused vxattr length helpersDavid Disseldorp
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-05ceph: single workqueue for inode related worksYan, Zheng
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-05-07ceph: flush dirty inodes before proceeding with remountJeff Layton
2019-05-01ceph: use ->free_inode()Al Viro
2019-03-05ceph: add mount option to limit caps countYan, Zheng
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang
2018-12-11ceph: make 'nocopyfrom' a default mount optionLuis Henriques
2018-10-22ceph: new mount option to disable usage of copy-from opLuis Henriques
2018-09-06ceph: avoid a use-after-free in ceph_destroy_options()Ilya Dryomov
2018-08-02ceph: add new field max_file_size in ceph_fs_clientChengguang Xu
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov
2018-06-04ceph: show ino32 if the value is different with defaultChengguang Xu
2018-06-04ceph: strengthen rsize/wsize/readdir_max_bytes validationChengguang Xu
2018-06-04ceph: fix alignment of rasizeChengguang Xu
2018-06-04ceph: fix use-after-free in ceph_statfs()Luis Henriques
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov
2018-06-04ceph: flush pending works before shutdown superYan, Zheng
2018-06-04ceph: abort osd requests on force umountYan, Zheng
2018-06-04ceph: show wsize only if non-defaultIlya Dryomov
2018-04-02ceph: quota: report root dir quota usage in statfsLuis Henriques
2018-04-02ceph: optimize memory usageChengguang Xu
2018-04-02ceph: mark the cap cache as unreclaimableChengguang Xu
2018-04-02ceph: use seq_show_option for string type optionsChengguang Xu
2018-04-02ceph: keep consistent semantic in fscache related option combinationChengguang Xu
2018-04-02ceph: add newline to end of debug message formatChengguang Xu
2018-03-01ceph: fix potential memory leak in init_caches()Chengguang Xu
2018-02-26ceph: fix dentry leak when failing to init debugfsChengguang Xu
2018-02-26libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds