summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
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-15Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefsLinus Torvalds31-400/+941
2024-10-14bcachefs: Fix sysfs warning in fstests generic/730,731Kent Overstreet1-10/+24
2024-10-13bcachefs: Handle race between stripe reuse, invalidate_stripe_to_devKent Overstreet2-28/+55
2024-10-13bcachefs: 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-11bcachefs: 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-09bcachefs: Fix state lock involved deadlockAlan Huang1-6/+9
2024-10-09bcachefs: Fix NULL pointer dereference in bch2_opt_to_textMohammed Anees1-1/+3
2024-10-09bcachefs: Release transaction before wake upAlan Huang1-2/+3
2024-10-09bcachefs: add check for btree id against max in try read nodePiotr Zalewski1-0/+3
2024-10-09bcachefs: Disk accounting device validation fixesKent Overstreet3-37/+118
2024-10-09bcachefs: bch2_inode_or_descendents_is_open()Kent Overstreet4-21/+103
2024-10-09bcachefs: Kill bch2_propagate_key_to_snapshot_leaves()Kent Overstreet2-100/+0
2024-10-09bcachefs: bcachefs_metadata_version_inode_has_child_snapshotsKent Overstreet9-78/+302
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko1-8/+6
2024-10-06bcachefs: Delete vestigal check_inode() checksKent Overstreet1-75/+5
2024-10-06bcachefs: btree_iter_peek_upto() now handles BTREE_ITER_all_snapshotsKent Overstreet1-3/+3
2024-10-06bcachefs: reattach_inode() now correctly handles interior snapshot nodesKent Overstreet2-20/+158
2024-10-06bcachefs: Split out check_unreachable_inodes() passKent Overstreet3-35/+67
2024-10-06bcachefs: Fix lockdep splat in bch2_accounting_readKent Overstreet1-8/+26
2024-10-05Merge tag 'bcachefs-2024-10-05' of git://evilpiepirate.org/bcachefsLinus Torvalds20-209/+342
2024-10-04bcachefs: Rework logged op error handlingKent Overstreet3-28/+53
2024-10-04bcachefs: Add warn param to subvol_get_snapshot, peek_inodeKent Overstreet4-28/+43
2024-10-04bcachefs: Kill snapshot arg to fsck_write_inode()Kent Overstreet4-55/+51
2024-10-04bcachefs: Check for unlinked, non-empty dirs in check_inode()Kent Overstreet2-1/+19
2024-10-04bcachefs: Check for unlinked inodes with direntsKent Overstreet2-15/+41
2024-10-04bcachefs: Check for directories with no backpointersKent Overstreet2-8/+17
2024-10-04bcachefs: Kill alloc_v4.fragmentation_lruKent Overstreet7-22/+38
2024-10-04bcachefs: minor lru fsck fixesKent Overstreet1-12/+15
2024-10-04bcachefs: Mark more errors AUTOFIXKent Overstreet1-12/+12