Age | Commit message (Expand) | Author | Files | Lines |
2023-11-28 | bcachefs: Extra kthread_should_stop() calls for copygc | Kent Overstreet | 2 | -4/+10 |
2023-11-28 | bcachefs: Convert gc_alloc_start() to for_each_btree_key2() | Kent Overstreet | 1 | -4/+5 |
2023-11-28 | bcachefs: Fix race between btree writes and metadata drop | Kent Overstreet | 1 | -0/+4 |
2023-11-28 | bcachefs: move journal seq assertion | Kent Overstreet | 2 | -3/+3 |
2023-11-28 | bcachefs: -EROFS doesn't count as move_extent_start_fail | Kent Overstreet | 1 | -0/+4 |
2023-11-28 | bcachefs: trace_move_extent_start_fail() now includes errcode | Kent Overstreet | 3 | -17/+14 |
2023-11-28 | bcachefs: Fix split_race livelock | Kent Overstreet | 1 | -1/+5 |
2023-11-28 | bcachefs: Fix bucket data type for stripe buckets | Kent Overstreet | 1 | -2/+6 |
2023-11-28 | bcachefs: Add missing validation for jset_entry_data_usage | Kent Overstreet | 4 | -31/+53 |
2023-11-28 | bcachefs: Fix zstd compress workspace size | Kent Overstreet | 2 | -7/+11 |
2023-11-25 | bcachefs: bpos is misaligned on big endian | Kent Overstreet | 1 | -1/+5 |
2023-11-25 | bcachefs: Fix ec + durability calculation | Kent Overstreet | 1 | -18/+12 |
2023-11-25 | bcachefs: Data update path won't accidentaly grow replicas | Kent Overstreet | 5 | -67/+96 |
2023-11-24 | bcachefs: deallocate_extra_replicas() | Kent Overstreet | 1 | -0/+27 |
2023-11-24 | bcachefs: Proper refcounting for journal_keys | Kent Overstreet | 6 | -11/+42 |
2023-11-24 | bcachefs: preserve device path as device name | Brian Foster | 3 | -2/+7 |
2023-11-24 | bcachefs: Fix an endianness conversion | Kent Overstreet | 1 | -1/+1 |
2023-11-24 | bcachefs: Start gc, copygc, rebalance threads after initing writes ref | Kent Overstreet | 1 | -12/+16 |
2023-11-24 | bcachefs: Don't stop copygc thread on device resize | Kent Overstreet | 1 | -2/+0 |
2023-11-24 | bcachefs: Make sure bch2_move_ratelimit() also waits for move_ops | Kent Overstreet | 2 | -13/+23 |
2023-11-24 | bcachefs: bch2_moving_ctxt_flush_all() | Kent Overstreet | 1 | -5/+11 |
2023-11-24 | bcachefs: Put erasure coding behind an EXPERIMENTAL kconfig option | Kent Overstreet | 2 | -0/+15 |
2023-11-24 | closures: CLOSURE_CALLBACK() to fix type punning | Kent Overstreet | 7 | -29/+26 |
2023-11-16 | bcachefs: Fix missing locking for dentry->d_parent access | Kent Overstreet | 1 | -0/+9 |
2023-11-14 | bcachefs: six locks: Fix lost wakeup | Kent Overstreet | 1 | -2/+5 |
2023-11-14 | bcachefs: Fix no_data_io mode checksum check | Kent Overstreet | 1 | -1/+1 |
2023-11-14 | bcachefs: Fix bch2_check_nlinks() for snapshots | Kent Overstreet | 1 | -1/+1 |
2023-11-14 | bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=y | Kent Overstreet | 1 | -4/+0 |
2023-11-14 | bcachefs: Disable debug log statements | Kent Overstreet | 1 | -0/+7 |
2023-11-14 | bcachefs: Fix missing transaction commit | Kent Overstreet | 1 | -2/+4 |
2023-11-14 | bcachefs: Fix error path in bch2_mount() | Kent Overstreet | 1 | -7/+1 |
2023-11-14 | bcachefs: Fix potential sleeping during mount | Daniel J Blueman | 1 | -0/+2 |
2023-11-14 | bcachefs: Fix iterator leak in may_delete_deleted_inode() | Kent Overstreet | 1 | -1/+1 |
2023-11-14 | bcachefs: Kill journal pre-reservations | Kent Overstreet | 11 | -275/+19 |
2023-11-13 | bcachefs: Check for nonce offset inconsistency in data_update path | Kent Overstreet | 1 | -0/+28 |
2023-11-13 | bcachefs: Make sure to drop/retake btree locks before reclaim | Kent Overstreet | 1 | -6/+42 |
2023-11-13 | bcachefs: btree_trans->write_locked | Kent Overstreet | 2 | -36/+50 |
2023-11-13 | bcachefs: Run btree key cache shrinker less aggressively | Kent Overstreet | 2 | -4/+23 |
2023-11-13 | bcachefs: Split out btree_key_cache_types.h | Kent Overstreet | 2 | -26/+31 |
2023-11-13 | bcachefs: Guard against insufficient devices to create stripes | Kent Overstreet | 1 | -2/+14 |
2023-11-13 | bcachefs: Fix null ptr deref in bch2_backpointer_get_node() | Kent Overstreet | 1 | -5/+5 |
2023-11-13 | bcachefs: Fix multiple -Warray-bounds warnings | Gustavo A. R. Silva | 1 | -1/+1 |
2023-11-13 | bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war... | Gustavo A. R. Silva | 1 | -1/+1 |
2023-11-13 | bcachefs: Use correct fgf_t type as function argument | Kent Overstreet | 2 | -2/+2 |
2023-11-13 | bcachefs: make bch2_target_to_text_sb static | Jiapeng Chong | 1 | -1/+1 |
2023-11-07 | Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 107 | -2291/+3966 |
2023-11-05 | bcachefs: Improve stripe checksum error message | Kent Overstreet | 1 | -8/+13 |
2023-11-05 | bcachefs: Simplify, fix bch2_backpointer_get_key() | Kent Overstreet | 1 | -44/+33 |
2023-11-05 | bcachefs: kill thing_it_points_to arg to backpointer_not_found() | Kent Overstreet | 1 | -7/+6 |
2023-11-05 | bcachefs: bch2_ec_read_extent() now takes btree_trans | Kent Overstreet | 3 | -9/+5 |