summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-071-2/+2
* ceph: make 'nocopyfrom' a default mount optionLuis Henriques2018-12-111-2/+2
* ceph: new mount option to disable usage of copy-from opLuis Henriques2018-10-221-0/+13
* ceph: avoid a use-after-free in ceph_destroy_options()Ilya Dryomov2018-09-061-5/+11
* ceph: add new field max_file_size in ceph_fs_clientChengguang Xu2018-08-021-1/+2
* libceph: amend "bad option arg" error messageIlya Dryomov2018-08-021-2/+1Star
* ceph: show ino32 if the value is different with defaultChengguang Xu2018-06-041-0/+2
* ceph: strengthen rsize/wsize/readdir_max_bytes validationChengguang Xu2018-06-041-3/+3
* ceph: fix alignment of rasizeChengguang Xu2018-06-041-1/+1
* ceph: fix use-after-free in ceph_statfs()Luis Henriques2018-06-041-4/+7
* libceph: make abort_on_full a per-osdc settingIlya Dryomov2018-06-041-0/+2
* ceph: flush pending works before shutdown superYan, Zheng2018-06-041-0/+9
* ceph: abort osd requests on force umountYan, Zheng2018-06-041-0/+1
* ceph: show wsize only if non-defaultIlya Dryomov2018-06-041-1/+1
* ceph: quota: report root dir quota usage in statfsLuis Henriques2018-04-021-3/+24
* ceph: optimize memory usageChengguang Xu2018-04-021-0/+8
* ceph: mark the cap cache as unreclaimableChengguang Xu2018-04-021-2/+1Star
* ceph: use seq_show_option for string type optionsChengguang Xu2018-04-021-5/+2Star
* ceph: keep consistent semantic in fscache related option combinationChengguang Xu2018-04-021-0/+4
* ceph: add newline to end of debug message formatChengguang Xu2018-04-021-1/+0Star
* ceph: fix potential memory leak in init_caches()Chengguang Xu2018-03-011-3/+6
* ceph: fix dentry leak when failing to init debugfsChengguang Xu2018-02-261-11/+5Star
* libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu2018-02-261-0/+2
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-4/+4
* ceph: present consistent fsid, regardless of arch endiannessJeff Layton2017-11-131-2/+3
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-061-9/+9
* ceph: more accurate statfsDouglas Fuller2017-09-061-1/+8
* ceph: validate correctness of some mount optionsYan, Zheng2017-09-061-7/+14
* ceph: limit osd write sizeYan, Zheng2017-09-061-1/+4
* ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng2017-09-061-10/+7Star
* ceph: remove unused cap_release_safety mount optionYan, Zheng2017-09-061-6/+0Star
* ceph: new mount option that specifies fscache uniquifierYan, Zheng2017-07-071-12/+29
* ceph: avoid invalid memory dereference in the middle of umountYan, Zheng2017-07-071-2/+4
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-6/+1Star
|\
| * libceph, ceph: always advertise all supported featuresIlya Dryomov2017-05-041-6/+1Star
* | ceph: Convert to separately allocated bdiJan Kara2017-04-201-22/+13Star
|/
* ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-241-1/+0Star
* ceph: set io_pages bdi hintAndreas Gerstmayr2017-02-201-0/+8
* Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-161-0/+10
|\
| * ceph: check availability of mds cluster on mountYan, Zheng2016-12-121-0/+10
* | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro2016-12-151-1/+1
|\ \ | |/ |/|
| * ceph: switch to use of ->d_init()Al Viro2016-10-291-1/+0Star
| * ceph: unify dentry_operations instancesAl Viro2016-10-291-0/+1
* | ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven2016-10-181-0/+2
|/
* ceph: avoid accessing / when mounting a subpathYan, Zheng2016-10-031-29/+20Star
* ceph: Mark the file cache as unreclaimableNikolay Borisov2016-07-281-2/+2
* ceph: mount non-default filesystem by nameYan, Zheng2016-07-281-12/+26
* ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-281-0/+1
* ceph: report mount root in session metadataYan, Zheng2016-05-261-14/+19
* ceph: CEPH_FEATURE_MDSENC supportYan, Zheng2016-05-261-3/+2Star