aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+2
2019-05-07ceph: quota: fix quota subdir mountsLuis Henriques1-0/+1
2019-05-07ceph: factor out ceph_lookup_inode()Luis Henriques1-0/+1
2019-05-01ceph: use ->free_inode()Al Viro1-0/+1
2019-03-05ceph: add mount option to limit caps countYan, Zheng1-2/+3
2019-03-05ceph: periodically trim stale dentriesYan, Zheng1-5/+10
2019-03-05ceph: delete stale dentry when last reference is droppedYan, Zheng1-1/+1
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng1-2/+4
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng1-0/+2
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng1-1/+12
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-11ceph: make 'nocopyfrom' a default mount optionLuis Henriques1-1/+3
2018-10-22ceph: new mount option to disable usage of copy-from opLuis Henriques1-0/+1
2018-10-22ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques1-1/+1
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-5/+7
2018-08-13ceph: refactor ceph_unreserve_caps()Chengguang Xu1-1/+1
2018-08-02ceph: add new field max_file_size in ceph_fs_clientChengguang Xu1-0/+1
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann1-4/+5
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro1-2/+1
2018-04-02ceph: quota: report root dir quota usage in statfsLuis Henriques1-0/+3
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques1-0/+20
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques1-0/+1
2018-04-02ceph: quota: update MDS when max_bytes is approachingLuis Henriques1-0/+2
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques1-0/+2
2018-04-02ceph: quota: don't allow cross-quota renamesLuis Henriques1-0/+1
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques1-0/+1
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques1-0/+8
2018-04-02ceph: optimize memory usageChengguang Xu1-0/+4
2018-02-26ceph: flush dirty caps of unlinked inode ASAPZhi Zhang1-1/+1
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang1-1/+1
2018-01-29ceph: track read contexts in ceph_file_infoYan, Zheng1-0/+46
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng1-2/+3
2017-11-13ceph: handle 'session get evicted while there are file locks'Yan, Zheng1-0/+2
2017-11-13ceph: make lock_to_ceph_filelock() staticYan, Zheng1-1/+0
2017-11-13ceph: keep auth cap when inode has flocks or posix locksYan, Zheng1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: validate correctness of some mount optionsYan, Zheng1-0/+9
2017-09-06ceph: limit osd write sizeYan, Zheng1-0/+3
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng1-1/+2
2017-09-06ceph: remove unused cap_release_safety mount optionYan, Zheng1-1/+0
2017-07-07ceph: new mount option that specifies fscache uniquifierYan, Zheng1-0/+1
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng1-1/+2
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+29
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton1-0/+26
2017-05-04ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova1-2/+3
2017-04-20ceph: Convert to separately allocated bdiJan Kara1-2/+0
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+2
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov1-3/+1
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton1-2/+1
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng1-1/+1