summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2023-10-22bcachefs: statfs resports incorrect avail blocksDan Robertson
2023-10-22bcachefs: Fix for bch2_bkey_pack_pos() not initializing len/version fieldsKent Overstreet
2023-10-22bcachefs: Fix a memcpy callKent Overstreet
2023-10-22bcachefs: Fix bch2_extent_can_insert() callKent Overstreet
2023-10-22bcachefs: Make sure to pass a disk reservation to bch2_extent_update()Kent Overstreet
2023-10-22bcachefs: made changes to support clang, fixed a couple bugsBrett Holman
2023-10-22bcachefs: Fix locking in __bch2_set_nr_journal_buckets()Kent Overstreet
2023-10-22bcachefs: properly initialize used valuesDan Robertson
2023-10-22bcachefs: Repair code for multiple types of data in same bucketKent Overstreet
2023-10-22bcachefs: Fix out of bounds read in fs usage ioctlDan Robertson
2023-10-22bcachefs: Fix null deref in bch2_ioctl_read_superDan Robertson
2023-10-22bcachefs: Fix possible null deref on mountDan Robertson
2023-10-22bcachefs: Fix error in parsing of mount optionsDan Robertson
2023-10-22bcachefs: avoid out-of-bounds in split_devsStijn Tintel
2023-10-22bcachefs: Make sure to use BTREE_ITER_PREFETCH in fsckKent Overstreet
2023-10-22bcachefs: Fix bch2_btree_iter_peek_with_updates()Kent Overstreet
2023-10-22bcachefs: Fix reflink triggerKent Overstreet
2023-10-22bcachefs: Fix some refcounting bugsKent Overstreet
2023-10-22bcachefs: Fix oob write in __bch2_btree_node_writeDan Robertson
2023-10-22bcachefs: Fix usage of last_seq + encryptionKent Overstreet
2023-10-22bcachefs: Clean up bch2_btree_and_journal_walk()Kent Overstreet
2023-10-22bcachefs: Mark newly allocated btree nodes as accessedKent Overstreet
2023-10-22bcachefs: Fix time handlingKent Overstreet
2023-10-22bcachefs: Add a tracepoint for when we block on journal reclaimKent Overstreet
2023-10-22bcachefs: Make sure to initialize j->last_flushedKent Overstreet
2023-10-22bcachefs: Ensure that fpunch updates inode timestampsKent Overstreet
2023-10-22bcachefs: Change copygc wait amount to be min of per device waitsKent Overstreet
2023-10-22bcachefs: Change bch2_btree_key_cache_count() to exclude dirty keysKent Overstreet
2023-10-22bcachefs: Call bch2_inconsistent_error() on missing stripe/indirect extentKent Overstreet
2023-10-22bcachefs: New tracepoint for bch2_trans_get_iter()Kent Overstreet
2023-10-22bcachefs: Fix __bch2_trans_get_iter()Kent Overstreet
2023-10-22bcachefs: Evict btree nodes we're deletingKent Overstreet
2023-10-22bcachefs: New check_nlinks algorithm for snapshotsKent Overstreet
2023-10-22bcachefs: Fix a null ptr derefKent Overstreet
2023-10-22bcachefs: New and improved topology repair codeKent Overstreet
2023-10-22bcachefs: Fix key cache assertionKent Overstreet
2023-10-22bcachefs: New helper __bch2_btree_insert_keys_interior()Kent Overstreet
2023-10-22bcachefs: Rewrite btree nodes with errorsKent Overstreet
2023-10-22bcachefs: Fix bch2_verify_keylist_sortedKent Overstreet
2023-10-22bcachefs: Fix an out of bounds readKent Overstreet
2023-10-22bcachefs: Use mmap() instead of vmalloc_exec() in userspaceKent Overstreet
2023-10-22bcachefs: Don't BUG_ON() btree topology errorKent Overstreet
2023-10-22bcachefs: Fix repair leading to replicas not markedKent Overstreet
2023-10-22bcachefs: Lookup/create lost+found lazilyKent Overstreet
2023-10-22bcachefs: Don't BUG() in update_replicasKent Overstreet
2023-10-22bcachefs: Fix a deadlock on journal reclaimKent Overstreet
2023-10-22bcachefs: Update bch2_btree_verify()Kent Overstreet
2023-10-22bcachefs: Fix two btree iterator leaksKent Overstreet
2023-10-22bcachefs: Punt btree writes to workqueue to submitKent Overstreet
2023-10-22bcachefs: Fix a use after freeKent Overstreet