aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-13bcachefs: Kill more -EIO error codesGravatar Kent Overstreet 11-20/+27
2024-03-13bcachefs: thread_with_file: add f_ops.flushGravatar Kent Overstreet 3-7/+32
2024-03-13bcachefs: thread_with_file: Fix missing va_end()Gravatar Kent Overstreet 1-0/+2
2024-03-13bcachefs: thread_with_file: allow ioctls against these filesGravatar Darrick J. Wong 2-0/+13
2024-03-13bcachefs: thread_with_file: create ops structure for thread_with_stdioGravatar Darrick J. Wong 3-22/+28
2024-03-13bcachefs: thread_with_file: fix various printf problemsGravatar Darrick J. Wong 2-20/+37
2024-03-13bcachefs: thread_with_file: allow creation of readonly filesGravatar Darrick J. Wong 2-0/+39
2024-03-13bcachefs: thread_with_stdio: suppress hung task warningGravatar Kent Overstreet 1-2/+15
2024-03-13bcachefs: thread_with_stdio: Mark completed in ->release()Gravatar Kent Overstreet 1-4/+10
2024-03-13bcachefs: Thread with file documentationGravatar Kent Overstreet 2-7/+40
2024-03-13bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()Gravatar Kent Overstreet 1-11/+22
2024-03-13bcachefs: thread_with_stdio: kill thread_with_stdio_done()Gravatar Kent Overstreet 3-22/+23
2024-03-13bcachefs: thread_with_stdio: convert to darrayGravatar Kent Overstreet 4-100/+160
2024-03-13bcachefs: thread_with_stdio: eliminate double bufferingGravatar Kent Overstreet 2-41/+18
2024-03-13bcachefs: kill kvpmalloc()Gravatar Kent Overstreet 14-115/+49
2024-03-10bcachefs: bch2_lookup() gives better error message on inode not foundGravatar Kent Overstreet 1-9/+64
2024-03-10bcachefs: bch2_inode_insert()Gravatar Kent Overstreet 1-62/+76
2024-03-10bcachefs: factor out check_inode_backpointer()Gravatar Kent Overstreet 1-9/+29
2024-03-10bcachefs: Factor out check_subvol_dirent()Gravatar Kent Overstreet 1-48/+57
2024-03-10bcachefs: Kill some -EINVALsGravatar Kent Overstreet 2-5/+5
2024-03-10bcachefs: bump max_active on btree_interior_update_workerGravatar Kent Overstreet 1-1/+1
2024-03-10bcachefs: move fsck_write_inode() to inode.cGravatar Kent Overstreet 3-40/+44
2024-03-10bcachefs: Initialize super_block->s_uuidGravatar Kent Overstreet 1-0/+1
2024-03-10bcachefs: Switch to uuid_to_fsid()Gravatar Kent Overstreet 1-5/+1
2024-03-10bcachefs: Subvolumes may now be renamedGravatar Kent Overstreet 2-26/+55
2024-03-10bcachefs: btree node prefetching in check_topologyGravatar Kent Overstreet 4-3/+42
2024-03-10bcachefs: btree_and_journal_iter.transGravatar Kent Overstreet 4-17/+21
2024-03-10bcachefs: better journal pipeliningGravatar Kent Overstreet 4-59/+98
2024-03-10bcachefs: closure per journal bufGravatar Kent Overstreet 3-23/+41
2024-03-10bcachefs: bio per journal bufGravatar Kent Overstreet 3-29/+34
2024-03-10bcachefs: jset_entry_datetimeGravatar Kent Overstreet 4-17/+67
2024-03-10bcachefs: improve journal entry read fsck error messagesGravatar Kent Overstreet 1-41/+55
2024-03-10bcachefs: convert journal replay ptrs to darrayGravatar Kent Overstreet 3-58/+36
2024-03-10bcachefs: Cleanup bch2_dirent_lookup_trans()Gravatar Kent Overstreet 3-26/+14
2024-03-10bcachefs: bch2_hash_set_snapshot() -> bch2_hash_set_in_snapshot()Gravatar Kent Overstreet 3-18/+12
2024-03-10bcachefs: Workqueues should be WQ_HIGHPRIGravatar Kent Overstreet 1-4/+4
2024-03-10bcachefs: Improve bch2_dirent_to_text()Gravatar Kent Overstreet 1-9/+11
2024-03-10bcachefs: fixup for building in userspaceGravatar Kent Overstreet 1-1/+1
2024-03-10bcachefs: Avoid taking journal lock unnecessarilyGravatar Kent Overstreet 2-53/+55
2024-03-10bcachefs: Journal writes should be REQ_SYNC|REQ_METAGravatar Kent Overstreet 1-1/+1
2024-03-10bcachefs: Avoid setting j->write_work unnecessarilyGravatar Kent Overstreet 1-13/+11
2024-03-10bcachefs: Split out journal workqueueGravatar Kent Overstreet 3-16/+19
2024-03-10bcachefs: Kill unnecessary wakeups in journal reclaimGravatar Kent Overstreet 1-11/+9
2024-03-10bcachefs: skip invisible entries in empty subvolume checkingGravatar Guoyu Ou 3-5/+9
2024-03-10bcachefs: fix split brain messageGravatar Kent Overstreet 1-1/+1
2024-03-10bcachefs: Set path->uptodate when no node at levelGravatar Kent Overstreet 1-2/+2
2024-03-10bcachefs: Correctly validate k->u64s in btree node read pathGravatar Kent Overstreet 3-6/+27
2024-03-10bcachefs: Fix degraded mode fsckGravatar Kent Overstreet 1-18/+18
2024-03-10bcachefs: Fix journal replay with unreadable btree rootsGravatar Kent Overstreet 4-6/+70
2024-03-10bcachefs: fix check_inode_deleted_list()Gravatar Kent Overstreet 1-6/+3