linux-bcachefs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-22 17:37:14 to 2024-02-19 22:04:25 UTC [more...]

[PATCH] arm: Silence gcc warnings about arch ABI drift
 2024-02-19 22:04 UTC  (16+ messages)

[PATCH v2] bcachefs: Avoid a potential useless over memory allocation in bch2_prt_[v]printf()
 2024-02-19 21:36 UTC  (6+ messages)

[PATCH 0/3] fragmention_lru validation and repair code
 2024-02-19 14:49 UTC  (4+ messages)
` [PATCH 1/3] bcachefs: alloc_v4_invalid() now checks fragmenation for consistency
` [PATCH 2/3] bcachefs: update fragmenation_lru in alloc_write_key()
` [PATCH 3/3] bcachefs: add check for missing fragmentation in check_alloc_to_lru_ref()

[PATCH 0/1] bcachefs: copygc: remove ambiguity in bucket struct names
 2024-02-19 14:08 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/3] tracepoint improvements
 2024-02-19 14:01 UTC  (4+ messages)
` [PATCH 1/3] bcachefs: improve move_extent tracepoints
` [PATCH 2/3] bcachefs: improve evacuate_bucket tracepoints
` [PATCH 3/3] bcachefs: improve copygc tracepoints

[PATCH 0/3] *** improved shrinker stats ***
 2024-02-19 13:28 UTC  (4+ messages)
` [PATCH 1/3] bcachefs: add a printbuf formatter for percentages
` [PATCH 2/3] bcachefs: add btree_key_cache shrinker stats
` [PATCH 3/3] bcachefs: add hit/miss percent to btree_cache sysfs

[PATCH v2] bcachefs: fix the error code when mounting with incorrect options
 2024-02-19 12:27 UTC  (2+ messages)

[PATCH] bcachefs: fix the error code when mounting with incorrect options
 2024-02-19 10:04 UTC  (2+ messages)

[PATCH] bcachefs: fix warning about alignment of bversion in bkey
 2024-02-18 23:20 UTC 

[GIT PULL] bcachefs fixes for 6.8-rc5
 2024-02-17 21:23 UTC  (2+ messages)

[PATCH] bch_bindgen: fix packed and aligned structs on i686, ppc64
 2024-02-17 18:20 UTC 

[weekly bcachefs cabal] tuesday, 1PM EST
 2024-02-16 22:13 UTC 

kernel oops on bcachefs umount, 6.7 kernel
 2024-02-16 15:57 UTC  (6+ messages)

[PATCH] MAINTAINERS: repair file entries in THREAD WITH FILE
 2024-02-16  8:19 UTC 

[PATCH v2] bcachefs: omit alignment attribute on big endian struct bkey
 2024-02-16  2:54 UTC  (2+ messages)

[PATCH v3] bcachefs: skip invisible entries in empty subvolume checking
 2024-02-16  0:26 UTC  (4+ messages)

[PATCH v2] bcachefs: fix iov_iter count underflow on sub-block dio read
 2024-02-16  0:14 UTC  (3+ messages)

[PATCH] bcachefs: omit alignment attribute on big endian struct bkey
 2024-02-16  0:12 UTC  (4+ messages)

I/O errors while writing to external Transcend XS-2000 4TB SSD
 2024-02-15 15:36 UTC  (7+ messages)

[PATCH] bcachefs: fix iov_iter count underflow on sub-block dio read
 2024-02-15  6:59 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 2c3b09aac00d7835023bbc4473ee06696be64fa8
 2024-02-15  5:06 UTC 

static assertion failed in fs/bcachefs/journal_io.c
 2024-02-14 10:41 UTC  (2+ messages)

[GIT PULL] bcachefs stable updates for v6.7
 2024-02-14  6:51 UTC  (6+ messages)

[PATCH] ktest: add a test case for rmdir empty snapshot
 2024-02-14  2:25 UTC  (2+ messages)

Coverity: darray_vprintf(): API usage errors
 2024-02-14  0:03 UTC 

[ANNOUNCE] thread with file: twf-cleanups updated to 1737799da27ff
 2024-02-13 19:17 UTC 

[PATCH v2] bcachefs: skip invisible entries in empty subvolume checking
 2024-02-13  7:50 UTC 

[linux-next:master] BUILD REGRESSION ae00c445390b349e070a64dc62f08aa878db7248
 2024-02-13  5:15 UTC 

Mounting a encrypted disk: Fatal error: Required key not available
 2024-02-11 16:15 UTC  (6+ messages)

[PATCH] bcachefs: skip invisible entries in empty subvolume checking
 2024-02-11  7:49 UTC  (3+ messages)

Error while unlocking encrypted BCacheFS: Required key not available
 2024-02-10 18:34 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 445a555e0623387fa9b94e68e61681717e70200a
 2024-02-10  6:49 UTC 

[PATCH] bcachefs: fix kmemleak in __bch2_read_super error handling path
 2024-02-09 13:41 UTC 

[linux-next:master] BUILD REGRESSION b1d3a0e70c3881d2f8cf6692ccf7c2a4fb2d030d
 2024-02-09  5:23 UTC 

[PATCH RFC 0/3] bcachefs: add framework for internal Rust code
 2024-02-08  4:19 UTC  (7+ messages)

[PATCH RFC 3/3] bcachefs: introduce Rust module implementation
 2024-02-07  6:58 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION ac139fc7db67968e5061715508b5fc4aa7c40c56
 2024-02-07  6:37 UTC 

[PATCH RFC 2/3] bcachefs: create framework for Rust bindings
 2024-02-07  5:58 UTC 

[PATCH RFC 1/3] kbuild: rust: move bindgen commands to top-level
 2024-02-07  5:57 UTC 

[GIT PULL] bcachefs fixes for 6.8-rc4
 2024-02-06  7:47 UTC  (2+ messages)

[PATCH] bcachefs: Use alloc_ordered_workqueue() to create ordered workqueues
 2024-02-06  0:13 UTC  (3+ messages)

[PATCH] bcachefs: install fd later to avoid race with close
 2024-02-05  3:10 UTC  (4+ messages)

[PATCH] rust: update bindgen to 0.69.4; remove custom type modifications
 2024-02-04 23:45 UTC  (2+ messages)

[PATCH 1/5] mean and variance: Promote to lib/math
 2024-02-02  9:56 UTC  (13+ messages)
` [PATCH 2/5] eytzinger: Promote to include/linux/
` [PATCH 3/5] bcachefs: bch2_time_stats_to_seq_buf()
` [PATCH 4/5] time_stats: Promote to lib/
` [PATCH 5/5] bcache: Convert to lib/time_stats

[linux-next:master] BUILD REGRESSION 51b70ff55ed88edd19b080a524063446bcc34b62
 2024-02-01 16:54 UTC 

`bcachefs data job` -b option is unreachable
 2024-02-01 11:29 UTC 

[bug report] bcachefs: missing error checks for bio_alloc_bioset()
 2024-02-01 10:45 UTC  (8+ messages)

[PATCH 1/3] bcachefs: bio per journal buf
 2024-01-31 20:16 UTC  (3+ messages)
` [PATCH 2/3] bcachefs: closure "
` [PATCH 3/3] bcachefs: better journal pipelining

[linux-next:master] BUILD REGRESSION 06f658aadff0e483ee4f807b0b46c9e5cba62bfa
 2024-01-31 14:39 UTC 

[PATCH v4 1/2] fstests: introduce MKFS_BCACHEFS_PROG for bcachefs
 2024-01-31 14:11 UTC  (4+ messages)
` [PATCH v4 2/2] common/rc: improve block_size support "

[linux-next:master] BUILD REGRESSION 41d66f96d0f15a0a2ad6fa2208f6bac1a66cbd52
 2024-01-30 18:20 UTC 

[PATCH] make-release-tarball.sh: run cargo audit
 2024-01-30  7:03 UTC 

[PATCH v3 1/2] fstests: introduce MKFS_BCACHEFS_PROG for bcachefs
 2024-01-29 23:44 UTC  (6+ messages)
` [PATCH v3 2/2] common/rc: improve block_size support "

[PATCH] bcachefs: unlock parent dir if entry is not found in subvolume deletion
 2024-01-29  3:15 UTC  (5+ messages)

[PATCH] bcachefs: Fix build on parisc by avoiding __multi3()
 2024-01-28  8:53 UTC 

[GIT PULL] bcachefs fixes for 6.8-rc2
 2024-01-27 17:21 UTC  (2+ messages)

[PATCH v2 1/2] fstests: introduce MKFS_BCACHEFS_PROG for bcachefs
 2024-01-26 13:40 UTC  (9+ messages)
` [PATCH v2 2/2] common/rc: improve block size support "

[GIT PULL] bcachefs updates for 6.8
 2024-01-25 21:46 UTC  (14+ messages)

[linux-next:master] BUILD REGRESSION 01af33cc9894b4489fb68fa35c40e9fe85df63dc
 2024-01-25 16:41 UTC 

[bug report] bcachefs: missing error checking in __bch2_btree_root_alloc()
 2024-01-25 14:38 UTC  (2+ messages)

bcachefs fails to mount loop device on kernel
 2024-01-24 21:32 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 774551425799cb5bbac94e1768fd69eec4f78dd4
 2024-01-24  3:23 UTC 

[PATCH BCACHEFS-TOOLS v2] use upstream bindgen; fix packed and aligned types
 2024-01-23 14:36 UTC 

[PATCH 42/82] bcachefs: Refactor intentional wrap-around test
 2024-01-23  6:36 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 319fbd8fc6d339e0a1c7b067eed870c518a13a02
 2024-01-23  1:36 UTC 

[PATCH] bcachefs: fix incorrect usage of REQ_OP_FLUSH
 2024-01-23  0:42 UTC  (10+ messages)

[PATCH BCACHEFS-TOOLS] use upstream bindgen; fix packed and aligned types
 2024-01-22 20:19 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).