summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-13bcachefs: thread_with_file: allow ioctls against these filesDarrick J. Wong
2024-03-13bcachefs: thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong
2024-03-13bcachefs: thread_with_file: fix various printf problemsDarrick J. Wong
2024-03-13bcachefs: thread_with_file: allow creation of readonly filesDarrick J. Wong
2024-03-13bcachefs: thread_with_stdio: suppress hung task warningKent Overstreet
2024-03-13kernel/hung_task.c: export sysctl_hung_task_timeout_secsKent Overstreet
2024-03-13bcachefs: thread_with_stdio: Mark completed in ->release()Kent Overstreet
2024-03-13bcachefs: Thread with file documentationKent Overstreet
2024-03-13bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()Kent Overstreet
2024-03-13bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet
2024-03-13bcachefs: thread_with_stdio: convert to darrayKent Overstreet
2024-03-13bcachefs: thread_with_stdio: eliminate double bufferingKent Overstreet
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet
2024-03-13mempool: kvmalloc poolKent Overstreet
2024-03-10bcachefs: bch2_lookup() gives better error message on inode not foundKent Overstreet
2024-03-10bcachefs: bch2_inode_insert()Kent Overstreet
2024-03-10mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNKent Overstreet
2024-03-10mm: introduce memalloc_flags_{save,restore}Kent Overstreet
2024-03-10bcachefs: factor out check_inode_backpointer()Kent Overstreet
2024-03-10bcachefs: Factor out check_subvol_dirent()Kent Overstreet
2024-03-10bcachefs: Kill some -EINVALsKent Overstreet
2024-03-10bcachefs: bump max_active on btree_interior_update_workerKent Overstreet
2024-03-10bcachefs: move fsck_write_inode() to inode.cKent Overstreet
2024-03-10bcachefs: Initialize super_block->s_uuidKent Overstreet
2024-03-10bcachefs: Switch to uuid_to_fsid()Kent Overstreet
2024-03-10bcachefs: Subvolumes may now be renamedKent Overstreet
2024-03-10bcachefs: btree node prefetching in check_topologyKent Overstreet
2024-03-10bcachefs: btree_and_journal_iter.transKent Overstreet
2024-03-10bcachefs: better journal pipeliningKent Overstreet
2024-03-10bcachefs: closure per journal bufKent Overstreet
2024-03-10bcachefs: bio per journal bufKent Overstreet
2024-03-10bcachefs: jset_entry_datetimeKent Overstreet
2024-03-10bcachefs: improve journal entry read fsck error messagesKent Overstreet
2024-03-10bcachefs: convert journal replay ptrs to darrayKent Overstreet
2024-03-10bcachefs: Cleanup bch2_dirent_lookup_trans()Kent Overstreet
2024-03-10bcachefs: bch2_hash_set_snapshot() -> bch2_hash_set_in_snapshot()Kent Overstreet
2024-03-10bcachefs: Workqueues should be WQ_HIGHPRIKent Overstreet
2024-03-10bcachefs: Improve bch2_dirent_to_text()Kent Overstreet
2024-03-10bcachefs: fixup for building in userspaceKent Overstreet
2024-03-10bcachefs: Avoid taking journal lock unnecessarilyKent Overstreet
2024-03-10bcachefs: Journal writes should be REQ_SYNC|REQ_METAKent Overstreet
2024-03-10bcachefs: Avoid setting j->write_work unnecessarilyKent Overstreet
2024-03-10bcachefs: Split out journal workqueueKent Overstreet
2024-03-10bcachefs: Kill unnecessary wakeups in journal reclaimKent Overstreet
2024-03-10bcachefs: skip invisible entries in empty subvolume checkingGuoyu Ou
2024-03-10bcachefs: fix split brain messageKent Overstreet
2024-03-10bcachefs: Set path->uptodate when no node at levelKent Overstreet
2024-03-10bcachefs: Correctly validate k->u64s in btree node read pathKent Overstreet
2024-03-10bcachefs: Fix degraded mode fsckKent Overstreet
2024-03-10bcachefs: Fix journal replay with unreadable btree rootsKent Overstreet