summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix locking in __bch2_trans_mark_dev_sb()Kent Overstreet2024-08-162-9/+10
* bcachefs: fix incorrect i_state usageKent Overstreet2024-08-161-1/+1
* bcachefs: avoid overflowing LRU_TIME_BITS for cached data lruKent Overstreet2024-08-161-1/+3
* bcachefs: Fix forgetting to pass trans to fsck_err()Kent Overstreet2024-08-161-1/+1
* bcachefs: Increase size of cuckoo hash table on too many rehashesKent Overstreet2024-08-161-2/+9
* bcachefs: bcachefs_metadata_version_disk_accounting_inumKent Overstreet2024-08-136-3/+33
* bcachefs: Kill __bch2_accounting_mem_mod()Kent Overstreet2024-08-133-34/+28
* bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet2024-08-1338-553/+448
* bcachefs: Fix warning in __bch2_fsck_err() for trans not passed inKent Overstreet2024-08-131-0/+2
* bcachefs: Add a time_stat for blocked on key cache flushKent Overstreet2024-08-132-0/+5
* bcachefs: Improve trans_blocked_journal_reclaim tracepointKent Overstreet2024-08-133-4/+33
* bcachefs: Add hysteresis to waiting on btree key cache flushKent Overstreet2024-08-132-1/+10
* bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet2024-08-134-54/+42
* bcachefs: Add missing downgrade table entryKent Overstreet2024-08-131-0/+1
* bcachefs: disk accounting: ignore unknown typesKent Overstreet2024-08-131-3/+9
* bcachefs: bch2_accounting_invalid() fixupKent Overstreet2024-08-131-1/+1
* bcachefs: Fix bch2_trigger_alloc when upgrading from old versionsKent Overstreet2024-08-131-1/+13
* bcachefs: delete faulty fastpath in bch2_btree_path_traverse_cached()Kent Overstreet2024-08-131-5/+0
* bcachefs: bcachefs_metadata_version_disk_accounting_v3Kent Overstreet2024-08-093-6/+32
* bcachefs: improve bch2_dev_usage_to_text()Kent Overstreet2024-08-093-6/+10
* bcachefs: bch2_accounting_invalid()Kent Overstreet2024-08-094-8/+73
* bcachefs: Switch to .get_inode_acl()Kent Overstreet2024-08-083-9/+12
* bcachefs: Use bch2_wait_on_allocator() in btree node alloc pathKent Overstreet2024-08-071-1/+1
* bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet2024-08-078-12/+45
* bcachefs: Add missing path_traverse() to btree_iter_next_node()Kent Overstreet2024-08-071-0/+5
* bcachefs: ec should not allocate from ro devsKent Overstreet2024-08-071-0/+3
* bcachefs: Improved allocator debugging for ecKent Overstreet2024-08-074-15/+30
* bcachefs: Add missing bch2_trans_begin() callKent Overstreet2024-08-071-0/+1
* bcachefs: Add a comment for bucket helper typesKent Overstreet2024-08-071-0/+8
* bcachefs: Don't rely on implicit unsigned -> signed integer conversionKent Overstreet2024-08-071-2/+2
* bcachefs: Fix double free of ca->buckets_nouseKent Overstreet2024-07-301-1/+0
* Merge tag 'bcachefs-2024-07-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-07-224-11/+9
|\
| * bcachefs: Fix printbuf usage while atomicKent Overstreet2024-07-221-0/+1
| * bcachefs: More informative error message in reattach_inode()Kent Overstreet2024-07-221-2/+5
| * bcachefs: kill btree_trans_too_many_iters() in bch2_bucket_alloc_freelist()Kent Overstreet2024-07-181-6/+0
| * bcachefs: mean_and_variance: Avoid too-large shift amountsTavian Barnes2024-07-181-3/+3
* | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-216-156/+94
|\ \
| * | bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu2024-06-245-155/+90
| * | bcachefs: fix typoKuan-Wei Chiu2024-06-241-1/+1
* | | Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-07-18111-2681/+3880
|\ \ \ | | |/ | |/|
| * | bcachefs: Fix integer overflow on trans->nr_updatesKent Overstreet2024-07-181-1/+1
| * | bcachefs: silence silly kdoc warningKent Overstreet2024-07-181-1/+1
| * | bcachefs: Fix fsck warning about btree_trans not passed to fsck errorKent Overstreet2024-07-181-1/+2
| * | bcachefs: Add an error message for insufficient rw journal devsKent Overstreet2024-07-181-0/+11
| * | bcachefs: varint: Avoid left-shift of a negative valueTavian Barnes2024-07-181-1/+1
| * | bcachefs: darray: Don't pass NULL to memcpy()Tavian Barnes2024-07-141-1/+2
| * | bcachefs: Kill bch2_assert_btree_nodes_not_locked()Kent Overstreet2024-07-143-22/+0
| * | bcachefs: Rename BCH_WRITE_DONE -> BCH_WRITE_SUBMITTEDKent Overstreet2024-07-142-13/+13
| * | bcachefs: __bch2_read(): call trans_begin() on every loop iterKent Overstreet2024-07-141-26/+19
| * | bcachefs: show none if label is not setHongbo Li2024-07-141-1/+4