| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-01 | bcachefs: Remove incorrect __counted_by annotation | Alan Huang | 1 | -1/+7 |
| 2025-05-01 | bcachefs: add missing sched_annotate_sleep() | Kent Overstreet | 1 | -2/+2 |
| 2025-05-01 | bcachefs: Fix __bch2_dev_group_set() | Kent Overstreet | 1 | -13/+12 |
| 2025-05-01 | bcachefs: Kill ERO for i_blocks check in truncate | Kent Overstreet | 2 | -6/+18 |
| 2025-05-01 | bcachefs: check for inode.bi_sectors underflow | Kent Overstreet | 2 | -1/+23 |
| 2025-05-01 | bcachefs: Kill ERO in __bch2_i_sectors_acct() | Kent Overstreet | 2 | -5/+23 |
| 2025-04-30 | bcachefs: readdir fixes | Kent Overstreet | 1 | -2/+2 |
| 2025-04-30 | bcachefs: improve missing journal write device error message | Kent Overstreet | 1 | -1/+1 |
| 2025-04-28 | bcachefs: Topology error after insert is now an ERO | Kent Overstreet | 1 | -17/+32 |
| 2025-04-28 | bcachefs: Use bch2_kvmalloc() for journal keys array | Kent Overstreet | 1 | -1/+1 |
| 2025-04-28 | bcachefs: More informative error message when shutting down due to error | Kent Overstreet | 1 | -1/+3 |
| 2025-04-28 | bcachefs: btree_root_unreadable_and_scan_found_nothing autofix for non data b... | Kent Overstreet | 1 | -2/+25 |
| 2025-04-28 | bcachefs: btree_node_data_missing is now autofix | Kent Overstreet | 1 | -1/+1 |
| 2025-04-28 | bcachefs: Don't generate alloc updates to invalid buckets | Kent Overstreet | 1 | -0/+7 |
| 2025-04-28 | bcachefs: Improve bch2_dev_bucket_missing() | Kent Overstreet | 2 | -7/+12 |
| 2025-04-28 | bcachefs: fix bch2_dev_buckets_resize() | Kent Overstreet | 1 | -5/+3 |
| 2025-04-28 | bcachefs: Add upgrade table entry from 0.14 | Kent Overstreet | 2 | -2/+6 |
| 2025-04-28 | bcachefs: Run BCH_RECOVERY_PASS_reconstruct_snapshots on missing subvol -> sn... | Kent Overstreet | 1 | -2/+3 |
| 2025-04-28 | bcachefs: Add missing utf8_unload() | Kent Overstreet | 1 | -0/+4 |
| 2025-04-28 | bcachefs: Emit unicode version message on startup | Kent Overstreet | 1 | -19/+23 |
| 2025-04-28 | bcachefs: Use generic_set_sb_d_ops for standard casefolding d_ops | Kent Overstreet | 2 | -3/+11 |
| 2025-04-28 | bcachefs: Fix losing return code in next_fiemap_extent() | Kent Overstreet | 1 | -2/+2 |
| 2025-04-24 | bcachefs: Rework fiemap transaction restart handling | Kent Overstreet | 1 | -113/+112 |
| 2025-04-24 | bcachefs: add fiemap delalloc extent detection | Brian Foster | 1 | -7/+112 |
| 2025-04-24 | bcachefs: refactor fiemap processing into extent helper and struct | Brian Foster | 1 | -34/+53 |
| 2025-04-24 | bcachefs: track current fiemap offset in start variable | Brian Foster | 1 | -2/+2 |
| 2025-04-24 | bcachefs: drop duplicate fiemap sync flag | Brian Foster | 1 | -1/+1 |
| 2025-04-24 | bcachefs: Fix btree_iter_peek_prev() at end of inode | Kent Overstreet | 1 | -1/+4 |
| 2025-04-24 | bcachefs: Make btree_iter_peek_prev() assert more precise | Kent Overstreet | 1 | -1/+1 |
| 2025-04-24 | bcachefs: Unit test fixes | Kent Overstreet | 1 | -0/+4 |
| 2025-04-24 | bcachefs: Print mount opts earlier | Kent Overstreet | 1 | -39/+37 |
| 2025-04-24 | bcachefs: unlink: casefold d_invalidate | Kent Overstreet | 1 | -0/+5 |
| 2025-04-24 | bcachefs: Fix casefold lookups | Kent Overstreet | 3 | -17/+25 |
| 2025-04-24 | bcachefs: Casefold is now a regular opts.h option | Kent Overstreet | 7 | -22/+43 |
| 2025-04-21 | bcachefs: Implement fileattr_(get|set) | Kent Overstreet | 4 | -292/+211 |
| 2025-04-21 | bcachefs: Allocator now copes with unaligned buckets | Kent Overstreet | 2 | -1/+5 |
| 2025-04-21 | bcachefs: Start copygc, rebalance threads earlier | Kent Overstreet | 5 | -36/+39 |
| 2025-04-21 | bcachefs: Refactor bch2_run_recovery_passes() | Kent Overstreet | 1 | -31/+28 |
| 2025-04-20 | bcachefs: bch2_copygc_wakeup() | Kent Overstreet | 5 | -9/+17 |
| 2025-04-20 | bcachefs: Fix ref leak in write_super() | Kent Overstreet | 1 | -1/+2 |
| 2025-04-20 | bcachefs: Change __journal_entry_close() assert to ERO | Kent Overstreet | 1 | -1/+18 |
| 2025-04-20 | bcachefs: Ensure journal space is block size aligned | Kent Overstreet | 1 | -1/+4 |
| 2025-04-20 | bcachefs: Stricter checks on "key allowed in this btree" | Kent Overstreet | 2 | -42/+62 |
| 2025-04-20 | bcachefs: Error ratelimiting is no longer only during fsck | Kent Overstreet | 3 | -5/+14 |
| 2025-04-20 | bcachefs: Fix null ptr deref in bch2_snapshot_tree_oldest_subvol() | Kent Overstreet | 1 | -1/+1 |
| 2025-04-20 | bcachefs: Fix early startup error path | Kent Overstreet | 4 | -21/+28 |
| 2025-04-17 | Merge tag 'bcachefs-2025-04-17' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 13 | -26/+98 |
| 2025-04-17 | bcachefs: Fix snapshotting a subvolume, then renaming it | Kent Overstreet | 1 | -1/+43 |
| 2025-04-16 | bcachefs: Add missing READ_ONCE() for metadata replicas | Kent Overstreet | 1 | -1/+1 |
| 2025-04-15 | bcachefs: snapshot_node_missing is now autofix | Kent Overstreet | 1 | -1/+1 |
| 2025-04-15 | bcachefs: Log message when incompat version requested but not enabled | Kent Overstreet | 4 | -3/+22 |
| 2025-04-15 | bcachefs: Print version_incompat_allowed on startup | Kent Overstreet | 1 | -0/+5 |
| 2025-04-15 | bcachefs: Silence extent_poisoned error messages | Kent Overstreet | 3 | -10/+12 |
| 2025-04-13 | bcachefs: btree_root_unreadable_and_scan_found_nothing now AUTOFIX | Kent Overstreet | 1 | -1/+1 |
| 2025-04-13 | bcachefs: fix bch2_dev_usage_full_read_fast() | Kent Overstreet | 2 | -6/+2 |
| 2025-04-13 | bcachefs: Don't print data read retry success on non-errors | Kent Overstreet | 1 | -1/+5 |
| 2025-04-13 | bcachefs: Add missing error handling | Alan Huang | 1 | -1/+4 |
| 2025-04-13 | bcachefs: Prevent granting write refs when filesystem is read-only | Gabriel Shahrouzi | 1 | -1/+2 |
| 2025-04-10 | Merge tag 'bcachefs-2025-04-10' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 14 | -225/+95 |
| 2025-04-08 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -1/+1 |
| 2025-04-06 | bcachefs: Use sort_nonatomic() instead of sort() | Kent Overstreet | 4 | -12/+11 |
| 2025-04-06 | bcachefs: Remove unnecessary softdep on xxhash | Eric Biggers | 1 | -1/+0 |
| 2025-04-06 | bcachefs: use library APIs for ChaCha20 and Poly1305 | Eric Biggers | 7 | -201/+64 |
| 2025-04-06 | bcachefs: Fix duplicate "ro,read_only" in opts at startup | Kent Overstreet | 1 | -6/+0 |
| 2025-04-06 | bcachefs: Fix UAF in bchfs_read() | Kent Overstreet | 1 | -1/+16 |
| 2025-04-06 | bcachefs: Use cpu_to_le16 for dirent lengths | Gabriel Shahrouzi | 1 | -2/+2 |
| 2025-04-06 | bcachefs: Fix type for parameter in journal_advance_devs_to_next_bucket | Gabriel Shahrouzi | 1 | -1/+1 |
| 2025-04-06 | bcachefs: Fix escape sequence in prt_printf | Gabriel Shahrouzi | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-04-04 | lib/crc: remove CONFIG_LIBCRC32C | Eric Biggers | 1 | -1/+1 |
| 2025-04-03 | Merge tag 'bcachefs-2025-04-03' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 58 | -549/+710 |
| 2025-04-03 | bcachefs: Fix "journal stuck" during recovery | Kent Overstreet | 1 | -0/+8 |
| 2025-04-03 | bcachefs: backpointer_get_key: check for null from peek_slot() | Kent Overstreet | 1 | -0/+12 |
| 2025-04-03 | bcachefs: Fix null ptr deref in invalidate_one_bucket() | Kent Overstreet | 1 | -0/+3 |
| 2025-04-03 | bcachefs: Fix check_snapshot_exists() restart handling | Kent Overstreet | 1 | -3/+0 |
| 2025-04-03 | bcachefs: use nonblocking variant of print_string_as_lines in error path | Bharadwaj Raju | 1 | -2/+2 |
| 2025-04-03 | bcachefs: Fix scheduling while atomic from logging changes | Kent Overstreet | 2 | -0/+4 |
| 2025-04-03 | bcachefs: Add error handling for zlib_deflateInit2() | Wentao Liang | 1 | -2/+3 |
| 2025-04-02 | bcachefs: add missing selection of XARRAY_MULTI | Eric Biggers | 1 | -0/+1 |
| 2025-04-02 | bcachefs: bch_dev_usage_full | Kent Overstreet | 8 | -25/+51 |
| 2025-04-02 | bcachefs: Kill btree_iter.trans | Kent Overstreet | 41 | -402/+405 |
| 2025-04-02 | bcachefs: do_trace_key_cache_fill() | Kent Overstreet | 1 | -9/+15 |
| 2025-04-02 | bcachefs: Split up bch_dev.io_ref | Kent Overstreet | 19 | -87/+142 |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2025-04-01 | bcachefs: fix ref leak in btree_node_read_all_replicas | Kent Overstreet | 1 | -0/+1 |
| 2025-03-31 | Merge tag 'bcachefs-2025-03-31' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 57 | -504/+854 |
| 2025-03-31 | bcachefs: Fix null ptr deref in bch2_write_endio() | Kent Overstreet | 1 | -6/+13 |
| 2025-03-31 | bcachefs: Fix field spanning write warning | Kent Overstreet | 2 | -2/+3 |
| 2025-03-31 | bcachefs: Fix striping behaviour | Kent Overstreet | 1 | -12/+48 |
| 2025-03-30 | bcachefs: fix bch2_write_point_to_text() units | Kent Overstreet | 1 | -1/+1 |
| 2025-03-30 | bcachefs: Log original key being moved in data updates | Kent Overstreet | 3 | -1/+34 |
| 2025-03-30 | bcachefs: BCH_JSET_ENTRY_log_bkey | Kent Overstreet | 4 | -1/+34 |
| 2025-03-30 | bcachefs: Reorder error messages that include journal debug | Kent Overstreet | 2 | -7/+7 |
| 2025-03-30 | bcachefs: Don't use designated initializers for disk_accounting_pos | Kent Overstreet | 7 | -46/+44 |
| 2025-03-30 | bcachefs: Silence errors after emergency shutdown | Kent Overstreet | 2 | -3/+7 |
| 2025-03-30 | bcachefs: fix units in rebalance_status | Kent Overstreet | 1 | -1/+1 |
| 2025-03-30 | bcachefs: bch2_ioctl_subvolume_destroy() fixes | Kent Overstreet | 1 | -2/+4 |
| 2025-03-29 | bcachefs: Clear fs_path_parent on subvolume unlink | Kent Overstreet | 1 | -0/+1 |
| 2025-03-29 | bcachefs: Change btree_insert_node() assertion to error | Kent Overstreet | 1 | -1/+16 |
| 2025-03-29 | bcachefs: Better printing of inconsistency errors | Kent Overstreet | 10 | -150/+152 |
| 2025-03-29 | bcachefs: bch2_count_fsck_err() | Kent Overstreet | 3 | -38/+68 |
| 2025-03-28 | bcachefs: Better helpers for inconsistency errors | Kent Overstreet | 2 | -38/+110 |
| 2025-03-28 | bcachefs: Consistent indentation of multiline fsck errors | Kent Overstreet | 20 | -94/+113 |
| 2025-03-28 | bcachefs: Add an "ignore unknown" option to bch2_parse_mount_opts() | Kent Overstreet | 4 | -27/+26 |
| 2025-03-28 | bcachefs: bch2_time_stats_init_no_pcpu() | Kent Overstreet | 2 | -4/+17 |
| 2025-03-28 | bcachefs: Fix bch2_fs_get_tree() error path | Florian Albrechtskirchinger | 1 | -1/+2 |
| 2025-03-28 | bcachefs: fix logging in journal_entry_err_msg() | Kent Overstreet | 1 | -2/+2 |
| 2025-03-28 | bcachefs: add missing newline in bch2_trans_updates_to_text() | Kent Overstreet | 1 | -1/+3 |
| 2025-03-28 | bcachefs: print_string_as_lines: fix extra newline | Kent Overstreet | 1 | -1/+1 |
| 2025-03-28 | bcachefs: Fix WARN() in bch2_bkey_pick_read_device() | Kent Overstreet | 2 | -2/+6 |
| 2025-03-28 | bcachefs: Don't return 0 size holes from bch2_seek_hole() | Kent Overstreet | 1 | -3/+12 |
| 2025-03-28 | bcachefs: Fix bch2_seek_hole() locking | Kent Overstreet | 1 | -9/+11 |
| 2025-03-28 | bcachefs: Recovery no longer holds state_lock | Kent Overstreet | 8 | -36/+31 |
| 2025-03-28 | bcachefs: Fix permissions on version modparam | Kent Overstreet | 1 | -1/+1 |
| 2025-03-27 | Merge tag 'bcachefs-2025-03-24' of git://evilpiepirate.org/bcachefs | Linus Torvalds | 113 | -2920/+4677 |
| 2025-03-26 | bcachefs: cond_resched() in journal_key_sort_cmp() | Kent Overstreet | 1 | -0/+2 |
| 2025-03-26 | bcachefs: Fix 'hung task' messages in btree node scan | Kent Overstreet | 1 | -1/+3 |
| 2025-03-26 | bcachefs: Fix btree iter flags in data move (2) | Kent Overstreet | 1 | -4/+33 |
| 2025-03-26 | bcachefs: Don't unnecessarily decrypt data when moving | Kent Overstreet | 1 | -0/+3 |
| 2025-03-26 | bcachefs: Document disk accounting keys and conuters | Kent Overstreet | 1 | -1/+53 |
| 2025-03-26 | bcachefs: Validate number of counters for accounting keys | Kent Overstreet | 4 | -14/+34 |
| 2025-03-25 | bcachefs: Use print_string_as_lines() for journal stuck messages | Kent Overstreet | 1 | -5/+6 |
| 2025-03-25 | bcachefs: Fix duplicate checksum error messages in write path | Kent Overstreet | 3 | -19/+22 |
| 2025-03-25 | bcachefs: Fix silent short reads in data read retry path | Kent Overstreet | 3 | -4/+7 |
| 2025-03-25 | bcachefs: Fix nonce inconsistency in bch2_write_prep_encoded_data() | Kent Overstreet | 1 | -1/+2 |
| 2025-03-24 | Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2025-03-24 | Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -7/+3 |
| 2025-03-24 | bcachefs: Kill unnecessary bch2_dev_usage_read() | Kent Overstreet | 1 | -1/+1 |
| 2025-03-24 | bcachefs: btree node write errors now print btree node | Kent Overstreet | 1 | -6/+16 |
| 2025-03-24 | bcachefs: Fix race in print_chain() | Kent Overstreet | 1 | -2/+2 |
| 2025-03-24 | bcachefs: btree_trans_restart_foreign_task() | Kent Overstreet | 2 | -2/+11 |
| 2025-03-24 | bcachefs: bch2_disk_accounting_mod2() | Kent Overstreet | 6 | -65/+57 |
| 2025-03-24 | bcachefs: zero init journal bios | Kent Overstreet | 1 | -1/+1 |
| 2025-03-24 | bcachefs: Eliminate padding in move_bucket_key | Kent Overstreet | 1 | -1/+1 |
| 2025-03-24 | bcachefs: Fix a KMSAN splat in btree_update_nodes_written() | Kent Overstreet | 1 | -9/+9 |
| 2025-03-24 | bcachefs: kmsan asserts | Kent Overstreet | 3 | -0/+5 |
| 2025-03-24 | bcachefs: Fix kmsan warnings in bch2_extent_crc_pack() | Kent Overstreet | 1 | -16/+22 |
| 2025-03-24 | bcachefs: Disable asm memcpys when kmsan enabled | Kent Overstreet | 1 | -2/+2 |
| 2025-03-24 | bcachefs: Handle backpointers with unknown data types | Kent Overstreet | 1 | -3/+7 |
| 2025-03-24 | bcachefs: Count BCH_DATA_parity backpointers correctly | Kent Overstreet | 1 | -0/+3 |
| 2025-03-24 | bcachefs: Run bch2_check_dirent_target() at lookup time | Kent Overstreet | 1 | -15/+17 |
| 2025-03-24 | bcachefs: Refactor bch2_check_dirent_target() | Kent Overstreet | 4 | -67/+93 |
| 2025-03-24 | bcachefs: Move bch2_check_dirent_target() to namei.c | Kent Overstreet | 5 | -224/+236 |
| 2025-03-24 | bcachefs: fs-common.c -> namei.c | Kent Overstreet | 8 | -10/+10 |
| 2025-03-24 | bcachefs: EIO cleanup | Kent Overstreet | 13 | -59/+73 |
| 2025-03-24 | bcachefs: bch2_write_prep_encoded_data() now returns errcode | Kent Overstreet | 1 | -88/+71 |
| 2025-03-24 | bcachefs: Simplify bch2_write_op_error() | Kent Overstreet | 3 | -97/+37 |
| 2025-03-24 | bcachefs: Fix block/btree node size defaults | Kent Overstreet | 2 | -11/+4 |
| 2025-03-24 | bcachefs: Add missing smp_rmb() | Alan Huang | 1 | -1/+3 |
| 2025-03-24 | bcachefs: Kill JOURNAL_ERRORS() | Kent Overstreet | 5 | -78/+62 |
| 2025-03-24 | bcachefs: Filesystem discard option now propagates to devices | Kent Overstreet | 4 | -2/+28 |
| 2025-03-24 | bcachefs: Device state is now a runtime option | Kent Overstreet | 3 | -1/+11 |
| 2025-03-24 | bcachefs: Setting foreground_target at runtime now triggers rebalance | Kent Overstreet | 1 | -0/+1 |
| 2025-03-24 | bcachefs: Device options now use standard sysfs code | Kent Overstreet | 6 | -63/+69 |
| 2025-03-24 | bcachefs: Kill BCH_DEV_OPT_SETTERS() | Kent Overstreet | 4 | -87/+80 |
| 2025-03-24 | bcachefs: Remove spurious smp_mb() | Alan Huang | 1 | -1/+0 |
| 2025-03-24 | bcachefs: Fix incorrect state count | Alan Huang | 1 | -1/+1 |
| 2025-03-24 | bcachefs: Fix btree iter flags in data move | Kent Overstreet | 1 | -0/+1 |
| 2025-03-24 | bcachefs: Validate bch_sb.offset field | Kent Overstreet | 3 | -4/+13 |
| 2025-03-24 | bcachefs: bch2_sb_validate() doesn't need bch_sb_handle | Kent Overstreet | 2 | -5/+5 |
| 2025-03-24 | bcachefs: Add missing random.h includes | Kent Overstreet | 1 | -0/+1 |
| 2025-03-24 | bcachefs: Better incompat version/feature error messages | Kent Overstreet | 1 | -4/+16 |
| 2025-03-24 | bcachefs: Fix offset_into_extent in data move path | Kent Overstreet | 1 | -1/+2 |
| 2025-03-24 | bcachefs: use sha256() instead of crypto_shash API | Eric Biggers | 5 | -19/+3 |
| 2025-03-24 | bcachefs: Remove unnecessary softdeps on crc32c and crc64 | Eric Biggers | 1 | -2/+0 |
| 2025-03-24 | bcachefs: #if 0 out (enable|disable)_encryption() | Kent Overstreet | 2 | -0/+15 |
| 2025-03-24 | bcachefs: Improve can_write_extent() | Kent Overstreet | 1 | -57/+46 |
| 2025-03-24 | bcachefs: trace_io_move_write_fail | Kent Overstreet | 4 | -7/+31 |
| 2025-03-24 | bcachefs: Increase blacklist range | Alan Huang | 1 | -1/+1 |
| 2025-03-24 | bcachefs: __bch2_read() now takes a btree_trans | Kent Overstreet | 2 | -21/+21 |
| 2025-03-24 | bcachefs: BCH_READ_data_update -> bch_read_bio.data_update | Kent Overstreet | 4 | -35/+44 |
| 2025-03-16 | percpu: use TYPEOF_UNQUAL() in variable declarations | Uros Bizjak | 1 | -1/+1 |
| 2025-03-16 | bcachefs: Checksum errors get additional retries | Kent Overstreet | 9 | -82/+128 |
| 2025-03-16 | bcachefs: Print message on successful read retry | Kent Overstreet | 1 | -0/+16 |
| 2025-03-16 | bcachefs: Return errors to top level bch2_rbio_retry() | Kent Overstreet | 2 | -17/+28 |
| 2025-03-16 | bcachefs: BCH_ERR_data_read_buffer_too_small | Kent Overstreet | 4 | -8/+8 |
| 2025-03-16 | bcachefs: Read error message now indicates if it was for an internal move | Kent Overstreet | 1 | -1/+8 |
| 2025-03-16 | bcachefs: Fix BCH_ERR_data_read_csum_err_maybe_userspace in retry path | Kent Overstreet | 1 | -0/+3 |
| 2025-03-16 | bcachefs: Convert read path to standard error codes | Kent Overstreet | 3 | -43/+67 |
| 2025-03-16 | bcachefs: Debug params for data corruption injection | Kent Overstreet | 4 | -0/+65 |
| 2025-03-16 | bcachefs: Don't create bch_io_failures unless it's needed | Kent Overstreet | 1 | -3/+1 |
| 2025-03-16 | bcachefs: bch2_bkey_ptrs_rebalance_opts() | Kent Overstreet | 1 | -4/+9 |
| 2025-03-16 | bcachefs: Add a cond_resched() to btree cache teardown | Kent Overstreet | 1 | -0/+1 |
| 2025-03-16 | bcachefs: rebalance, copygc status also print stacktrace | Kent Overstreet | 3 | -9/+45 |
| 2025-03-14 | bcachefs: Kill bch2_remount() | Kent Overstreet | 1 | -39/+32 |
| 2025-03-14 | bcachefs: Kill a bit of dead code | Kent Overstreet | 4 | -34/+0 |
| 2025-03-14 | bcachefs: Use max() to improve gen_after() | Thorsten Blum | 1 | -3/+1 |
| 2025-03-14 | bcachefs: Remove unnecessary byte allocation | Thorsten Blum | 1 | -1/+1 |
| 2025-03-14 | bcachefs: We no longer read stripes into memory at startup | Kent Overstreet | 6 | -244/+2 |
| 2025-03-14 | bcachefs: trace_stripe_create | Kent Overstreet | 3 | -0/+31 |
| 2025-03-14 | bcachefs: get_existing_stripe() uses new stripe lru | Kent Overstreet | 2 | -44/+52 |
| 2025-03-14 | bcachefs: ec_stripe_delete() uses new stripe lru | Kent Overstreet | 1 | -42/+22 |
| 2025-03-14 | bcachefs: journal write path comment | Kent Overstreet | 1 | -0/+4 |
| 2025-03-14 | bcachefs: Kick devices out after too many write IO errors | Kent Overstreet | 6 | -10/+41 |
| 2025-03-14 | bcachefs: Change BCH_MEMBER_STATE_failed semantics | Kent Overstreet | 2 | -7/+19 |
| 2025-03-14 | bcachefs: bch2_dev_get_ioref() may now sleep | Kent Overstreet | 2 | -1/+6 |
| 2025-03-14 | bcachefs: Fix btree_node_scan io_ref handling | Kent Overstreet | 1 | -9/+8 |
| 2025-03-14 | bcachefs: Implement blk_holder_ops | Kent Overstreet | 3 | -3/+99 |
| 2025-03-14 | bcachefs: Make sure c->vfs_sb is set before starting fs | Kent Overstreet | 1 | -3/+8 |
| 2025-03-14 | bcachefs: Stash a pointer to the filesystem for blk_holder_ops | Kent Overstreet | 3 | -2/+15 |