summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-15bcachefs: Don't set btree nodes as accessed on fillKent Overstreet1-5/+4
2025-05-15bcachefs: Fix livelock in journal_entry_open()Kent Overstreet1-5/+12
2025-05-15bcachefs: Fix broken btree_path lock invariants in next_node()Kent Overstreet1-0/+6
2025-05-15bcachefs: Don't strip rebalance_opts from indirect extentsKent Overstreet1-1/+1
2025-05-08bcachefs: Don't aggressively discard the journalKent Overstreet1-3/+4
2025-05-08bcachefs: Ensure superblock gets written when we go EROKent Overstreet1-0/+5
2025-05-07bcachefs: Filter out harmless EROFS error messagesKent Overstreet1-1/+2
2025-05-07bcachefs: journal_shutdown is EROFS, not EIOKent Overstreet1-1/+1
2025-05-05bcachefs: Call bch2_fs_start before getting vfs superblockKent Overstreet1-8/+3
2025-05-05bcachefs: fix hung task timeout in journal readKent Overstreet1-1/+3
2025-05-05bcachefs: Add missing barriers before wake_up_bit()Kent Overstreet3-1/+10
2025-05-05bcachefs: Ensure proper write alignmentKent Overstreet1-1/+21
2025-05-05bcachefs: Improve want_cached_ptr()Kent Overstreet1-2/+3
2025-05-04bcachefs: thread_with_stdio: fix spinning instead of exitingKent Overstreet1-1/+3
2025-05-01bcachefs: Remove incorrect __counted_by annotationAlan Huang1-1/+7
2025-05-01bcachefs: add missing sched_annotate_sleep()Kent Overstreet1-2/+2
2025-05-01bcachefs: Fix __bch2_dev_group_set()Kent Overstreet1-13/+12
2025-05-01bcachefs: Kill ERO for i_blocks check in truncateKent Overstreet2-6/+18
2025-05-01bcachefs: check for inode.bi_sectors underflowKent Overstreet2-1/+23
2025-05-01bcachefs: Kill ERO in __bch2_i_sectors_acct()Kent Overstreet2-5/+23
2025-04-30bcachefs: readdir fixesKent Overstreet1-2/+2
2025-04-30bcachefs: improve missing journal write device error messageKent Overstreet1-1/+1
2025-04-29bcachefs: Topology error after insert is now an EROKent Overstreet1-17/+32
2025-04-29bcachefs: Use bch2_kvmalloc() for journal keys arrayKent Overstreet1-1/+1
2025-04-29bcachefs: More informative error message when shutting down due to errorKent Overstreet1-1/+3
2025-04-29bcachefs: btree_root_unreadable_and_scan_found_nothing autofix for non data b...Kent Overstreet1-2/+25
2025-04-28bcachefs: btree_node_data_missing is now autofixKent Overstreet1-1/+1
2025-04-28bcachefs: Don't generate alloc updates to invalid bucketsKent Overstreet1-0/+7
2025-04-28bcachefs: Improve bch2_dev_bucket_missing()Kent Overstreet2-7/+12
2025-04-28bcachefs: fix bch2_dev_buckets_resize()Kent Overstreet1-5/+3
2025-04-28bcachefs: Add upgrade table entry from 0.14Kent Overstreet2-2/+6
2025-04-28bcachefs: Run BCH_RECOVERY_PASS_reconstruct_snapshots on missing subvol -> sn...Kent Overstreet1-2/+3
2025-04-28bcachefs: Add missing utf8_unload()Kent Overstreet1-0/+4
2025-04-28bcachefs: Emit unicode version message on startupKent Overstreet1-19/+23
2025-04-28bcachefs: Use generic_set_sb_d_ops for standard casefolding d_opsKent Overstreet2-3/+11
2025-04-28bcachefs: Fix losing return code in next_fiemap_extent()Kent Overstreet1-2/+2
2025-04-28Linux 6.15-rc4v6.15-rc4Linus Torvalds1-1/+1
2025-04-26Merge tag 'pci-v6.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-22/+8
2025-04-26Merge tag 'nfsd-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-5/+1
2025-04-26Merge tag 'x86-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-19/+30
2025-04-26Merge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+1
2025-04-26Merge tag 'perf-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+3
2025-04-26Merge tag 'irq-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-04-26Merge tag 'loongarch-fixes-6.15-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-58/+68
2025-04-26Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds11-93/+214
2025-04-26Revert "sunrpc: clean cache_detail immediately when flush is written frequently"Chuck Lever1-5/+1
2025-04-26Merge tag 'move-lib-kunit-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2025-04-26Merge tag 'drm-fixes-2025-04-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds16-183/+229
2025-04-26sched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval1-3/+1
2025-04-26irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode()Suzuki K Poulose1-1/+1