summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-1926-111/+157
|\
| * bcachefs: Fix lost wakeup on journal shutdownKent Overstreet2024-03-181-6/+6
| * bcachefs; Fix deadlock in bch2_btree_update_start()Kent Overstreet2024-03-181-4/+9
| * bcachefs: ratelimit errors from async_btree_node_rewriteKent Overstreet2024-03-181-1/+1
| * bcachefs: Run check_topology() firstKent Overstreet2024-03-181-1/+1
| * bcachefs: Improve bch2_fatal_error()Kent Overstreet2024-03-1815-35/+35
| * bcachefs: Fix lost transaction restart errorKent Overstreet2024-03-181-4/+6
| * bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoKent Overstreet2024-03-173-2/+9
| * bcachefs: fix for building in userspaceKent Overstreet2024-03-171-16/+16
| * bcachefs: bch2_snapshot_is_ancestor() now safe to call in early recoveryKent Overstreet2024-03-171-14/+18
| * bcachefs: Fix nested transaction restart handling in bch2_bucket_gens_init()Kent Overstreet2024-03-171-6/+7
| * bcachefs: Improve sysfs internal/btree_updatesKent Overstreet2024-03-172-6/+8
| * bcachefs: Split out btree_node_rewrite_workerKent Overstreet2024-03-172-2/+11
| * bcachefs: Fix locking in bch2_alloc_write_key()Kent Overstreet2024-03-171-1/+1
| * bcachefs: Avoid extent entry type assertions in .invalid()Kent Overstreet2024-03-171-3/+3
| * bcachefs: Fix spurious -BCH_ERR_transaction_restart_nestedKent Overstreet2024-03-171-8/+21
| * bcachefs: Fix check_key_has_snapshot() callKent Overstreet2024-03-171-1/+3
| * bcachefs: Change "accounting overran journal reservation" to a warningKent Overstreet2024-03-171-1/+2
* | Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-1584-2191/+3638
|\|
| * bcachefs: time_stats: shrink time_stat_buffer for better alignmentDarrick J. Wong2024-03-131-1/+1
| * bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong2024-03-137-15/+41
| * bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong2024-03-136-67/+84
| * bcachefs: time_stats: add larger unitsDarrick J. Wong2024-03-131-0/+3
| * bcachefs: pull out time_stats.[ch]Kent Overstreet2024-03-1311-279/+326
| * bcachefs: reconstruct_alloc cleanupKent Overstreet2024-03-137-95/+113
| * bcachefs: fix bch_folio_sector paddingKent Overstreet2024-03-131-6/+3
| * bcachefs: Fix btree key cache coherency during replayKent Overstreet2024-03-132-4/+6
| * bcachefs: Always flush write buffer in delete_dead_inodes()Kent Overstreet2024-03-131-5/+10
| * bcachefs: Fix order of gc_done passesKent Overstreet2024-03-131-4/+4
| * bcachefs: fix deletion of indirect extents in btree_gcKent Overstreet2024-03-131-2/+2
| * bcachefs: Prefer struct_size over open coded arithmeticErick Archer2024-03-132-3/+2
| * bcachefs: Kill unused flags argument to btree_split()Kent Overstreet2024-03-131-11/+8
| * bcachefs: Check for writing superblocks with nonsense member seq fieldsKent Overstreet2024-03-131-0/+8
| * bcachefs: fix bch2_journal_buf_to_text()Kent Overstreet2024-03-131-5/+1
| * bcachefs: copy_(to|from)_user_errcode()Kent Overstreet2024-03-132-6/+16
| * bcachefs: Split out bkey_types.hKent Overstreet2024-03-132-201/+214
| * bcachefs: fix lost journal buf wakeup due to improved pipeliningBrian Foster2024-03-131-1/+1
| * bcachefs: intercept mountoption value for bool typeHongbo Li2024-03-132-1/+2
| * bcachefs: avoid returning private error code in bch2_xattr_bcachefs_setHongbo Li2024-03-131-2/+3
| * bcachefs: Buffered write path now can avoid the inode lockKent Overstreet2024-03-132-41/+111
| * bcachefs: Fix bch2_journal_noflush_seq()Kent Overstreet2024-03-132-5/+6
| * bcachefs: fix the error code when mounting with incorrect options.Hongbo Li2024-03-133-4/+9
| * bcachefs: split out ignore_blacklisted, ignore_not_dirtyKent Overstreet2024-03-135-21/+33
| * bcachefs: improve move_gap()Kent Overstreet2024-03-133-8/+9
| * bcachefs: journal_keys now uses darray helpersKent Overstreet2024-03-132-61/+25
| * bcachefs: Rename journal_keys.d -> journal_keys.dataKent Overstreet2024-03-133-42/+42
| * bcachefs: jset_entry for loops declare loop iterKent Overstreet2024-03-134-9/+2
| * bcachefs: Errcode tracepoint, documentationKent Overstreet2024-03-133-6/+29
| * bcachefs: remove redundant assignment to variable retColin Ian King2024-03-131-1/+0
| * bcachefs: Silence gcc warnings about arm arch ABI driftCalvin Owens2024-03-131-0/+3