aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-0/+3
11 daysbcachefs: Add missing sched_annotate_sleep() in bch2_journal_flush_seq_async()Gravatar Kent Overstreet 1-0/+6
11 daysbcachefs: Fix race in bch2_write_super()Gravatar Kent Overstreet 1-15/+32
12 daysbcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAXGravatar Kent Overstreet 2-1/+3
12 daysbcachefs: Add missing skcipher_request_set_callback() callGravatar Kent Overstreet 1-0/+1
12 daysbcachefs: Fix snapshot_t() usage in bch2_fs_quota_read_inode()Gravatar Kent Overstreet 1-5/+3
12 daysbcachefs: Fix shift-by-64 in bformat_needs_redo()Gravatar Kent Overstreet 1-8/+14
12 daysbcachefs: Guard against unknown k.k->type in __bkey_invalid()Gravatar Kent Overstreet 1-2/+2
12 daysbcachefs: Add missing validation for superblock section cleanGravatar Kent Overstreet 1-0/+14
12 daysbcachefs: Fix assert in bch2_alloc_v4_invalid()Gravatar Kent Overstreet 2-4/+8
12 daysbcachefs: fix overflow in fiemapGravatar Reed Riley 1-1/+1
12 daysbcachefs: Add a better limit for maximum number of bucketsGravatar Kent Overstreet 4-3/+17
12 daysbcachefs: Fix lifetime issue in device iterator helpersGravatar Kent Overstreet 1-2/+2
12 daysbcachefs: Fix bch2_dev_lookup() refcountingGravatar Kent Overstreet 1-6/+2
12 daysbcachefs: Initialize bch_write_op->failed in inline data pathGravatar Kent Overstreet 1-0/+2
12 daysbcachefs: Fix refcount put in sb_field_resize error pathGravatar Kent Overstreet 1-1/+1
12 daysbcachefs: Inodes need extra padding for varint_decode_fast()Gravatar Kent Overstreet 1-10/+18
12 daysbcachefs: Fix early error path in bch2_fs_btree_key_cache_exit()Gravatar Kent Overstreet 1-7/+9
12 daysbcachefs: bucket_pos_to_bp_noerror()Gravatar Kent Overstreet 2-5/+11
12 daysbcachefs: don't free error pointersGravatar Kent Overstreet 1-1/+2
12 daysbcachefs: Fix a scheduler splat in __bch2_next_write_buffer_flush_journal_buf()Gravatar Kent Overstreet 1-0/+2
2024-04-28bcachefs: fix integer conversion bugGravatar Kent Overstreet 1-1/+1
2024-04-28bcachefs: btree node scan now fills in sectors_writtenGravatar Kent Overstreet 2-2/+6
2024-04-28bcachefs: Remove accidental debug assertGravatar Kent Overstreet 1-2/+0
2024-04-22Merge tag 'bcachefs-2024-04-22' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 19-52/+105
2024-04-22bcachefs: If we run merges at a lower watermark, they must be nonblockingGravatar Kent Overstreet 1-1/+5
2024-04-20bcachefs: Fix inode early destruction pathGravatar Kent Overstreet 1-3/+6
2024-04-20bcachefs: Fix deadlock in journal write pathGravatar Kent Overstreet 1-18/+42
2024-04-20bcachefs: Tweak btree key cache shrinker so it actually freesGravatar Kent Overstreet 1-15/+4
2024-04-20bcachefs: bkey_cached.btree_trans_barrier_seq needs to be a ulongGravatar Kent Overstreet 1-1/+1
2024-04-20bcachefs: Fix missing call to bch2_fs_allocator_background_exit()Gravatar Kent Overstreet 1-0/+1
2024-04-20bcachefs: Check for journal entries overruning end of sb clean sectionGravatar Kent Overstreet 2-1/+10
2024-04-17bcachefs: Fix bio alloc in check_extent_checksum()Gravatar Kent Overstreet 1-1/+1
2024-04-17bcachefs: fix leak in bch2_gc_write_reflink_keyGravatar Kent Overstreet 1-1/+2
2024-04-17bcachefs: KEY_TYPE_error is allowed for reflinkGravatar Kent Overstreet 1-1/+2
2024-04-17bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shiftGravatar Kent Overstreet 2-5/+5
2024-04-16bcachefs: make sure to release last journal pin in replayGravatar Kent Overstreet 1-1/+4
2024-04-16bcachefs: node scan: ignore multiple nodes with same seq if interiorGravatar Kent Overstreet 1-0/+2
2024-04-16bcachefs: Fix format specifier in validate_bset_keys()Gravatar Nathan Chancellor 1-1/+1
2024-04-16bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEGravatar Kent Overstreet 3-3/+19
2024-04-15Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 34-182/+432
2024-04-15bcachefs: set_btree_iter_dontneed also clears should_be_lockedGravatar Kent Overstreet 1-2/+7
2024-04-15bcachefs: fix error path of __bch2_read_super()Gravatar Chao Yu 1-2/+5
2024-04-14bcachefs: Check for backpointer bucket_offset >= bucket sizeGravatar Kent Overstreet 3-10/+9
2024-04-14bcachefs: bch_member.btree_allocated_bitmapGravatar Kent Overstreet 9-6/+131
2024-04-14bcachefs: sysfs internal/trigger_journal_flushGravatar Kent Overstreet 1-1/+10
2024-04-14bcachefs: Fix bch2_btree_node_fill() for !pathGravatar Kent Overstreet 1-26/+18
2024-04-14bcachefs: add safety checks in bch2_btree_node_fill()Gravatar Kent Overstreet 1-1/+24
2024-04-14bcachefs: Interior known are required to have known key typesGravatar Kent Overstreet 1-1/+2
2024-04-14bcachefs: add missing bounds check in __bch2_bkey_val_invalid()Gravatar Kent Overstreet 1-1/+4