aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-19ceph: fix handling of "meta" errorsJeff Layton1-3/+0
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+8
2021-09-02ceph: don't WARN if we're forcibly removing the session capsXiubo Li1-0/+1
2021-09-02ceph: remove the capsnaps when removing capsXiubo Li1-0/+6
2021-09-02ceph: add ceph_change_snap_realm() helperJeff Layton1-1/+1
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+1
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li1-1/+2
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+1
2021-08-04ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques1-1/+1
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton1-2/+0
2021-06-28ceph: make ceph_queue_cap_snap staticJeff Layton1-1/+0
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton1-1/+1
2021-04-27ceph: don't allow access to MDS-private inodesJeff Layton1-0/+24
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao1-1/+1
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton1-1/+1
2021-04-27ceph: don't use d_add in ceph_handle_snapdirJeff Layton1-1/+1
2021-04-27ceph: rework PageFsCache handlingJeff Layton1-0/+1
2021-04-27ceph: rip out old fscache readpage handlingJeff Layton1-1/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-4/+8
2021-02-16ceph: allow queueing cap/snap handling after putting cap referencesJeff Layton1-3/+16
2021-02-16ceph: clean up inode work queueingJeff Layton1-3/+18
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+8
2020-12-14Revert "ceph: allow rename operation under different quota realms"Luis Henriques1-2/+1
2020-12-14ceph: add status debugfs fileXiubo Li1-0/+1
2020-12-14ceph: remove timeout on allowing reconnect after blocklistingJeff Layton1-1/+0
2020-12-14ceph: make fsc->mount_state an intJeff Layton1-1/+1
2020-10-12ceph: comment cleanups and clarificationsJeff Layton1-1/+2
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov1-2/+2
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li1-0/+6
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton1-35/+38
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton1-2/+0
2020-08-03ceph: delete repeated words in fs/ceph/Randy Dunlap1-1/+1
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li1-0/+2
2020-06-01ceph: skip checking caps when session reconnecting and releasing reqsXiubo Li1-0/+2
2020-06-01ceph: allow rename operation under different quota realmsLuis Henriques1-1/+2
2020-06-01ceph: ceph_kick_flushing_caps needs the s_mutexJeff Layton1-2/+5
2020-06-01ceph: convert mdsc->cap_dirty to a per-session listJeff Layton1-3/+16
2020-06-01ceph: document what protects i_dirty_item and i_flushing_itemJeff Layton1-1/+3
2020-06-01ceph: add caps perf metric for each superblockXiubo Li1-3/+5
2020-06-01ceph: add dentry lease metric supportXiubo Li1-0/+1
2020-03-30ceph: simplify calling of ceph_get_fmode()Yan, Zheng1-2/+1
2020-03-30ceph: remove delay check logic from ceph_check_caps()Yan, Zheng1-5/+3
2020-03-30ceph: consider inode's last read/write when calculating wanted capsYan, Zheng1-2/+11
2020-03-30ceph: always renew caps if mds_wanted is insufficientYan, Zheng1-7/+6
2020-03-30ceph: cache layout in parent dir on first sync createJeff Layton1-0/+1
2020-03-30ceph: make ceph_fill_inode non-staticJeff Layton1-0/+8
2020-03-30ceph: perform asynchronous unlink if we have sufficient capsJeff Layton1-1/+4
2020-03-30ceph: make __take_cap_refs non-staticJeff Layton1-0/+2
2020-03-30ceph: add infrastructure for waiting for async create to completeJeff Layton1-1/+3
2020-03-30ceph: track primary dentry linkJeff Layton1-0/+1