summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-16bcachefs: KEY_TYPE_extent_block_checksumextent-inline-dataKent Overstreet
2019-11-16bcachefs: Shorten data len XXXKent Overstreet
2019-11-16bcachefs: Reorganize extents.cKent Overstreet
2019-11-16bcachefs: Inline data extentsKent Overstreet
2019-11-16bcachefs: Split out extent_update.cKent Overstreet
2019-11-16bcachefs: Rework of cut_front & cut_backKent Overstreet
2019-11-16bcachefs: bkey noopsKent Overstreet
2019-11-16bcachefs: kill bch2_extent_has_device()Kent Overstreet
2019-11-13bcachefs: bkey_on_stackKent Overstreet
2019-11-13bcachefs: Make memcpy_to_bio() param constKent Overstreet
2019-11-13bcachefs: Use wbc_to_write_flags()Kent Overstreet
2019-11-11bcachefs: Fix erorr path in bch2_write()Kent Overstreet
2019-11-09bcachefs: Set lost+found mode to 0700Justin Husted
2019-11-09bcachefs: Be slightly less tricky with union usageKent Overstreet
2019-11-08bcachefs: Remove some BKEY_PADDED usesKent Overstreet
2019-11-07bcachefs: Go back to 16 bit mantissa bkey floatsKent Overstreet
2019-11-07bcachefs: Fall back to slowpath on exact comparisonKent Overstreet
2019-11-07bcachefs: kill BFLOAT_FAILED_PREVKent Overstreet
2019-11-07bcachefs: bch2_read_extent() microoptimizationsKent Overstreet
2019-11-07bcachefs: Pipeline binary searches and linear searchesKent Overstreet
2019-11-07bcachefs: Make __bch2_bkey_cmp_packed() smallerKent Overstreet
2019-11-07bcachefs: Inline fast path of bch2_increment_clock()Kent Overstreet
2019-11-06bcachefs: Avoid calling bch2_btree_iter_relock() in bch2_btree_iter_traverse()Kent Overstreet
2019-11-06bcachefs: Add an option for fsck error ratelimitingKent Overstreet
2019-11-06bcachefs: Don't BUG_ON() sector count overflowKent Overstreet
2019-11-06bcachefs: Some reflink fixesKent Overstreet
2019-11-06bcachefs: Fix setting of attributes mask in getattrKent Overstreet
2019-11-04bcachefs: Move pagecache add lock to bcachefs codeKent Overstreet
2019-11-04bcachefs: Add pagecache_add lock to buffered IO path, fault pathKent Overstreet
2019-11-04mm: Add a mechanism to disable faults for a specific mappingKent Overstreet
2019-11-04bcachefs: Fix uninitialized field in hash_check_init()Justin Husted
2019-11-04bcachefs: Don't hold inode lock longer than necessary in dio write pathKent Overstreet
2019-11-04bcachefs: Avoid atomics in write fast pathKent Overstreet
2019-11-04bcachefs: Don't use extent_ptr_decoded_append() in write pathKent Overstreet
2019-11-04bcachefs: bch2_btree_iter_fix_key_modified()Kent Overstreet
2019-11-04bcachefs: Inline more of bch2_trans_commit hot pathKent Overstreet
2019-11-04bcachefs: Trust btree alloc info at runtimeKent Overstreet
2019-11-04bcachefs: More bset.c microoptimizationKent Overstreet
2019-11-01bcachefs: Initialize btree_node flags field in bch2_btree_root_alloc.Justin Husted
2019-11-01bcachefs: Further padding fixes in bch2_journal_super_entries_add_common()Justin Husted
2019-11-01bcachefs: Initialize padding space after alloc bkeyJustin Husted
2019-10-25bcachefs: Add missing error checking in bch2_find_by_inum_trans()Kent Overstreet
2019-10-25bcachefs: Fix an error path raceKent Overstreet
2019-10-24bcachefs: Don't reuse bio in retry pathKent Overstreet
2019-10-23bcachefs: Don't use rep movsq for small memcopiesKent Overstreet
2019-10-22bcachefs: Avoid calling iter_prev() in extent update pathKent Overstreet
2019-10-22bcachefs: kill bch2_extent_merge_inline()Kent Overstreet
2019-10-22bcachefs: Don't use FUA unnecessarilyKent Overstreet
2019-10-22bcachefs: Refactor bch2_trans_commit() pathKent Overstreet
2019-10-22bcachefs: Make btree_node_type_needs_gc() cheaperKent Overstreet