linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-13 05:08:32 to 2021-01-19 07:18:44 UTC [more...]

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-19  5:06 UTC  (34+ messages)
` [RFC PATCH 03/37] btrfs: use bio_init_fields in disk-io
` [RFC PATCH 04/37] btrfs: use bio_init_fields in volumes
` [RFC PATCH 05/37] ext4: use bio_init_fields in page_io
` [RFC PATCH 06/37] gfs2: use bio_init_fields in lops
` [RFC PATCH 08/37] gfs2: use bio_init_fields in ops_fstype
` [RFC PATCH 09/37] iomap: use bio_init_fields in buffered-io
` [RFC PATCH 10/37] iomap: use bio_init_fields in direct-io
` [RFC PATCH 12/37] zonefs: use bio_init_fields in append
` [RFC PATCH 13/37] drdb: use bio_init_fields in actlog
` [RFC PATCH 14/37] drdb: use bio_init_fields in bitmap
` [RFC PATCH 15/37] drdb: use bio_init_fields in receiver
` [RFC PATCH 16/37] floppy: use bio_init_fields
` [RFC PATCH 17/37] pktcdvd: "
` [RFC PATCH 18/37] bcache: use bio_init_fields in journal
` [RFC PATCH 19/37] bcache: use bio_init_fields in super
` [RFC PATCH 20/37] bcache: use bio_init_fields in writeback
` [RFC PATCH 21/37] dm-bufio: use bio_init_fields
` [RFC PATCH 22/37] dm-crypt: "
` [RFC PATCH 23/37] dm-zoned: use bio_init_fields metadata
` [RFC PATCH 24/37] dm-zoned: use bio_init_fields target
` [RFC PATCH 25/37] dm-zoned: use bio_init_fields
` [RFC PATCH 26/37] dm log writes: "
` [RFC PATCH 27/37] nvmet: use bio_init_fields in bdev-ns
` [RFC PATCH 28/37] target: use bio_init_fields in iblock
` [RFC PATCH 29/37] btrfs: use bio_init_fields in scrub
` [RFC PATCH 30/37] fs: use bio_init_fields in buffer
` [RFC PATCH 31/37] eros: use bio_init_fields in data
` [RFC PATCH 32/37] eros: use bio_init_fields in zdata
` [RFC PATCH 33/37] jfs: use bio_init_fields in metadata
` [RFC PATCH 34/37] nfs: use bio_init_fields in blocklayout
` [RFC PATCH 35/37] ocfs: use bio_init_fields in heartbeat
` [RFC PATCH 36/37] xfs: use bio_init_fields in xfs_buf
` [RFC PATCH 37/37] xfs: use bio_init_fields in xfs_log

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

Recover data from damage disk in "array"
 2021-01-19  0:00 UTC 

[PATCH v4 00/18] btrfs: add read-only support for subpage sector size
 2021-01-18 23:26 UTC  (25+ messages)
` [PATCH v4 01/18] btrfs: update locked page dirty/writeback/error bits in __process_pages_contig()
` [PATCH v4 02/18] btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK into PAGE_START_WRITEBACK
` [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 05/18] btrfs: make grab_extent_buffer_from_page() "
` [PATCH v4 06/18] btrfs: support subpage for extent buffer page release
` [PATCH v4 07/18] btrfs: attach private to dummy extent buffer pages
` [PATCH v4 08/18] btrfs: introduce helper for subpage uptodate status
` [PATCH v4 09/18] btrfs: introduce helper for subpage error status
` [PATCH v4 10/18] btrfs: make set/clear_extent_buffer_uptodate() to support subpage size
` [PATCH v4 11/18] btrfs: make btrfs_clone_extent_buffer() to be subpage compatible
` [PATCH v4 12/18] btrfs: implement try_release_extent_buffer() for subpage metadata support
` [PATCH v4 13/18] btrfs: introduce read_extent_buffer_subpage()
` [PATCH v4 14/18] btrfs: extent_io: make endio_readpage_update_page_status() to handle subpage case
` [PATCH v4 15/18] btrfs: disk-io: introduce subpage metadata validation check
` [PATCH v4 16/18] btrfs: introduce btrfs_subpage for data inodes
` [PATCH v4 17/18] btrfs: integrate page status update for data read path into begin/end_page_read()
` [PATCH v4 18/18] btrfs: allow RO mount of 4K sector size fs on 64K page system

Btrfs progs release 5.10
 2021-01-18 22:20 UTC 

Access Beyond End of Device & Input/Output Errors
 2021-01-18 21:07 UTC  (3+ messages)

"bad tree block start" when trying to mount on ARM
 2021-01-18 12:12 UTC  (11+ messages)

received uuid not set btrfs send/receive
 2021-01-18  5:49 UTC  (4+ messages)

btrfs doesn't understand a drive moving from one sata port to another during suspend
 2021-01-18  3:35 UTC  (2+ messages)

[RFC][PATCH V5] btrfs: preferred_metadata: preferred device for metadata
 2021-01-18  3:05 UTC  (7+ messages)
` [PATCH 1/5] Add an ioctl to set the device properties
` [PATCH 2/5] Add flags for dedicated metadata disks
` [PATCH 3/5] Export dev_item.type in sysfs /sys/fs/btrfs/<uuid>/devinfo/<devid>/type
` [PATCH 4/5] btrfs: add preferred_metadata option
` [PATCH 5/5] btrfs: add preferred_metadata mode mount option

nodatacow mount option is disregarded when mounting subvolume into same filesystem
 2021-01-18  2:12 UTC  (2+ messages)

NVME experience?
 2021-01-18  0:38 UTC  (3+ messages)
  ` Fast, SLC SAS SSD's as dm-cache or bcache [Re: NVME experience?]

Raid1 of a slow hdd and a fast(er) SSD, howto to prioritize the SSD?
 2021-01-18  0:45 UTC  (9+ messages)
  `  "
            `  "

[PATCH] btrfs/220: fix clear_cache and inode_cache option tests
 2021-01-17 15:10 UTC 

[PATCH RFC] btrfs-progs: receive-dump, add JSON output format
 2021-01-17  7:14 UTC  (2+ messages)

raid0 confusion question
 2021-01-17  1:38 UTC  (2+ messages)

Why do we need these mount options?
 2021-01-16 20:01 UTC  (14+ messages)

[RFC][PATCH V4] btrfs: preferred_metadata: preferred device for metadata
 2021-01-16  0:25 UTC  (6+ messages)

[PATCH v2] btrfs: allow single disk devices to mount with older generations
 2021-01-15 21:58 UTC 

[PATCH v3 0/2] ->total_bytes_pinned fixes for early ENOSPC issues
 2021-01-15 21:48 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: handle ->total_bytes_pinned inside the delayed ref itself
` [PATCH v3 2/2] btrfs: account for new extents being deleted in total_bytes_pinned

[PATCH v3] btrfs: fix possible free space tree corruption with online conversion
 2021-01-15 21:26 UTC 

Btrfs progs pre-release 5.10-rc1
 2021-01-15 16:42 UTC 

[PATCH v11 01/40] block: add bio_add_zone_append_page
 2021-01-15  7:08 UTC  (14+ messages)
` [PATCH v11 02/40] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v11 04/40] btrfs: change superblock location on conventional zone
` [PATCH v11 22/40] btrfs: split ordered extent when bio is sent
` [PATCH v11 27/40] btrfs: introduce dedicated data write path for ZONED mode

[PATCH] btrfs-progs: filesystem-resize: make output more readable
 2021-01-14 23:48 UTC  (2+ messages)

[btrfs] e076ab2a2c: fio.write_iops -18.3% regression
 2021-01-14 22:50 UTC  (4+ messages)
  ` [LKP] "

btrfs-progs license
 2021-01-14 20:16 UTC  (8+ messages)

[PATCH v2 0/5] Serious fixes for different error paths
 2021-01-14 19:02 UTC  (6+ messages)
` [PATCH v2 1/5] btrfs: fix reloc root leak with 0 ref reloc roots on recovery
` [PATCH v2 2/5] btrfs: splice remaining dirty_bg's onto the transaction dirty bg list
` [PATCH v2 3/5] btrfs: do not WARN_ON() if we can't find the reloc root
` [PATCH v2 4/5] btrfs: add asserts for deleting backref cache nodes
` [PATCH v2 5/5] btrfs: abort the transaction if we fail to inc ref in btrfs_copy_root

[PATCH] btrfs-progs: check: allow force v1 space cache cleanup even the fs has v2 space cache enabled
 2021-01-14 18:49 UTC  (3+ messages)

[PATCH v4 0/3] btrfs-progs: Fix logical-resolve
 2021-01-14 18:42 UTC  (2+ messages)

[PATCH] btrfs-progs: align btrfs receive buffer to enable fast CRC
 2021-01-14 18:37 UTC  (2+ messages)

[PATCH 00/13] Serious fixes for different error paths
 2021-01-14 18:20 UTC  (6+ messages)
` [PATCH 11/13] btrfs: keep track of the root owner for relocation reads

Per-subvol compat flags?
 2021-01-14 15:59 UTC  (2+ messages)

btrfs: shrink delalloc pages instead of full inodes, for 5.10.8?
 2021-01-14 14:27 UTC  (2+ messages)

ERROR: failed to read block groups: Input/output error
 2021-01-13 23:39 UTC  (2+ messages)

[PATCH v11 00/40] btrfs: zoned block device support
 2021-01-13 18:23 UTC  (4+ messages)
` [PATCH v11 08/40] btrfs: emulated zoned mode on non-zoned devices

[PATCH RFC] btrfs: no need to transition to rdonly for ENOSPC error
 2021-01-13 11:22 UTC  (3+ messages)

[btrfs] e86bb85b1f: stress-ng.utime.ops_per_sec -70.1% regression
 2021-01-13  7:15 UTC  (2+ messages)

[PATCH v3 00/22] btrfs: add read-only support for subpage sector size
 2021-01-13  5:06 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).