summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-04-27bcachefs: Split out btree_trigger_flagsKent Overstreet
2021-04-27bcachefs: Make btree_insert_entry more private to update pathKent Overstreet
2021-04-27bcachefs: Use bch2_trans_reset in bch2_trans_commit()Kent Overstreet
2021-04-27bcachefs: Use KEY_TYPE_deleted whitouts for extentsKent Overstreet
2021-04-27bcachefs: Convert some enums to x-macrosKent Overstreet
2021-04-27bcachefs: Add an assertion to track down a heisenbugKent Overstreet
2021-04-27bcachefs: Fix a use after freeKent Overstreet
2021-04-27bcachefs: Don't export __bch2_fs_read_writeKent Overstreet
2021-04-27bcachefs: Don't reexecute triggers when retrying transaction commitKent Overstreet
2021-04-27bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet
2021-04-27bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet
2021-04-27bcachefs: bch2_trans_reset() calls should be at the tops of loopsKent Overstreet
2021-04-27bcachefs: Drop a faulty assertionKent Overstreet
2021-04-27bcachefs: Redo copygc throttlingKent Overstreet
2021-04-27bcachefs: Make io timers less buggyKent Overstreet
2021-04-27bcachefs: Add __GFP_NOWARN to a GFP_NOWAIT allocationKent Overstreet
2021-04-27bcachefs: Fix a memory splatKent Overstreet
2021-04-27bcachefs: Redo filesystem usage ioctlsKent Overstreet
2021-04-27bcachefs: Update directory timestamps during linkJustin Husted
2021-04-27bcachefs: Fix for an assertion on filesystem errorKent Overstreet
2021-04-27bcachefs: Fix a null ptr deref in btree_iter_traverse_one()Kent Overstreet
2021-04-27bcachefs: Kill btree_node_iter_largeKent Overstreet
2021-04-27bcachefs: Use one buffer for sorting whiteoutsKent Overstreet
2021-04-27bcachefs: Refactor whiteouts compactionKent Overstreet
2021-04-27bcachefs: Whiteout changesKent Overstreet
2021-04-27bcachefs: Always emit new extents on partial overwriteKent Overstreet
2021-04-27bcachefs: Fix bch2_verify_insert_pos()Kent Overstreet
2021-04-27bcachefs: Put inline data behind a mount option for nowKent Overstreet
2021-04-27bcachefs: bch2_check_set_feature()Kent Overstreet
2021-04-27bcachefs: Switch to macro for bkey_opsKent Overstreet
2021-04-27bcachefs: bkey_on_stack_reassemble()Kent Overstreet
2021-04-27bcachefs: kill ca->freelist_lockKent Overstreet
2021-04-27bcachefs: Reorganize extents.cKent Overstreet
2021-04-27bcachefs: Inline data extentsKent Overstreet
2021-04-27bcachefs: Split out extent_update.cKent Overstreet
2021-04-27bcachefs: Rework of cut_front & cut_backKent Overstreet
2021-04-27bcachefs: bkey noopsKent Overstreet
2021-04-27bcachefs: kill bch2_extent_has_device()Kent Overstreet
2021-04-27bcachefs: bkey_on_stackKent Overstreet
2021-04-27bcachefs: Make memcpy_to_bio() param constKent Overstreet
2021-04-27bcachefs: Use wbc_to_write_flags()Kent Overstreet
2021-04-27bcachefs: Fix erorr path in bch2_write()Kent Overstreet
2021-04-27bcachefs: Set lost+found mode to 0700Justin Husted
2021-04-27bcachefs: Be slightly less tricky with union usageKent Overstreet
2021-04-27bcachefs: Remove some BKEY_PADDED usesKent Overstreet
2021-04-27bcachefs: Go back to 16 bit mantissa bkey floatsKent Overstreet
2021-04-27bcachefs: Fall back to slowpath on exact comparisonKent Overstreet
2021-04-27bcachefs: kill BFLOAT_FAILED_PREVKent Overstreet
2021-04-27bcachefs: bch2_read_extent() microoptimizationsKent Overstreet
2021-04-27bcachefs: Pipeline binary searches and linear searchesKent Overstreet