summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2024-08-13bcachefs: disk accounting: ignore unknown typesKent Overstreet
2024-08-13bcachefs: bch2_accounting_invalid() fixupKent Overstreet
2024-08-13bcachefs: Fix bch2_trigger_alloc when upgrading from old versionsKent Overstreet
2024-08-13bcachefs: delete faulty fastpath in bch2_btree_path_traverse_cached()Kent Overstreet
2024-08-09bcachefs: bcachefs_metadata_version_disk_accounting_v3Kent Overstreet
2024-08-09bcachefs: improve bch2_dev_usage_to_text()Kent Overstreet
2024-08-09bcachefs: bch2_accounting_invalid()Kent Overstreet
2024-08-08bcachefs: Switch to .get_inode_acl()Kent Overstreet
2024-08-07bcachefs: Use bch2_wait_on_allocator() in btree node alloc pathKent Overstreet
2024-08-07bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet
2024-08-07bcachefs: Add missing path_traverse() to btree_iter_next_node()Kent Overstreet
2024-08-07bcachefs: ec should not allocate from ro devsKent Overstreet
2024-08-07bcachefs: Improved allocator debugging for ecKent Overstreet
2024-08-07bcachefs: Add missing bch2_trans_begin() callKent Overstreet
2024-08-07bcachefs: Add a comment for bucket helper typesKent Overstreet
2024-08-07bcachefs: Don't rely on implicit unsigned -> signed integer conversionKent Overstreet
2024-07-30bcachefs: Fix double free of ca->buckets_nouseKent Overstreet
2024-07-22Merge tag 'bcachefs-2024-07-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-07-22bcachefs: Fix printbuf usage while atomicKent Overstreet
2024-07-22bcachefs: More informative error message in reattach_inode()Kent Overstreet
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-18bcachefs: kill btree_trans_too_many_iters() in bch2_bucket_alloc_freelist()Kent Overstreet
2024-07-18Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-07-18bcachefs: mean_and_variance: Avoid too-large shift amountsTavian Barnes
2024-07-18bcachefs: Fix integer overflow on trans->nr_updatesKent Overstreet
2024-07-18bcachefs: silence silly kdoc warningKent Overstreet
2024-07-18bcachefs: Fix fsck warning about btree_trans not passed to fsck errorKent Overstreet
2024-07-18bcachefs: Add an error message for insufficient rw journal devsKent Overstreet
2024-07-18bcachefs: varint: Avoid left-shift of a negative valueTavian Barnes
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-07-14bcachefs: darray: Don't pass NULL to memcpy()Tavian Barnes
2024-07-14bcachefs: Kill bch2_assert_btree_nodes_not_locked()Kent Overstreet
2024-07-14bcachefs: Rename BCH_WRITE_DONE -> BCH_WRITE_SUBMITTEDKent Overstreet
2024-07-14bcachefs: __bch2_read(): call trans_begin() on every loop iterKent Overstreet
2024-07-14bcachefs: show none if label is not setHongbo Li
2024-07-14bcachefs: drop packed, aligned from bkey_inode_bufKent Overstreet
2024-07-14bcachefs: btree node scan: fall back to comparing by journal seqKent Overstreet
2024-07-14bcachefs: Add lockdep support for btree node locksKent Overstreet
2024-07-14lockdep: lockdep_set_notrack_class()Kent Overstreet
2024-07-14bcachefs: Improve copygc_wait_to_text()Kent Overstreet
2024-07-14bcachefs: Convert clock code to u64sKent Overstreet
2024-07-14bcachefs: Improve startup messageKent Overstreet
2024-07-14bcachefs: Self healing on read IO errorKent Overstreet
2024-07-14bcachefs: Make read_only a mount option again, but hiddenKent Overstreet
2024-07-14bcachefs: bch2_extent_crc_unpacked_to_text()Kent Overstreet
2024-07-14bcachefs: Ratelimit checksum error messagesKent Overstreet
2024-07-14bcachefs: spelling fixKent Overstreet
2024-07-14bcachefs: Simplify btree key cache fill pathKent Overstreet
2024-07-14bcachefs: Improve "unable to allocate journal write" messageKent Overstreet
2024-07-14bcachefs: Fix missing BTREE_TRIGGER_bucket_invalidate flagKent Overstreet