summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-07bcachefs: bch2_fcollapse() debugfcollapseKent Overstreet
2019-09-07bcachefs: Improved bch2_fcollapse()Kent Overstreet
2019-09-07bcachefs: Do updates in order they were queued up inKent Overstreet
2019-09-07bcachefs: Do updates in order they were queued up inKent Overstreet
2019-09-07bcachefs: Fix a null ptr derefKent Overstreet
2019-09-07bcachefs: Flush fsck errors when looping in btree gcKent Overstreet
2019-09-07bcachefs: Rebalance now adds replicas if neededKent Overstreet
2019-09-05bcachefs: Kill BTREE_INSERT_NOMARK_INSERTKent Overstreet
2019-08-29bcachefs: Fix BTREE_INSERT_NOMARK_OVERWRITESKent Overstreet
2019-08-29bcachefs: Improve pointer marking checks and error messagesKent Overstreet
2019-08-28bcachefs: Switch reconstruct_alloc to a mount optionKent Overstreet
2019-08-28bcachefs: Fix fiemap (again)Kent Overstreet
2019-08-28bcachefs: Fix error message on bucket overflowKent Overstreet
2019-08-28bcachefs: Reflink pointers also have to be remarked if split in journal replayKent Overstreet
2019-08-28bcachefs: Fixes for replicas trackingKent Overstreet
2019-08-28bcachefs: Refactor bch2_alloc_write()Kent Overstreet
2019-08-28bcachefs: Trust in memory bucket markKent Overstreet
2019-08-22bcachefs: Optimize fiemapKent Overstreet
2019-08-22bcachefs: Add a hint for allocating new stripesKent Overstreet
2019-08-22bcachefs: Inline some fast pathsKent Overstreet
2019-08-22bcachefs: Don't flush journal from bch2_vfs_write_inode()Kent Overstreet
2019-08-22bcachefs: Fix a spurious gcc warningKent Overstreet
2019-08-22bcachefs: Handle ec_buf not being page aligned when allocating bioKent Overstreet
2019-08-22bcachefs: Update more code for KEY_TYPE_reflink_vKent Overstreet
2019-08-22bcachefs: Re-enable bkey_debugcheck() in the extent update pathKent Overstreet
2019-08-22bcachefs: Check alignment in write pathKent Overstreet
2019-08-22bcachefs: Fix faulty assertionKent Overstreet
2019-08-21bcachefs: Fix bch2_bkey_narrow_crcs()Kent Overstreet
2019-08-21bcachefs: Fix bch2_sort_repack_merge()Kent Overstreet
2019-08-21bcachefs: ReflinkKent Overstreet
2019-08-20bcachefs: Refactor bch2_extent_trim_atomic() for reflinkKent Overstreet
2019-08-20bcachefs: Move node iterator fixup to extent_bset_insert()Kent Overstreet
2019-08-20bcachefs: Fix bch2_btree_node_iter_fix()Kent Overstreet
2019-08-20bcachefs: Fix bch2_btree_node_iter_prev_filter()Kent Overstreet
2019-08-19bcachefs: Fix __bch2_btree_iter_peek_slot_extents()Kent Overstreet
2019-08-19bcachefs: Improved debug checksKent Overstreet
2019-08-13bcachefs: Rework calling convention for marking overwritesKent Overstreet
2019-08-13bcachefs: Mark space as unallocated on write failureKent Overstreet
2019-08-12bcachefs: Ensure bch2_trans_get_iter() returns iters with correct locksKent Overstreet
2019-08-09bcachefs: fix for_each_btree_key()Kent Overstreet
2019-08-09bcachefs: trans_get_key() now works correctly for extentsKent Overstreet
2019-08-09bcachefs: Export correct blocksize to vfsKent Overstreet
2019-08-09bcachefs: Truncate/fpunch now works on block boundaries, not pageKent Overstreet
2019-08-09bcachefs: Count reserved extents as holesKent Overstreet
2019-08-09bcachefs: Handle partial pages in seek data/holeKent Overstreet
2019-08-09bcachefs: Change buffered write path to write to partial pagesKent Overstreet
2019-08-09bcachefs: Change __bch2_writepage() to not write to holesKent Overstreet
2019-08-09bcachefs: Fix bch2_seek_data()Kent Overstreet
2019-08-09bcachefs: Refactor various code to not be extent specificKent Overstreet
2019-08-09bcachefs: Refactor __bch2_cut_front()Kent Overstreet