summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-4/+8
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+8
* | ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton2021-02-161-3/+16
* | ceph: clean up inode work queueingJeff Layton2021-02-161-3/+18
|/
* Revert "ceph: allow rename operation under different quota realms"Luis Henriques2020-12-141-2/+1
* ceph: add status debugfs fileXiubo Li2020-12-141-0/+1
* ceph: remove timeout on allowing reconnect after blocklistingJeff Layton2020-12-141-1/+0
* ceph: make fsc->mount_state an intJeff Layton2020-12-141-1/+1
* ceph: comment cleanups and clarificationsJeff Layton2020-10-121-1/+2
* libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2020-10-121-2/+2
* ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li2020-10-121-0/+6
* ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton2020-08-241-35/+38
* ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton2020-08-041-2/+0
* ceph: delete repeated words in fs/ceph/Randy Dunlap2020-08-031-1/+1
* ceph: periodically send perf metrics to MDSesXiubo Li2020-08-031-0/+2
* ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li2020-06-011-0/+2
* ceph: allow rename operation under different quota realmsLuis Henriques2020-06-011-1/+2
* ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton2020-06-011-2/+5
* ceph: convert mdsc->cap_dirty to a per-session listJeff Layton2020-06-011-3/+16
* ceph: document what protects i_dirty_item and i_flushing_itemJeff Layton2020-06-011-1/+3
* ceph: add caps perf metric for each superblockXiubo Li2020-06-011-3/+5
* ceph: add dentry lease metric supportXiubo Li2020-06-011-0/+1
* ceph: simplify calling of ceph_get_fmode()Yan, Zheng2020-03-301-2/+1
* ceph: remove delay check logic from ceph_check_caps()Yan, Zheng2020-03-301-5/+3
* ceph: consider inode's last read/write when calculating wanted capsYan, Zheng2020-03-301-2/+11
* ceph: always renew caps if mds_wanted is insufficientYan, Zheng2020-03-301-7/+6
* ceph: cache layout in parent dir on first sync createJeff Layton2020-03-301-0/+1
* ceph: make ceph_fill_inode non-staticJeff Layton2020-03-301-0/+8
* ceph: perform asynchronous unlink if we have sufficient capsJeff Layton2020-03-301-1/+4
* ceph: make __take_cap_refs non-staticJeff Layton2020-03-301-0/+2
* ceph: add infrastructure for waiting for async create to completeJeff Layton2020-03-301-1/+3
* ceph: track primary dentry linkJeff Layton2020-03-301-0/+1
* ceph: clean up kick_flushing_inode_caps()Jeff Layton2020-03-301-0/+2
* ceph: check inode type for CEPH_CAP_FILE_{CACHE,RD,REXTEND,LAZYIO}Yan, Zheng2020-03-301-11/+1
* ceph: add refcounting for Fx capsJeff Layton2020-03-301-1/+1
* ceph: canonicalize server path in placeIlya Dryomov2020-02-111-1/+1
* ceph: use copy-from2 op in copy_file_rangeLuis Henriques2020-01-271-0/+2
* ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton2019-12-091-8/+8
* libceph, rbd, ceph: convert to use the new mount APIDavid Howells2019-11-271-1/+0
* ceph: make several helper accessors take const pointersJeff Layton2019-11-251-4/+8
* ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton2019-09-161-1/+5
* ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton2019-09-161-2/+2
* ceph: remove CEPH_I_NOFLUSHJeff Layton2019-09-161-10/+9
* ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton2019-09-161-1/+0
* ceph: auto reconnect after blacklistedYan, Zheng2019-09-161-0/+4
* ceph: invalidate all write mode filp after reconnectYan, Zheng2019-09-161-0/+3
* ceph: return -EIO if read/write against filp that lost file locksYan, Zheng2019-09-161-0/+1
* ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng2019-09-161-1/+2
* ceph: pass filp to ceph_get_caps()Yan, Zheng2019-09-161-3/+3
* ceph: track and report error of async metadata operationYan, Zheng2019-09-161-0/+4