aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ceph/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsJeff Layton1-0/+20
2020-03-30ceph: move to a dedicated slabcache for mds requestsJeff Layton1-0/+8
2020-02-11ceph: noacl mount option is effectively ignoredXiubo Li1-4/+4
2020-02-11ceph: canonicalize server path in placeIlya Dryomov1-93/+28
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-23/+17
2020-02-07ceph: use errorfc() and friends instead of spelling the prefix outAl Viro1-7/+7
2020-02-07fs_parse: handle optional arguments sanelyAl Viro1-2/+2
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-6/+2
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07add prefix to fs_context->logAl Viro1-2/+2
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro1-2/+2
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro1-1/+1
2020-02-07fs_parse: get rid of ->enumsAl Viro1-6/+5
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques1-0/+1
2020-01-27ceph: remove the extra slashes in the server pathXiubo Li1-20/+102
2020-01-27ceph: check availability of mds cluster on mount after wait timeoutXiubo Li1-0/+5
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton1-13/+15
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells1-322/+324
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton1-1/+10
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-5/+47
2019-09-16ceph: call ceph_mdsc_destroy from destroy_fs_clientJeff Layton1-4/+1
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng1-0/+19
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng1-0/+2
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng1-1/+25
2019-08-30fs: ceph: Initialize filesystem timestamp rangesDeepa Dinamani1-0/+2
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-8/+5
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+1
2019-07-08ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques1-1/+1
2019-07-08ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng1-1/+1
2019-07-08ceph: initialize superblock s_time_gran to 1Luis Henriques1-1/+1
2019-07-08ceph: remove unused vxattr length helpersDavid Disseldorp1-5/+2
2019-07-03ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-3/+1
2019-06-05ceph: single workqueue for inode related worksYan, Zheng1-21/+7
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