summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-05-19bcachefs: Fix locking in __bch2_set_nr_journal_buckets()Kent Overstreet
2021-05-19bcachefs: properly initialize used valuesDan Robertson
2021-05-19bcachefs: Repair code for multiple types of data in same bucketKent Overstreet
2021-05-19bcachefs: Fix out of bounds read in fs usage ioctlDan Robertson
2021-05-19bcachefs: Fix null deref in bch2_ioctl_read_superDan Robertson
2021-05-19bcachefs: Fix possible null deref on mountDan Robertson
2021-05-19bcachefs: Fix error in parsing of mount optionsDan Robertson
2021-05-19bcachefs: avoid out-of-bounds in split_devsStijn Tintel
2021-05-19bcachefs: Make sure to use BTREE_ITER_PREFETCH in fsckKent Overstreet
2021-05-19fixup! bcachefs: Drop invalid stripe ptrs in fsckKent Overstreet
2021-05-19bcachefs: Fix bch2_btree_iter_peek_with_updates()Kent Overstreet
2021-05-19bcachefs: Fix reflink triggerKent Overstreet
2021-05-19bcachefs: Fix some refcounting bugsKent Overstreet
2021-05-19bcachefs: Fix oob write in __bch2_btree_node_writeDan Robertson
2021-05-19bcachefs: Fix usage of last_seq + encryptionKent Overstreet
2021-05-19bcachefs: Clean up bch2_btree_and_journal_walk()Kent Overstreet
2021-05-19bcachefs: Mark newly allocated btree nodes as accessedKent Overstreet
2021-05-19bcachefs: Fix time handlingKent Overstreet
2021-05-19bcachefs: Add a tracepoint for when we block on journal reclaimKent Overstreet
2021-05-19bcachefs: Make sure to initialize j->last_flushedKent Overstreet
2021-05-19bcachefs: Ensure that fpunch updates inode timestampsKent Overstreet
2021-05-19bcachefs: Enable .splice_writeKent Overstreet