summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2023-10-22bcachefs: bch2_btree_iter_peek_slot() now supports BTREE_ITER_WITH_UPDATESKent Overstreet
2023-10-22bcachefs: BTREE_ITER_WITH_UPDATESKent Overstreet
2023-10-22bcachefs: Child btree iteratorsKent Overstreet
2023-10-22bcachefs: Drop all btree locks when submitting btree node readsKent Overstreet
2023-10-22bcachefs: More topology repair codeKent Overstreet
2023-10-22bcachefs: Fix a buffer overrunKent Overstreet
2023-10-22bcachefs: Don't mark superblocks past end of usable spaceKent Overstreet
2023-10-22bcachefs: Fix a spurious debug mode assertionKent Overstreet
2023-10-22bcachefs: Fix unitialized use of a valueBrett Holman
2023-10-22bcachefs: do not compile acl mod on minimal configDan Robertson
2023-10-22bcachefs: btree_iter->should_be_lockedKent Overstreet
2023-10-22bcachefs: Improve btree iterator tracepointsKent Overstreet
2023-10-22bcachefs: Preallocate transaction memKent Overstreet
2023-10-22bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2023-10-22bcachefs; Check for allocator thread shutdownKent Overstreet
2023-10-22bcachefs: Journal space calculation fixKent Overstreet
2023-10-22bcachefs: Don't fragment extents when making them indirectKent Overstreet
2023-10-22bcachefs: Fsck for reflink refcountsKent Overstreet
2023-10-22bcachefs: Assorted endianness fixesKent Overstreet
2023-10-22bcachefs: Fix a deadlockKent Overstreet
2023-10-22bcachefs: Split out btree_error_wqKent Overstreet
2023-10-22bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet
2023-10-22bcachefs: Fix journal write error pathKent Overstreet
2023-10-22bcachefs: Reflink refcount fixKent Overstreet
2023-10-22bcachefs: Add an option to control sharding new inode numbersKent Overstreet
2023-10-22bcachefs: Don't use bch_write_op->cl for delivering completionsKent Overstreet
2023-10-22bcachefs: Kill bch_write_op.index_update_fnKent Overstreet
2023-10-22bcachefs: Inline fastpath of bch2_disk_reservation_add()Kent Overstreet
2023-10-22bcachefs: Don't use uuid in tracepointsKent Overstreet
2023-10-22bcachefs: Add a tracepoint for copygc waitingKent Overstreet
2023-10-22bcachefs: Add a cond_resched call to the copygc main loopKent Overstreet
2023-10-22bcachefs: Fix a null ptr derefKent Overstreet
2023-10-22bcachefs: Fix an issue with inconsistent btree writes after unclean shutdownKent Overstreet
2023-10-22bcachefs: Improve FS_IOC_GOINGDOWN ioctlKent Overstreet
2023-10-22bcachefs: Add a workqueue for btree io completionsKent Overstreet
2023-10-22bcachefs: rewrote prefetch asm in gas syntax for clang compatibilityBrett Holman
2023-10-22bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet
2023-10-22bcachefs: Don't repair btree nodes until after interior journal replay is doneKent Overstreet
2023-10-22bcachefs: Fix an uninitialized varKent Overstreet
2023-10-22bcachefs: Fix for buffered writes getting -ENOSPCKent Overstreet
2023-10-22bcachefs: Fix inode backpointers in RENAME_OVERWRITEKent Overstreet
2023-10-22bcachefs: Make bch2_remap_range respect O_SYNCKent Overstreet
2023-10-22bcachefs: Split extents if necessary in bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: Ratelimiting for writeback IOsKent Overstreet
2023-10-22bcachefs: statfs resports incorrect avail blocksDan Robertson
2023-10-22bcachefs: Fix for bch2_bkey_pack_pos() not initializing len/version fieldsKent Overstreet
2023-10-22bcachefs: Fix a memcpy callKent Overstreet
2023-10-22bcachefs: Fix bch2_extent_can_insert() callKent Overstreet
2023-10-22bcachefs: Make sure to pass a disk reservation to bch2_extent_update()Kent Overstreet
2023-10-22bcachefs: made changes to support clang, fixed a couple bugsBrett Holman