summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-03-14bcachefs: thread_with_stdio: eliminate double bufferingKent Overstreet2-41/+18
2024-03-14bcachefs: kill kvpmalloc()Kent Overstreet14-115/+49
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-11/+11
2024-03-10bcachefs: bch2_lookup() gives better error message on inode not foundKent Overstreet1-9/+64
2024-03-10bcachefs: bch2_inode_insert()Kent Overstreet1-62/+76
2024-03-10bcachefs: factor out check_inode_backpointer()Kent Overstreet1-9/+29
2024-03-10bcachefs: Factor out check_subvol_dirent()Kent Overstreet1-48/+57
2024-03-10bcachefs: Kill some -EINVALsKent Overstreet2-5/+5
2024-03-10bcachefs: bump max_active on btree_interior_update_workerKent Overstreet1-1/+1
2024-03-10bcachefs: move fsck_write_inode() to inode.cKent Overstreet3-40/+44
2024-03-10bcachefs: Initialize super_block->s_uuidKent Overstreet1-0/+1
2024-03-10bcachefs: Switch to uuid_to_fsid()Kent Overstreet1-5/+1
2024-03-10bcachefs: Subvolumes may now be renamedKent Overstreet2-26/+55
2024-03-10bcachefs: btree node prefetching in check_topologyKent Overstreet4-3/+42
2024-03-10bcachefs: btree_and_journal_iter.transKent Overstreet4-17/+21
2024-03-10bcachefs: better journal pipeliningKent Overstreet4-59/+98
2024-03-10bcachefs: closure per journal bufKent Overstreet3-23/+41
2024-03-10bcachefs: bio per journal bufKent Overstreet3-29/+34
2024-03-10bcachefs: jset_entry_datetimeKent Overstreet4-17/+67
2024-03-10bcachefs: improve journal entry read fsck error messagesKent Overstreet1-41/+55
2024-03-10bcachefs: convert journal replay ptrs to darrayKent Overstreet3-58/+36
2024-03-10bcachefs: Cleanup bch2_dirent_lookup_trans()Kent Overstreet3-26/+14
2024-03-10bcachefs: bch2_hash_set_snapshot() -> bch2_hash_set_in_snapshot()Kent Overstreet3-18/+12
2024-03-10bcachefs: Workqueues should be WQ_HIGHPRIKent Overstreet1-4/+4
2024-03-10bcachefs: Improve bch2_dirent_to_text()Kent Overstreet1-9/+11
2024-03-10bcachefs: fixup for building in userspaceKent Overstreet1-1/+1
2024-03-10bcachefs: Avoid taking journal lock unnecessarilyKent Overstreet2-53/+55
2024-03-10bcachefs: Journal writes should be REQ_SYNC|REQ_METAKent Overstreet1-1/+1
2024-03-10bcachefs: Avoid setting j->write_work unnecessarilyKent Overstreet1-13/+11
2024-03-10bcachefs: Split out journal workqueueKent Overstreet3-16/+19
2024-03-10bcachefs: Kill unnecessary wakeups in journal reclaimKent Overstreet1-11/+9
2024-03-10bcachefs: skip invisible entries in empty subvolume checkingGuoyu Ou3-5/+9
2024-03-10bcachefs: fix split brain messageKent Overstreet1-1/+1
2024-03-10bcachefs: Set path->uptodate when no node at levelKent Overstreet1-2/+2
2024-03-10bcachefs: Correctly validate k->u64s in btree node read pathKent Overstreet3-6/+27
2024-03-10bcachefs: Fix degraded mode fsckKent Overstreet1-18/+18
2024-03-10bcachefs: Fix journal replay with unreadable btree rootsKent Overstreet4-6/+70
2024-03-10bcachefs: fix check_inode_deleted_list()Kent Overstreet1-6/+3
2024-03-10bcachefs: no_splitbrain_check optionKent Overstreet2-8/+22
2024-03-10bcachefs: extent_entry_next_safe()Kent Overstreet1-3/+8
2024-03-10bcachefs: journal_seq_blacklist_add() now handles entries being added out of ...Kent Overstreet2-46/+22
2024-03-10bcachefs: Fix null-ptr-deref in bch2_fs_alloc()Li Zetao1-3/+3
2024-02-25bcachefs: fix bch2_save_backtrace()Kent Overstreet1-1/+1
2024-02-25bcachefs: port block device access to fileChristian Brauner2-11/+11
2024-02-25bcachefs: Fix check_snapshot() memcpyKent Overstreet1-1/+1
2024-02-25bcachefs: Fix bch2_journal_flush_device_pins()Kent Overstreet1-3/+5
2024-02-25bcachefs: fix iov_iter count underflow on sub-block dio readBrian Foster1-0/+2
2024-02-25bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet1-1/+3
2024-02-25bcachefs: Kill __GFP_NOFAIL in buffered read pathKent Overstreet1-13/+8
2024-02-25bcachefs: fix backpointer_to_text() when dev does not existKent Overstreet1-3/+5