aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+7
2019-05-07ceph: flush dirty inodes before proceeding with remountJeff Layton1-0/+7
2019-05-01ceph: use ->free_inode()Al Viro1-0/+1
2019-03-05ceph: add mount option to limit caps countYan, Zheng1-3/+9
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng1-1/+8
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang1-2/+2
2018-12-11ceph: make 'nocopyfrom' a default mount optionLuis Henriques1-2/+2
2018-10-22ceph: new mount option to disable usage of copy-from opLuis Henriques1-0/+13
2018-09-06ceph: avoid a use-after-free in ceph_destroy_options()Ilya Dryomov1-5/+11
2018-08-02ceph: add new field max_file_size in ceph_fs_clientChengguang Xu1-1/+2
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov1-2/+1
2018-06-04ceph: show ino32 if the value is different with defaultChengguang Xu1-0/+2
2018-06-04ceph: strengthen rsize/wsize/readdir_max_bytes validationChengguang Xu1-3/+3
2018-06-04ceph: fix alignment of rasizeChengguang Xu1-1/+1
2018-06-04ceph: fix use-after-free in ceph_statfs()Luis Henriques1-4/+7
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov1-0/+2
2018-06-04ceph: flush pending works before shutdown superYan, Zheng1-0/+9
2018-06-04ceph: abort osd requests on force umountYan, Zheng1-0/+1
2018-06-04ceph: show wsize only if non-defaultIlya Dryomov1-1/+1
2018-04-02ceph: quota: report root dir quota usage in statfsLuis Henriques1-3/+24
2018-04-02ceph: optimize memory usageChengguang Xu1-0/+8
2018-04-02ceph: mark the cap cache as unreclaimableChengguang Xu1-2/+1
2018-04-02ceph: use seq_show_option for string type optionsChengguang Xu1-5/+2
2018-04-02ceph: keep consistent semantic in fscache related option combinationChengguang Xu1-0/+4
2018-04-02ceph: add newline to end of debug message formatChengguang Xu1-1/+0
2018-03-01ceph: fix potential memory leak in init_caches()Chengguang Xu1-3/+6
2018-02-26ceph: fix dentry leak when failing to init debugfsChengguang Xu1-11/+5
2018-02-26libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu1-0/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-4/+4
2017-11-13ceph: present consistent fsid, regardless of arch endiannessJeff Layton1-2/+3
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring1-9/+9
2017-09-06ceph: more accurate statfsDouglas Fuller1-1/+8
2017-09-06ceph: validate correctness of some mount optionsYan, Zheng1-7/+14
2017-09-06ceph: limit osd write sizeYan, Zheng1-1/+4
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng1-10/+7
2017-09-06ceph: remove unused cap_release_safety mount optionYan, Zheng1-6/+0
2017-07-07ceph: new mount option that specifies fscache uniquifierYan, Zheng1-12/+29
2017-07-07ceph: avoid invalid memory dereference in the middle of umountYan, Zheng1-2/+4
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-6/+1
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov1-6/+1
2017-04-20ceph: Convert to separately allocated bdiJan Kara1-22/+13
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov1-1/+0
2017-02-20ceph: set io_pages bdi hintAndreas Gerstmayr1-0/+8
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+10
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro1-1/+1
2016-12-12ceph: check availability of mds cluster on mountYan, Zheng1-0/+10
2016-10-28ceph: switch to use of ->d_init()Al Viro1-1/+0
2016-10-28ceph: unify dentry_operations instancesAl Viro1-0/+1
2016-10-18ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven1-0/+2