linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-21 06:26:18 to 2020-10-27 00:05:57 UTC [more...]

[PATCH AUTOSEL 4.19 42/60] btrfs: fix replace of seed device
 2020-10-27  0:03 UTC 

[PATCH RFC 0/7] btrfs: read_policy types latency, device and
 2020-10-26 23:55 UTC  (4+ messages)
` [PATCH RFC 3/7] btrfs: add read_policy latency
` [PATCH RFC 4/7] btrfs: trace, add event btrfs_read_policy
` [PATCH 5/7] btrfs: introduce new device-state read_preferred

[PATCH AUTOSEL 5.4 56/80] btrfs: fix replace of seed device
 2020-10-26 23:54 UTC 

[PATCH AUTOSEL 5.8 096/132] btrfs: fix replace of seed device
 2020-10-26 23:51 UTC 

[PATCH v4 00/68] btrfs: add basic rw support for subpage sector size
 2020-10-26 23:26 UTC  (69+ messages)
` [PATCH v4 01/68] btrfs: extent-io-tests: remove invalid tests
` [PATCH v4 07/68] btrfs: disk-io: replace @fs_info and @private_data with @inode for btrfs_wq_submit_bio()
` [PATCH v4 08/68] btrfs: inode: sink parameter @start and @len for check_data_csum()
` [PATCH v4 09/68] btrfs: extent_io: unexport extent_invalidatepage()
` [PATCH v4 10/68] btrfs: extent_io: remove the forward declaration and rename __process_pages_contig
` [PATCH v4 11/68] btrfs: extent_io: rename pages_locked in process_pages_contig()
` [PATCH v4 12/68] btrfs: extent_io: only require sector size alignment for page read
` [PATCH v4 13/68] btrfs: extent_io: remove the extent_start/extent_len for end_bio_extent_readpage()
` [PATCH v4 14/68] btrfs: extent_io: integrate page status update into endio_readpage_release_extent()
` [PATCH v4 15/68] btrfs: extent_io: rename page_size to io_size in submit_extent_page()
` [PATCH v4 16/68] btrfs: extent_io: add assert_spin_locked() for attach_extent_buffer_page()
` [PATCH v4 17/68] btrfs: extent_io: extract the btree page submission code into its own helper function
` [PATCH v4 18/68] btrfs: extent_io: calculate inline extent buffer page size based on page size
` [PATCH v4 19/68] btrfs: extent_io: make btrfs_fs_info::buffer_radix to take sector size devided values
` [PATCH v4 20/68] btrfs: extent_io: sink less common parameters for __set_extent_bit()
` [PATCH v4 21/68] btrfs: extent_io: sink less common parameters for __clear_extent_bit()
` [PATCH v4 22/68] btrfs: disk_io: grab fs_info from extent_buffer::fs_info directly for btrfs_mark_buffer_dirty()
` [PATCH v4 23/68] btrfs: disk-io: make csum_tree_block() handle sectorsize smaller than page size
` [PATCH v4 24/68] btrfs: disk-io: extract the extent buffer verification from btree_readpage_end_io_hook()
` [PATCH v4 25/68] btrfs: disk-io: accept bvec directly for csum_dirty_buffer()
` [PATCH v4 26/68] btrfs: inode: make btrfs_readpage_end_io_hook() follow sector size
` [PATCH v4 27/68] btrfs: introduce a helper to determine if the sectorsize is smaller than PAGE_SIZE
` [PATCH v4 28/68] btrfs: extent_io: allow find_first_extent_bit() to find a range with exact bits match
` [PATCH v4 29/68] btrfs: extent_io: don't allow tree block to cross page boundary for subpage support
` [PATCH v4 30/68] btrfs: extent_io: update num_extent_pages() to support subpage sized extent buffer
` [PATCH v4 31/68] btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors
` [PATCH v4 32/68] btrfs: disk-io: only clear EXTENT_LOCK bit for extent_invalidatepage()
` [PATCH v4 33/68] btrfs: extent-io: make type of extent_state::state to be at least 32 bits
` [PATCH v4 34/68] btrfs: extent_io: use extent_io_tree to handle subpage extent buffer allocation
` [PATCH v4 35/68] btrfs: extent_io: make set/clear_extent_buffer_uptodate() to support subpage size
` [PATCH v4 36/68] btrfs: extent_io: make the assert test on page uptodate able to handle subpage
` [PATCH v4 37/68] btrfs: extent_io: implement subpage metadata read and its endio function
` [PATCH v4 38/68] btrfs: extent_io: implement try_release_extent_buffer() for subpage metadata support
` [PATCH v4 39/68] btrfs: extent_io: extra the core of test_range_bit() into test_range_bit_nolock()
` [PATCH v4 40/68] btrfs: extent_io: introduce EXTENT_READ_SUBMITTED to handle subpage data read
` [PATCH v4 41/68] btrfs: set btree inode track_uptodate for subpage support
` [PATCH v4 42/68] btrfs: allow RO mount of 4K sector size fs on 64K page system
` [PATCH v4 43/68] btrfs: disk-io: allow btree_set_page_dirty() to do more sanity check on subpage metadata
` [PATCH v4 44/68] btrfs: disk-io: support subpage metadata csum calculation at write time
` [PATCH v4 45/68] btrfs: extent_io: prevent extent_state from being merged for btree io tree
` [PATCH v4 46/68] btrfs: extent_io: make set_extent_buffer_dirty() to support subpage sized metadata
` [PATCH v4 47/68] btrfs: extent_io: add subpage support for clear_extent_buffer_dirty()
` [PATCH v4 48/68] btrfs: extent_io: make set_btree_ioerr() accept extent buffer
` [PATCH v4 49/68] btrfs: extent_io: introduce write_one_subpage_eb() function
` [PATCH v4 50/68] btrfs: extent_io: make lock_extent_buffer_for_io() subpage compatible
` [PATCH v4 51/68] btrfs: extent_io: introduce submit_btree_subpage() to submit a page for subpage metadata write
` [PATCH v4 52/68] btrfs: extent_io: introduce end_bio_subpage_eb_writepage() function
` [PATCH v4 53/68] btrfs: inode: make can_nocow_extent() check only return 1 if the range is no smaller than PAGE_SIZE
` [PATCH v4 54/68] btrfs: file: calculate reserve space based on PAGE_SIZE for buffered write
` [PATCH v4 55/68] btrfs: file: make hole punching page aligned for subpage
` [PATCH v4 56/68] btrfs: file: make btrfs_dirty_pages() follow page size to mark extent io tree
` [PATCH v4 57/68] btrfs: file: make btrfs_file_write_iter() to be page aligned
` [PATCH v4 58/68] btrfs: output extra info for space info update underflow
` [PATCH v4 59/68] btrfs: delalloc-space: make data space reservation to be page aligned
` [PATCH v4 60/68] btrfs: scrub: allow scrub to work with subpage sectorsize
` [PATCH v4 61/68] btrfs: inode: make btrfs_truncate_block() to do page alignment
` [PATCH v4 62/68] btrfs: file: make hole punch and zero range to be page aligned
` [PATCH v4 63/68] btrfs: file: make btrfs_fallocate() to use PAGE_SIZE as blocksize
` [PATCH v4 64/68] btrfs: inode: always mark the full page range delalloc for btrfs_page_mkwrite()
` [PATCH v4 65/68] btrfs: inode: require page alignement for direct io
` [PATCH v4 66/68] btrfs: inode: only do NOCOW write for page aligned extent
` [PATCH v4 67/68] btrfs: reflink: do full page writeback for reflink prepare
` [PATCH v4 68/68] btrfs: support subpage read write for test

[PATCH v2 0/2] Some block rsv fixes
 2020-10-26 20:57 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: print the block rsv type when we fail our reservation
` [PATCH v2 2/2] btrfs: fix min reserved size calculation in merge_reloc_root

[PATCH 0/2] Some block rsv fixes
 2020-10-26 18:18 UTC  (3+ messages)
` [PATCH 1/2] btrfs: print the block rsv type when we fail our reservation
` [PATCH 2/2] btrfs: fix min reserved size calculation in merge_reloc_root

[PATCH v9 0/3] readmirror feature (read_policy sysfs and in-memory only approach)
 2020-10-26 17:57 UTC  (9+ messages)
` [PATCH v9 1/3] btrfs: add btrfs_strmatch helper
` [PATCH v9 2/3] btrfs: create read policy framework
` [PATCH v9 3/3] btrfs: create read policy sysfs attribute, pid

[PATCH 0/7] Fix a pile of 4GB file problems on 32-bit
 2020-10-26 17:14 UTC  (11+ messages)
` [PATCH 1/7] 9P: Cast to loff_t before multiplying
` [PATCH 5/7] btrfs: Promote to unsigned long long before shifting
` [PATCH 6/7] "
` [PATCH 7/7] btrfs: Promote to unsigned long long before multiplying

[PATCH 0/8] btrfs: scrub: support subpage scrub (completely independent version)
 2020-10-26 14:39 UTC  (13+ messages)
` [PATCH 1/8] btrfs: scrub: distinguish scrub_page from regular page
` [PATCH 2/8] btrfs: scrub: remove the @force parameter of scrub_pages()
` [PATCH 3/8] btrfs: scrub: use flexible array for scrub_page::csums
` [PATCH 4/8] btrfs: scrub: refactor scrub_find_csum()
` [PATCH 5/8] btrfs: scrub: introduce scrub_page::page_len for subpage support
` [PATCH 6/8] btrfs: scrub: always allocate one full page for one sector for RAID56
` [PATCH 7/8] btrfs: scrub: support subpage tree block scrub
` [PATCH 8/8] btrfs: scrub: support subpage data scrub

[PATCH 0/2] ->total_bytes_pinned fixes for early ENOSPC issues
 2020-10-26 14:19 UTC  (4+ messages)
` [PATCH 1/2] btrfs: handle ->total_bytes_pinned inside the delayed ref itself
` [PATCH 2/2] btrfs: account for new extents being deleted in total_bytes_pinned

[btrfs] f59743f788: fsmark.files_per_sec -47.6% regression
 2020-10-24 14:39 UTC 

[RFC][PATCH V3] btrfs: ssd_metadata: storing metadata on SSD
 2020-10-24  3:26 UTC  (11+ messages)
` [PATCH] btrfs: add ssd_metadata mode

Drive won't mount, please help
 2020-10-24  1:11 UTC  (10+ messages)

[PATCH 0/4] Small QOI fixes for transaction_kthread
 2020-10-23 17:06 UTC  (5+ messages)
` [PATCH 1/4] btrfs: Use helpers to convert from seconds to jiffies in transaction_kthread

[PATCH] btrfs: Open code insert_orphan_item
 2020-10-23 17:00 UTC  (3+ messages)

[PATCH] btrfs: convert data_seqcount to seqcount_mutex_t
 2020-10-23 16:56 UTC  (2+ messages)

[PATCH] btrfs: lookup global roots with our backref commit root helper
 2020-10-23 16:14 UTC  (2+ messages)

[PATCH v2] btrfs: don't fallback to buffered read if we don't need to
 2020-10-23 16:05 UTC  (3+ messages)

[PATCH] common/config: Allow environment defined btrfs mkfs options
 2020-10-23 16:04 UTC 

[PATCH 0/8] Block group caching fixes
 2020-10-23 13:58 UTC  (9+ messages)
` [PATCH 1/8] btrfs: do not shorten unpin len for caching block groups
` [PATCH 2/8] btrfs: update last_byte_to_unpin in switch_commit_roots
` [PATCH 3/8] btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_range
` [PATCH 4/8] btrfs: cleanup btrfs_discard_update_discardable usage
` [PATCH 5/8] btrfs: load free space cache into a temporary ctl
` [PATCH 6/8] btrfs: load the free space cache inode extents from commit root
` [PATCH 7/8] btrfs: async load free space cache
` [PATCH 8/8] btrfs: protect the fs_info->caching_block_groups differently

Btrfs progs release 5.9
 2020-10-23 13:33 UTC 

[PATCH] btrfs: clean up NULL checks in qgroup_unreserve_range()
 2020-10-23 11:39 UTC  (2+ messages)

[PATCH] btrfs: balance RAID1/RAID10 mirror selection
 2020-10-23  7:42 UTC  (3+ messages)

parent transid verify failed: Fixed but re-appearing
 2020-10-22 19:30 UTC  (9+ messages)
  ` Re[2]: "

[PATCH] btrfs: space-info: fix the wrong trace name for bytes_may_use
 2020-10-22 13:35 UTC  (4+ messages)

[PATCH] btrfs: skip call to generic_file_buffered_read if we don't need to
 2020-10-22 11:08 UTC  (3+ messages)

[PATCH 0/2] fix verify_one_dev_extent and btrfs_find_device
 2020-10-22  9:40 UTC  (4+ messages)
` [PATCH v2 1/2] btrfs: drop never met condition of disk_total_bytes == 0
  ` [PATCH RESEND "

[PATCH v8 0/3] readmirror feature (read_policy sysfs and
 2020-10-22  7:40 UTC  (9+ messages)
` [PATCH v8 1/3] btrfs: add btrfs_strmatch helper
` [PATCH v8 2/3] btrfs: create read policy framework
` [PATCH v8 3/3] btrfs: create read policy sysfs attribute, pid

[PATCH v8 00/41] btrfs: zoned block device support
 2020-10-22  6:48 UTC  (7+ messages)
` [PATCH v8 07/41] btrfs: disallow NODATACOW in ZONED mode
` [PATCH v8 10/41] btrfs: disallow inode_cache "

[PATCH v4 0/8] btrfs: free space tree mounting fixes
 2020-10-21 23:06 UTC  (9+ messages)
` [PATCH v4 1/8] btrfs: lift rw mount setup from mount and remount
` [PATCH v4 2/8] btrfs: cleanup all orphan inodes on ro->rw remount
` [PATCH v4 3/8] btrfs: create free space tree "
` [PATCH v4 4/8] btrfs: keep sb cache_generation consistent with space_cache
` [PATCH v4 5/8] btrfs: use sb state to print space_cache mount option
` [PATCH v4 6/8] btrfs: warn when remount will not create the free space tree
` [PATCH v4 7/8] btrfs: remove free space items when disabling space cache v1
` [PATCH v4 8/8] btrfs: skip space_cache v1 setup when not using it

[PATCH 0/3] Lockdep fixes for misc-next
 2020-10-21 18:44 UTC  (10+ messages)
` [PATCH 1/3] btrfs: drop the path before adding qgroup items when enabling qgroups
` [PATCH 2/3] btrfs: protect the fs_info->caching_block_groups differently

[PATCH] btrfs: add test case for rwf_nowait writes
 2020-10-21 18:41 UTC  (4+ messages)

[PATCH] check: fix misspelled variable name for sections
 2020-10-21 14:39 UTC  (2+ messages)

[PATCH v4 0/8] New rescue mount options
 2020-10-21 14:02 UTC  (4+ messages)
` [PATCH v4 5/8] btrfs: show rescue=usebackuproot in /proc/mounts

UBSAN: shift-out-of-bounds in get_init_ra_size()
 2020-10-21 12:33 UTC  (5+ messages)

libbtrfsutil + python = UUID confusion?
 2020-10-21 11:58 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).