summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix a spelling error in docsXiaxi Shen2024-09-091-1/+1
* bcachefs: promote_whole_extents is now a normal optionKent Overstreet2024-09-097-9/+11
* bcachefs: Move rebalance_status out of sysfs/internalKent Overstreet2024-09-091-1/+1
* bcachefs: remove the unused parameter in macro bkey_crc_nextJulian Sun2024-09-091-2/+2
* bcachefs: fix macro definition allocate_dropping_locksJulian Sun2024-09-091-1/+1
* bcachefs: fix macro definition allocate_dropping_locks_errcodeJulian Sun2024-09-091-1/+1
* bcachefs: remove the unused macro definitionJulian Sun2024-09-091-9/+0
* bcachefs: quota_reserve_range() -> for_each_btree_key_in_subvolume_uptoKent Overstreet2024-09-091-32/+14
* bcachefs: bch2_folio_set() -> for_each_btree_key_in_subvolume_uptoKent Overstreet2024-09-091-55/+35
* bcachefs: range_has_data() -> for_each_btree_key_in_subvolume_uptoKent Overstreet2024-09-091-24/+5
* bcachefs: bch2_seek_hole() -> for_each_btree_key_in_subvolume_uptoKent Overstreet2024-09-091-36/+20
* bcachefs: bch2_seek_data() -> for_each_btree_key_in_subvolume_uptoKent Overstreet2024-09-091-29/+12
* bcachefs: bch2_xattr_list() -> for_each_btree_key_in_subvolume_uptoKent Overstreet2024-09-091-43/+12
* bcachefs: bch2_readdir() -> for_each_btree_key_in_subvolume_uptoKent Overstreet2024-09-091-49/+17
* bcachefs: for_each_btree_key_in_subvolume_upto()Kent Overstreet2024-09-091-0/+45
* bcachefs: bch2_fiemap(): call trans_begin() on every loop iterKent Overstreet2024-09-091-18/+22
* bcachefs: bchfs_read(): call trans_begin() on every loop iterKent Overstreet2024-09-092-29/+14
* bcachefs: kill bch2_btree_iter_peek_and_restart()Kent Overstreet2024-09-092-14/+1
* bcachefs: Btree path tracepointsKent Overstreet2024-09-097-22/+508
* bcachefs: Add check for btree_path ref overflowKent Overstreet2024-09-093-21/+31
* bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang2024-09-091-1/+2
* bcachefs: allocate inode by using alloc_inode_sb()Youling Tang2024-09-091-1/+2
* bcachefs: Opt_durability can now be set via bch2_opt_set_sb()Kent Overstreet2024-09-093-23/+22
* bcachefs: bch2_opt_set_sb() can now set (some) device optionsKent Overstreet2024-09-093-20/+43
* bcachefs: data_allowed is now an opts.h optionKent Overstreet2024-09-094-2/+17
* bcachefs: Annotate struct bucket_array with __counted_by()Thorsten Blum2024-09-091-1/+1
* bcachefs: Fix format specifier in bch2_btree_key_cache_to_text()Nathan Chancellor2024-09-091-1/+1
* bcachefs: key cache can now allocate from pendingKent Overstreet2024-09-093-15/+50
* bcachefs: Rip out freelists from btree key cacheKent Overstreet2024-09-093-328/+55
* bcachefs: rcu_pending now works in userspaceKent Overstreet2024-09-092-4/+53
* bcachefs: rcu_pendingKent Overstreet2024-09-093-0/+629
* lib/generic-radix-tree.c: add preallocationKent Overstreet2024-09-092-17/+37
* lib/generic-radix-tree.c: genradix_ptr_inlined()Kent Overstreet2024-09-092-63/+76
* bcachefs: Fix deadlock in __wait_on_freeing_inode()Kent Overstreet2024-09-091-20/+47
* bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet2024-09-0912-89/+160
* inode: make __iget() a static inlineKent Overstreet2024-09-092-9/+8
* bcachefs: Replace div_u64 with div64_u64 where second param is u64Reed Riley2024-09-092-6/+6
* bcachefs: Fix sysfs rebalance duration waited formattingFeiko Nanninga2024-09-091-1/+1
* bcachefs: Fix negative timespecsAlyssa Ross2024-09-091-2/+5
* bcachefs: Don't delete open files in online fsckKent Overstreet2024-09-093-0/+33
* bcachefs: fix btree_key_cache sysfs knobKent Overstreet2024-09-091-1/+1
* bcachefs: More BCH_SB_MEMBER_INVALID supportKent Overstreet2024-09-094-9/+17
* bcachefs: Simplify bch2_bkey_drop_ptrs()Kent Overstreet2024-09-092-30/+14
* bcachefs: Add a cond_resched() to __journal_keys_sort()Kent Overstreet2024-09-091-0/+2
* bcachefs: Fix ca->io_ref usageKent Overstreet2024-09-091-12/+12
* bcachefs: BCH_SB_MEMBER_INVALIDKent Overstreet2024-09-043-2/+9
* bcachefs: fix rebalance accountingKent Overstreet2024-09-011-1/+1
* bcachefs: Mark more errors as autofixKent Overstreet2024-09-011-5/+5
* bcachefs: Revert lockless buffered IO pathKent Overstreet2024-09-012-110/+40
* bcachefs: Fix bch2_extents_match() false positiveKent Overstreet2024-08-271-1/+22