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