summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
Commit message (Expand)AuthorAgeFilesLines
...
| * bcachefs: Fix srcu warning in check_topologyKent Overstreet2024-09-271-0/+2
| * bcachefs: Fix error path in check_dirent_inode_dirent()Kent Overstreet2024-09-271-3/+2
| * bcachefs: memset bounce buffer portion to 0 after key_sort_fix_overlappingPiotr Zalewski2024-09-271-0/+4
| * bcachefs: Improve bch2_is_inode_open() warning messageKent Overstreet2024-09-271-3/+3
| * bcachefs: Add extra padding in bkey_make_mut_noupdate()Kent Overstreet2024-09-271-1/+2
| * bcachefs: Mark inode errors as autofixKent Overstreet2024-09-271-16/+16
| * bcachefs: Fix infinite loop in propagate_key_to_snapshot_leaves()Kent Overstreet2024-09-231-0/+1
| * bcachefs: Ensure BCH_FS_accounting_replay_done is always setKent Overstreet2024-09-231-0/+3
| * bcachefs: Hold read lock in bch2_snapshot_tree_oldest_subvol()Ahmed Ehab2024-09-211-0/+2
* | [tree-wide] finally take no_llseek outAl Viro2024-09-272-3/+0
* | Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-09-2384-1604/+3037
|\|
| * 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