summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-05-07bcachefs: Add missing sched_annotate_sleep() in bch2_journal_flush_seq_async()Kent Overstreet1-0/+6
2024-05-07bcachefs: Fix race in bch2_write_super()Kent Overstreet1-15/+32
2024-05-06bcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAXKent Overstreet2-1/+3
2024-05-06bcachefs: Add missing skcipher_request_set_callback() callKent Overstreet1-0/+1
2024-05-06bcachefs: Fix snapshot_t() usage in bch2_fs_quota_read_inode()Kent Overstreet1-5/+3
2024-05-06bcachefs: Fix shift-by-64 in bformat_needs_redo()Kent Overstreet1-8/+14
2024-05-06bcachefs: Guard against unknown k.k->type in __bkey_invalid()Kent Overstreet1-2/+2
2024-05-06bcachefs: Add missing validation for superblock section cleanKent Overstreet1-0/+14
2024-05-06bcachefs: Fix assert in bch2_alloc_v4_invalid()Kent Overstreet2-4/+8
2024-05-06bcachefs: fix overflow in fiemapReed Riley1-1/+1
2024-05-06bcachefs: Add a better limit for maximum number of bucketsKent Overstreet4-3/+17
2024-05-06bcachefs: Fix lifetime issue in device iterator helpersKent Overstreet1-2/+2
2024-05-06bcachefs: Fix bch2_dev_lookup() refcountingKent Overstreet1-6/+2
2024-05-06bcachefs: Initialize bch_write_op->failed in inline data pathKent Overstreet1-0/+2
2024-05-06bcachefs: Fix refcount put in sb_field_resize error pathKent Overstreet1-1/+1
2024-05-06bcachefs: Inodes need extra padding for varint_decode_fast()Kent Overstreet1-10/+18
2024-05-06bcachefs: Fix early error path in bch2_fs_btree_key_cache_exit()Kent Overstreet1-7/+9
2024-05-06bcachefs: bucket_pos_to_bp_noerror()Kent Overstreet2-5/+11
2024-05-06bcachefs: don't free error pointersKent Overstreet1-1/+2
2024-05-06bcachefs: Fix a scheduler splat in __bch2_next_write_buffer_flush_journal_buf()Kent Overstreet1-0/+2
2024-04-29bcachefs: fix integer conversion bugKent Overstreet1-1/+1
2024-04-29bcachefs: btree node scan now fills in sectors_writtenKent Overstreet2-2/+6
2024-04-29bcachefs: Remove accidental debug assertKent Overstreet1-2/+0
2024-04-22Merge tag 'bcachefs-2024-04-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds19-52/+105
2024-04-22bcachefs: If we run merges at a lower watermark, they must be nonblockingKent Overstreet1-1/+5
2024-04-21bcachefs: Fix inode early destruction pathKent Overstreet1-3/+6
2024-04-21bcachefs: Fix deadlock in journal write pathKent Overstreet1-18/+42
2024-04-21bcachefs: Tweak btree key cache shrinker so it actually freesKent Overstreet1-15/+4
2024-04-20bcachefs: bkey_cached.btree_trans_barrier_seq needs to be a ulongKent Overstreet1-1/+1
2024-04-20bcachefs: Fix missing call to bch2_fs_allocator_background_exit()Kent Overstreet1-0/+1
2024-04-20bcachefs: Check for journal entries overruning end of sb clean sectionKent Overstreet2-1/+10
2024-04-18bcachefs: Fix bio alloc in check_extent_checksum()Kent Overstreet1-1/+1
2024-04-18bcachefs: fix leak in bch2_gc_write_reflink_keyKent Overstreet1-1/+2
2024-04-18bcachefs: KEY_TYPE_error is allowed for reflinkKent Overstreet1-1/+2
2024-04-18bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shiftKent Overstreet2-5/+5
2024-04-17bcachefs: make sure to release last journal pin in replayKent Overstreet1-1/+4
2024-04-17bcachefs: node scan: ignore multiple nodes with same seq if interiorKent Overstreet1-0/+2
2024-04-17bcachefs: Fix format specifier in validate_bset_keys()Nathan Chancellor1-1/+1
2024-04-17bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEKent Overstreet3-3/+19
2024-04-15Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.org/git/bcachefsLinus Torvalds34-182/+432
2024-04-15bcachefs: set_btree_iter_dontneed also clears should_be_lockedKent Overstreet1-2/+7
2024-04-15bcachefs: fix error path of __bch2_read_super()Chao Yu1-2/+5
2024-04-15bcachefs: Check for backpointer bucket_offset >= bucket sizeKent Overstreet3-10/+9
2024-04-15bcachefs: bch_member.btree_allocated_bitmapKent Overstreet9-6/+131
2024-04-15bcachefs: sysfs internal/trigger_journal_flushKent Overstreet1-1/+10
2024-04-15bcachefs: Fix bch2_btree_node_fill() for !pathKent Overstreet1-26/+18
2024-04-15bcachefs: add safety checks in bch2_btree_node_fill()Kent Overstreet1-1/+24
2024-04-15bcachefs: Interior known are required to have known key typesKent Overstreet1-1/+2
2024-04-15bcachefs: add missing bounds check in __bch2_bkey_val_invalid()Kent Overstreet1-1/+4
2024-04-14bcachefs: Fix btree node merging on write buffer btreesKent Overstreet1-2/+12