summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-27bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet
2024-02-27bcachefs: Correctly reattach subvolumesKent Overstreet
2024-02-27bcachefs: check_path() now prints full inode when reattachingKent Overstreet
2024-02-27bcachefs: Pass inode bkey to check_path()Kent Overstreet
2024-02-27bcachefs: Fix path where dirent -> subvol missing and we don't fixKent Overstreet
2024-02-27bcachefs: bch_subvolume::parent -> creation_parentKent Overstreet
2024-02-27bcachefs: Repair subvol dirents that point to non subvolsKent Overstreet
2024-02-27bcachefs: check dirent->d_parent_subvolKent Overstreet
2024-02-27bcachefs: check inode->bi_parent_subvol against direntKent Overstreet
2024-02-27bcachefs: delete duplicated checks in check_dirent_to_subvol()Kent Overstreet
2024-02-27bcachefs: simplify check_dirent_inode_dirent()Kent Overstreet
2024-02-27bcachefs: check bi_parent_subvol in check_inode()Kent Overstreet
2024-02-27bcachefs: better log message in lookup_inode_for_snapshot()Kent Overstreet
2024-02-27bcachefs: check_inode_dirent_inode()Kent Overstreet
2024-02-27bcachefs: Check subvol <-> inode pointers in check_inode()Kent Overstreet
2024-02-27bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet
2024-02-27bcachefs: Kill more -EIO error codesKent Overstreet
2024-02-27thread_with_stdio: suppress hung task warningKent Overstreet
2024-02-27kernel/hung_task.c: export sysctl_hung_task_timeout_secsKent Overstreet
2024-02-27thread_with_stdio: Mark completed in ->release()Kent Overstreet
2024-02-27thread_with_file: Lift from bcachefsKent Overstreet
2024-02-27darray: lift from bcachefsKent Overstreet
2024-02-27bcachefs: Thread with file documentationKent Overstreet
2024-02-27bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()Kent Overstreet
2024-02-27bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet
2024-02-27bcachefs: thread_with_stdio: convert to darrayKent Overstreet
2024-02-27bcachefs: thread_with_stdio: eliminate double bufferingKent Overstreet
2024-02-27bcachefs: kill kvpmalloc()Kent Overstreet
2024-02-27mempool: kvmalloc poolKent Overstreet
2024-02-27time_stats: Kill TIME_STATS_HAVE_QUANTILESKent Overstreet
2024-02-27time_stats: report information in json formatDarrick J. Wong
2024-02-27time_stats: shrink time_stat_buffer for better alignmentDarrick J. Wong
2024-02-27mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong
2024-02-27time_stats: allow custom epoch namesDarrick J. Wong
2024-02-27time_stats: don't print any output if event count is zeroDarrick J. Wong
2024-02-27time_stats: add larger unitsDarrick J. Wong
2024-02-27time_stats: fix struct layout bloatDarrick J. Wong
2024-02-27time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong
2024-02-27time_stats: report lifetime of the stats objectDarrick J. Wong
2024-02-27bcache: Convert to lib/time_statsKent Overstreet
2024-02-27time_stats: Promote to lib/Kent Overstreet
2024-02-27bcachefs: bch2_time_stats_to_seq_buf()Kent Overstreet
2024-02-27eytzinger: Promote to include/linux/Kent Overstreet
2024-02-27mean and variance: Promote to lib/mathKent Overstreet
2024-02-27bcachefs: bch2_lookup() gives better error message on inode not foundKent Overstreet
2024-02-27bcachefs: bch2_inode_insert()Kent Overstreet
2024-02-27mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNKent Overstreet
2024-02-27mm: introduce memalloc_flags_{save,restore}Kent Overstreet
2024-02-27bcachefs: factor out check_inode_backpointer()Kent Overstreet
2024-02-27bcachefs: Factor out check_subvol_dirent()Kent Overstreet