linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-15 07:01:45 to 2021-01-20 14:14:38 UTC [more...]

[PATCH v12 00/41] btrfs: zoned block device support
 2021-01-20 13:34 UTC  (18+ messages)
` [PATCH v12 01/41] block: add bio_add_zone_append_page
` [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 08/41] btrfs: allow zoned mode on non-zoned block devices
` [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 41/41] btrfs: reorder log node allocation

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

[PATCH v3 0/4] btrfs: read_policy types latency, device and round-robin
 2021-01-20 12:30 UTC  (13+ messages)
` [PATCH v3 1/4] btrfs: add read_policy latency
` [PATCH v3 2/4] btrfs: introduce new device-state read_preferred
` [PATCH v3 3/4] btrfs: introduce new read_policy device
` [PATCH RFC 4/4] btrfs: introduce new read_policy round-robin

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

"bad tree block start" when trying to mount on ARM
 2021-01-20  8:30 UTC  (15+ messages)

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-20  3:27 UTC  (42+ messages)
` [RFC PATCH 01/37] block: introduce bio_init_fields() helper
` [RFC PATCH 02/37] fs: use bio_init_fields in block_dev
` [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 07/37] gfs2: use bio_init_fields in meta_io
` [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 11/37] jfs: use bio_init_fields in logmgr
` [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

received uuid not set btrfs send/receive
 2021-01-20  3:19 UTC  (5+ messages)

[PATCH v4 00/18] btrfs: add read-only support for subpage sector size
 2021-01-20  0:27 UTC  (36+ 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

[RFC][PATCH V5] btrfs: preferred_metadata: preferred device for metadata
 2021-01-19 23:12 UTC  (8+ 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

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

Cannot mount BTRFS filesystem following power cycle
 2021-01-19 17:07 UTC 

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

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)

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

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  (3+ messages)
` [PATCH v11 22/40] btrfs: split ordered extent when bio is sent


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