summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: Fix suspend when moving data faster than ratelimitKent Overstreet
2023-10-22bcachefs: fix bch2_acl_chmod()Kent Overstreet
2023-10-22bcachefs: Fix a deadlockKent Overstreet
2023-10-22bcachefs: fix a divideKent Overstreet
2023-10-22bcachefs: make fsck spew lessKent Overstreet
2023-10-22bcachefs: Dirent repair codeKent Overstreet
2023-10-22bcachefs: Fix a btree iter bug when iter pos == POS_MAXKent Overstreet
2023-10-22bcachefs: Comparison function cleanupsKent Overstreet
2023-10-22bcachefs: Prioritize fragmentation in bucket allocatorKent Overstreet
2023-10-22bcachefs: Pass around bset_tree lessKent Overstreet
2023-10-22bcachefs: kill extent_insert_hookKent Overstreet
2023-10-22bcachefs: kill i_sectors_hookKent Overstreet
2023-10-22bcachefs: convert fcollapse to bch2_extent_update()Kent Overstreet
2023-10-22bcachefs: convert fpunch to bch2_extent_update()Kent Overstreet
2023-10-22bcachefs: convert truncate to bch2_extent_update()Kent Overstreet
2023-10-22bcachefs: convert bchfs_write_index_update() to bch2_extent_update()Kent Overstreet
2023-10-22bcachefs: bch2_extent_trim_atomic()Kent Overstreet
2023-10-22bcachefs: mempoolify btree_transKent Overstreet
2023-10-22bcachefs: BTREE_INSERT_JOURNAL_RES_FULL is no longer possibleKent Overstreet
2023-10-22bcachefs: extent_squash() can no longer failKent Overstreet
2023-10-22bcachefs: make struct btree_iter a bit smallerKent Overstreet
2023-10-22bcachefs: lift ordering restriction on 0 size extentsKent Overstreet
2023-10-22bcachefs: extent unit testsKent Overstreet
2023-10-22bcachefs: bkey_written()Kent Overstreet
2023-10-22bcachefs: improved rw_aux_tree_bsearch()Kent Overstreet
2023-10-22bcachefs: Factor out btree_key_can_insert()Kent Overstreet
2023-10-22bcachefs: BCH_SB_RESERVE_BYTESKent Overstreet
2023-10-22bcachefs: Better calculation of copygc thresholdKent Overstreet
2023-10-22bcachefs: Change how replicated data is accountedKent Overstreet
2023-10-22bcachefs: Account for internal fragmentation betterKent Overstreet
2023-10-22bcachefs: kill s_alloc, use bch_data_typeKent Overstreet
2023-10-22bcachefs: bch2_mark_key() now takes bch_data_typeKent Overstreet
2023-10-22bcachefs: Fix an assertion in the btree node merge pathKent Overstreet
2023-10-22bcachefs: Fix locking in allocator threadKent Overstreet
2023-10-22bcachefs: fix bch2_val_to_text()Kent Overstreet
2023-10-22bcachefs: minor fsync fixKent Overstreet
2023-10-22bcachefs: Assorted journal refactoringKent Overstreet
2023-10-22bcachefs: fix last_seq_ondiskKent Overstreet
2023-10-22bcachefs: fix mtime/ctime update on truncateKent Overstreet
2023-10-22bcachefs: fix fsync after createKent Overstreet
2023-10-22bcachefs: fix nbuckets usage on device resizeKent Overstreet
2023-10-22bcachefs: Invalidate buckets when writing to alloc btreeKent Overstreet
2023-10-22bcachefs: kill bucket mark sector count saturationKent Overstreet
2023-10-22bcachefs: don't call bch2_bucket_seq_cleanup from journal_buf_switchKent Overstreet
2023-10-22bcachefs: Fix an assertionKent Overstreet
2023-10-22bcachefs: fix rename + fsyncKent Overstreet
2023-10-22bcachefs: Use ei_update_lock consistentlyKent Overstreet
2023-10-22bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet
2023-10-22bcachefs: Fix mtime/ctime updatesKent Overstreet
2023-10-22bcachefs: Simplify bch2_write_inode_trans, fix lockdep splatKent Overstreet