messages from 2021-11-25 20:46:05 to 2021-12-02 19:29:03 UTC [more...]
[PATCH] btrfs: send: fix a failure when looking for data backrefs after relocation
2021-12-02 19:28 UTC (2+ messages)
Balance loop on "device delete missing"? (RAID 1, Linux 5.15, "found 1 extents, stage: update data pointers")
2021-12-02 18:11 UTC (3+ messages)
[PATCH v2 0/4] Avoid live-lock in fault-in+uaccess loops with sub-page faults
2021-12-02 16:09 UTC (7+ messages)
` [PATCH v2 1/4] mm: Introduce a 'min_size' argument to fault_in_*()
` [PATCH v2 2/4] mm: Probe for sub-page faults in fault_in_*()
` [PATCH v2 3/4] arm64: Add support for user sub-page fault probing
` [PATCH v2 4/4] btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults
[PATCH] btrfs: free device if we fail to open it
2021-12-02 16:02 UTC (3+ messages)
[PATCH 1/2] btrfs: include the free space tree in the global rsv minimum calculation
2021-12-02 15:46 UTC (5+ messages)
` [PATCH 2/2] btrfs: reserve extra space for the free space tree
[PATCH] fstests: UDEV_SETTLE_PROG before dmsetup create
2021-12-02 15:45 UTC (3+ messages)
[PATCH] btrfs: zoned: clear data relocation bg on zone finish
2021-12-02 12:55 UTC (2+ messages)
[PATCH v7] btrfs: Add new test for setting the chunk size
2021-12-02 12:12 UTC (2+ messages)
[PATCH 0/6] btrfs: optimize btree insertions and some cleanups
2021-12-02 10:30 UTC (7+ messages)
` [PATCH 1/6] btrfs: allow generic_bin_search() to take low boundary as an argument
` [PATCH 2/6] btrfs: try to unlock parent nodes earlier when inserting a key
` [PATCH 3/6] btrfs: remove useless condition check before splitting leaf
` [PATCH 4/6] btrfs: move leaf search logic out of btrfs_search_slot()
` [PATCH 5/6] btrfs: remove BUG_ON() after splitting leaf
` [PATCH 6/6] btrfs: remove stale comment about locking at btrfs_search_slot()
[PATCH] btrfs: test balance and send running in parallel
2021-12-02 10:19 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
Connection lost during BTRFS move + resize
2021-12-01 18:42 UTC (7+ messages)
[PATCH] fstests: btrfs/011 increase the runtime for replace cancel
2021-12-01 18:19 UTC
[PATCH v2 00/22] btrfs-progs: extent tree v2 support, global roots
2021-12-01 18:17 UTC (23+ messages)
` [PATCH v2 01/22] btrfs-progs: common: allow users to select extent-tree-v2 option
` [PATCH v2 02/22] btrfs-progs: add definitions for the block group tree
` [PATCH v2 03/22] btrfs-progs: add on disk pointers to global tree ids
` [PATCH v2 04/22] btrfs-progs: add support for loading the block group root
` [PATCH v2 05/22] btrfs-progs: add print support for the block group tree
` [PATCH v2 06/22] btrfs-progs: mkfs: use the btrfs_block_group_root helper
` [PATCH v2 07/22] btrfs-progs: check-lowmem: "
` [PATCH v2 08/22] btrfs-progs: handle no bg item in extent tree for free space tree
` [PATCH v2 09/22] btrfs-progs: mkfs: add support for the block group tree
` [PATCH v2 10/22] btrfs-progs: check: add block group tree support
` [PATCH v2 11/22] btrfs-progs: qgroup-verify: scan extents based on block groups
` [PATCH v2 12/22] btrfs-progs: check: make free space tree validation extent tree v2 aware
` [PATCH v2 13/22] btrfs-progs: check: add helper to reinit the root based on a key
` [PATCH v2 14/22] btrfs-progs: check: handle the block group tree properly
` [PATCH v2 15/22] btrfs-progs: load the number of global roots into the fs_info
` [PATCH v2 16/22] btrfs-progs: handle the per-block group global root id
` [PATCH v2 17/22] btrfs-progs: add a btrfs_delete_and_free_root helper
` [PATCH v2 18/22] btrfs-progs: make btrfs_clear_free_space_tree extent tree v2 aware
` [PATCH v2 19/22] btrfs-progs: make btrfs_create_tree take a key for the root key
` [PATCH v2 20/22] btrfs-progs: mkfs: set chunk_item_objectid properly for extent tree v2
` [PATCH v2 21/22] btrfs-progs: mkfs: create the global root's
` [PATCH v2 22/22] btrfs-progs: check: don't do the root item check for extent tree v2
[PATCH v3 0/8] btrfs-progs: extent tree v2 global root support prep work
2021-12-01 18:15 UTC (9+ messages)
` [PATCH v3 1/8] btrfs-progs: stop accessing ->extent_root directly
` [PATCH v3 2/8] btrfs-progs: stop accessing ->free_space_root directly
` [PATCH v3 3/8] btrfs-progs: track csum, extent, and free space trees in a rb tree
` [PATCH v3 4/8] btrfs-progs: check: make reinit work per found root item
` [PATCH v3 5/8] btrfs-progs: check: check the global roots for uptodate root nodes
` [PATCH v3 6/8] btrfs-progs: check: check all of the csum roots
` [PATCH v3 7/8] btrfs-progs: check: fill csum root from all extent roots
` [PATCH v3 8/8] btrfs-progs: common: search all extent roots for marking used space
[PATCH v2] fs/btrfs: Make extent item iteration to handle gaps
2021-12-01 17:10 UTC (2+ messages)
[PATCH v2 0/2] provide fsid in sysfs devinfo
2021-12-01 16:56 UTC (5+ messages)
` [PATCH v2 2/2] btrfs: sysfs add devinfo/fsid to retrieve fsid from the device
[PATCH] btrfs: replace the BUG_ON() in btrfs_del_root_ref() with proper error handling
2021-12-01 16:48 UTC (2+ messages)
[PATCH 0/2] Free space tree space reservation fixes
2021-12-01 16:45 UTC
[PATCH 00/17] btrfs: split bio at btrfs_map_bio() time
2021-12-01 11:52 UTC (21+ messages)
` [PATCH 01/17] btrfs: update an stale comment on btrfs_submit_bio_hook()
` [PATCH 02/17] btrfs: save bio::bi_iter into btrfs_bio::iter before submitting
` [PATCH 03/17] btrfs: use correct bio size for error message in btrfs_end_dio_bio()
` [PATCH 04/17] btrfs: refactor btrfs_map_bio()
` [PATCH 05/17] btrfs: move btrfs_bio_wq_end_io() calls into submit_stripe_bio()
` [PATCH 06/17] btrfs: replace btrfs_dio_private::refs with btrfs_dio_private::pending_bytes
` [PATCH 07/17] btrfs: introduce btrfs_bio_split() helper
` [PATCH 08/17] btrfs: make data buffered read path to handle split bio properly
` [PATCH 09/17] btrfs: make data buffered write endio function to be split bio compatible
` [PATCH 10/17] btrfs: make metadata write endio functions "
` [PATCH 11/17] btrfs: make dec_and_test_compressed_bio() "
` [PATCH 12/17] btrfs: return proper mapped length for RAID56 profiles in __btrfs_map_block()
` [PATCH 13/17] btrfs: allow btrfs_map_bio() to split bio according to chunk stripe boundaries
` [PATCH 14/17] btrfs: remove buffered IO stripe boundary calculation
` [PATCH 15/17] btrfs: remove stripe boundary calculation for compressed IO
` [PATCH 16/17] btrfs: remove the stripe boundary calculation for direct IO
` [PATCH 17/17] btrfs: unexport btrfs_get_io_geometry()
'btrfs replace' hangs at end of replacing a device (v5.10.82)
2021-11-30 21:18 UTC (6+ messages)
[PATCH v2] btrfs-progs: check: change commit condition in fixup_extent_refs()
2021-11-30 18:19 UTC (2+ messages)
[PATCH 00/22] btrfs-progs: extent tree v2 support, global roots
2021-11-30 18:14 UTC (3+ messages)
` [PATCH 04/22] btrfs-progs: add support for loading the block group root
[PATCH v2 00/20] btrfs-progs: extent tree v2 global root support prep work
2021-11-30 18:00 UTC (2+ messages)
[PATCH v3] btrfs-progs: filesystem: du: skip file that permission denied
2021-11-30 17:43 UTC (2+ messages)
[PATCH 0/3] Fix CONFIG_TEST_KMOD with 256kB page size
2021-11-30 14:34 UTC (5+ messages)
` [PATCH 1/3] arch/Kconfig: Split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KB
` [PATCH 2/3] btrfs: Use generic Kconfig option for 256kB page size limit
` [PATCH 3/3] lib/Kconfig.debug: Make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB
[PATCH RFC 00/11] btrfs: split bio at btrfs_map_bio() time
2021-11-30 13:54 UTC (13+ messages)
` [PATCH RFC 01/11] btrfs: update an stale comment on btrfs_submit_bio_hook()
` [PATCH RFC 02/11] btrfs: refactor btrfs_map_bio()
` [PATCH RFC 03/11] btrfs: move btrfs_bio_wq_end_io() calls into submit_stripe_bio()
` [PATCH RFC 04/11] btrfs: introduce btrfs_bio_split() helper
` [PATCH RFC 05/11] btrfs: save bio::bi_iter into btrfs_bio::iter before submitting
` [PATCH RFC 06/11] btrfs: make end_bio_extent_readpage() to handle split bio properly
` [PATCH RFC 07/11] btrfs: make end_bio_extent_*_writepage() to handle split biot properly
` [PATCH RFC 08/11] btrfs: allow btrfs_map_bio() to split bio according to chunk stripe boundaries
` [PATCH RFC 09/11] btrfs: remove bio split operations in btrfs_submit_direct()
` [btrfs] 675923ac06: BUG:KASAN:use-after-free_in__blk_queue_split
` [PATCH RFC 10/11] btrfs: remove btrfs_bio_ctrl::len_to_stripe_boundary
` [PATCH RFC 11/11] btrfs: temporarily disable RAID56
[PATCH v2] btrfs: fix re-dirty process of tree-log nodes
2021-11-30 9:27 UTC (2+ messages)
[REGRESSION] 5-10% increase in IO latencies with nohz balance patch
2021-11-30 7:16 UTC (7+ messages)
[PATCH] btrfs: fix re-dirty process of tree-log nodes
2021-11-30 1:51 UTC (5+ messages)
[PATCH 0/3] Avoid live-lock in fault-in+uaccess loops with sub-page faults
2021-11-29 23:12 UTC (30+ messages)
` [PATCH 3/3] btrfs: Avoid live-lock in search_ioctl() on hardware "
fs/btrfs/inode.c:569:2: error: call to __compiletime_assert_921 declared with 'error' attribute: BUILD_BUG_ON failed: (BTRFS_MAX_COMPRESSED % PAGE_SIZE) != 0
2021-11-29 19:33 UTC
[PATCH] fstests: generic/260: don't fail for certain fstrim ops on btrfs
2021-11-29 19:32 UTC (3+ messages)
[PATCH] fstests: btrfs/156: require no compress
2021-11-29 15:27 UTC
[PATCH v6] btrfs: Add new test for setting the chunk size
2021-11-29 18:19 UTC (3+ messages)
[PATCH v2 0/3] Metadata IO error fixes
2021-11-29 16:56 UTC (4+ messages)
[GIT PULL] Btrfs fixes for 5.16-rc3
2021-11-29 16:13 UTC (3+ messages)
[BUG] fs: btrfs: several possible ABBA deadlocks
2021-11-29 14:37 UTC (4+ messages)
[PATCH 09/21] btrfs: zoned: skip zoned check if block_group is marked as copy
2021-11-29 8:18 UTC (2+ messages)
` [btrfs] a323b5f59e: xfstests.btrfs.167.fail
[PATCH] fstests: test normal qgroup operations in a compress friendly way
2021-11-28 15:22 UTC (2+ messages)
[PATCH 00/21] btrfs: first batch of zoned cleanups
2021-11-26 16:48 UTC (3+ messages)
` [PATCH 10/21] btrfs: move struct scrub_ctx to scrub.h
Btrfs lockups on ubuntu with bees
2021-11-26 14:36 UTC
Any bio_clone_slow() implementation which doesn't share bi_io_vec?
2021-11-26 12:33 UTC (5+ messages)
[PATCH v3] fstests: btrfs/049: add regression test for compress-force mount options
2021-11-26 10:35 UTC (2+ messages)
Btrfs disk issues - please advise on repair
2021-11-26 9:01 UTC (4+ messages)
btrfs with huge numbers of hardlinks is extremely slow
2021-11-26 8:23 UTC (3+ messages)
[PATCH AUTOSEL 4.14 06/12] btrfs: check-integrity: fix a warning on write caching disabled disk
2021-11-26 2:36 UTC
[PATCH AUTOSEL 4.19 08/15] btrfs: check-integrity: fix a warning on write caching disabled disk
2021-11-26 2:35 UTC
[PATCH AUTOSEL 5.4 11/19] btrfs: check-integrity: fix a warning on write caching disabled disk
2021-11-26 2:34 UTC
[PATCH AUTOSEL 5.10 15/28] btrfs: check-integrity: fix a warning on write caching disabled disk
2021-11-26 2:33 UTC
[PATCH AUTOSEL 5.15 19/39] btrfs: silence lockdep when reading chunk tree during mount
2021-11-26 2:31 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 20/39] btrfs: check-integrity: fix a warning on write caching disabled disk
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