summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-181-8/+5Star
|\
| * ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques2019-07-081-1/+1
| * ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-07-081-1/+1
| * ceph: initialize superblock s_time_gran to 1Luis Henriques2019-07-081-1/+1
| * ceph: remove unused vxattr length helpersDavid Disseldorp2019-07-081-5/+2Star
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-3/+1Star
|\ \ | |/ |/|
| * ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-3/+1Star
* | ceph: single workqueue for inode related worksYan, Zheng2019-06-051-21/+7Star
|/
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-05-171-0/+7
|\
| * ceph: flush dirty inodes before proceeding with remountJeff Layton2019-05-071-0/+7
* | ceph: use ->free_inode()Al Viro2019-05-021-0/+1
|/
* ceph: add mount option to limit caps countYan, Zheng2019-03-051-3/+9
* ceph: send cap releases more aggressivelyYan, Zheng2019-03-051-1/+8
* 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
|/