aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/quota.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-15ceph: fix invalid pointer access if get_quota_realm return ERR_PTRGravatar Wenchao Hao 1-17/+22
2023-11-03ceph: print cluster fsid and client global_id in all debug logsGravatar Xiubo Li 1-11/+18
2023-08-24ceph: drop messages from MDS when unmountingGravatar Xiubo Li 1-7/+7
2022-05-25ceph: fix statfs for subdir mountsGravatar Luís Henriques 1-8/+11
2022-01-13ceph: don't check for quotas on MDS stray dirsGravatar Jeff Layton 1-0/+3
2022-01-13ceph: Fix incorrect statfs report for small quotaGravatar Kotresh HR 1-0/+14
2021-06-29ceph: eliminate ceph_async_iput()Gravatar Jeff Layton 1-6/+3
2020-12-14Revert "ceph: allow rename operation under different quota realms"Gravatar Luis Henriques 1-57/+1
2020-11-04ceph: check session state after bumping session->s_seqGravatar Jeff Layton 1-1/+1
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscGravatar Xiubo Li 1-5/+5
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tGravatar Jeff Layton 1-2/+2
2020-06-01ceph: allow rename operation under different quota realmsGravatar Luis Henriques 1-1/+57
2020-06-01ceph: normalize 'delta' parameter usage in check_quota_exceededGravatar Luis Henriques 1-3/+1
2020-05-08ceph: demote quotarealm lookup warning to a debug messageGravatar Luis Henriques 1-2/+2
2019-07-08ceph: fix infinite loop in get_quota_realm()Gravatar Yan, Zheng 1-2/+13
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadGravatar Yan, Zheng 1-3/+6
2019-05-07ceph: quota: fix quota subdir mountsGravatar Luis Henriques 1-10/+167
2019-01-21ceph: quota: cleanup license messGravatar Thomas Gleixner 1-13/+0
2018-11-08ceph: quota: fix null pointer dereference in quota checkGravatar Luis Henriques 1-1/+2
2018-08-13ceph: don't drop message if it contains more data than expectedGravatar Yan, Zheng 1-1/+1
2018-04-02ceph: quota: report root dir quota usage in statfsGravatar Luis Henriques 1-0/+56
2018-04-02ceph: quota: add counter for snaprealms with quotaGravatar Luis Henriques 1-5/+24
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmGravatar Luis Henriques 1-14/+10
2018-04-02ceph: fix root quota realm checkGravatar Yan, Zheng 1-8/+8
2018-04-02ceph: don't check quota for snap inodeGravatar Yan, Zheng 1-2/+16
2018-04-02ceph: quota: update MDS when max_bytes is approachingGravatar Luis Henriques 1-1/+37
2018-04-02ceph: quota: support for ceph.quota.max_bytesGravatar Luis Henriques 1-1/+27
2018-04-02ceph: quota: don't allow cross-quota renamesGravatar Luis Henriques 1-0/+69
2018-04-02ceph: quota: support for ceph.quota.max_filesGravatar Luis Henriques 1-0/+80
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasGravatar Luis Henriques 1-0/+65