summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
Commit message (Expand)AuthorAgeFilesLines
* ceph: flush dirty caps of unlinked inode ASAPZhi Zhang2018-02-261-1/+1
* ceph: try to allocate enough memory for reserved capsZhi Zhang2018-01-291-1/+1
* ceph: track read contexts in ceph_file_infoYan, Zheng2018-01-291-0/+46
* ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng2018-01-291-2/+3
* ceph: handle 'session get evicted while there are file locks'Yan, Zheng2017-11-131-0/+2
* ceph: make lock_to_ceph_filelock() staticYan, Zheng2017-11-131-1/+0Star
* ceph: keep auth cap when inode has flocks or posix locksYan, Zheng2017-11-131-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: validate correctness of some mount optionsYan, Zheng2017-09-061-0/+9
* ceph: limit osd write sizeYan, Zheng2017-09-061-0/+3
* ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng2017-09-061-1/+2
* ceph: remove unused cap_release_safety mount optionYan, Zheng2017-09-061-1/+0Star
* ceph: new mount option that specifies fscache uniquifierYan, Zheng2017-07-071-0/+1
* ceph: update the 'approaching max_size' codeYan, Zheng2017-07-071-1/+2
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-2/+29
|\
| * ceph: when seeing write errors on an inode, switch to sync writesJeff Layton2017-05-041-0/+26
| * ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova2017-05-041-2/+3
* | ceph: Convert to separately allocated bdiJan Kara2017-04-201-2/+0Star
|/
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-2/+2
* ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-241-3/+1Star
* ceph: drop session argument to ceph_fill_traceJeff Layton2017-02-201-2/+1Star
* ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng2017-02-201-1/+1
* ceph: set io_pages bdi hintAndreas Gerstmayr2017-02-201-2/+2
* ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton2017-02-201-0/+1
* Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-161-0/+5
|\
| * ceph: record truncate size/seq for snap data writebackYan, Zheng2016-12-121-0/+2
| * ceph: check availability of mds cluster on mountYan, Zheng2016-12-121-0/+1
| * ceph: try getting buffer capability for readahead/fadviseYan, Zheng2016-12-121-0/+2
* | ceph: switch to use of ->d_init()Al Viro2016-10-291-7/+0Star
* | ceph: unify dentry_operations instancesAl Viro2016-10-291-2/+1Star
|/
* ceph: optimize cap flush waitingYan, Zheng2016-07-281-0/+1
* ceph: cleanup ceph_flush_snaps()Yan, Zheng2016-07-281-2/+2
* ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng2016-07-281-0/+1
* ceph: avoid sending duplicated cap flush messageYan, Zheng2016-07-281-0/+1
* ceph: unify cap flush and snapcap flushYan, Zheng2016-07-281-12/+12
* ceph: use list instead of rbtree to track cap flushesYan, Zheng2016-07-281-6/+3Star
* ceph: mount non-default filesystem by nameYan, Zheng2016-07-281-1/+1
* ceph: don't use ->d_timeMiklos Szeredi2016-07-281-1/+1
* ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-281-0/+2
* ceph: reduce i_nr_by_mode array sizeYan, Zheng2016-07-281-5/+2Star
* ceph: rados pool namespace supportYan, Zheng2016-07-281-1/+0Star
* ceph: improve fscache revalidationYan, Zheng2016-06-011-3/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-261-6/+6
|\
| * ceph: improve fragtree change detectionYan, Zheng2016-05-261-0/+1
| * ceph: using hash value to compose dentry offsetYan, Zheng2016-05-261-5/+1Star
| * ceph: record 'offset' for each entry of readdir resultYan, Zheng2016-05-261-1/+0Star
| * ceph: report mount root in session metadataYan, Zheng2016-05-261-0/+1
| * ceph: renew caps for read/write if mds session got killed.Yan, Zheng2016-05-261-0/+2
| * ceph: multiple filesystem supportYan, Zheng2016-05-261-0/+1
* | ceph: Switch to generic xattr handlersAndreas Gruenbacher2016-04-231-4/+0Star