summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix a deadlockKent Overstreet2023-10-223-7/+27
* bcachefs: Split out btree_error_wqKent Overstreet2023-10-223-1/+6
* bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet2023-10-223-5/+4
* bcachefs: Fix journal write error pathKent Overstreet2023-10-222-14/+12
* bcachefs: Reflink refcount fixKent Overstreet2023-10-221-11/+13
* bcachefs: Add an option to control sharding new inode numbersKent Overstreet2023-10-223-8/+21
* bcachefs: Don't use bch_write_op->cl for delivering completionsKent Overstreet2023-10-223-45/+28
* bcachefs: Kill bch_write_op.index_update_fnKent Overstreet2023-10-225-27/+42
* bcachefs: Inline fastpath of bch2_disk_reservation_add()Kent Overstreet2023-10-222-6/+26
* bcachefs: Don't use uuid in tracepointsKent Overstreet2023-10-223-51/+45
* bcachefs: Add a tracepoint for copygc waitingKent Overstreet2023-10-222-0/+22
* bcachefs: Add a cond_resched call to the copygc main loopKent Overstreet2023-10-221-0/+2
* bcachefs: Fix a null ptr derefKent Overstreet2023-10-221-0/+5
* bcachefs: Fix an issue with inconsistent btree writes after unclean shutdownKent Overstreet2023-10-221-1/+18
* bcachefs: Improve FS_IOC_GOINGDOWN ioctlKent Overstreet2023-10-221-11/+49
* bcachefs: Add a workqueue for btree io completionsKent Overstreet2023-10-228-23/+39
* bcachefs: rewrote prefetch asm in gas syntax for clang compatibilityBrett Holman2023-10-221-7/+5
* bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet2023-10-223-8/+274
* bcachefs: Don't repair btree nodes until after interior journal replay is doneKent Overstreet2023-10-221-0/+3
* bcachefs: Fix an uninitialized varKent Overstreet2023-10-221-0/+1
* bcachefs: Fix for buffered writes getting -ENOSPCKent Overstreet2023-10-225-16/+28
* bcachefs: Fix inode backpointers in RENAME_OVERWRITEKent Overstreet2023-10-222-1/+11
* bcachefs: Make bch2_remap_range respect O_SYNCKent Overstreet2023-10-221-0/+5
* bcachefs: Split extents if necessary in bch2_trans_update()Kent Overstreet2023-10-223-8/+30
* bcachefs: Ratelimiting for writeback IOsKent Overstreet2023-10-223-0/+8
* bcachefs: statfs resports incorrect avail blocksDan Robertson2023-10-223-9/+9
* bcachefs: Fix for bch2_bkey_pack_pos() not initializing len/version fieldsKent Overstreet2023-10-221-1/+8
* bcachefs: Fix a memcpy callKent Overstreet2023-10-221-1/+2
* bcachefs: Fix bch2_extent_can_insert() callKent Overstreet2023-10-222-7/+9
* bcachefs: Make sure to pass a disk reservation to bch2_extent_update()Kent Overstreet2023-10-221-1/+5
* bcachefs: made changes to support clang, fixed a couple bugsBrett Holman2023-10-224-3/+6
* bcachefs: Fix locking in __bch2_set_nr_journal_buckets()Kent Overstreet2023-10-221-5/+10
* bcachefs: properly initialize used valuesDan Robertson2023-10-223-10/+13
* bcachefs: Repair code for multiple types of data in same bucketKent Overstreet2023-10-222-11/+66
* bcachefs: Fix out of bounds read in fs usage ioctlDan Robertson2023-10-221-1/+2
* bcachefs: Fix null deref in bch2_ioctl_read_superDan Robertson2023-10-221-1/+1
* bcachefs: Fix possible null deref on mountDan Robertson2023-10-221-1/+1
* bcachefs: Fix error in parsing of mount optionsDan Robertson2023-10-221-5/+22
* bcachefs: avoid out-of-bounds in split_devsStijn Tintel2023-10-221-0/+4
* bcachefs: Make sure to use BTREE_ITER_PREFETCH in fsckKent Overstreet2023-10-221-8/+23
* bcachefs: Fix bch2_btree_iter_peek_with_updates()Kent Overstreet2023-10-221-7/+7
* bcachefs: Fix reflink triggerKent Overstreet2023-10-222-7/+41
* bcachefs: Fix some refcounting bugsKent Overstreet2023-10-226-13/+18
* bcachefs: Fix oob write in __bch2_btree_node_writeDan Robertson2023-10-221-0/+3
* bcachefs: Fix usage of last_seq + encryptionKent Overstreet2023-10-223-5/+6
* bcachefs: Clean up bch2_btree_and_journal_walk()Kent Overstreet2023-10-226-50/+26
* bcachefs: Mark newly allocated btree nodes as accessedKent Overstreet2023-10-221-0/+1
* bcachefs: Fix time handlingKent Overstreet2023-10-223-12/+25
* bcachefs: Add a tracepoint for when we block on journal reclaimKent Overstreet2023-10-222-0/+7
* bcachefs: Make sure to initialize j->last_flushedKent Overstreet2023-10-224-11/+20