summaryrefslogtreecommitdiff
path: root/fs/ceph/quota.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix statfs for subdir mountsLuís Henriques2022-05-251-8/+11
* ceph: don't check for quotas on MDS stray dirsJeff Layton2022-01-131-0/+3
* ceph: Fix incorrect statfs report for small quotaKotresh HR2022-01-131-0/+14
* ceph: eliminate ceph_async_iput()Jeff Layton2021-06-291-6/+3
* Revert "ceph: allow rename operation under different quota realms"Luis Henriques2020-12-141-57/+1
* ceph: check session state after bumping session->s_seqJeff Layton2020-11-041-1/+1
* ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li2020-10-121-5/+5
* ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton2020-08-241-2/+2
* ceph: allow rename operation under different quota realmsLuis Henriques2020-06-011-1/+57
* ceph: normalize 'delta' parameter usage in check_quota_exceededLuis Henriques2020-06-011-3/+1
* ceph: demote quotarealm lookup warning to a debug messageLuis Henriques2020-05-081-2/+2
* ceph: fix infinite loop in get_quota_realm()Yan, Zheng2019-07-081-2/+13
* ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng2019-06-051-3/+6
* ceph: quota: fix quota subdir mountsLuis Henriques2019-05-071-10/+167
* ceph: quota: cleanup license messThomas Gleixner2019-01-211-13/+0
* ceph: quota: fix null pointer dereference in quota checkLuis Henriques2018-11-081-1/+2
* ceph: don't drop message if it contains more data than expectedYan, Zheng2018-08-131-1/+1
* ceph: quota: report root dir quota usage in statfsLuis Henriques2018-04-021-0/+56
* ceph: quota: add counter for snaprealms with quotaLuis Henriques2018-04-021-5/+24
* ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques2018-04-021-14/+10
* ceph: fix root quota realm checkYan, Zheng2018-04-021-8/+8
* ceph: don't check quota for snap inodeYan, Zheng2018-04-021-2/+16
* ceph: quota: update MDS when max_bytes is approachingLuis Henriques2018-04-021-1/+37
* ceph: quota: support for ceph.quota.max_bytesLuis Henriques2018-04-021-1/+27
* ceph: quota: don't allow cross-quota renamesLuis Henriques2018-04-021-0/+69
* ceph: quota: support for ceph.quota.max_filesLuis Henriques2018-04-021-0/+80
* ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-021-0/+65