summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-08bcachefs: Don't mark superblocks past end of usable spacebcachefs-v5.11Kent Overstreet
2021-06-08bcachefs: Fix a spurious debug mode assertionKent Overstreet
2021-06-06bcachefs: Fix unitialized use of a valueBrett Holman
2021-06-05bcachefs: do not compile acl mod on minimal configDan Robertson
2021-06-04bcachefs: btree_iter->should_be_lockedKent Overstreet
2021-06-04bcachefs: Improve btree iterator tracepointsKent Overstreet
2021-06-03bcachefs: Preallocate transaction memKent Overstreet
2021-06-02fixup! bcachefs: Fix a deadlockKent Overstreet
2021-06-02fixup! bcachefs: Fix locking in __bch2_set_nr_journal_buckets()Kent Overstreet
2021-06-02bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2021-05-31bcachefs; Check for allocator thread shutdownKent Overstreet
2021-05-31bcachefs: Journal space calculation fixKent Overstreet
2021-05-30bcachefs: Don't fragment extents when making them indirectKent Overstreet
2021-05-30bcachefs: Fsck for reflink refcountsKent Overstreet
2021-05-30bcachefs: Assorted endianness fixesKent Overstreet
2021-05-30bcachefs: Fix a deadlockKent Overstreet
2021-05-30bcachefs: Split out btree_error_wqKent Overstreet
2021-05-30bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet
2021-05-28fixup! bcachefs: Fix journal write error pathKent Overstreet
2021-05-28fixup! bcachefs: Fix locking in __bch2_set_nr_journal_buckets()Kent Overstreet
2021-05-27bcachefs: Fix journal write error pathKent Overstreet
2021-05-27bcachefs: Reflink refcount fixKent Overstreet
2021-05-27bcachefs: Add an option to control sharding new inode numbersKent Overstreet
2021-05-27bcachefs: Don't use uuid in tracepointsKent Overstreet
2021-05-26bcachefs: Add a tracepoint for copygc waitingKent Overstreet
2021-05-25bcachefs: Add a cond_resched call to the copygc main loopKent Overstreet
2021-05-25bcachefs: Fix a null ptr derefKent Overstreet
2021-05-25fixup! bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet
2021-05-24fixup! bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet
2021-05-22bcachefs: Fix an issue with inconsistent btree writes after unclean shutdownKent Overstreet
2021-05-22bcachefs: Improve FS_IOC_GOINGDOWN ioctlKent Overstreet
2021-05-22bcachefs: Add a workqueue for btree io completionsKent Overstreet
2021-05-22fixup! bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet
2021-05-22bcachefs: rewrote prefetch asm in gas syntax for clang compatibilityBrett Holman
2021-05-22fixup! bcachefs: Rewrite btree nodes with errorsKent Overstreet
2021-05-22bcachefs: Add a debug mode that always reads from every btree replicaKent Overstreet
2021-05-21bcachefs: Don't repair btree nodes until after interior journal replay is doneKent Overstreet
2021-05-20bcachefs: Fix an uninitialized varKent Overstreet
2021-05-20fixup! bcachefs: Require all btree iterators to be freedKent Overstreet
2021-05-20bcachefs: Fix for buffered writes getting -ENOSPCKent Overstreet
2021-05-20bcachefs: Fix inode backpointers in RENAME_OVERWRITEKent Overstreet
2021-05-19bcachefs: Make bch2_remap_range respect O_SYNCKent Overstreet
2021-05-19bcachefs: Split extents if necessary in bch2_trans_update()Kent Overstreet
2021-05-19bcachefs: Move io_in_flight ratelimiting to fs-io.cKent Overstreet
2021-05-19bcachefs: statfs resports incorrect avail blocksDan Robertson
2021-05-19bcachefs: Fix for bch2_bkey_pack_pos() not initializing len/version fieldsKent Overstreet
2021-05-19bcachefs: Fix a memcpy callKent Overstreet
2021-05-19bcachefs: Fix bch2_extent_can_insert() callKent Overstreet
2021-05-19bcachefs: Make sure to pass a disk reservation to bch2_extent_update()Kent Overstreet
2021-05-19bcachefs: made changes to support clang, fixed a couple bugsBrett Holman