aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Preallocate transaction memKent Overstreet3-4/+4
2023-10-22bcachefs: Check for errors from bch2_trans_update()Kent Overstreet13-54/+54
2023-10-22bcachefs; Check for allocator thread shutdownKent Overstreet1-0/+5
2023-10-22bcachefs: Journal space calculation fixKent Overstreet1-0/+4
2023-10-22bcachefs: Don't fragment extents when making them indirectKent Overstreet1-30/+22
2023-10-22bcachefs: Fsck for reflink refcountsKent Overstreet5-32/+359
2023-10-22bcachefs: Assorted endianness fixesKent Overstreet8-26/+27
2023-10-22bcachefs: Fix a deadlockKent Overstreet3-7/+27
2023-10-22bcachefs: Split out btree_error_wqKent Overstreet3-1/+6
2023-10-22bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet3-5/+4
2023-10-22bcachefs: Fix journal write error pathKent Overstreet2-14/+12
2023-10-22bcachefs: Reflink refcount fixKent Overstreet1-11/+13
2023-10-22bcachefs: Add an option to control sharding new inode numbersKent Overstreet3-8/+21
2023-10-22bcachefs: Don't use bch_write_op->cl for delivering completionsKent Overstreet3-45/+28
2023-10-22bcachefs: Kill bch_write_op.index_update_fnKent Overstreet5-27/+42
2023-10-22bcachefs: Inline fastpath of bch2_disk_reservation_add()Kent Overstreet2-6/+26
2023-10-22bcachefs: Don't use uuid in tracepointsKent Overstreet3-51/+45
2023-10-22bcachefs: Add a tracepoint for copygc waitingKent Overstreet2-0/+22
2023-10-22bcachefs: Add a cond_resched call to the copygc main loopKent Overstreet1-0/+2
2023-10-22bcachefs: Fix a null ptr derefKent Overstreet1-0/+5
2023-10-22bcachefs: Fix an issue with inconsistent btree writes after unclean shutdownKent Overstreet1-1/+18
2023-10-22bcachefs: Improve FS_IOC_GOINGDOWN ioctlKent Overstreet1-11/+49
2023-10-22bcachefs: Add a workqueue for btree io completionsKent Overstreet8-23/+39
2023-10-22bcachefs: rewrote prefetch asm in gas syntax for clang compatibilityBrett Holman1-7/+5
2023-10-22bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet3-8/+274
2023-10-22bcachefs: Don't repair btree nodes until after interior journal replay is doneKent Overstreet1-0/+3
2023-10-22bcachefs: Fix an uninitialized varKent Overstreet1-0/+1
2023-10-22bcachefs: Fix for buffered writes getting -ENOSPCKent Overstreet5-16/+28
2023-10-22bcachefs: Fix inode backpointers in RENAME_OVERWRITEKent Overstreet2-1/+11
2023-10-22bcachefs: Make bch2_remap_range respect O_SYNCKent Overstreet1-0/+5
2023-10-22bcachefs: Split extents if necessary in bch2_trans_update()Kent Overstreet3-8/+30
2023-10-22bcachefs: Ratelimiting for writeback IOsKent Overstreet3-0/+8
2023-10-22bcachefs: statfs resports incorrect avail blocksDan Robertson3-9/+9
2023-10-22bcachefs: Fix for bch2_bkey_pack_pos() not initializing len/version fieldsKent Overstreet1-1/+8
2023-10-22bcachefs: Fix a memcpy callKent Overstreet1-1/+2
2023-10-22bcachefs: Fix bch2_extent_can_insert() callKent Overstreet2-7/+9
2023-10-22bcachefs: Make sure to pass a disk reservation to bch2_extent_update()Kent Overstreet1-1/+5
2023-10-22bcachefs: made changes to support clang, fixed a couple bugsBrett Holman4-3/+6
2023-10-22bcachefs: Fix locking in __bch2_set_nr_journal_buckets()Kent Overstreet1-5/+10
2023-10-22bcachefs: properly initialize used valuesDan Robertson3-10/+13
2023-10-22bcachefs: Repair code for multiple types of data in same bucketKent Overstreet2-11/+66
2023-10-22bcachefs: Fix out of bounds read in fs usage ioctlDan Robertson1-1/+2
2023-10-22bcachefs: Fix null deref in bch2_ioctl_read_superDan Robertson1-1/+1
2023-10-22bcachefs: Fix possible null deref on mountDan Robertson1-1/+1
2023-10-22bcachefs: Fix error in parsing of mount optionsDan Robertson1-5/+22
2023-10-22bcachefs: avoid out-of-bounds in split_devsStijn Tintel1-0/+4
2023-10-22bcachefs: Make sure to use BTREE_ITER_PREFETCH in fsckKent Overstreet1-8/+23
2023-10-22bcachefs: Fix bch2_btree_iter_peek_with_updates()Kent Overstreet1-7/+7
2023-10-22bcachefs: Fix reflink triggerKent Overstreet2-7/+41
2023-10-22bcachefs: Fix some refcounting bugsKent Overstreet6-13/+18