summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2024-07-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-07-224-11/+9
|\
| * bcachefs: Fix printbuf usage while atomicKent Overstreet2024-07-221-0/+1
| * bcachefs: More informative error message in reattach_inode()Kent Overstreet2024-07-221-2/+5
| * bcachefs: kill btree_trans_too_many_iters() in bch2_bucket_alloc_freelist()Kent Overstreet2024-07-191-6/+0
| * bcachefs: mean_and_variance: Avoid too-large shift amountsTavian Barnes2024-07-191-3/+3
* | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-226-156/+94
|\ \
| * | bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu2024-06-255-155/+90
| * | bcachefs: fix typoKuan-Wei Chiu2024-06-251-1/+1
* | | Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-07-19111-2681/+3880
|\ \ \ | | |/ | |/|
| * | bcachefs: Fix integer overflow on trans->nr_updatesKent Overstreet2024-07-191-1/+1
| * | bcachefs: silence silly kdoc warningKent Overstreet2024-07-191-1/+1
| * | bcachefs: Fix fsck warning about btree_trans not passed to fsck errorKent Overstreet2024-07-191-1/+2
| * | bcachefs: Add an error message for insufficient rw journal devsKent Overstreet2024-07-191-0/+11
| * | bcachefs: varint: Avoid left-shift of a negative valueTavian Barnes2024-07-191-1/+1
| * | bcachefs: darray: Don't pass NULL to memcpy()Tavian Barnes2024-07-151-1/+2
| * | bcachefs: Kill bch2_assert_btree_nodes_not_locked()Kent Overstreet2024-07-153-22/+0
| * | bcachefs: Rename BCH_WRITE_DONE -> BCH_WRITE_SUBMITTEDKent Overstreet2024-07-152-13/+13
| * | bcachefs: __bch2_read(): call trans_begin() on every loop iterKent Overstreet2024-07-151-26/+19
| * | bcachefs: show none if label is not setHongbo Li2024-07-151-1/+4
| * | bcachefs: drop packed, aligned from bkey_inode_bufKent Overstreet2024-07-151-1/+1
| * | bcachefs: btree node scan: fall back to comparing by journal seqKent Overstreet2024-07-153-15/+41
| * | bcachefs: Add lockdep support for btree node locksKent Overstreet2024-07-153-3/+26
| * | lockdep: lockdep_set_notrack_class()Kent Overstreet2024-07-151-1/+1
| * | bcachefs: Improve copygc_wait_to_text()Kent Overstreet2024-07-151-3/+8
| * | bcachefs: Convert clock code to u64sKent Overstreet2024-07-153-42/+35
| * | bcachefs: Improve startup messageKent Overstreet2024-07-151-1/+1
| * | bcachefs: Self healing on read IO errorKent Overstreet2024-07-153-26/+53
| * | bcachefs: Make read_only a mount option again, but hiddenKent Overstreet2024-07-153-15/+4
| * | bcachefs: bch2_extent_crc_unpacked_to_text()Kent Overstreet2024-07-152-7/+16
| * | bcachefs: Ratelimit checksum error messagesKent Overstreet2024-07-152-3/+7
| * | bcachefs: spelling fixKent Overstreet2024-07-151-1/+1
| * | bcachefs: Simplify btree key cache fill pathKent Overstreet2024-07-153-205/+122
| * | bcachefs: Improve "unable to allocate journal write" messageKent Overstreet2024-07-151-2/+3
| * | bcachefs: Fix missing BTREE_TRIGGER_bucket_invalidate flagKent Overstreet2024-07-154-6/+8
| * | bcachefs: Ensure buffered writes write as much as they canKent Overstreet2024-07-153-24/+52
| * | bcachefs: support STATX_DIOALIGN for statx fileHongbo Li2024-07-151-0/+10
| * | bcachefs: split out lru_format.hKent Overstreet2024-07-153-24/+26
| * | bcachefs: bch2_btree_key_cache_drop() now evictsKent Overstreet2024-07-152-7/+11
| * | bcachefs: set fgf order hint before starting a buffered writePankaj Raghav2024-07-151-2/+3
| * | bcachefs: use FGP_WRITEBEGIN instead of combining individual flagsPankaj Raghav2024-07-151-6/+4
| * | bcachefs: Reduce the scope of gc_lockKent Overstreet2024-07-156-12/+12
| * | bcachefs: per_cpu_sum()Kent Overstreet2024-07-151-6/+11
| * | bcachefs: kill key cache arg to bch2_assert_pos_locked()Kent Overstreet2024-07-153-20/+16
| * | bcachefs: btree_path_cached_set()Kent Overstreet2024-07-151-26/+24
| * | bcachefs: btree_node_unlock() assertKent Overstreet2024-07-151-0/+1
| * | bcachefs: bch2_gc_pos_to_text()Kent Overstreet2024-07-153-4/+27
| * | bcachefs: bch2_btree_id_to_text()Kent Overstreet2024-07-152-0/+10
| * | bcachefs: Kill gc_pos_btree_node()Kent Overstreet2024-07-152-10/+1
| * | bcachefs: Fix bch2_gc_accounting_done() lockingKent Overstreet2024-07-152-4/+25
| * | bcachefs: bch2_accounting_mem_gc()Kent Overstreet2024-07-153-6/+42