aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ceph/quota.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-15ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao1-17/+22
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li1-11/+18
2023-08-24ceph: drop messages from MDS when unmountingXiubo Li1-7/+7
2022-05-25ceph: fix statfs for subdir mountsLuís Henriques1-8/+11
2022-01-13ceph: don't check for quotas on MDS stray dirsJeff Layton1-0/+3
2022-01-13ceph: Fix incorrect statfs report for small quotaKotresh HR1-0/+14
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton1-6/+3
2020-12-14Revert "ceph: allow rename operation under different quota realms"Luis Henriques1-57/+1
2020-11-04ceph: check session state after bumping session->s_seqJeff Layton1-1/+1
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li1-5/+5
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton1-2/+2
2020-06-01ceph: allow rename operation under different quota realmsLuis Henriques1-1/+57
2020-06-01ceph: normalize 'delta' parameter usage in check_quota_exceededLuis Henriques1-3/+1
2020-05-08ceph: demote quotarealm lookup warning to a debug messageLuis Henriques1-2/+2
2019-07-08ceph: fix infinite loop in get_quota_realm()Yan, Zheng1-2/+13
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng1-3/+6
2019-05-07ceph: quota: fix quota subdir mountsLuis Henriques1-10/+167
2019-01-21ceph: quota: cleanup license messThomas Gleixner1-13/+0
2018-11-08ceph: quota: fix null pointer dereference in quota checkLuis Henriques1-1/+2
2018-08-13ceph: don't drop message if it contains more data than expectedYan, Zheng1-1/+1
2018-04-02ceph: quota: report root dir quota usage in statfsLuis Henriques1-0/+56
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques1-5/+24
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques1-14/+10
2018-04-02ceph: fix root quota realm checkYan, Zheng1-8/+8
2018-04-02ceph: don't check quota for snap inodeYan, Zheng1-2/+16
2018-04-02ceph: quota: update MDS when max_bytes is approachingLuis Henriques1-1/+37
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques1-1/+27
2018-04-02ceph: quota: don't allow cross-quota renamesLuis Henriques1-0/+69
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques1-0/+80
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques1-0/+65