summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2024-12-21bcachefs: add more path idx debug assertsKent Overstreet
2024-12-21bcachefs: Use FOREACH_ACL_ENTRY() macro to iterate over acl entriesThorsten Blum
2024-12-21bcachefs: Remove duplicate included headersThorsten Blum
2024-12-21bcachefs: kill btree_trans_restart_nounlock()Kent Overstreet
2024-12-21bcachefs: Remove unnecessary peek_slot()Kent Overstreet
2024-12-21bcachefs: move bch2_xattr_handlers to .rodataThomas Bertschinger
2024-12-21bcachefs: Delete dead codeAlan Huang
2024-12-21bcachefs: Pull disk accounting hooks out of trans_commit.cKent Overstreet
2024-12-21bcachefs: bch_verbose_ratelimitedKent Overstreet
2024-12-21bcachefs: rcu_pending: don't invoke __call_rcu() under lockKent Overstreet
2024-12-21bcachefs: __bch2_key_has_snapshot_overwrites uses for_each_btree_key_reverse_...Kent Overstreet
2024-12-21bcachefs: remove_backpointer() now uses dirent_get_by_pos()Kent Overstreet
2024-12-21bcachefs: bch2_inode_should_have_bp -> bch2_inode_should_have_single_bpKent Overstreet
2024-12-21bcachefs: remove superfluous ; after statementsColin Ian King
2024-12-21bcachefs: Fix racy use of jiffiesKent Overstreet
2024-12-21Merge branch 'bcachefs-kill-retry-estale' into HEADKent Overstreet
2024-12-01bcachefs: Explicitly select CRYPTO from BCACHEFS_FSEric Biggers
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-12bcachefs: Fix assertion pop in bch2_ptr_swab()Kent Overstreet
2024-11-12bcachefs: Fix journal_entry_dev_usage_to_text() overrunKent Overstreet
2024-11-11bcachefs: Allow for unknown key types in backpointers fsckKent Overstreet
2024-11-11bcachefs: Fix assertion pop in topology repairKent Overstreet
2024-11-08bcachefs: Fix hidden btree errors when reading rootsKent Overstreet
2024-11-08bcachefs: Fix validate_bset() repair pathKent Overstreet
2024-11-08bcachefs: Fix missing validation for bch_backpointer.levelKent Overstreet
2024-11-07bcachefs: Fix bch_member.btree_bitmap_shift validationKent Overstreet
2024-11-07bcachefs: bch2_btree_write_buffer_flush_going_ro()Kent Overstreet
2024-11-07bcachefs: Fix UAF in __promote_alloc() error pathKent Overstreet
2024-11-07bcachefs: Change OPT_STR max to be 1 less than the size of choices arrayPiotr Zalewski
2024-11-07bcachefs: btree_cache.freeable list fixesKent Overstreet
2024-11-07bcachefs: check the invalid parameter for perf testHongbo Li
2024-11-07bcachefs: add check NULL return of bio_kmalloc in journal_read_bucketPei Xiao
2024-11-07bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recoveryKent Overstreet
2024-11-07bcachefs: Fix topology errors on split after mergeKent Overstreet
2024-11-07bcachefs: Ancient versions with bad bkey_formats are no longer supportedKent Overstreet
2024-11-07bcachefs: Fix error handling in bch2_btree_node_prefetch()Kent Overstreet
2024-11-07bcachefs: Fix null ptr deref in bucket_gen_get()Kent Overstreet
2024-11-05bcachefs: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05bcachefs: clean up duplicate min_heap_callbacks declarationsKuan-Wei Chiu
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu
2024-11-01Merge tag 'bcachefs-2024-10-31' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-10-29bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peekPiotr Zalewski
2024-10-29bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get()Gaosheng Cui
2024-10-29bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open bucketsKent Overstreet
2024-10-29bcachefs: Don't filter partial list buckets in open_buckets_to_text()Kent Overstreet
2024-10-29bcachefs: Don't keep tons of cached pointers aroundKent Overstreet
2024-10-29bcachefs: init freespace inited bits to 0 in bch2_fs_initializePiotr Zalewski
2024-10-29bcachefs: Fix unhandled transaction restart in fallocateKent Overstreet
2024-10-25bcachefs: Fix UAF in bch2_reconstruct_alloc()Kent Overstreet
2024-10-25bcachefs: fix null-ptr-deref in have_stripes()Jeongjun Park