-
- Downloads
Merge tag 'bcachefs-2025-02-06.2' of git://evilpiepirate.org/bcachefs
Pull bcachefs fixes from Kent Overstreet: "Nothing major, things continue to be fairly quiet over here. - add a SubmittingPatches to clarify that patches submitted for bcachefs do, in fact, need to be tested - discard path now correctly issues journal flushes when needed, this fixes performance issues when the filesystem is nearly full and we're bottlenecked on copygc - fix a bug that could cause the pending rebalance work accounting to be off when devices are being onlined/offlined; users should report if they are still seeing this - and a few more trivial ones" * tag 'bcachefs-2025-02-06.2' of git://evilpiepirate.org/bcachefs: bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_rebalance bcachefs: Fix rcu imbalance in bch2_fs_btree_key_cache_exit() bcachefs: Fix discard path journal flushing bcachefs: fix deadlock in journal_entry_open() bcachefs: fix incorrect pointer check in __bch2_subvolume_delete() bcachefs docs: SubmittingPatches.rst
Showing
- Documentation/filesystems/bcachefs/SubmittingPatches.rst 98 additions, 0 deletionsDocumentation/filesystems/bcachefs/SubmittingPatches.rst
- Documentation/filesystems/bcachefs/index.rst 1 addition, 0 deletionsDocumentation/filesystems/bcachefs/index.rst
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- fs/bcachefs/alloc_background.c 25 additions, 22 deletionsfs/bcachefs/alloc_background.c
- fs/bcachefs/alloc_foreground.c 7 additions, 3 deletionsfs/bcachefs/alloc_foreground.c
- fs/bcachefs/alloc_types.h 1 addition, 0 deletionsfs/bcachefs/alloc_types.h
- fs/bcachefs/btree_key_cache.c 0 additions, 1 deletionfs/bcachefs/btree_key_cache.c
- fs/bcachefs/buckets_waiting_for_journal.c 5 additions, 7 deletionsfs/bcachefs/buckets_waiting_for_journal.c
- fs/bcachefs/buckets_waiting_for_journal.h 2 additions, 2 deletionsfs/bcachefs/buckets_waiting_for_journal.h
- fs/bcachefs/inode.h 3 additions, 1 deletionfs/bcachefs/inode.h
- fs/bcachefs/journal.c 16 additions, 2 deletionsfs/bcachefs/journal.c
- fs/bcachefs/journal.h 1 addition, 0 deletionsfs/bcachefs/journal.h
- fs/bcachefs/journal_types.h 1 addition, 0 deletionsfs/bcachefs/journal_types.h
- fs/bcachefs/opts.h 0 additions, 14 deletionsfs/bcachefs/opts.h
- fs/bcachefs/rebalance.c 3 additions, 5 deletionsfs/bcachefs/rebalance.c
- fs/bcachefs/rebalance.h 20 additions, 0 deletionsfs/bcachefs/rebalance.h
- fs/bcachefs/subvolume.c 6 additions, 1 deletionfs/bcachefs/subvolume.c
- fs/bcachefs/super.c 11 additions, 0 deletionsfs/bcachefs/super.c
- fs/bcachefs/super.h 1 addition, 0 deletionsfs/bcachefs/super.h
- fs/bcachefs/trace.h 13 additions, 1 deletionfs/bcachefs/trace.h
Loading
Please register or sign in to comment