aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-09lib/generic-radix-tree.c: add preallocationKent Overstreet2-17/+37
2024-09-09lib/generic-radix-tree.c: genradix_ptr_inlined()Kent Overstreet2-63/+76
2024-09-09bcachefs: Fix deadlock in __wait_on_freeing_inode()Kent Overstreet1-20/+47
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet12-89/+160
2024-09-09inode: make __iget() a static inlineKent Overstreet2-9/+8
2024-09-09bcachefs: Replace div_u64 with div64_u64 where second param is u64Reed Riley2-6/+6
2024-09-09bcachefs: Fix sysfs rebalance duration waited formattingFeiko Nanninga1-1/+1
2024-09-09bcachefs: Fix negative timespecsAlyssa Ross1-2/+5
2024-09-09bcachefs: Don't delete open files in online fsckKent Overstreet3-0/+33
2024-09-09bcachefs: fix btree_key_cache sysfs knobKent Overstreet1-1/+1
2024-09-09bcachefs: More BCH_SB_MEMBER_INVALID supportKent Overstreet4-9/+17
2024-09-09bcachefs: Simplify bch2_bkey_drop_ptrs()Kent Overstreet2-30/+14
2024-09-09bcachefs: Add a cond_resched() to __journal_keys_sort()Kent Overstreet1-0/+2
2024-09-09bcachefs: Fix ca->io_ref usageKent Overstreet1-12/+12
2024-09-03bcachefs: BCH_SB_MEMBER_INVALIDKent Overstreet3-2/+9
2024-09-01bcachefs: fix rebalance accountingKent Overstreet1-1/+1
2024-08-31bcachefs: Mark more errors as autofixKent Overstreet1-5/+5
2024-08-31bcachefs: Revert lockless buffered IO pathKent Overstreet2-110/+40
2024-08-26bcachefs: Fix bch2_extents_match() false positiveKent Overstreet1-1/+22
2024-08-26bcachefs: Fix failure to return error in data_update_index_update()Kent Overstreet1-0/+1
2024-08-24bcachefs: Fix rebalance_work accountingKent Overstreet5-27/+98
2024-08-24bcachefs: Fix failure to flush moves before sleeping in copygcKent Overstreet1-1/+1
2024-08-22bcachefs: don't use rht_bucket() in btree_key_cache_scan()Kent Overstreet1-3/+27
2024-08-22bcachefs: add missing inode_walker_exit()Kent Overstreet1-0/+2
2024-08-22bcachefs: clear path->should_be_locked in bch2_btree_key_cache_drop()Kent Overstreet1-0/+1
2024-08-22bcachefs: Fix double assignment in check_dirent_to_subvol()Yuesong Li1-1/+0
2024-08-22bcachefs: Fix refcounting in discard pathKent Overstreet1-6/+6
2024-08-22bcachefs: Fix compat issue with old alloc_v4 keysKent Overstreet3-24/+36
2024-08-22bcachefs: Fix warning in bch2_fs_journal_stop()Kent Overstreet1-1/+1
2024-08-22fs/super.c: improve get_tree() error messageKent Overstreet1-2/+2
2024-08-22bcachefs: Fix missing validation in bch2_sb_journal_v2_validate()Kent Overstreet1-0/+15
2024-08-22bcachefs: Fix replay_now_at() assertKent Overstreet1-1/+7
2024-08-22bcachefs: Fix locking in bch2_ioc_setlabel()Kent Overstreet1-2/+1
2024-08-22bcachefs: fix failure to relock in btree_node_fill()Kent Overstreet1-0/+4
2024-08-22bcachefs: fix failure to relock in bch2_btree_node_mem_alloc()Kent Overstreet3-21/+44
2024-08-22bcachefs: unlock_long() before resort in journal replayKent Overstreet1-0/+1
2024-08-22bcachefs: fix missing bch2_err_str()Kent Overstreet1-2/+1
2024-08-22bcachefs: fix time_stats_to_text()Kent Overstreet1-1/+0
2024-08-22bcachefs: Fix bch2_bucket_gens_init()Kent Overstreet1-1/+1
2024-08-22bcachefs: Fix bch2_trigger_alloc assertKent Overstreet1-1/+1
2024-08-22bcachefs: Fix failure to relock in btree_node_get()Kent Overstreet1-0/+4
2024-08-22bcachefs: setting bcachefs_effective.* xattrs is a noopKent Overstreet1-1/+11
2024-08-22bcachefs: Fix "trying to move an extent, but nr_replicas=0"Kent Overstreet1-17/+12
2024-08-22bcachefs: bch2_data_update_init() cleanupKent Overstreet1-78/+101
2024-08-19bcachefs: Extra debug for data move pathKent Overstreet2-0/+5
2024-08-18bcachefs: Fix incorrect gfp flagsKent Overstreet1-1/+1
2024-08-18bcachefs: fix field-spanning write warningKent Overstreet1-1/+2
2024-08-18bcachefs: Reallocate table when we're increasing sizeKent Overstreet1-1/+3
2024-08-16bcachefs: Fix locking in __bch2_trans_mark_dev_sb()Kent Overstreet2-9/+10
2024-08-16bcachefs: fix incorrect i_state usageKent Overstreet1-1/+1