summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+4
2025-07-25bcachefs: Add missing snapshots_seen_add_inorder()Kent Overstreet1-5/+6
2025-07-25bcachefs: Fix write buffer flushing from open journal entryKent Overstreet1-0/+1
2025-07-20bcachefs: btree_node_scan: don't re-read before initializing found_btree_nodeKent Overstreet1-8/+8
2025-07-17bcachefs: Fix bch2_maybe_casefold() when CONFIG_UTF8=nKent Overstreet1-8/+7
2025-07-17bcachefs: Fix build when CONFIG_UNICODE=nKent Overstreet2-0/+13
2025-07-17bcachefs: Fix reference to invalid bucket in copygcKent Overstreet1-1/+1
2025-07-17bcachefs: Don't build aux search tree when still repairing nodeKent Overstreet1-3/+3
2025-07-17bcachefs: Tweak threshold for allocator triggering discardsKent Overstreet1-1/+2
2025-07-17bcachefs: Fix triggering of discard by the journal pathKent Overstreet1-0/+1
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen2-4/+4
2025-07-14bcachefs: io_read: remove from async obj list in rbio_done()Kent Overstreet1-0/+5
2025-07-08bcachefs: Don't set BCH_FS_error on transaction restartKent Overstreet1-1/+3
2025-07-08bcachefs: Fix additional misalignment in journal space calculationsKent Overstreet1-0/+6
2025-07-07bcachefs: Don't schedule non persistent passes persistentlyKent Overstreet1-1/+1
2025-07-05bcachefs: Fix bch2_btree_transactions_read() synchronizationKent Overstreet1-0/+9
2025-07-05bcachefs: btree read retry fixesKent Overstreet3-7/+4
2025-07-05bcachefs: btree node scan no longer uses btree cacheKent Overstreet1-43/+41
2025-07-05bcachefs: Tweak btree cache helpers for use by btree node scanKent Overstreet3-15/+14
2025-07-04bcachefs: Fix btree for nonexistent tree depthKent Overstreet1-6/+17
2025-07-04bcachefs: Fix bch2_io_failures_to_text()Kent Overstreet1-8/+8
2025-07-04bcachefs: bch2_fpunch_snapshot()Kent Overstreet3-27/+35
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-07-02bcachefs: opts.casefold_disabledKent Overstreet10-43/+55
2025-07-02bcachefs: Work around deadlock to btree node rewrites in journal replayKent Overstreet1-8/+35
2025-07-01bcachefs: Fix incorrect transaction restart handlingAlan Huang1-1/+1
2025-06-29bcachefs: fix btree_trans_peek_prev_journal()Kent Overstreet1-1/+1
2025-06-27bcachefs: mark invalid_btree_id autofixBharadwaj Raju1-1/+1
2025-06-26bcachefs: Plumb correct ip to trans_relock_fail tracepointKent Overstreet1-6/+6
2025-06-26bcachefs: Ensure we rewind to run recovery passesKent Overstreet1-5/+8
2025-06-26bcachefs: Ensure btree node scan runs before checking for scanned nodesKent Overstreet3-13/+24
2025-06-26bcachefs: btree_root_unreadable_and_scan_found_nothing should not be autofixKent Overstreet1-1/+1
2025-06-25bcachefs: fix bch2_journal_keys_peek_prev_min() underflowKent Overstreet1-5/+15
2025-06-25bcachefs: Use wait_on_allocator() when allocating journalKent Overstreet1-1/+1
2025-06-24bcachefs: Check for bad write buffer key when moving from journalKent Overstreet3-6/+10
2025-06-24bcachefs: Don't unlock the trans if ret doesn't match BCH_ERR_operation_blockedAlan Huang1-2/+3
2025-06-22bcachefs: Fix range in bch2_lookup_indirect_extent() error pathKent Overstreet1-5/+7
2025-06-22bcachefs: fix spurious error_throwKent Overstreet1-1/+1
2025-06-22bcachefs: Add missing bch2_err_class() to fileattr_set()Kent Overstreet1-1/+2
2025-06-19bcachefs: Add missing key type checks to check_snapshot_exists()Kent Overstreet1-2/+4
2025-06-19bcachefs: Don't log fsck err in the journal if doing repair elsewhereKent Overstreet4-8/+20
2025-06-19bcachefs: Fix *__bch2_trans_subbuf_alloc() error pathKent Overstreet1-5/+11
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes1-4/+4
2025-06-18bcachefs: Fix missing newlines before eroKent Overstreet3-3/+5
2025-06-18bcachefs: fix spurious error in read_btree_roots()Kent Overstreet1-0/+1
2025-06-18bcachefs: fsck: Fix oops in key_visible_in_snapshot()Kent Overstreet1-11/+2
2025-06-18bcachefs: fsck: fix unhandled restart in topology repairKent Overstreet1-1/+7
2025-06-17bcachefs: fsck: Fix check_directory_structure when no check_direntsKent Overstreet3-7/+19