aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/quota.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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