summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-22bcachefs: Fixes for replicas trackingmarcinKent Overstreet
2019-08-22debug patch for github-59Kent 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
2019-08-09bcachefs: Dont't call bch2_trans_begin_updates() in bch2_extent_update()Kent Overstreet
2019-08-09bcachefs: Don't unlink iters on unsuccessful commitKent Overstreet
2019-08-09bcachefs: add missing bch2_trans_begin() callKent Overstreet
2019-08-09bcachefs: Add offset_into_extent param to bch2_read_extent()Kent Overstreet
2019-07-16bcachefs: Print out name of bkey typeKent Overstreet
2019-07-16bcachefs: Don't overflow trans with iters from triggersKent Overstreet
2019-07-13bcachefs: Convert some assertions to fsck errorsKent Overstreet
2019-07-12bcachefs: Fix ec_stripes_read()Kent Overstreet
2019-07-11bcachefs: Fix stripe_idx_to_delete()Kent Overstreet
2019-07-11XArray: Fix xas_next() with a single entry at 0Matthew Wilcox (Oracle)
2019-07-10bcachefs: Don't try to delete stripes when ROKent Overstreet
2019-07-09bcachefs: track dirtyness at sector level, not pageKent Overstreet
2019-07-09bcachefs: kill page_state_cmpxchgKent Overstreet
2019-07-09bcachefs: Always touch page state with page lockedKent Overstreet
2019-07-09bcachefs: Fix moving compressed dataKent Overstreet
2019-07-04bcachefs: kill bio_for_each_contig_segment()Kent Overstreet
2019-07-03bcachefs: Kill direct access to bi_io_vecKent Overstreet
2019-07-03bcachefs: kill bch2_crc64_updateKent Overstreet
2019-07-02bcachefs: Fix for building with old gccKent Overstreet
2019-06-29bcachefs: Improve bch2_lock_inodes()Kent Overstreet
2019-06-29bcachefs: Check for key size > offsetKent Overstreet
2019-06-27bcachefs: Refactor trans_(get|update)_keyKent Overstreet