messages from 2024-02-19 22:04:25 to 2024-03-05 20:21:39 UTC [more...]
[PATCH] bcachefs: chardev: make bch_chardev_class constant
2024-03-05 20:21 UTC
[WIP] bcachefs fs usage update
2024-03-05 12:33 UTC (9+ messages)
[PATCH] make-release-tarball.sh: run cargo audit
2024-03-05 0:49 UTC (2+ messages)
Broken multi-device filesystem
2024-03-04 17:36 UTC
[PATCH] bcachefs: Fix null-ptr-deref in bch2_fs_alloc()
2024-03-04 10:58 UTC (4+ messages)
[PATCH] statx: stx_vol
2024-03-04 9:18 UTC (3+ messages)
[PATCH 00/21] bcachefs disk accounting rewrite
2024-03-01 19:30 UTC (39+ messages)
` [PATCH 01/21] bcachefs: KEY_TYPE_accounting
` [PATCH 02/21] bcachefs: Accumulate accounting keys in journal replay
` [PATCH 03/21] bcachefs: btree write buffer knows how to accumulate bch_accounting keys
` [PATCH 04/21] bcachefs: Disk space accounting rewrite
` [PATCH 05/21] bcachefs: dev_usage updated by new accounting
` [PATCH 06/21] bcachefs: Kill bch2_fs_usage_initialize()
` [PATCH 07/21] bcachefs: Convert bch2_ioctl_fs_usage() to new accounting
` [PATCH 08/21] bcachefs: kill bch2_fs_usage_read()
` [PATCH 09/21] bcachefs: Kill writing old accounting to journal
` [PATCH 10/21] bcachefs: Delete journal-buf-sharded old style accounting
` [PATCH 11/21] bcachefs: Kill bch2_fs_usage_to_text()
` [PATCH 12/21] bcachefs: Kill fs_usage_online
` [PATCH 13/21] bcachefs: Kill replicas_journal_res
` [PATCH 14/21] bcachefs: Convert gc to new accounting
` [PATCH 15/21] bcachefs: Convert bch2_replicas_gc2() "
` [PATCH 16/21] bcachefs: bch2_verify_accounting_clean()
` [PATCH 17/21] bcachefs: Eytzinger accumulation for accounting keys
` [PATCH 18/21] bcachefs: bch_acct_compression
` [PATCH 19/21] bcachefs: Convert bch2_compression_stats_to_text() to new accounting
` [PATCH 20/21] bcachefs: bch2_fs_accounting_to_text()
` [PATCH 21/21] bcachefs: bch2_fs_usage_base_to_text()
[PATCH v2] bcachefs: intercept mountoption value for bool type
2024-03-01 6:38 UTC
[PATCH] bcachefs: avoid returning private error code in bch2_xattr_bcachefs_set
2024-03-01 5:45 UTC (6+ messages)
Status of scrubbing
2024-02-29 20:26 UTC
[PATCH 0/2] buffered write path without inode lock (for bcachefs)
2024-02-29 16:43 UTC (9+ messages)
` [PATCH 1/2] fs: file_remove_privs_flags()
` [PATCH 2/2] bcachefs: Buffered write path now can avoid the inode lock
[BUG] bcachefs fio lockup via generic/703
2024-02-29 16:24 UTC (8+ messages)
[PATCH v2] bcachefs: fix the error code when mounting with incorrect options
2024-02-28 19:34 UTC (4+ messages)
[PATCH TOOLS] add Makefile target for Rust bch_bindgen tests
2024-02-28 1:50 UTC
[PATCH] bcachefs: mark some of the functions in the bcachefs directory static
2024-02-27 11:28 UTC (2+ messages)
[LSF TOPIC] statx extensions for subvol/snapshot filesystems & more
2024-02-26 8:27 UTC (18+ messages)
` [Lsf-pc] "
[PATCH] bcachefs: Remove unused function
2024-02-26 3:00 UTC
[PATCH] bcachefs: Prefer struct_size over open coded arithmetic
2024-02-25 0:52 UTC (2+ messages)
[PATCH] bcachefs: Prefer struct_size over open coded arithmetic
2024-02-24 14:59 UTC
[PATCHBOMB] time_stats, thread_with_file: lifting generic code to lib
2024-02-24 6:02 UTC (51+ messages)
` [PATCHSET 1/6] time_stats: promote to lib/
` [PATCH 1/4] mean and variance: Promote to lib/math
` [PATCH 2/4] eytzinger: Promote to include/linux/
` [PATCH 3/4] bcachefs: bch2_time_stats_to_seq_buf()
` [PATCH 4/4] time_stats: Promote to lib/
` [PATCHSET 2/6] time_stats: cleanups and fixes
` [PATCH 01/10] time_stats: report lifetime of the stats object
` [PATCH 02/10] time_stats: split stats-with-quantiles into a separate structure
` [PATCH 03/10] time_stats: fix struct layout bloat
` [PATCH 04/10] time_stats: add larger units
` [PATCH 05/10] time_stats: don't print any output if event count is zero
` [PATCH 06/10] time_stats: allow custom epoch names
` [PATCH 07/10] mean_and_variance: put struct mean_and_variance_weighted on a diet
` [PATCH 08/10] time_stats: shrink time_stat_buffer for better alignment
` [PATCH 09/10] time_stats: report information in json format
` [PATCH 10/10] time_stats: Kill TIME_STATS_HAVE_QUANTILES
` [PATCHSET RFC 3/6] xfs: capture statistics about wait times
` [PATCH 1/4] xfs: present wait time statistics
` [PATCH 2/4] xfs: present time stats for scrubbers
` [PATCH 3/4] xfs: present timestats in json format
` [PATCH 4/4] xfs: create debugfs uuid aliases
` [PATCHSET 4/6] thread_with_file: promote to lib/
` [PATCH 01/10] bcachefs: thread_with_stdio: eliminate double buffering
` [PATCH 02/10] bcachefs: thread_with_stdio: convert to darray
` [PATCH 03/10] bcachefs: thread_with_stdio: kill thread_with_stdio_done()
` [PATCH 04/10] bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()
` [PATCH 05/10] bcachefs: Thread with file documentation
` [PATCH 06/10] darray: lift from bcachefs
` [PATCH 07/10] thread_with_file: Lift "
` [PATCH 08/10] thread_with_stdio: Mark completed in ->release()
` [PATCH 09/10] kernel/hung_task.c: export sysctl_hung_task_timeout_secs
` [PATCH 10/10] thread_with_stdio: suppress hung task warning
` [PATCHSET 5/6] thread_with_file: cleanups and fixes
` [PATCH 1/5] thread_with_file: allow creation of readonly files
` [PATCH 2/5] thread_with_file: fix various printf problems
` [PATCH 3/5] thread_with_file: create ops structure for thread_with_stdio
` [PATCH 4/5] thread_with_file: allow ioctls against these files
` [PATCH 5/5] thread_with_file: Fix missing va_end()
` [PATCHSET RFC 6/6] xfs: live health monitoring of filesystems
` [PATCH 1/8] xfs: use thread_with_file to create a monitoring file
` [PATCH 2/8] xfs: create hooks for monitoring health updates
` [PATCH 3/8] xfs: create a filesystem shutdown hook
` [PATCH 4/8] xfs: report shutdown events through healthmon
` [PATCH 5/8] xfs: report metadata health "
` [PATCH 6/8] xfs: report media errors "
` [PATCH 7/8] xfs: allow reconfiguration of the health monitoring device
` [PATCH 8/8] xfs: send uevents when mounting and unmounting a filesystem
[PATCH TOOLS] powerpc: use "long long" for 64-bit types in userspace
2024-02-23 23:31 UTC (3+ messages)
[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-02-23 20:45 UTC (7+ messages)
filefrag output
2024-02-23 5:25 UTC
Strange behavior, ignore replicas_required
2024-02-23 0:27 UTC
kernel oops on bcachefs umount, 6.7 kernel
2024-02-22 13:23 UTC (9+ messages)
[PATCH][next] bcachefs: remove redundant assignment to variable ret
2024-02-22 6:37 UTC (7+ messages)
[PATCH] bcachefs: intercept mountoption value for bool type
2024-02-22 3:46 UTC (6+ messages)
[PATCH TOOLS] rust: use libc::Ioctl type for ioctl() request argument
2024-02-22 0:08 UTC (2+ messages)
[bug report] bcachefs: missing error checks for bio_alloc_bioset()
2024-02-22 0:02 UTC (12+ messages)
[GIT PULL] bcachefs stable updates for v6.7
2024-02-20 18:02 UTC (8+ messages)
[PATCH] mean and variance: More tests
2024-02-19 23:31 UTC
[PATCH] arm: Silence gcc warnings about arch ABI drift
2024-02-19 22:04 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox