messages from 2024-02-14 16:42:21 to 2024-02-20 12:22:49 UTC [more...]
[PATCH v3] btrfs: introduce offload_csum_mode to tweak checksum offloading behavior
2024-02-20 12:22 UTC (2+ messages)
[PATCH 0/9][V2][btrfs-progs] Remove unused dirstream variable
2024-02-20 12:01 UTC (2+ messages)
[PATCH] fstests: btrfs: detect regular qgroup for older kernels correctly
2024-02-20 11:11 UTC (2+ messages)
[PATCH v4 00/11] block atomic writes
2024-02-20 10:01 UTC (36+ messages)
` [PATCH v4 01/11] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v4 02/11] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v4 03/11] fs: Initial atomic write support
` [PATCH v4 04/11] fs: Add initial atomic write support info to statx
` [PATCH v4 05/11] block: Add core atomic write support
` [PATCH v4 06/11] block: Add atomic write support for statx
` [PATCH v4 07/11] block: Add fops atomic write support
` [PATCH v4 08/11] scsi: sd: Atomic "
` [PATCH v4 09/11] scsi: scsi_debug: "
` [PATCH v4 10/11] nvme: "
` [PATCH v4 11/11] nvme: Ensure atomic writes will be executed atomically
[PATCH 0/4] btrfs: initial subpage support for zoned devices
2024-02-20 9:23 UTC (10+ messages)
` [PATCH 1/4] btrfs: make __extent_writepage_io() to write specified range only
` [PATCH 2/4] btrfs: lock subpage ranges in one go for writepage_delalloc()
` [PATCH 3/4] btrfs: subpage: introduce helpers to handle subpage delalloc locking
` [PATCH 4/4] btrfs: migrate writepage_delalloc() to use subpage helpers
[PATCH 0/6] btrfs: Use KMEM_CACHE instead of kmem_cache_create
2024-02-20 9:06 UTC (7+ messages)
` [PATCH 1/6] btrfs: Simplify the allocation of slab caches in btrfs_delayed_inode_init
` [PATCH 2/6] btrfs: Simplify the allocation of slab caches in ordered_data_init
` [PATCH 3/6] btrfs: Simplify the allocation of slab caches in btrfs_transaction_init
` [PATCH 4/6] btrfs: Simplify the allocation of slab caches in btrfs_ctree_init
` [PATCH 5/6] btrfs: Simplify the allocation of slab caches in btrfs_delayed_ref_init
` [PATCH 6/6] btrfs: Simplify the allocation of slab caches in btrfs_free_space_init
incremental stream after fstrim on thinly provisioned disk file
2024-02-20 6:24 UTC (12+ messages)
[PATCH] btrfs: avoid unnecessary ref initialization when freeing log tree block
2024-02-20 0:12 UTC (3+ messages)
[PATCH 0/5] btrfs: use the super_block as bdev holder
2024-02-19 20:22 UTC (10+ messages)
` [PATCH 1/5] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH 3/5] btrfs: split btrfs_fs_devices.opened
` [PATCH 4/5] btrfs: open block devices after superblock creation
` [PATCH 5/5] btrfs: use the super_block as holder when mounting file systems
[PATCH v2 00/10] btrfs: functional test cases for tempfsid
2024-02-19 19:48 UTC (11+ messages)
` [PATCH v2 01/10] assign SCRATCH_DEV_POOL to an array
` [PATCH v2 02/10] btrfs: introduce tempfsid test group
` [PATCH v2 03/10] btrfs: create a helper function, check_fsid(), to verify the tempfsid
` [PATCH v2 04/10] btrfs: verify that subvolume mounts are unaffected by tempfsid
` [PATCH v2 05/10] btrfs: check if cloned device mounts with tempfsid
` [PATCH v2 06/10] btrfs: test case prerequisite _require_btrfs_mkfs_uuid_option
` [PATCH v2 07/10] btrfs: introduce helper for creating cloned devices with mkfs
` [PATCH v2 08/10] btrfs: verify tempfsid clones using mkfs
` [PATCH v2 09/10] btrfs: validate send-receive operation with tempfsid
` [PATCH v2 10/10] btrfs: test tempfsid with device add, seed, and balance
[PATCH 00/12] btrfs: functional test cases for tempfsid
2024-02-19 19:47 UTC (32+ messages)
` [PATCH 01/12] add t_reflink_read_race to .gitignore file
` [PATCH 02/12] assign SCRATCH_DEV_POOL to an array
` [PATCH 03/12] btrfs: introduce tempfsid test group
` [PATCH 04/12] btrfs: create a helper function, check_fsid(), to verify the tempfsid
` [PATCH 05/12] btrfs: verify that subvolume mounts are unaffected by tempfsid
` [PATCH 06/12] create a helper to clone devices
` [PATCH 07/12] btrfs: check if cloned device mounts with tempfsid
` [PATCH 08/12] btrfs: test case prerequisite _require_btrfs_mkfs_uuid_option
` [PATCH 09/12] btrfs: introduce helper for creating cloned devices with mkfs
` [PATCH 10/12] btrfs: verify tempfsid clones using mkfs
` [PATCH 11/12] btrfs: validate send-receive operation with tempfsid
` [PATCH 12/12] btrfs: test tempfsid with device add, seed, and balance
[RFC PATCH 0/6] btrfs: dynamic and periodic block_group reclaim
2024-02-19 19:38 UTC (4+ messages)
[PATCH 0/2] btrfs: some optimizations for send
2024-02-19 19:10 UTC (5+ messages)
` [PATCH 1/2] btrfs: send: don't issue unnecessary zero writes for trailing hole
` [PATCH 2/2] btrfs: send: avoid duplicated search for last extent when sending hole
[PATCH 00/10] Static inline cleanups
2024-02-19 14:41 UTC (13+ messages)
` [PATCH 01/10] btrfs: move balance args conversion helpers to volumes.c
` [PATCH 02/10] btrfs: open code btrfs_backref_iter_free()
` [PATCH 03/10] btrfs: open code btrfs_backref_get_eb()
` [PATCH 04/10] btrfs: uninline some static inline helpers from backref.h
` [PATCH 05/10] btrfs: uninline btrfs_init_delayed_root()
` [PATCH 06/10] btrfs: drop static inline specifiers from tree-mod-log.c
` [PATCH 07/10] btrfs: uninline some static inline helpers from tree-log.h
` [PATCH 08/10] btrfs: simplify conditions in btrfs_free_chunk_map()
` [PATCH 09/10] btrfs: open code trivial btrfs_lru_cache_size()
` [PATCH 10/10] btrfs: uninline some static inline helpers from delayed-ref.h
[PATCH] btrfs/016: fix a false alert due to xattrs mismatch
2024-02-19 12:11 UTC (2+ messages)
[PATCH] btrfs: test incremental send on sparse file with trailing hole
2024-02-19 12:01 UTC
[PATCH v2] btrfs: Simplify the allocation of slab caches in btrfs_delayed_inode_init
2024-02-19 9:00 UTC (3+ messages)
6.4 and 6.9 btrfs blocked and btrfs_work_helper workqueue lockup, is it an IO bug/hang though?
2024-02-19 6:24 UTC
[PATCH v2 0/5] btrfs: zoned: remove extent_buffer redirtying
2024-02-19 6:03 UTC (2+ messages)
error while submitting device barriers: BTRFS read-only on newer kernels
2024-02-19 2:55 UTC (2+ messages)
unresolved ref dir errors (no dir item, no inode ref, no dir index) with blob storage
2024-02-18 22:00 UTC
[PATCH] btrfs: make find_lock_delalloc_range() to search until the page end
2024-02-17 23:50 UTC (3+ messages)
[PATCH] btrfs/016: fix a false alert due to xattrs mismatch
2024-02-17 20:39 UTC (4+ messages)
[PATCH v2 0/3] btrfs: make subpage reader/writer counter to be sector aware
2024-02-17 6:29 UTC (4+ messages)
` [PATCH v2 1/3] btrfs: unexport btrfs_subpage_start_writer() and btrfs_subpage_end_and_test_writer()
` [PATCH v2 2/3] btrfs: subpage: make reader lock to utilize bitmap
` [PATCH v2 3/3] btrfs: subpage: make writer "
[linux-next:master] BUILD REGRESSION d37e1e4c52bc60578969f391fb81f947c3e83118
2024-02-17 4:08 UTC
[LSF/MM/BPF TOPIC] Dropping page cache of individual fs
2024-02-17 4:04 UTC (14+ messages)
` init_on_alloc digression: "
[PATCH] btrfs: reject zoned RW mount if sectorsize is smaller than page size
2024-02-17 0:07 UTC (5+ messages)
[PATCH v2] btrfs/172,206: call _log_writes_cleanup in _cleanup
2024-02-16 10:25 UTC
mounting causes errors after power loss
2024-02-16 0:49 UTC (4+ messages)
[PATCH] btrfs/172,206: call _log_writes_cleanup in _cleanup
2024-02-15 23:10 UTC (3+ messages)
[PATCH RFC 0/2] btrfs: defrag: further preparation for multi-page sector size
2024-02-15 23:07 UTC (4+ messages)
` [PATCH RFC 2/2] btrfs: defrag: prepare defrag for larger data folio size
[PATCH] btrfs: Convert add_ra_bio_pages() to use a folio
2024-02-15 22:04 UTC (3+ messages)
[PATCH 0/3] Ioctl buffer name/path validation
2024-02-15 15:13 UTC (6+ messages)
` [PATCH 1/3] btrfs: factor out validation of btrfs_ioctl_vol_args::name
` [PATCH 2/3] btrfs: factor out validation of btrfs_ioctl_vol_args_v2::name
` [PATCH 3/3] btrfs: dev-replace: properly validate device names
[PATCH] btrfs: don't refill whole delayed refs block reserve when starting transaction
2024-02-15 13:30 UTC (3+ messages)
[PATCH v3 0/3] fstests: btrfs: add test for zoned balance profile conversion bug
2024-02-15 11:47 UTC (4+ messages)
` [PATCH v3 1/3] filter.brtfs: add filter for conversion
` [PATCH v3 2/3] filter.btrfs: add filter for btrfs device add
` [PATCH v3 3/3] fstests: btrfs: check conversion of zoned fileystems
[PATCH] btrfs: remove no longer used btrfs_transaction_in_commit()
2024-02-15 11:38 UTC (2+ messages)
[PATCH v2] fstests: btrfs: check conversion of zoned fileystems
2024-02-15 10:56 UTC (3+ messages)
[GIT PULL] Btrfs fixes for 6.8-rc5
2024-02-15 0:12 UTC (2+ messages)
[PATCH 0/3] btrfs: make subpage reader/writer counter to be sector aware
2024-02-14 21:33 UTC (5+ messages)
[PATCH] btrfs: zoned: don't skip block group profile checks on conv zones
2024-02-14 18:11 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