summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-10-22bcachefs: add bch_verbose() statements for shutdownKent Overstreet
2023-10-22bcachefs: Fix a use after free in the journal codeKent Overstreet
2023-10-22bcachefs: Fix device addKent Overstreet
2023-10-22bcachefs: trace transaction restartsKent Overstreet
2023-10-22bcachefs: Convert raw uses of bch2_btree_iter_link() to new transactionsKent Overstreet
2023-10-22bcachefs: Only check inode i_nlink during full fsckKent Overstreet
2023-10-22bcachefs: Initial commitKent Overstreet
2023-10-22MAINTAINERS: Add entry for bcachefsKent Overstreet
2023-10-19objtool: Add bcachefs noreturnsKent Overstreet
2023-10-19lib/generic-radix-tree.c: Add peek_prev()Kent Overstreet
2023-10-19lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet
2023-10-19MAINTAINERS: Add entry for generic-radix-treeKent Overstreet
2023-10-19closures: Add a missing includeKent Overstreet
2023-10-19closures: closure_nr_remaining()Kent Overstreet
2023-10-19closures: closure_wait_event()Kent Overstreet
2023-10-19MAINTAINERS: Add entry for closuresKent Overstreet