summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-08bcachefs: Fix erasure coding disk space accountingec_disk_accountingKent Overstreet
2019-10-08todoKent Overstreet
2019-10-08bcachefs: Limit pointers to being in only one stripeKent Overstreet
2019-10-08bcachefs: Fix bch2_extent_ptr_durability()Kent Overstreet
2019-10-07bcachefs: Fix incorrect use of bch2_extent_atomic_end()Kent Overstreet
2019-10-04bcachefs: Can't be holding read locks while taking write locksKent Overstreet
2019-10-04bcachefs: Don't allocate memory under mark_lockKent Overstreet
2019-10-04bcachefs: bch2_extent_atomic_end() now traverses iterKent Overstreet
2019-10-04bcachefs: Factor out fs-common.cKent Overstreet
2019-10-04bcachefs: Don't use sha256 for siphash str hash keyKent Overstreet
2019-10-04bcachefs: Only look up inode io opts in extents btreeKent Overstreet
2019-10-04bcachefs: Fix deref of error pointerKent Overstreet
2019-10-02bcachefs: bch2_inode_peek()/bch2_inode_write()Kent Overstreet
2019-10-02bcachefs: Fix undefined behaviourKent Overstreet
2019-10-02bcachefs: Fix an error pathKent Overstreet
2019-10-02mm: Fix missing xas_nomem() callKent Overstreet
2019-10-02bcachefs: Fix __bch2_buffered_write() returning -ENOMEMKent Overstreet
2019-10-02bcachefs: Trust inode in btree over bch_inode_infoKent Overstreet
2019-10-02bcachefs: Fix counting iterators for reflink pointersKent Overstreet
2019-09-30bcachefs: Rework btree iterator lifetimesKent Overstreet
2019-09-26bcachefs: Kill deferred btree updatesKent Overstreet
2019-09-26bcachefs: Fix for partial buffered writesKent Overstreet
2019-09-25bcachefs: BTREE_ITER_SLOTS isn't a type of btree iterKent Overstreet
2019-09-25bcachefs: Improve error handling for for_each_btree_key_continue()Kent Overstreet
2019-09-25bcachefs: Cleanup i_nlink handlingKent Overstreet
2019-09-25bcachefs: Trivial cleanupKent Overstreet
2019-09-24bcachefs: Convert a BUG_ON() to a warningKent Overstreet
2019-09-23Merge pull request #69 from smuenzel/patch-1koverstreet
2019-09-22bcachefs: Count iterators for reflink_p overwrites correctlyKent Overstreet
2019-09-22bcachefs: Drop unnecessary rcu_read_lock()Kent Overstreet
2019-09-22bcachefs: Update path microoptimizationsKent Overstreet
2019-09-22bcachefs: Handle bio_iov_iter_get_pages() returning unaligned bioKent Overstreet
2019-09-22Fix flush_dcache_page in filemap.csmuenzel
2019-09-21bcachefs: Drop unused arg to bch2_open_buckets_stop_dev()Kent Overstreet
2019-09-21bcachefs: Fix validation of replicas entriesKent Overstreet
2019-09-21bcachefs: Add support for FALLOC_FL_INSERT_RANGEKent Overstreet
2019-09-21bcachefs: bch2_btree_iter_peek_prev()Kent Overstreet
2019-09-21bcachefs: Don't write past eofKent Overstreet
2019-09-21bcachefs: Check for extents past eof correctlyKent Overstreet
2019-09-21bcachefs: Debug assertion improvementsKent Overstreet
2019-09-21bcachefs: Add missing bch2_btree_node_iter_fix() callKent Overstreet
2019-09-21bcachefs: Avoid deadlocking on the allocatorKent Overstreet
2019-09-21bcachefs: More btree iter improvementsKent Overstreet
2019-09-21bcachefs: Improve btree_iter_pos_in_node()Kent Overstreet
2019-09-21bcachefs: Debug code improvementsKent Overstreet
2019-09-21bcachefs: Add missing bch2_btree_node_iter_fix() callsKent Overstreet
2019-09-21bcachefs: Optimize calls to bch2_btree_iter_traverse()Kent Overstreet
2019-09-21bcachefs: Fix a typoKent Overstreet
2019-09-21bcachefs: Improved bch2_fcollapse()Kent Overstreet
2019-09-21bcachefs: __bch2_btree_node_iter_fix() improvementsKent Overstreet