summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/sb-downgrade.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-29bcachefs: Don't filter partial list buckets in open_buckets_to_text()Kent Overstreet1-2/+1
2024-10-29bcachefs: Don't keep tons of cached pointers aroundKent Overstreet5-28/+89
2024-10-29bcachefs: init freespace inited bits to 0 in bch2_fs_initializePiotr Zalewski1-0/+9
2024-10-29bcachefs: Fix unhandled transaction restart in fallocateKent Overstreet1-4/+13
2024-10-25bcachefs: Fix UAF in bch2_reconstruct_alloc()Kent Overstreet1-3/+2
2024-10-25bcachefs: fix null-ptr-deref in have_stripes()Jeongjun Park1-0/+3
2024-10-24bcachefs: fix shift oob in alloc_lru_idx_fragmentationJeongjun Park1-0/+3
2024-10-24bcachefs: Fix invalid shift in validate_sb_layout()Gianfranco Trad2-0/+6
2024-10-21bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode pathKent Overstreet1-0/+2
2024-10-21bcachefs: Mark more errors as AUTOFIXKent Overstreet1-2/+2
2024-10-20bcachefs: Workaround for kvmalloc() not supporting > INT_MAX allocationsKent Overstreet1-1/+14
2024-10-20bcachefs: Don't use wait_event_interruptible() in recoveryKent Overstreet3-6/+8
2024-10-20bcachefs: Fix __bch2_fsck_err() warningKent Overstreet1-1/+4
2024-10-18bcachefs: fsck: Improve hash_check_key()Kent Overstreet3-50/+194
2024-10-18bcachefs: bch2_hash_set_or_get_in_snapshot()Kent Overstreet1-14/+36
2024-10-18bcachefs: Repair mismatches in inode hash seed, typeKent Overstreet1-10/+39
2024-10-18bcachefs: Add hash seed, type to inode_to_text()Kent Overstreet3-2/+8
2024-10-18bcachefs: INODE_STR_HASH() for bch_inode_unpackedKent Overstreet4-15/+13
2024-10-18bcachefs: Run in-kernel offline fsck without ratelimit errorsKent Overstreet1-0/+1
2024-10-18bcachefs: skip mount option handle for empty string.Hongbo Li1-0/+3
2024-10-18bcachefs: fix incorrect show_options resultsHongbo Li1-1/+1
2024-10-18bcachefs: Fix data corruption on -ENOSPC in buffered write pathKent Overstreet1-0/+6
2024-10-18bcachefs: bch2_folio_reservation_get_partial() is now better behavedKent Overstreet3-32/+57
2024-10-18bcachefs: fix disk reservation accounting in bch2_folio_reservation_get()Kent Overstreet1-1/+1
2024-10-18bcachefS: ec: fix data type on stripe deletionKent Overstreet1-2/+2
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet21-39/+41
2024-10-18bcachefs: handle restarts in bch2_bucket_io_time_reset()Kent Overstreet1-12/+16
2024-10-18bcachefs: fix restart handling in __bch2_resume_logged_op_finsert()Kent Overstreet1-1/+1
2024-10-18bcachefs: fix restart handling in bch2_alloc_write_key()Kent Overstreet1-1/+11
2024-10-18bcachefs: fix restart handling in bch2_do_invalidates_work()Kent Overstreet1-3/+4
2024-10-18bcachefs: fix missing restart handling in bch2_read_retry_nodecode()Kent Overstreet1-2/+2
2024-10-18bcachefs: fix restart handling in bch2_fiemap()Kent Overstreet1-8/+4
2024-10-18bcachefs: fix bch2_hash_delete() error pathKent Overstreet1-2/+5
2024-10-18bcachefs: fix restart handling in bch2_rename2()Kent Overstreet1-1/+1
2024-10-14bcachefs: Fix sysfs warning in fstests generic/730,731Kent Overstreet1-10/+24
2024-10-14bcachefs: Handle race between stripe reuse, invalidate_stripe_to_devKent Overstreet2-28/+55
2024-10-14bcachefs: Fix kasan splat in new_stripe_alloc_buckets()Kent Overstreet1-1/+9
2024-10-13bcachefs: Add missing validation for bch_stripe.csum_granularity_bitsKent Overstreet2-2/+12
2024-10-13bcachefs: Fix missing bounds checks in bch2_alloc_read()Kent Overstreet1-0/+10
2024-10-13bcachefs: fix uaf in bch2_dio_write_done()Kent Overstreet1-1/+2
2024-10-12bcachefs: Improve check_snapshot_exists()Kent Overstreet1-2/+30
2024-10-12bcachefs: Fix bkey_nocow_lock()Kent Overstreet1-0/+1
2024-10-12bcachefs: Fix accounting replay flagsKent Overstreet1-1/+2
2024-10-12bcachefs: Fix invalid shift in member_to_text()Kent Overstreet1-1/+9
2024-10-12bcachefs: Fix bch2_have_enough_devs() for BCH_SB_MEMBER_INVALIDKent Overstreet1-0/+5
2024-10-09bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entryKent Overstreet1-1/+2
2024-10-09bcachefs: Check if stuck in journal_res_get()Kent Overstreet1-0/+13
2024-10-09closures: Add closure_wait_event_timeout()Kent Overstreet1-0/+35
2024-10-09bcachefs: Fix state lock involved deadlockAlan Huang1-6/+9
2024-10-09bcachefs: Fix NULL pointer dereference in bch2_opt_to_textMohammed Anees1-1/+3