summaryrefslogtreecommitdiff
path: root/fs/ceph/super.h
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix potential use-after-free bug when trimming capsXiubo Li2023-04-301-0/+2
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-4/+4
|\
| * fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li2023-02-021-0/+1
* | ceph: move mount state enum to super.hXiubo Li2023-02-021-0/+10
* | ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li2023-01-021-1/+0
|/
* Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-12-141-2/+3
|\
| * ceph: try to check caps immediately after async creating finishesXiubo Li2022-12-121-0/+2
| * ceph: remove useless session parameter for check_caps()Xiubo Li2022-12-121-2/+1
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
|/
* 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