summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/quota.c
AgeCommit message (Expand)AuthorLines
2025-09-29Remove bcachefs core codeLinus Torvalds-892/+0
2025-06-02bcachefs: bch_err_throw()Kent Overstreet-3/+3
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet-1/+1
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet-1/+1
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet-1/+1
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet-4/+4
2024-05-09bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()Kent Overstreet-3/+2
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet-1/+1
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet-3/+3
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet-93/+19
2024-05-06bcachefs: Fix snapshot_t() usage in bch2_fs_quota_read_inode()Kent Overstreet-5/+3
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet-17/+8
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet-2/+1
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet-4/+4
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet-7/+8
2023-10-22bcachefs: bch2_sb_field_get() refactoringKent Overstreet-3/+3
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet-7/+7
2023-10-22bcachefs: remove redundant pointer qColin Ian King-3/+0
2023-10-22bcachefs: Kill missing inode warnings in bch2_quota_read()Kent Overstreet-1/+1
2023-10-22bcachefs: Split out snapshot.cKent Overstreet-1/+1
2023-10-22bcachefs: Convert snapshot table to RCU arrayKent Overstreet-1/+1
2023-10-22bcachefs: Change check for invalid key typesKent Overstreet-1/+2
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet-4/+4
2023-10-22bcachefs: New error message helpersKent Overstreet-2/+3
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet-2/+2
2023-10-22bcachefs: Fix a quota read bugKent Overstreet-1/+8
2023-10-22bcachefs: Fix quotas + snapshotsKent Overstreet-11/+14
2023-10-22bcachefs: bch2_bkey_get_iter() helpersKent Overstreet-4/+2
2023-10-22bcachefs: bkey_ops.min_val_sizeKent Overstreet-6/+0
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet-1/+1
2023-10-22bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet-3/+3
2023-10-22bcachefs: More errcode cleanupKent Overstreet-3/+3
2023-10-22bcachefs: Quota: Don't allocate memory under lockKent Overstreet-14/+13
2023-10-22bcachefs: Quota fixesKent Overstreet-26/+22
2023-10-22bcachefs: Initialize sb_quota with default 1 week timerKent Overstreet-7/+166
2023-10-22bcachefs: Add private error codes for ENOSPCKent Overstreet-1/+1
2023-10-22bcachefs: Use bch2_err_str() in error messagesKent Overstreet-1/+2
2023-10-22bcachefs: Convert more quota code to for_each_btree_key2()Kent Overstreet-39/+9
2023-10-22bcachefs: for_each_btree_key2()Kent Overstreet-18/+11
2023-10-22bcachefs: Printbuf reworkKent Overstreet-7/+7
2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet-1/+1
2023-10-22bcachefs: Convert .key_invalid methods to printbufsKent Overstreet-6/+13
2023-10-22bcachefs: Fix 32 bit buildKent Overstreet-1/+1
2023-10-22bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet-7/+36
2023-10-22bcachefs: Improved superblock-related error messagesKent Overstreet-5/+7
2023-10-22bcachefs: Add iter_flags arg to bch2_btree_delete_range()Kent Overstreet-3/+3
2023-10-22bcachefs: Fix quota support for snapshotsKent Overstreet-16/+53
2023-10-22bcachefs: Add journal_seq to inode & alloc keysKent Overstreet-3/+2
2023-10-22bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet-2/+4
2023-10-22bcachefs: btree_pathKent Overstreet-10/+10