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