-
- Downloads
Merge tag 'bcachefs-2024-05-07.2' of https://evilpiepirate.org/git/bcachefs
Pull bcachefs fixes from Kent Overstreet: - Various syzbot fixes; mainly small gaps in validation - Fix an integer overflow in fiemap() which was preventing filefrag from returning the full list of extents - Fix a refcounting bug on the device refcount, turned up by new assertions in the development branch - Fix a device removal/readd bug; write_super() was repeatedly dropping and retaking bch_dev->io_ref references * tag 'bcachefs-2024-05-07.2' of https://evilpiepirate.org/git/bcachefs: bcachefs: Add missing sched_annotate_sleep() in bch2_journal_flush_seq_async() bcachefs: Fix race in bch2_write_super() bcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAX bcachefs: Add missing skcipher_request_set_callback() call bcachefs: Fix snapshot_t() usage in bch2_fs_quota_read_inode() bcachefs: Fix shift-by-64 in bformat_needs_redo() bcachefs: Guard against unknown k.k->type in __bkey_invalid() bcachefs: Add missing validation for superblock section clean bcachefs: Fix assert in bch2_alloc_v4_invalid() bcachefs: fix overflow in fiemap bcachefs: Add a better limit for maximum number of buckets bcachefs: Fix lifetime issue in device iterator helpers bcachefs: Fix bch2_dev_lookup() refcounting bcachefs: Initialize bch_write_op->failed in inline data path bcachefs: Fix refcount put in sb_field_resize error path bcachefs: Inodes need extra padding for varint_decode_fast() bcachefs: Fix early error path in bch2_fs_btree_key_cache_exit() bcachefs: bucket_pos_to_bp_noerror() bcachefs: don't free error pointers bcachefs: Fix a scheduler splat in __bch2_next_write_buffer_flush_journal_buf()
Showing
- fs/bcachefs/alloc_background.c 2 additions, 2 deletionsfs/bcachefs/alloc_background.c
- fs/bcachefs/alloc_background.h 6 additions, 2 deletionsfs/bcachefs/alloc_background.h
- fs/bcachefs/backpointers.c 1 addition, 1 deletionfs/bcachefs/backpointers.c
- fs/bcachefs/backpointers.h 10 additions, 4 deletionsfs/bcachefs/backpointers.h
- fs/bcachefs/bcachefs_format.h 8 additions, 0 deletionsfs/bcachefs/bcachefs_format.h
- fs/bcachefs/bkey_methods.c 2 additions, 2 deletionsfs/bcachefs/bkey_methods.c
- fs/bcachefs/btree_key_cache.c 9 additions, 7 deletionsfs/bcachefs/btree_key_cache.c
- fs/bcachefs/checksum.c 1 addition, 0 deletionsfs/bcachefs/checksum.c
- fs/bcachefs/errcode.h 1 addition, 0 deletionsfs/bcachefs/errcode.h
- fs/bcachefs/fs.c 1 addition, 1 deletionfs/bcachefs/fs.c
- fs/bcachefs/io_write.c 20 additions, 10 deletionsfs/bcachefs/io_write.c
- fs/bcachefs/journal.c 8 additions, 0 deletionsfs/bcachefs/journal.c
- fs/bcachefs/move.c 14 additions, 8 deletionsfs/bcachefs/move.c
- fs/bcachefs/quota.c 3 additions, 5 deletionsfs/bcachefs/quota.c
- fs/bcachefs/recovery.c 2 additions, 1 deletionfs/bcachefs/recovery.c
- fs/bcachefs/sb-clean.c 14 additions, 0 deletionsfs/bcachefs/sb-clean.c
- fs/bcachefs/sb-members.c 3 additions, 3 deletionsfs/bcachefs/sb-members.c
- fs/bcachefs/sb-members.h 2 additions, 2 deletionsfs/bcachefs/sb-members.h
- fs/bcachefs/super-io.c 34 additions, 17 deletionsfs/bcachefs/super-io.c
- fs/bcachefs/super.c 9 additions, 6 deletionsfs/bcachefs/super.c
Loading
Please register or sign in to comment