summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
Commit message (Expand)AuthorAgeFilesLines
* ceph: don't get the inline data for new creating filesXiubo Li2022-08-031-0/+8
* ceph: update the auth cap when the async create req is forwardedXiubo Li2022-08-031-0/+2
* ceph: make change_auth_cap_ses a global symbolXiubo Li2022-08-031-0/+2
* ceph: wait for the first reply of inflight async unlinkXiubo Li2022-08-031-5/+14
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-7/+3
* ceph: fix statfs for subdir mountsLuís Henriques2022-05-251-4/+24
* ceph: try to choose the auth MDS if possible for getattrXiubo Li2022-05-251-0/+1
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-9/+8
|\
| * netfs: Add a netfs inode contextDavid Howells2022-03-181-9/+8
* | Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-03-241-3/+6
|\|
| * ceph: do not release the global snaprealm until unmountingXiubo Li2022-03-011-1/+1
| * ceph: eliminate the recursion when rebuilding the snap contextXiubo Li2022-03-011-0/+2
| * ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li2022-03-011-1/+1
| * ceph: add getvxattr opMilind Changire2022-03-011-0/+1
| * ceph: uninline the data on a file opened for writingDavid Howells2022-03-011-1/+1
* | ceph: remove reliance on bdi congestionNeilBrown2022-03-221-0/+1
|/
* Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-201-11/+17
|\
| * ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton2022-01-131-3/+0
| * ceph: add new "nopagecache" optionJeff Layton2022-01-131-0/+1
| * ceph: don't check for quotas on MDS stray dirsJeff Layton2022-01-131-8/+12
| * ceph: Fix incorrect statfs report for small quotaKotresh HR2022-01-131-0/+1
| * ceph: new device mount syntaxVenky Shankar2022-01-131-0/+3
* | ceph: conversion to new fscache APIJeff Layton2022-01-111-2/+1
|/
* ceph: split 'metric' debugfs file into several filesLuís Henriques2021-11-081-1/+1
* ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton2021-11-081-0/+1
* ceph: shut down access to inode when async create failsJeff Layton2021-11-081-0/+11
* ceph: refactor remove_session_caps_cbJeff Layton2021-11-081-0/+1
* ceph: enable async dirops by defaultJeff Layton2021-11-081-1/+2
* ceph: fix handling of "meta" errorsJeff Layton2021-10-191-3/+0
* Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-09-081-1/+8
|\
| * ceph: don't WARN if we're forcibly removing the session capsXiubo Li2021-09-021-0/+1
| * ceph: remove the capsnaps when removing capsXiubo Li2021-09-021-0/+6
| * ceph: add ceph_change_snap_realm() helperJeff Layton2021-09-021-1/+1
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-1/+1
|\ \ | |/ |/|
| * vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+1
* | ceph: correctly handle releasing an embedded cap flushXiubo Li2021-08-251-1/+2
|/
* ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques2021-08-041-1/+1
* ceph: eliminate ceph_async_iput()Jeff Layton2021-06-291-2/+0
* ceph: make ceph_queue_cap_snap staticJeff Layton2021-06-281-1/+0
* ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton2021-06-221-1/+1
* ceph: don't allow access to MDS-private inodesJeff Layton2021-04-271-0/+24
* ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao2021-04-271-1/+1
* ceph: drop pinned_page parameter from ceph_get_capsJeff Layton2021-04-271-1/+1
* ceph: don't use d_add in ceph_handle_snapdirJeff Layton2021-04-271-1/+1
* ceph: rework PageFsCache handlingJeff Layton2021-04-271-0/+1
* ceph: rip out old fscache readpage handlingJeff Layton2021-04-271-1/+0
* 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
|/