summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-19bcachefs: Add support for FALLOC_FL_INSERT_RANGE XXXfinsertKent Overstreet
2019-09-19bcachefs: bch2_btree_iter_peek_prev()Kent Overstreet
2019-09-19bcachefs: Don't write past eofKent Overstreet
2019-09-19bcachefs: Check for extents past eof correctlyKent Overstreet
2019-09-19bcachefs: Debug assertion improvementsKent Overstreet
2019-09-19bcachefs: Add missing bch2_btree_node_iter_fix() callKent Overstreet
2019-09-18bcachefs: Avoid deadlocking on the allocatorKent Overstreet
2019-09-14bcachefs: More btree iter improvementsKent Overstreet
2019-09-14bcachefs: Improve btree_iter_pos_in_node()Kent Overstreet
2019-09-14bcachefs: Debug code improvementsKent Overstreet
2019-09-14bcachefs: Add missing bch2_btree_node_iter_fix() callsKent Overstreet
2019-09-13bcachefs: Optimize calls to bch2_btree_iter_traverse()Kent Overstreet
2019-09-13bcachefs: Fix a typoKent Overstreet
2019-09-07bcachefs: Improved bch2_fcollapse()Kent Overstreet
2019-09-07bcachefs: __bch2_btree_node_iter_fix() improvementsKent Overstreet
2019-09-07bcachefs: Do updates in order they were queued up inKent Overstreet
2019-09-07bcachefs: Drop trans arg to bch2_extent_atomic_end()Kent Overstreet
2019-09-07bcachefs: data move path should not be trying to move reflink_p keysKent 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