summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-07bcachefs: Add missing sched_annotate_sleep() in bch2_journal_flush_seq_async()bcachefs-2024-05-07.2Kent Overstreet
2024-05-07bcachefs: Fix race in bch2_write_super()Kent Overstreet
2024-05-06bcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAXKent Overstreet
2024-05-06bcachefs: Add missing skcipher_request_set_callback() callKent Overstreet
2024-05-06bcachefs: Fix snapshot_t() usage in bch2_fs_quota_read_inode()Kent Overstreet
2024-05-06bcachefs: Fix shift-by-64 in bformat_needs_redo()Kent Overstreet
2024-05-06bcachefs: Guard against unknown k.k->type in __bkey_invalid()Kent Overstreet
2024-05-06bcachefs: Add missing validation for superblock section cleanKent Overstreet
2024-05-06bcachefs: Fix assert in bch2_alloc_v4_invalid()Kent Overstreet
2024-05-06bcachefs: fix overflow in fiemapReed Riley
2024-05-06bcachefs: Add a better limit for maximum number of bucketsKent Overstreet
2024-05-06bcachefs: Fix lifetime issue in device iterator helpersKent Overstreet
2024-05-06bcachefs: Fix bch2_dev_lookup() refcountingKent Overstreet
2024-05-06bcachefs: Initialize bch_write_op->failed in inline data pathKent Overstreet
2024-05-06bcachefs: Fix refcount put in sb_field_resize error pathKent Overstreet
2024-05-06bcachefs: Inodes need extra padding for varint_decode_fast()Kent Overstreet
2024-05-06bcachefs: Fix early error path in bch2_fs_btree_key_cache_exit()Kent Overstreet
2024-05-06bcachefs: bucket_pos_to_bp_noerror()Kent Overstreet
2024-05-06bcachefs: don't free error pointersKent Overstreet
2024-05-06bcachefs: Fix a scheduler splat in __bch2_next_write_buffer_flush_journal_buf()Kent Overstreet
2024-04-28bcachefs: fix integer conversion bugbcachefs-2024-04-29Kent Overstreet
2024-04-28bcachefs: btree node scan now fills in sectors_writtenKent Overstreet
2024-04-28bcachefs: Remove accidental debug assertKent Overstreet
2024-04-22Merge tag 'bcachefs-2024-04-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-04-22bcachefs: If we run merges at a lower watermark, they must be nonblockingbcachefs-2024-04-22Kent Overstreet
2024-04-20bcachefs: Fix inode early destruction pathKent Overstreet
2024-04-20bcachefs: Fix deadlock in journal write pathKent Overstreet
2024-04-20bcachefs: Tweak btree key cache shrinker so it actually freesKent Overstreet
2024-04-20bcachefs: bkey_cached.btree_trans_barrier_seq needs to be a ulongKent Overstreet
2024-04-20bcachefs: Fix missing call to bch2_fs_allocator_background_exit()Kent Overstreet
2024-04-20bcachefs: Check for journal entries overruning end of sb clean sectionKent Overstreet
2024-04-17bcachefs: Fix bio alloc in check_extent_checksum()Kent Overstreet
2024-04-17bcachefs: fix leak in bch2_gc_write_reflink_keyKent Overstreet
2024-04-17bcachefs: KEY_TYPE_error is allowed for reflinkKent Overstreet
2024-04-17bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shiftKent Overstreet
2024-04-16bcachefs: make sure to release last journal pin in replayKent Overstreet
2024-04-16bcachefs: node scan: ignore multiple nodes with same seq if interiorKent Overstreet
2024-04-16bcachefs: Fix format specifier in validate_bset_keys()Nathan Chancellor
2024-04-16bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEKent Overstreet
2024-04-15Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-04-15bcachefs: set_btree_iter_dontneed also clears should_be_lockedbcachefs-2024-04-15Kent Overstreet
2024-04-15bcachefs: fix error path of __bch2_read_super()Chao Yu
2024-04-14bcachefs: Check for backpointer bucket_offset >= bucket sizeKent Overstreet
2024-04-14bcachefs: bch_member.btree_allocated_bitmapKent Overstreet
2024-04-14bcachefs: sysfs internal/trigger_journal_flushKent Overstreet
2024-04-14bcachefs: Fix bch2_btree_node_fill() for !pathKent Overstreet
2024-04-14bcachefs: add safety checks in bch2_btree_node_fill()Kent Overstreet
2024-04-14bcachefs: Interior known are required to have known key typesKent Overstreet
2024-04-14bcachefs: add missing bounds check in __bch2_bkey_val_invalid()Kent Overstreet