aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03ceph: don't get the inline data for new creating filesXiubo Li1-0/+8
2022-08-03ceph: update the auth cap when the async create req is forwardedXiubo Li1-0/+2
2022-08-03ceph: make change_auth_cap_ses a global symbolXiubo Li1-0/+2
2022-08-03ceph: wait for the first reply of inflight async unlinkXiubo Li1-5/+14
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-7/+3
2022-05-25ceph: fix statfs for subdir mountsLuís Henriques1-4/+24
2022-05-25ceph: try to choose the auth MDS if possible for getattrXiubo Li1-0/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-9/+8
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+6
2022-03-22ceph: remove reliance on bdi congestionNeilBrown1-0/+1
2022-03-18netfs: Add a netfs inode contextDavid Howells1-9/+8
2022-03-01ceph: do not release the global snaprealm until unmountingXiubo Li1-1/+1
2022-03-01ceph: eliminate the recursion when rebuilding the snap contextXiubo Li1-0/+2
2022-03-01ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li1-1/+1
2022-03-01ceph: add getvxattr opMilind Changire1-0/+1
2022-03-01ceph: uninline the data on a file opened for writingDavid Howells1-1/+1
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-11/+17
2022-01-13ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton1-3/+0
2022-01-13ceph: add new "nopagecache" optionJeff Layton1-0/+1
2022-01-13ceph: don't check for quotas on MDS stray dirsJeff Layton1-8/+12
2022-01-13ceph: Fix incorrect statfs report for small quotaKotresh HR1-0/+1
2022-01-13ceph: new device mount syntaxVenky Shankar1-0/+3
2022-01-11ceph: conversion to new fscache APIJeff Layton1-2/+1
2021-11-08ceph: split 'metric' debugfs file into several filesLuís Henriques1-1/+1
2021-11-08ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton1-0/+1
2021-11-08ceph: shut down access to inode when async create failsJeff Layton1-0/+11
2021-11-08ceph: refactor remove_session_caps_cbJeff Layton1-0/+1
2021-11-08ceph: enable async dirops by defaultJeff Layton1-1/+2
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