summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-22bcachefs: Fix deadlock on nocow locks in data move pathKent Overstreet
2023-10-22bcachefs: BKEY_INVALID_FROM_JOURNALKent Overstreet
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet
2023-10-22bcachefs: Rework lru btreeKent Overstreet
2023-10-22bcachefs: Improved nocow lockingKent Overstreet
2023-10-22bcachefs: handle failed data_update_init cleanupDaniel Hill
2023-10-22bcachefs: expose nocow_lock table in sysfsDaniel Hill
2023-10-22bcachefs: bucket_gens btreeKent Overstreet
2023-10-22bcachefs: Inline bch2_two_state_(trylock|unlock)Kent Overstreet
2023-10-22bcachefs: Nocow supportKent Overstreet
2023-10-22bcachefs: Data update support for unwritten extentsKent Overstreet
2023-10-22bcachefs: Unwritten extents supportKent Overstreet
2023-10-22bcachefs: bch2_extent_update_i_size_sectors()Kent Overstreet
2023-10-22bcachefs: bch2_extent_fallocate()Kent Overstreet
2023-10-22bcachefs: Skip inode unpack/pack in bch2_extent_update()Kent Overstreet
2023-10-22bcachefs: Drop old maybe_extending optimizationKent Overstreet
2023-10-22bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3Kent Overstreet
2023-10-22bcachefs: Start snapshots before bch2_gc()Kent Overstreet
2023-10-22bcachefs: Improve bch2_check_alloc_info()Kent Overstreet
2023-10-22bcachefs: Improve bch2_dev_freespace_init()Kent Overstreet
2023-10-22fixup bcachefs: New on disk format: BackpointersKent Overstreet
2023-10-22bcachefs: Don't use key cache during fsckKent Overstreet
2023-10-22bcachefs: Run check_extents_to_backpointers() in multiple passesKent Overstreet
2023-10-22bcachefs: Run bch2_check_backpointers_to_extents() in multiple passes if nece...Kent Overstreet
2023-10-22bcachefs: Don't stop copygc while removing devicesKent Overstreet
2023-10-22bcachefs: Delete in memory ec backpointersKent Overstreet
2023-10-22bcachefs: Erasure coding now uses backpointersKent Overstreet
2023-10-22bcachefs: Copygc now uses backpointersKent Overstreet
2023-10-22bcachefs: New on disk format: BackpointersKent Overstreet
2023-10-22bcachefs: Btree write bufferKent Overstreet
2023-10-22bcachefs: Go RW before check_alloc_info()Kent Overstreet
2023-10-22bcachefs: Start copygc when first going read-writeKent Overstreet
2023-10-22bcachefs: Kill trans->flagsKent Overstreet
2023-10-22bcachefs: trans->notrace_relock_failKent Overstreet
2023-10-22bcachefs: Debug mode for c->writes referencesKent Overstreet
2023-10-22bcachefs: ec_stripe_delete_work() now takes ref on c->writesKent Overstreet
2023-10-22bcachefs: Fix btree_node_write_blocked() not being clearedKent Overstreet
2023-10-22bcachefs: Switch a BUG_ON() to a panic()Kent Overstreet
2023-10-22bcachefs: Fix btree_path_alloc()Kent Overstreet
2023-10-22bcachefs: Fix memleak in replicas_table_update()Brett Holman
2023-10-22bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet
2023-10-22bcachefs: Don't call bch2_journal_pin_drop() under key cache lockKent Overstreet
2023-10-22six locks: Improved optimistic spinningKent Overstreet
2023-10-22bcachefs: Use six_lock_ip()Kent Overstreet
2023-10-22six locks: Expose tracepoint IPKent Overstreet
2023-10-22bcachefs: bch2_trans_in_restart_error()Kent Overstreet
2023-10-22bcachefs: Improve btree node read error pathKent Overstreet
2023-10-22bcachefs: Fix bch2_trans_reset_updates()Kent Overstreet
2023-10-22bcachefs: Inline bch2_btree_path_traverse() fastpathKent Overstreet
2023-10-22bcachefs: Fix hash_check_key()Kent Overstreet