summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
AgeCommit message (Expand)Author
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-12-05ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton
2019-10-05ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng
2019-10-05Revert "ceph: use ceph_evict_inode to cleanup inode's resource"Sasha Levin
2019-09-16ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng
2019-05-25ceph: flush dirty inodes before proceeding with remountJeff Layton
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
2017-11-13ceph: present consistent fsid, regardless of arch endiannessJeff Layton
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-09-06ceph: more accurate statfsDouglas Fuller
2017-09-06ceph: validate correctness of some mount optionsYan, Zheng
2017-09-06ceph: limit osd write sizeYan, Zheng
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng
2017-09-06ceph: remove unused cap_release_safety mount optionYan, Zheng
2017-07-07ceph: new mount option that specifies fscache uniquifierYan, Zheng
2017-07-07ceph: avoid invalid memory dereference in the middle of umountYan, Zheng
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov
2017-04-20ceph: Convert to separately allocated bdiJan Kara
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov
2017-02-20ceph: set io_pages bdi hintAndreas Gerstmayr
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro
2016-12-12ceph: check availability of mds cluster on mountYan, Zheng
2016-10-28ceph: switch to use of ->d_init()Al Viro
2016-10-28ceph: unify dentry_operations instancesAl Viro
2016-10-18ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven
2016-10-03ceph: avoid accessing / when mounting a subpathYan, Zheng