messages from 2024-03-19 19:49:28 to 2024-04-12 06:32:43 UTC [more...]
[PATCH] bcachefs: fix error path of __bch2_read_super()
2024-04-12 6:32 UTC (3+ messages)
[PATCH v2] bcachefs: chardev: make bch_chardev_class constant
2024-04-12 2:44 UTC (4+ messages)
[PATCH] bcachefs: fix typo in reference to BCACHEFS_DEBUG
2024-04-12 1:35 UTC (7+ messages)
[GIT PULL] bcachefs fixes for rc4
2024-04-11 19:09 UTC (2+ messages)
[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
2024-04-11 17:49 UTC (7+ messages)
` [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
[PATCH RFC 0/3] xfs: nodataio mount option to skip data I/O
2024-04-10 16:17 UTC (5+ messages)
` [PATCH RFC 1/3] iomap: factor out a bio submission helper
` [PATCH RFC 2/3] iomap: add nosubmit flag to skip data I/O on iomap mapping
` [PATCH RFC 3/3] xfs: add nodataio mount option to skip all data I/O
[PATCH v3 00/13] fiemap extension for more physical information
2024-04-09 19:50 UTC (38+ messages)
` [PATCH v3 01/13] fs: fiemap: add physical_length field to extents
` [PATCH v3 01/13] "
` [PATCH v3 02/13] fs: fiemap: update fiemap_fill_next_extent() signature
` [PATCH v3 02/13] "
` [PATCH v3 03/13] fs: fiemap: add new COMPRESSED extent state
` [PATCH v3 03/13] "
` [PATCH v3 04/13] btrfs: fiemap: emit new COMPRESSED state
` [PATCH v3 05/13] btrfs: fiemap: return extent physical size
` [PATCH v3 06/13] nilfs2: fiemap: return correct extent physical length
` [PATCH v3 07/13] ext4: "
` [PATCH v3 08/13] f2fs: fiemap: add physical length to trace_f2fs_fiemap
` [PATCH v3 09/13] f2fs: fiemap: return correct extent physical length
` [PATCH v3 10/13] ocfs2: "
` [PATCH v3 11/13] bcachefs: "
` [PATCH v3 12/13] f2fs: fiemap: emit new COMPRESSED state
` [PATCH v3 13/13] bcachefs: "
[PATCH v3 0/4] bcachefs: fiemap delalloc support and cleanup
2024-04-09 12:21 UTC (7+ messages)
` [PATCH v3 1/4] bcachefs: drop duplicate fiemap sync flag
` [PATCH v3 2/4] bcachefs: track current fiemap offset in start variable
` [PATCH v3 3/4] bcachefs: refactor fiemap processing into extent helper and struct
` [PATCH v3 4/4] bcachefs: add fiemap delalloc extent detection
[PATCH v3 00/17] treewide: Refactor heap related implementation
2024-04-09 8:17 UTC (28+ messages)
` [PATCH v3 01/17] perf/core: Fix several typos
` [PATCH v3 02/17] bcache: Fix typo
` [PATCH v3 03/17] bcachefs: "
` [PATCH v3 04/17] lib min_heap: Add type safe interface
` [PATCH v3 05/17] lib min_heap: Add min_heap_init()
` [PATCH v3 06/17] lib min_heap: Add min_heap_peek()
` [PATCH v3 07/17] lib min_heap: Add min_heap_full()
` [PATCH v3 08/17] lib min_heap: Add args for min_heap_callbacks
` [PATCH v3 09/17] lib min_heap: Add min_heap_sift_up()
` [PATCH v3 10/17] lib min_heap: Add min_heap_del()
` [PATCH v3 11/17] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH v3 12/17] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [PATCH v3 13/17] lib min_heap: Update min_heap_push() to use min_heap_sift_up()
` [PATCH v3 14/17] lib/test_min_heap: Use min_heap_init() for initializing
` [PATCH v3 15/17] lib/test_min_heap: Add test for heap_del()
` [PATCH v3 16/17] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v3 17/17] bcachefs: "
[PATCH] bcachefs: Optimize eytzinger0_sort() with bottom-up heapsort
2024-04-07 4:12 UTC (6+ messages)
` [PATCH v2] "
[PATCH] bcachefs: Rename struct field swap to prevent macro naming collision
2024-04-06 21:38 UTC (4+ messages)
[PATCH 0/2] toctree fix for bcachefs docs
2024-04-06 5:25 UTC (4+ messages)
` [PATCH 1/2] Documentation: filesystems: Add bcachefs toctree
` [PATCH 2/2] MAINTAINERS: Add entry for bcachefs documentation
[PATCH] bcachefs: fix ! vs ~ typo in __clear_bit_le64()
2024-04-05 18:42 UTC (2+ messages)
syzbot for bcachefs?
2024-04-05 16:20 UTC (2+ messages)
[GIT PULL] bcachefs repair code for rc3
2024-04-04 22:58 UTC (2+ messages)
[GIT PULL] bcachefs fixes for 6.9-rc3
2024-04-02 20:06 UTC (2+ messages)
[PATCH] bcachefs: add REQ_SYNC and REQ_IDLE in write dio
2024-03-27 2:32 UTC (3+ messages)
[PATCH] bcachefs: fix the count of nr_freed_pcpu after changing bc->freed_nonpcpu list
2024-03-27 2:15 UTC (5+ messages)
[PATCH] bcachefs: fix trans->mem realloc in __bch2_trans_kmalloc
2024-03-25 2:50 UTC
[GIT PULL] bcachefs fixes for 6.7.y
2024-03-24 13:51 UTC (2+ messages)
[PATCH v2 00/15] treewide: Refactor heap related implementation
2024-03-23 2:19 UTC (35+ messages)
` [PATCH v2 01/15] perf/core: Fix several typos
` [PATCH v2 02/15] bcache: Fix typo
` [PATCH v2 03/15] bcachefs: "
` [PATCH v2 04/15] lib min_heap: Add type safe interface
` [PATCH v2 05/15] lib min_heap: Add min_heap_init()
` [PATCH v2 06/15] lib min_heap: Add min_heap_peek()
` [PATCH v2 07/15] lib min_heap: Add min_heap_full()
` [PATCH v2 08/15] lib min_heap: Add min_heap_del()
` [PATCH v2 09/15] lib min_heap: Add min_heap_sift_up()
` [PATCH v2 10/15] lib min_heap: Add args for min_heap_callbacks
` [PATCH v2 11/15] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH v2 12/15] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [PATCH v2 13/15] lib/test_min_heap: Use min_heap_init() for initializing
` [PATCH v2 14/15] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v2 15/15] bcachefs: "
[PATCH] bcachefs: fix misplaced newline in __bch2_inode_unpacked_to_text()
2024-03-21 3:44 UTC (2+ messages)
[PATCH RFC 0/2] bcachefs: refactoring of btree_path status
2024-03-21 2:00 UTC (14+ messages)
` [PATCH RFC 1/2] bcachefs: use btree_path_state to represent "
` [PATCH RFC 2/2] bcachefs: optimize btree_path status representation
[fs/bcachefs] Question about memory allocation in btree_paths_realloc
2024-03-20 21:50 UTC (3+ messages)
[PATCH 00/13] treewide: Refactor heap related implementation
2024-03-20 4:43 UTC (30+ messages)
` [PATCH 02/13] bcache: Fix typo
` [PATCH 03/13] bcachefs: "
` [PATCH 04/13] lib min_heap: Add type safe interface
` [PATCH 05/13] lib min_heap: Add min_heap_init()
` [PATCH 06/13] lib min_heap: Add min_heap_peek()
` [PATCH 07/13] lib min_heap: Add min_heap_full()
` [PATCH 08/13] lib min_heap: Add args for min_heap_callbacks
` [PATCH 09/13] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH 11/13] lib min_heap: Add min_heap_del()
` [PATCH 12/13] lib min_heap: Add min_heap_sift_up()
` [PATCH 13/13] bcachefs: Remove heap-related macros and switch to generic min_heap
[GIT PULL] bachefs fixes for 6.9-rc1
2024-03-20 0:32 UTC (2+ 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