summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/quota.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: for_each_btree_key() now declares loop iterKent Overstreet2024-01-011-17/+8
* bcachefs: bch_err_(fn|msg) check if should printKent Overstreet2024-01-011-2/+1
* bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet2024-01-011-4/+4
* bcachefs: Enumerate fsck errorsKent Overstreet2023-11-011-7/+8
* bcachefs: bch2_sb_field_get() refactoringKent Overstreet2023-10-221-3/+3
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-7/+7
* bcachefs: remove redundant pointer qColin Ian King2023-10-221-3/+0
* bcachefs: Kill missing inode warnings in bch2_quota_read()Kent Overstreet2023-10-221-1/+1
* bcachefs: Split out snapshot.cKent Overstreet2023-10-221-1/+1
* bcachefs: Convert snapshot table to RCU arrayKent Overstreet2023-10-221-1/+1
* bcachefs: Change check for invalid key typesKent Overstreet2023-10-221-1/+2
* bcachefs: Assorted sparse fixesKent Overstreet2023-10-221-4/+4
* bcachefs: New error message helpersKent Overstreet2023-10-221-2/+3
* bcachefs: Convert -ENOENT to private error codesKent Overstreet2023-10-221-2/+2
* bcachefs: Fix a quota read bugKent Overstreet2023-10-221-1/+8
* bcachefs: Fix quotas + snapshotsKent Overstreet2023-10-221-11/+14
* bcachefs: bch2_bkey_get_iter() helpersKent Overstreet2023-10-221-4/+2
* bcachefs: bkey_ops.min_val_sizeKent Overstreet2023-10-221-6/+0
* bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet2023-10-221-1/+1
* bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet2023-10-221-3/+3
* bcachefs: More errcode cleanupKent Overstreet2023-10-221-3/+3
* bcachefs: Quota: Don't allocate memory under lockKent Overstreet2023-10-221-14/+13
* bcachefs: Quota fixesKent Overstreet2023-10-221-26/+22
* bcachefs: Initialize sb_quota with default 1 week timerKent Overstreet2023-10-221-7/+166
* bcachefs: Add private error codes for ENOSPCKent Overstreet2023-10-221-1/+1
* bcachefs: Use bch2_err_str() in error messagesKent Overstreet2023-10-221-1/+2
* bcachefs: Convert more quota code to for_each_btree_key2()Kent Overstreet2023-10-221-39/+9
* bcachefs: for_each_btree_key2()Kent Overstreet2023-10-221-18/+11
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-7/+7
* bcachefs: Add rw to .key_invalid()Kent Overstreet2023-10-221-1/+1
* bcachefs: Convert .key_invalid methods to printbufsKent Overstreet2023-10-221-6/+13
* bcachefs: Fix 32 bit buildKent Overstreet2023-10-221-1/+1
* bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet2023-10-221-7/+36
* bcachefs: Improved superblock-related error messagesKent Overstreet2023-10-221-5/+7
* bcachefs: Add iter_flags arg to bch2_btree_delete_range()Kent Overstreet2023-10-221-3/+3
* bcachefs: Fix quota support for snapshotsKent Overstreet2023-10-221-16/+53
* bcachefs: Add journal_seq to inode & alloc keysKent Overstreet2023-10-221-3/+2
* bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet2023-10-221-2/+4
* bcachefs: btree_pathKent Overstreet2023-10-221-10/+10
* bcachefs: Kill BTREE_INSERT_NOUNLOCKKent Overstreet2023-10-221-1/+1
* bcachefs: Require all btree iterators to be freedKent Overstreet2023-10-221-1/+6
* bcachefs: Delete some dead codeKent Overstreet2023-10-221-5/+0
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-6/+6
* bcachefs: Fix setquotaKent Overstreet2023-10-221-29/+30
* bcachefs: Split out btree_trigger_flagsKent Overstreet2023-10-221-1/+1
* bcachefs: Kill deferred btree updatesKent Overstreet2023-10-221-1/+1
* bcachefs: More work to avoid transaction restartsKent Overstreet2023-10-221-3/+3
* bcachefs: Return errors from for_each_btree_key()Kent Overstreet2023-10-221-2/+2
* bcachefs: trans_for_each_iter()Kent Overstreet2023-10-221-1/+1
* bcachefs: Only get btree iters from btree transactionsKent Overstreet2023-10-221-6/+12