aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-08-09bcachefs: bcachefs_metadata_version_disk_accounting_v3Kent Overstreet3-6/+32
2024-08-09bcachefs: improve bch2_dev_usage_to_text()Kent Overstreet3-6/+10
2024-08-09bcachefs: bch2_accounting_invalid()Kent Overstreet4-8/+73
2024-08-08bcachefs: Switch to .get_inode_acl()Kent Overstreet3-9/+12
2024-08-07bcachefs: Use bch2_wait_on_allocator() in btree node alloc pathKent Overstreet1-1/+1
2024-08-07bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet8-12/+45
2024-08-07bcachefs: Add missing path_traverse() to btree_iter_next_node()Kent Overstreet1-0/+5
2024-08-07bcachefs: ec should not allocate from ro devsKent Overstreet1-0/+3
2024-08-07bcachefs: Improved allocator debugging for ecKent Overstreet4-15/+30
2024-08-07bcachefs: Add missing bch2_trans_begin() callKent Overstreet1-0/+1
2024-08-07bcachefs: Add a comment for bucket helper typesKent Overstreet1-0/+8
2024-08-07bcachefs: Don't rely on implicit unsigned -> signed integer conversionKent Overstreet1-2/+2
2024-07-30bcachefs: Fix double free of ca->buckets_nouseKent Overstreet1-1/+0
2024-07-22Merge tag 'bcachefs-2024-07-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds4-11/+9
2024-07-22bcachefs: Fix printbuf usage while atomicKent Overstreet1-0/+1
2024-07-22bcachefs: More informative error message in reattach_inode()Kent Overstreet1-2/+5
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds6-156/+94
2024-07-18bcachefs: kill btree_trans_too_many_iters() in bch2_bucket_alloc_freelist()Kent Overstreet1-6/+0
2024-07-18Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds111-2681/+3880
2024-07-18bcachefs: mean_and_variance: Avoid too-large shift amountsTavian Barnes1-3/+3
2024-07-18bcachefs: Fix integer overflow on trans->nr_updatesKent Overstreet1-1/+1
2024-07-18bcachefs: silence silly kdoc warningKent Overstreet1-1/+1
2024-07-18bcachefs: Fix fsck warning about btree_trans not passed to fsck errorKent Overstreet1-1/+2
2024-07-18bcachefs: Add an error message for insufficient rw journal devsKent Overstreet1-0/+11
2024-07-18bcachefs: varint: Avoid left-shift of a negative valueTavian Barnes1-1/+1
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2024-07-14bcachefs: darray: Don't pass NULL to memcpy()Tavian Barnes1-1/+2
2024-07-14bcachefs: Kill bch2_assert_btree_nodes_not_locked()Kent Overstreet3-22/+0
2024-07-14bcachefs: Rename BCH_WRITE_DONE -> BCH_WRITE_SUBMITTEDKent Overstreet2-13/+13
2024-07-14bcachefs: __bch2_read(): call trans_begin() on every loop iterKent Overstreet1-26/+19
2024-07-14bcachefs: show none if label is not setHongbo Li1-1/+4
2024-07-14bcachefs: drop packed, aligned from bkey_inode_bufKent Overstreet1-1/+1
2024-07-14bcachefs: btree node scan: fall back to comparing by journal seqKent Overstreet3-15/+41
2024-07-14bcachefs: Add lockdep support for btree node locksKent Overstreet3-3/+26
2024-07-14lockdep: lockdep_set_notrack_class()Kent Overstreet1-1/+1
2024-07-14bcachefs: Improve copygc_wait_to_text()Kent Overstreet1-3/+8
2024-07-14bcachefs: Convert clock code to u64sKent Overstreet3-42/+35
2024-07-14bcachefs: Improve startup messageKent Overstreet1-1/+1
2024-07-14bcachefs: Self healing on read IO errorKent Overstreet3-26/+53
2024-07-14bcachefs: Make read_only a mount option again, but hiddenKent Overstreet3-15/+4
2024-07-14bcachefs: bch2_extent_crc_unpacked_to_text()Kent Overstreet2-7/+16
2024-07-14bcachefs: Ratelimit checksum error messagesKent Overstreet2-3/+7
2024-07-14bcachefs: spelling fixKent Overstreet1-1/+1
2024-07-14bcachefs: Simplify btree key cache fill pathKent Overstreet3-205/+122
2024-07-14bcachefs: Improve "unable to allocate journal write" messageKent Overstreet1-2/+3
2024-07-14bcachefs: Fix missing BTREE_TRIGGER_bucket_invalidate flagKent Overstreet4-6/+8
2024-07-14bcachefs: Ensure buffered writes write as much as they canKent Overstreet3-24/+52
2024-07-14bcachefs: support STATX_DIOALIGN for statx fileHongbo Li1-0/+10
2024-07-14bcachefs: split out lru_format.hKent Overstreet3-24/+26
2024-07-14bcachefs: bch2_btree_key_cache_drop() now evictsKent Overstreet2-7/+11