linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-21 08:28:45 to 2021-01-24 19:10:56 UTC [more...]

[PATCH] btrfs: Prevent nowait or async read from doing sync IO
 2021-01-24 19:09 UTC  (4+ messages)

Cannot resize filesystem: not enough free space
 2021-01-24 18:28 UTC  (2+ messages)

[PATCH] btrfs: Remove unused variable
 2021-01-24 16:03 UTC 

[PATCH v2 00/14] Make btrfs W=1 clean
 2021-01-24 13:23 UTC  (9+ messages)
` [PATCH v2 03/14] btrfs: Fix function description format
` [PATCH v2 13/14] lib/zstd: Convert constants to defines
` [PATCH v2 14/14] btrfs: Enable W=1 checks for btrfs

[PATCH v3] btrfs: fix possible free space tree corruption with online conversion
 2021-01-24 13:14 UTC  (2+ messages)

Unexpected reflink/subvol snapshot behaviour
 2021-01-24 13:08 UTC  (7+ messages)

[PATCH v3 0/2] ->total_bytes_pinned fixes for early ENOSPC issues
 2021-01-24 12:58 UTC  (2+ messages)

[PATCH v4 00/18] btrfs: add read-only support for subpage sector size
 2021-01-24 12:29 UTC  (22+ messages)
` [PATCH v4 01/18] btrfs: update locked page dirty/writeback/error bits in __process_pages_contig()
` [PATCH v4 03/18] btrfs: introduce the skeleton of btrfs_subpage structure
` [PATCH v4 12/18] btrfs: implement try_release_extent_buffer() for subpage metadata support

[PATCH v3 00/14] Make btrfs W=1 clean
 2021-01-24 11:16 UTC  (23+ messages)
` [PATCH v3 01/14] btrfs: Document modified parameter of add_extent_mapping
` [PATCH v3 02/14] btrfs: Fix parameter description of btrfs_add_extent_mapping
` [PATCH v3 03/14] btrfs: Fix function description format
` [PATCH v3 04/14] btrfs: Fix parameter description in delayed-ref.c functions
` [PATCH v3 05/14] btrfs: Improve parameter description for __btrfs_write_out_cache
` [PATCH v3 06/14] btrfs: Document now parameter of peek_discard_list
` [PATCH v3 07/14] btrfs: Document fs_info in btrfs_rmap_block
` [PATCH v3 08/14] btrfs: Fix description format of fs_info parameter of btrfs_wait_on_delayed_iputs
` [PATCH v3 09/14] btrfs: Document btrfs_check_shared parameters
` [PATCH v3 10/14] btrfs: Fix parameter description of btrfs_inode_rsv_release/btrfs_delalloc_release_space
` [PATCH v3 11/14] btrfs: Fix parameter description in space-info.c
` [PATCH v3 12/14] btrfs: Fix parameter description for functions in extent_io.c
` [PATCH v3 13/14] lib/zstd: Convert constants to defines
` [PATCH v3 14/14] btrfs: Enable W=1 checks for btrfs

[RFC][PATCH V5] btrfs: preferred_metadata: preferred device for metadata
 2021-01-24  4:00 UTC  (12+ messages)

[RFC PATCH] io_uring: add support for IORING_OP_GETDENTS64
 2021-01-24  2:17 UTC  (10+ messages)

kernel BUG at fs/btrfs/relocation.c:3494
 2021-01-23 22:57 UTC  (2+ messages)

Help with restoring a mistakenly wiped with "rsync --delete" backup
 2021-01-23 17:40 UTC  (2+ messages)

Recover data from damage disk in "array"
 2021-01-23 17:27 UTC  (3+ messages)

performance implications of btrfs filesystem sync vs btrfs subvolume snaphot
 2021-01-23 17:13 UTC  (2+ messages)

[PATCH v2] btrfs-progs: filesystem-resize: make output more readable
 2021-01-23 15:37 UTC 

Only one subvolume can be mounted after replace/balance
 2021-01-23 14:48 UTC 

[PATCH v13 00/42] btrfs: zoned block device support
 2021-01-23  3:08 UTC  (57+ messages)
` [PATCH v13 01/42] block: add bio_add_zone_append_page
` [PATCH v13 02/42] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v13 03/42] btrfs: defer loading zone info after opening trees
` [PATCH v13 04/42] btrfs: use regular SB location on emulated zoned mode
` [PATCH v13 05/42] btrfs: release path before calling into btrfs_load_block_group_zone_info
` [PATCH v13 06/42] btrfs: do not load fs_info->zoned from incompat flag
` [PATCH v13 07/42] btrfs: disallow fitrim in ZONED mode
` [PATCH v13 08/42] btrfs: allow zoned mode on non-zoned block devices
` [PATCH v13 09/42] btrfs: implement zoned chunk allocator
` [PATCH v13 10/42] btrfs: verify device extent is aligned to zone
` [PATCH v13 11/42] btrfs: load zone's allocation offset
` [PATCH v13 12/42] btrfs: calculate allocation offset for conventional zones
` [PATCH v13 13/42] btrfs: track unusable bytes for zones
` [PATCH v13 14/42] btrfs: do sequential extent allocation in ZONED mode
` [PATCH v13 15/42] btrfs: redirty released extent buffers "
` [PATCH v13 16/42] btrfs: advance allocation pointer after tree log node
` [PATCH v13 17/42] btrfs: enable to mount ZONED incompat flag
` [PATCH v13 18/42] btrfs: reset zones of unused block groups
` [PATCH v13 19/42] btrfs: extract page adding function
` [PATCH v13 20/42] btrfs: use bio_add_zone_append_page for zoned btrfs
` [PATCH v13 21/42] btrfs: handle REQ_OP_ZONE_APPEND as writing
` [PATCH v13 22/42] btrfs: split ordered extent when bio is sent
` [PATCH v13 23/42] btrfs: check if bio spans across an ordered extent
` [PATCH v13 24/42] btrfs: extend btrfs_rmap_block for specifying a device
` [PATCH v13 25/42] btrfs: cache if block-group is on a sequential zone
` [PATCH v13 26/42] btrfs: save irq flags when looking up an ordered extent
` [PATCH v13 27/42] btrfs: use ZONE_APPEND write for ZONED btrfs
` [PATCH v13 28/42] btrfs: enable zone append writing for direct IO
` [PATCH v13 29/42] btrfs: introduce dedicated data write path for ZONED mode
` [PATCH v13 30/42] btrfs: serialize meta IOs on "
` [PATCH v13 31/42] btrfs: wait existing extents before truncating
` [PATCH v13 32/42] btrfs: avoid async metadata checksum on ZONED mode
` [PATCH v13 33/42] btrfs: mark block groups to copy for device-replace
` [PATCH v13 34/42] btrfs: implement cloning for ZONED device-replace
` [PATCH v13 35/42] btrfs: implement copying "
` [PATCH v13 36/42] btrfs: support dev-replace in ZONED mode
` [PATCH v13 37/42] btrfs: enable relocation "
` [PATCH v13 38/42] btrfs: relocate block group to repair IO failure in ZONED
` [PATCH v13 39/42] btrfs: split alloc_log_tree()
` [PATCH v13 40/42] btrfs: extend zoned allocator to use dedicated tree-log block group
` [PATCH v13 41/42] btrfs: serialize log transaction on ZONED mode
` [PATCH v13 42/42] btrfs: reorder log node allocation

[PATCH v7 00/10] fs: interface for directly reading/writing compressed data
 2021-01-22 20:46 UTC  (12+ messages)
` [PATCH man-pages v7] Document encoded I/O
` [PATCH v7 01/10] iov_iter: add copy_struct_from_iter()
` [PATCH v7 02/10] fs: add O_ALLOW_ENCODED open flag
` [PATCH v7 03/10] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v7 04/10] btrfs: fix check_data_csum() error message for direct I/O
` [PATCH v7 05/10] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v7 06/10] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v7 07/10] btrfs: support different disk extent size for delalloc
` [PATCH v7 08/10] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v7 09/10] btrfs: implement RWF_ENCODED reads
` [PATCH v7 10/10] btrfs: implement RWF_ENCODED writes

[PATCH v7 11/15] btrfs: add send stream v2 definitions
 2021-01-22 20:57 UTC  (6+ messages)
` [PATCH v7 12/15] btrfs: send: write larger chunks when using stream v2
` [PATCH v7 13/15] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v7 14/15] btrfs: send: send compressed extents with encoded writes
` [PATCH v7 15/15] btrfs: send: enable support for stream v2 and compressed writes

[PATCH v3 0/5] btrfs: implement send/receive of compressed extents without decompressing
 2021-01-22 20:47 UTC  (17+ messages)
` [PATCH v3 1/5] btrfs: add send stream v2 definitions
` [PATCH v3 01/11] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v3 02/11] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v3 2/5] btrfs: send: write larger chunks when using stream v2
` [PATCH v3 03/11] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v3 3/5] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v3 04/11] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v3 4/5] btrfs: send: send compressed extents with encoded writes
` [PATCH v3 05/11] btrfs-progs: receive: add stub implementation for pwritev2
` [PATCH v3 5/5] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH v3 06/11] btrfs-progs: receive: process encoded_write commands
` [PATCH v3 07/11] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v3 08/11] btrfs-progs: receive: process fallocate commands
` [PATCH v3 09/11] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v3 10/11] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v3 11/11] btrfs-progs: receive: add tests for basic encoded_write send/receive

[PATCH] btrfs: fix log replay failure due to race with space cache rebuild
 2021-01-22 19:19 UTC  (5+ messages)
` [PATCH v3] "

[PATCH 0/2] btrfs: a couple bug fixes for failures of log replay and mount
 2021-01-22 17:54 UTC  (6+ messages)
` [PATCH 1/2] btrfs: fix log replay failure due to race with space cache rebuild
` [PATCH 2/2] btrfs: fix log replay failure when space cache needs to be rebuilt

[PATCH] btrfs: make Private2 lifespan more consistent
 2021-01-22  8:40 UTC  (4+ messages)

[PATCH v4 0/3] btrfs: read_policy types latency, device and round-robin
 2021-01-22  8:10 UTC  (10+ messages)
` [PATCH v4 1/3] btrfs: add read_policy latency
` [PATCH v4 2/3] btrfs: introduce new device-state read_preferred
` [PATCH v4 0/3, full-cover-letter] btrfs: read_policy types latency, device and round-robin

[PATCH] btrfs: fix lockdep warning due to seqcount_mutex_init() with wrong address
 2021-01-22  4:53 UTC  (3+ messages)

Access Beyond End of Device & Input/Output Errors
 2021-01-22  0:49 UTC  (5+ messages)

[PATCH] btrfs: rework the order of btrfs_ordered_extent::flags
 2021-01-21 16:47 UTC  (4+ messages)

[PATCH] btrfs: remove redundant NULL check
 2021-01-21 16:35 UTC  (3+ messages)

Btrfs progs release 5.10
 2021-01-21 15:37 UTC  (2+ messages)

[PATCH v3 0/4] btrfs: read_policy types latency, device and round-robin
 2021-01-21 10:45 UTC  (6+ messages)
` [PATCH v3 1/4] btrfs: add read_policy latency

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-21  8:23 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).