summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/quota.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-22bcachefs: don't use rht_bucket() in btree_key_cache_scan()Kent Overstreet1-3/+27
2024-08-22bcachefs: add missing inode_walker_exit()Kent Overstreet1-0/+2
2024-08-22bcachefs: clear path->should_be_locked in bch2_btree_key_cache_drop()Kent Overstreet1-0/+1
2024-08-22bcachefs: Fix double assignment in check_dirent_to_subvol()Yuesong Li1-1/+0
2024-08-22bcachefs: Fix refcounting in discard pathKent Overstreet1-6/+6
2024-08-22bcachefs: Fix compat issue with old alloc_v4 keysKent Overstreet3-24/+36
2024-08-22bcachefs: Fix warning in bch2_fs_journal_stop()Kent Overstreet1-1/+1
2024-08-22fs/super.c: improve get_tree() error messageKent Overstreet1-2/+2
2024-08-22bcachefs: Fix missing validation in bch2_sb_journal_v2_validate()Kent Overstreet1-0/+15
2024-08-22bcachefs: Fix replay_now_at() assertKent Overstreet1-1/+7
2024-08-22bcachefs: Fix locking in bch2_ioc_setlabel()Kent Overstreet1-2/+1
2024-08-22bcachefs: fix failure to relock in btree_node_fill()Kent Overstreet1-0/+4
2024-08-22bcachefs: fix failure to relock in bch2_btree_node_mem_alloc()Kent Overstreet3-21/+44
2024-08-22bcachefs: unlock_long() before resort in journal replayKent Overstreet1-0/+1
2024-08-22bcachefs: fix missing bch2_err_str()Kent Overstreet1-2/+1
2024-08-22bcachefs: fix time_stats_to_text()Kent Overstreet1-1/+0
2024-08-22bcachefs: Fix bch2_bucket_gens_init()Kent Overstreet1-1/+1
2024-08-22bcachefs: Fix bch2_trigger_alloc assertKent Overstreet1-1/+1
2024-08-22bcachefs: Fix failure to relock in btree_node_get()Kent Overstreet1-0/+4
2024-08-22bcachefs: setting bcachefs_effective.* xattrs is a noopKent Overstreet1-1/+11
2024-08-22bcachefs: Fix "trying to move an extent, but nr_replicas=0"Kent Overstreet1-17/+12
2024-08-22bcachefs: bch2_data_update_init() cleanupKent Overstreet1-78/+101
2024-08-20bcachefs: Extra debug for data move pathKent Overstreet2-0/+5
2024-08-19bcachefs: Fix incorrect gfp flagsKent Overstreet1-1/+1
2024-08-19bcachefs: fix field-spanning write warningKent Overstreet1-1/+2
2024-08-19bcachefs: Reallocate table when we're increasing sizeKent Overstreet1-1/+3
2024-08-17bcachefs: Fix locking in __bch2_trans_mark_dev_sb()Kent Overstreet2-9/+10
2024-08-16bcachefs: fix incorrect i_state usageKent Overstreet1-1/+1
2024-08-16bcachefs: avoid overflowing LRU_TIME_BITS for cached data lruKent Overstreet1-1/+3
2024-08-16bcachefs: Fix forgetting to pass trans to fsck_err()Kent Overstreet1-1/+1
2024-08-16bcachefs: Increase size of cuckoo hash table on too many rehashesKent Overstreet1-2/+9
2024-08-14bcachefs: bcachefs_metadata_version_disk_accounting_inumKent Overstreet6-3/+33
2024-08-14bcachefs: Kill __bch2_accounting_mem_mod()Kent Overstreet3-34/+28
2024-08-14bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet38-553/+448
2024-08-14bcachefs: Fix warning in __bch2_fsck_err() for trans not passed inKent Overstreet1-0/+2
2024-08-14bcachefs: Add a time_stat for blocked on key cache flushKent Overstreet2-0/+5
2024-08-14bcachefs: Improve trans_blocked_journal_reclaim tracepointKent Overstreet3-4/+33
2024-08-14bcachefs: Add hysteresis to waiting on btree key cache flushKent Overstreet2-1/+10
2024-08-14lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()Kent Overstreet1-0/+2
2024-08-14bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet4-54/+42
2024-08-14bcachefs: Add missing downgrade table entryKent Overstreet1-0/+1
2024-08-14bcachefs: disk accounting: ignore unknown typesKent Overstreet1-3/+9
2024-08-14bcachefs: bch2_accounting_invalid() fixupKent Overstreet1-1/+1
2024-08-14bcachefs: Fix bch2_trigger_alloc when upgrading from old versionsKent Overstreet1-1/+13
2024-08-14bcachefs: delete faulty fastpath in bch2_btree_path_traverse_cached()Kent Overstreet1-5/+0
2024-08-10bcachefs: bcachefs_metadata_version_disk_accounting_v3Kent Overstreet3-6/+32
2024-08-09bcachefs: improve bch2_dev_usage_to_text()Kent Overstreet3-6/+10
2024-08-09bcachefs: bch2_accounting_invalid()Kent Overstreet4-8/+73
2024-08-08bcachefs: Switch to .get_inode_acl()Kent Overstreet3-9/+12
2024-08-08bcachefs: Use bch2_wait_on_allocator() in btree node alloc pathKent Overstreet1-1/+1