summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-22bcachefs: Disk space accounting fixKent Overstreet
2023-10-22bcachefs: Fix a valgrind conditional jumpKent Overstreet
2023-10-22bcachefs: Minor btree iter refactoringKent Overstreet
2023-10-22bcachefs: Fix btree_trans_peek_updates()Kent Overstreet
2023-10-22bcachefs: Fix an unhandled transaction restartKent Overstreet
2023-10-22bcachefs: Ensure that new inodes hit underlying btreeKent Overstreet
2023-10-22bcachefs: Add flags field to bch2_inode_to_text()Kent Overstreet
2023-10-22bcachefs: Keep a sorted list of btree iteratorsKent Overstreet
2023-10-22bcachefs: Zero out mem_ptr field in btree ptr keys from journal replayKent Overstreet
2023-10-22bcachefs: Don't drop read locks at transaction commit timeKent Overstreet
2023-10-22bcachefs: traverse_all() shouldn't be restarting the transactionKent Overstreet
2023-10-22bcachefs: Kill BTREE_INSERT_NOUNLOCKKent Overstreet
2023-10-22bcachefs: Btree splits no longer automatically cause a transaction restartKent Overstreet
2023-10-22bcachefs: __bch2_trans_commit() no longer calls bch2_trans_reset()Kent Overstreet
2023-10-22bcachefs: Ensure btree_iter_traverse() obeys iter->should_be_lockedKent Overstreet
2023-10-22bcachefs: bch2_btree_iter_traverse() shouldn't normally call traverse_all()Kent Overstreet
2023-10-22bcachefs: trans->restartedKent Overstreet
2023-10-22bcachefs: Change lockrestart_do() to always call bch2_trans_begin()Kent Overstreet
2023-10-22bcachefs: Clean up interior update pathsKent Overstreet
2023-10-22bcachefs: Use bch2_trans_begin() more consistentlyKent Overstreet
2023-10-22bcachefs: Always check for transaction restartsKent Overstreet
2023-10-22bcachefs: traverse_all() is responsible for clearing should_be_lockedKent Overstreet
2023-10-22bcachefs: bch2_trans_relock() only relocks iters that should be lockedKent Overstreet
2023-10-22bcachefs: Don't traverse iterators in __bch2_trans_commit()Kent Overstreet
2023-10-22bcachefs: Add an option for btree node mem ptr optimizationKent Overstreet
2023-10-22bcachefs: Minor tracepoint improvementsKent Overstreet
2023-10-22bcachefs: bch2_btree_iter_relock_intent()Kent Overstreet
2023-10-22bcachefs: Use bch2_trans_do() in bch2_btree_key_cache_journal_flush()Kent Overstreet
2023-10-22bcachefs: Fix a btree iterator leakKent Overstreet
2023-10-22bcachefs: Pretty-ify bch2_bkey_val_to_text()Kent Overstreet
2023-10-22bcachefs: Don't squash return code in check_dirents()Kent Overstreet
2023-10-22bcachefs: Use bch2_inode_find_by_inum() in truncateKent Overstreet
2023-10-22bcachefs: Handle lock restarts in bch2_xattr_get()Kent Overstreet
2023-10-22bcachefs: Don't downgrade in traverse()Kent Overstreet
2023-10-22bcachefs: BSET_OFFSET()Kent Overstreet
2023-10-22Revert "bcachefs: statfs bfree and bavail should be the same"Kent Overstreet
2023-10-22bcachefs: Update btree ptrs after every writeKent Overstreet
2023-10-22bcachefs: Improve btree_bad_header() error messageKent Overstreet
2023-10-22bcachefs: Fixes for unit testsKent Overstreet
2023-10-22bcachefs: Fix bch2_btree_iter_rewind()Kent Overstreet
2023-10-22bcachefs: Improvements to fsck check_dirents()Kent Overstreet
2023-10-22bcachefs: Tighten up btree_iter locking assertionsKent Overstreet
2023-10-22bcachefs: Fix a memory leak in the dio write pathKent Overstreet
2023-10-22bcachefs: Add an option for whether inodes use the key cacheKent Overstreet
2023-10-22bcachefs: Fix an allocator shutdown deadlockKent Overstreet
2023-10-22bcachefs: Add safe versions of varint encode/decodeKent Overstreet
2023-10-22bcachefs: Add open_buckets to sysfsKent Overstreet
2023-10-22bcachefs: Ensure bad d_type doesn't oops in bch2_dirent_to_text()Kent Overstreet
2023-10-22bcachefs: Kick off btree node writes from write completionsKent Overstreet
2023-10-22bcachefs: Mask out unknown compat features when going read-writeKent Overstreet