linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-22 15:01:44 to 2021-01-26 18:37:06 UTC [more...]

[PATCH 1/2] btrfs-progs: tests: Extend cli/003
 2021-01-25 10:43 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: Remove duplicate checks from cmd_filesystem_resize

[PATCH v14 00/42] btrfs: zoned block device support
 2021-01-26 16:08 UTC  (17+ messages)
` [PATCH v14 01/42] block: add bio_add_zone_append_page
` [PATCH v14 05/42] btrfs: release path before calling into btrfs_load_block_group_zone_info
` [PATCH v14 10/42] btrfs: verify device extent is aligned to zone
` [PATCH v14 16/42] btrfs: advance allocation pointer after tree log node
` [PATCH v14 22/42] btrfs: split ordered extent when bio is sent
` [PATCH v14 23/42] btrfs: check if bio spans across an ordered extent
` [PATCH v14 25/42] btrfs: cache if block-group is on a sequential zone
` [PATCH v14 31/42] btrfs: wait existing extents before truncating
` [PATCH v14 32/42] btrfs: avoid async metadata checksum on ZONED mode
` [PATCH v14 33/42] btrfs: mark block groups to copy for device-replace
` [PATCH v14 35/42] btrfs: implement copying for ZONED device-replace
` [PATCH v14 37/42] btrfs: enable relocation in ZONED mode
` [PATCH v14 40/42] btrfs: extend zoned allocator to use dedicated tree-log block group
` [PATCH v14 41/42] btrfs: serialize log transaction on ZONED mode
` [PATCH v14 42/42] btrfs: reorder log node allocation

[PATCH] btrfs: rework the order of btrfs_ordered_extent::flags
 2021-01-25 16:09 UTC  (5+ messages)

[PATCH v4 00/18] btrfs: add read-only support for subpage sector size
 2021-01-26  7:29 UTC  (31+ 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 04/18] btrfs: make attach_extent_buffer_page() to handle subpage case
` [PATCH v4 12/18] btrfs: implement try_release_extent_buffer() for subpage metadata support
` [PATCH v4 16/18] btrfs: introduce btrfs_subpage for data inodes

[PATCH v5 00/18] btrfs: add read-only support for subpage sector size
 2021-01-26  8:34 UTC  (19+ messages)
` [PATCH v5 01/18] btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACK
` [PATCH v5 02/18] btrfs: set UNMAPPED bit early in btrfs_clone_extent_buffer() for subpage support
` [PATCH v5 03/18] btrfs: introduce the skeleton of btrfs_subpage structure
` [PATCH v5 04/18] btrfs: make attach_extent_buffer_page() handle subpage case
` [PATCH v5 05/18] btrfs: make grab_extent_buffer_from_page() "
` [PATCH v5 06/18] btrfs: support subpage for extent buffer page release
` [PATCH v5 07/18] btrfs: attach private to dummy extent buffer pages
` [PATCH v5 08/18] btrfs: introduce helpers for subpage uptodate status
` [PATCH v5 09/18] btrfs: introduce helpers for subpage error status
` [PATCH v5 10/18] btrfs: support subpage in set/clear_extent_buffer_uptodate()
` [PATCH v5 11/18] btrfs: support subpage in btrfs_clone_extent_buffer
` [PATCH v5 12/18] btrfs: support subpage in try_release_extent_buffer()
` [PATCH v5 13/18] btrfs: introduce read_extent_buffer_subpage()
` [PATCH v5 14/18] btrfs: support subpage in endio_readpage_update_page_status()
` [PATCH v5 15/18] btrfs: introduce subpage metadata validation check
` [PATCH v5 16/18] btrfs: introduce btrfs_subpage for data inodes
` [PATCH v5 17/18] btrfs: integrate page status update for data read path into begin/end_page_read()
` [PATCH v5 18/18] btrfs: allow RO mount of 4K sector size fs on 64K page system

misc bio allocation cleanups
 2021-01-26 15:08 UTC  (20+ messages)
` [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append
` [PATCH 02/17] btrfs: use bio_kmalloc in __alloc_device
` [PATCH 03/17] blk-crypto: use bio_kmalloc in blk_crypto_clone_bio
` [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset
` [PATCH 05/17] block: use an on-stack bio in blkdev_issue_flush
` [PATCH 06/17] dm-clone: use blkdev_issue_flush in commit_metadata
` [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
` [PATCH 09/17] drbd: remove bio_alloc_drbd
` [PATCH 10/17] drbd: remove drbd_req_make_private_bio
` [PATCH 11/17] md: remove bio_alloc_mddev
` [PATCH 12/17] md: simplify sync_page_io
` [PATCH 13/17] md: remove md_bio_alloc_sync
` [PATCH 14/17] md/raid6: refactor raid5_read_one_chunk
` [PATCH 15/17] nfs/blocklayout: remove cruft in bl_alloc_init_bio
` [PATCH 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio
` [PATCH 17/17] mm: remove get_swap_bio

[PATCH] btrfs: avoid double put of block group when emptying cluster
 2021-01-26 14:30 UTC  (3+ messages)

[PATCH v2] btrfs: rework the order of btrfs_ordered_extent::flags
 2021-01-26  0:35 UTC 

[PATCH v13 00/42] btrfs: zoned block device support
 2021-01-25 17:31 UTC  (29+ messages)
` [PATCH v13 01/42] block: add bio_add_zone_append_page
` [PATCH v13 02/42] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v13 05/42] btrfs: release path before calling into btrfs_load_block_group_zone_info
` [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 12/42] btrfs: calculate allocation offset for conventional zones
` [PATCH v13 13/42] btrfs: track unusable bytes for zones
` [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 26/42] btrfs: save irq flags when looking up "
` [PATCH v13 27/42] btrfs: use ZONE_APPEND write for ZONED btrfs
` [PATCH v13 41/42] btrfs: serialize log transaction on ZONED mode

[PATCH v2 0/4] btrfs: send: correctly recreate changed inodes
 2021-01-25 20:51 UTC  (6+ messages)
` [PATCH v2 1/4] btrfs: send: rename send_ctx.cur_inode_new_gen to cur_inode_recreated
` [PATCH v2 2/4] btrfs: send: fix invalid commands for inodes with changed type but same gen
` [PATCH v2 3/4] btrfs: send: fix invalid commands for inodes with changed rdev "
` [PATCH v2 4/4] btrfs: send: fix invalid commands for inodes in disconnected roots

[PATCH] btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cb
 2021-01-25 19:43 UTC 

Only one subvolume can be mounted after replace/balance
 2021-01-25 22:47 UTC  (2+ messages)

[PATCH v7 00/10] fs: interface for directly reading/writing compressed data
 2021-01-25 20:59 UTC  (14+ 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] btrfs: fix log replay failure due to race with space cache rebuild
 2021-01-25 17:40 UTC  (6+ messages)
` [PATCH v3] "

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

[PATCH] btrfs: Remove unused variable
 2021-01-25 15:52 UTC  (2+ messages)

[PATCH] btrfs: remove repeated word
 2021-01-25 15:27 UTC  (2+ messages)

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

Recover data from damage disk in "array"
 2021-01-25  1:48 UTC  (5+ messages)

Unexpected reflink/subvol snapshot behaviour
 2021-01-25  1:09 UTC  (10+ messages)

kernel BUG at fs/btrfs/relocation.c:3494
 2021-01-24 22:27 UTC  (3+ messages)

[RFC PATCH] io_uring: add support for IORING_OP_GETDENTS64
 2021-01-24 22:21 UTC  (11+ messages)

[RFC][PATCH V5] btrfs: preferred_metadata: preferred device for metadata
 2021-01-24 20:05 UTC  (11+ messages)

Cannot resize filesystem: not enough free space
 2021-01-24 19:46 UTC  (4+ messages)

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

[PATCH v2 00/14] Make btrfs W=1 clean
 2021-01-24 13:23 UTC  (5+ messages)
` [PATCH v2 14/14] btrfs: Enable W=1 checks for btrfs

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

[PATCH v3 00/14] Make btrfs W=1 clean
 2021-01-24 11:16 UTC  (6+ messages)
` [PATCH v3 13/14] lib/zstd: Convert constants to defines
` [PATCH v3 14/14] btrfs: Enable W=1 checks for btrfs

Help with restoring a mistakenly wiped with "rsync --delete" backup
 2021-01-23 17:40 UTC  (2+ 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 

[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 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


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).