summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: BCH_WRITE_ALLOC_NOWAIT no longer applies to open bucket allocationKent Overstreet2024-09-213-12/+16
* bcachefs: fix prototype to bch2_alloc_sectors_start_trans()Kent Overstreet2024-09-214-17/+18
* bcachefs: kill redundant is_vmalloc_addr()Kent Overstreet2024-09-211-8/+4
* bcachefs: convert __bch2_encrypt_bio() to darrayKent Overstreet2024-09-211-19/+22
* bcachefs: do_encrypt() now handles allocation failuresKent Overstreet2024-09-211-18/+30
* bcachefs: Add pinned to btree cache not freed countersKent Overstreet2024-09-212-21/+36
* bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by()Thorsten Blum2024-09-094-7/+13
* bcachefs: support idmap mountsHongbo Li2024-09-091-16/+34
* bcachefs: Annotate struct bch_xattr with __counted_by()Thorsten Blum2024-09-091-1/+1
* bcachefs: Switch gc bucket array to a genradixKent Overstreet2024-09-094-37/+6
* bcachefs: darray: convert to alloc_hooks()Kent Overstreet2024-09-092-18/+12
* bcachefs: Convert to use jiffies macrosChen Yufan2024-09-093-3/+5
* bcachefs: Refactor bch2_bset_fix_lookup_tableAlan Huang2024-09-091-60/+68
* bcachefs: Assert that we don't lock nodes when !trans->lockedKent Overstreet2024-09-093-16/+17
* bcachefs: Do not check folio_has_private()Matthew Wilcox (Oracle)2024-09-091-3/+1
* bcachefs: bch2_time_stats_reset()Kent Overstreet2024-09-093-2/+24
* bcachefs: Drop memalloc_nofs_save() in bch2_btree_node_mem_alloc()Kent Overstreet2024-09-091-5/+0
* bcachefs: Simplify bch2_xattr_emit() implementationYouling Tang2024-09-091-6/+16
* bcachefs: drop unused posix acl handlersYouling Tang2024-09-091-4/+0
* bcachefs: Remove unused parameterAlan Huang2024-09-093-4/+3
* bcachefs: Remove the prev array stuffAlan Huang2024-09-091-30/+4
* bcachefs: Minimize the search range used to calculate the mantissaAlan Huang2024-09-091-1/+1
* bcachefs: Convert open-coded extra computation to helperAlan Huang2024-09-091-1/+1
* bcachefs: Remove dead code in __build_ro_aux_treeAlan Huang2024-09-091-3/+0
* bcachefs: Remove unused parameter of bkey_mantissa_bits_droppedAlan Huang2024-09-091-3/+2
* bcachefs: Remove unused parameter of bkey_mantissaAlan Huang2024-09-091-4/+3
* bcachefs: bch2_sb_nr_devices()Kent Overstreet2024-09-093-7/+13
* bcachefs: trivial open_bucket_add_buckets() cleanupKent Overstreet2024-09-091-4/+1
* 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