summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-09-2389-1690/+3155
|\
| * bcachefs: return err ptr instead of null in read sb cleanDiogo Jahchan Koike2024-09-211-1/+1
| * bcachefs: Remove duplicated include in backpointers.cYang Li2024-09-211-1/+0
| * bcachefs: Don't drop devices with stripe pointersKent Overstreet2024-09-214-9/+32
| * bcachefs: bch2_ec_stripe_head_get() now checks for change in rw devicesKent Overstreet2024-09-212-27/+60
| * bcachefs: bch_fs.rw_devs_change_countKent Overstreet2024-09-212-4/+9
| * bcachefs: bch2_dev_remove_stripes()Kent Overstreet2024-09-214-3/+74
| * bcachefs: bch2_trigger_ptr() calculates sectors even when no deviceKent Overstreet2024-09-212-10/+21
| * bcachefs: improve error messages in bch2_ec_read_extent()Kent Overstreet2024-09-213-19/+23
| * bcachefs: improve error message on too few devices for ecKent Overstreet2024-09-211-3/+16
| * bcachefs: improve bch2_new_stripe_to_text()Kent Overstreet2024-09-211-0/+2
| * bcachefs: ec_stripe_head.nr_createdKent Overstreet2024-09-212-2/+6
| * bcachefs: bch_stripe.disk_labelKent Overstreet2024-09-214-16/+43
| * bcachefs: stripe_to_mem()Kent Overstreet2024-09-211-18/+15
| * bcachefs: EIO errcode cleanupKent Overstreet2024-09-215-27/+33
| * bcachefs: Rework btree node pinningKent Overstreet2024-09-217-75/+150
| * bcachefs: split up btree cache counters for live, freeableKent Overstreet2024-09-216-32/+47
| * bcachefs: btree cache counters should be size_tKent Overstreet2024-09-216-36/+37
| * bcachefs: Don't count "skipped access bit" as touched in btree cache scanKent Overstreet2024-09-211-0/+1
| * bcachefs: Failed devices no longer require mounting in degraded modeKent Overstreet2024-09-211-1/+1
| * bcachefs: bch2_dev_rcu_noerror()Kent Overstreet2024-09-216-13/+22
| * bcachefs: Progress indicator for extents_to_backpointersKent Overstreet2024-09-211-6/+82
| * bcachefs: bch2_opts_to_text()Kent Overstreet2024-09-213-21/+35
| * bcachefs: improve "no device to read from" messageKent Overstreet2024-09-211-1/+7
| * bcachefs: Fix compilation error for bch2_sb_member_allocHongbo Li2024-09-211-6/+10
| * bcachefs: bch2_sb_member_alloc()Kent Overstreet2024-09-213-46/+53
| * bcachefs: bch2_dev_remove_alloc() -> alloc_background.cKent Overstreet2024-09-213-27/+30
| * bcachefs: Move tabstop setup to bch2_dev_usage_to_text()Kent Overstreet2024-09-212-7/+9
| * bcachefs: Options for recovery_passes, recovery_passes_excludeKent Overstreet2024-09-218-20/+33
| * bcachefs: Use mm_account_reclaimed_pages() when freeing btree nodesKent Overstreet2024-09-211-0/+11
| * bcachefs: Use __GFP_ACCOUNT for reclaimable memoryKent Overstreet2024-09-212-0/+4
| * bcachefs: Hook up RENAME_WHITEOUT in rename.Sasha Finkelstein2024-09-214-14/+52
| * bcachefs: rebalance writes use BCH_WRITE_ONLY_SPECIFIED_DEVSKent Overstreet2024-09-212-2/+3
| * 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