summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2023-11-282-4/+10
* bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet2023-11-281-4/+5
* bcachefs: Fix race between btree writes and metadata dropKent Overstreet2023-11-281-0/+4
* bcachefs: move journal seq assertionKent Overstreet2023-11-282-3/+3
* bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet2023-11-281-0/+4
* bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet2023-11-283-17/+14
* bcachefs: Fix split_race livelockKent Overstreet2023-11-281-1/+5
* bcachefs: Fix bucket data type for stripe bucketsKent Overstreet2023-11-281-2/+6
* bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet2023-11-284-31/+53
* bcachefs: Fix zstd compress workspace sizeKent Overstreet2023-11-282-7/+11
* bcachefs: bpos is misaligned on big endianKent Overstreet2023-11-251-1/+5
* bcachefs: Fix ec + durability calculationKent Overstreet2023-11-251-18/+12
* bcachefs: Data update path won't accidentaly grow replicasKent Overstreet2023-11-255-67/+96
* bcachefs: deallocate_extra_replicas()Kent Overstreet2023-11-241-0/+27
* bcachefs: Proper refcounting for journal_keysKent Overstreet2023-11-246-11/+42
* bcachefs: preserve device path as device nameBrian Foster2023-11-243-2/+7
* bcachefs: Fix an endianness conversionKent Overstreet2023-11-241-1/+1
* bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet2023-11-241-12/+16
* bcachefs: Don't stop copygc thread on device resizeKent Overstreet2023-11-241-2/+0
* bcachefs: Make sure bch2_move_ratelimit() also waits for move_opsKent Overstreet2023-11-242-13/+23
* bcachefs: bch2_moving_ctxt_flush_all()Kent Overstreet2023-11-241-5/+11
* bcachefs: Put erasure coding behind an EXPERIMENTAL kconfig optionKent Overstreet2023-11-242-0/+15
* closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet2023-11-247-29/+26
* bcachefs: Fix missing locking for dentry->d_parent accessKent Overstreet2023-11-161-0/+9
* bcachefs: six locks: Fix lost wakeupKent Overstreet2023-11-141-2/+5
* bcachefs: Fix no_data_io mode checksum checkKent Overstreet2023-11-141-1/+1
* bcachefs: Fix bch2_check_nlinks() for snapshotsKent Overstreet2023-11-141-1/+1
* bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=yKent Overstreet2023-11-141-4/+0
* bcachefs: Disable debug log statementsKent Overstreet2023-11-141-0/+7
* bcachefs: Fix missing transaction commitKent Overstreet2023-11-141-2/+4
* bcachefs: Fix error path in bch2_mount()Kent Overstreet2023-11-141-7/+1
* bcachefs: Fix potential sleeping during mountDaniel J Blueman2023-11-141-0/+2
* bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet2023-11-141-1/+1
* bcachefs: Kill journal pre-reservationsKent Overstreet2023-11-1411-275/+19
* bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet2023-11-131-0/+28
* bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet2023-11-131-6/+42
* bcachefs: btree_trans->write_lockedKent Overstreet2023-11-132-36/+50
* bcachefs: Run btree key cache shrinker less aggressivelyKent Overstreet2023-11-132-4/+23
* bcachefs: Split out btree_key_cache_types.hKent Overstreet2023-11-132-26/+31
* bcachefs: Guard against insufficient devices to create stripesKent Overstreet2023-11-131-2/+14
* bcachefs: Fix null ptr deref in bch2_backpointer_get_node()Kent Overstreet2023-11-131-5/+5
* bcachefs: Fix multiple -Warray-bounds warningsGustavo A. R. Silva2023-11-131-1/+1
* bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...Gustavo A. R. Silva2023-11-131-1/+1
* bcachefs: Use correct fgf_t type as function argumentKent Overstreet2023-11-132-2/+2
* bcachefs: make bch2_target_to_text_sb staticJiapeng Chong2023-11-131-1/+1
* Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-11-07107-2291/+3966
|\
| * bcachefs: Improve stripe checksum error messageKent Overstreet2023-11-051-8/+13
| * bcachefs: Simplify, fix bch2_backpointer_get_key()Kent Overstreet2023-11-051-44/+33
| * bcachefs: kill thing_it_points_to arg to backpointer_not_found()Kent Overstreet2023-11-051-7/+6
| * bcachefs: bch2_ec_read_extent() now takes btree_transKent Overstreet2023-11-053-9/+5