summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: Fix an iterator counting bugKent Overstreet2023-10-221-14/+1
* bcachefs: Fix flushing held btree writes when there's a fs errorKent Overstreet2023-10-221-0/+3
* bcachefs: Fix iterator counting for reflink pointers (again)Kent Overstreet2023-10-221-1/+2
* bcachefs: Fix a debug assertionKent Overstreet2023-10-221-0/+7
* bcachefs: Switch to .iterate_shared for readdirKent Overstreet2023-10-221-32/+13
* bcachefs: Fix creation of lost+foundKent Overstreet2023-10-221-1/+1
* bcachefs: Fix a subtle race in the btree split pathKent Overstreet2023-10-223-4/+18
* bcachefs: Kill bchfs_extent_update()Kent Overstreet2023-10-226-249/+132
* bcachefs: Convert bch2_fpunch to bch2_extent_update()Kent Overstreet2023-10-226-129/+163
* bcachefs: Split out bchfs_extent_update()Kent Overstreet2023-10-225-155/+178
* bcachefs: Kill some dependencies on ei_inodeKent Overstreet2023-10-222-58/+62
* bcachefs: Check if extending inode differentlyKent Overstreet2023-10-223-24/+50
* bcachefs: Fix bch2_btree_iter_next() after peek_slot()Kent Overstreet2023-10-221-0/+8
* bcachefs: Refactor bch2_readdir() a bitKent Overstreet2023-10-221-12/+7
* bcachefs: Add a lock to bch_page_stateKent Overstreet2023-10-221-8/+16
* bcachefs: Fix erasure coding disk space accountingKent Overstreet2023-10-222-51/+87
* bcachefs: Fix ec_stripes_read()Kent Overstreet2023-10-222-20/+16
* bcachefs: Limit pointers to being in only one stripeKent Overstreet2023-10-226-38/+29
* bcachefs: Fix bch2_extent_ptr_durability()Kent Overstreet2023-10-221-1/+1
* bcachefs: Fix bch2_mark_extent()Kent Overstreet2023-10-221-1/+2
* bcachefs: Initialize journal pad data in bch_replica_entry objects.Justin Husted2023-10-221-3/+4
* bcachefs: Fix uninitialized data in bch2_gc_btree()Justin Husted2023-10-221-1/+1
* bcachefs: Fix incorrect use of bch2_extent_atomic_end()Kent Overstreet2023-10-221-1/+3
* bcachefs: Can't be holding read locks while taking write locksKent Overstreet2023-10-226-25/+33
* bcachefs: Don't allocate memory under mark_lockKent Overstreet2023-10-221-10/+16
* bcachefs: bch2_extent_atomic_end() now traverses iterKent Overstreet2023-10-223-16/+10
* bcachefs: Factor out fs-common.cKent Overstreet2023-10-2212-533/+586
* bcachefs: Don't use sha256 for siphash str hash keyKent Overstreet2023-10-224-20/+41
* bcachefs: Only look up inode io opts in extents btreeKent Overstreet2023-10-221-1/+2
* bcachefs: Fix deref of error pointerKent Overstreet2023-10-221-2/+3
* bcachefs: bch2_inode_peek()/bch2_inode_write()Kent Overstreet2023-10-225-192/+198
* bcachefs: Fix undefined behaviourKent Overstreet2023-10-221-0/+3
* bcachefs: Fix an error pathKent Overstreet2023-10-221-2/+5
* bcachefs: Fix __bch2_buffered_write() returning -ENOMEMKent Overstreet2023-10-221-2/+7
* bcachefs: Trust inode in btree over bch_inode_infoKent Overstreet2023-10-221-7/+10
* bcachefs: Fix counting iterators for reflink pointersKent Overstreet2023-10-221-18/+16
* bcachefs: Rework btree iterator lifetimesKent Overstreet2023-10-2210-146/+173
* bcachefs: Kill deferred btree updatesKent Overstreet2023-10-2222-348/+99
* bcachefs: Fix for partial buffered writesKent Overstreet2023-10-221-10/+10
* bcachefs: BTREE_ITER_SLOTS isn't a type of btree iterKent Overstreet2023-10-224-49/+43
* bcachefs: Improve error handling for for_each_btree_key_continue()Kent Overstreet2023-10-223-15/+17
* bcachefs: Cleanup i_nlink handlingKent Overstreet2023-10-224-34/+49
* bcachefs: Trivial cleanupKent Overstreet2023-10-221-5/+1
* bcachefs: Convert a BUG_ON() to a warningKent Overstreet2023-10-221-2/+5
* bcachefs: Count iterators for reflink_p overwrites correctlyKent Overstreet2023-10-221-10/+25
* bcachefs: Drop unnecessary rcu_read_lock()Kent Overstreet2023-10-221-6/+0
* bcachefs: Update path microoptimizationsKent Overstreet2023-10-222-4/+5
* bcachefs: Handle bio_iov_iter_get_pages() returning unaligned bioKent Overstreet2023-10-221-2/+19
* bcachefs: Drop unused arg to bch2_open_buckets_stop_dev()Kent Overstreet2023-10-223-10/+5
* bcachefs: Fix validation of replicas entriesKent Overstreet2023-10-221-8/+14