linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-14 20:26:30 to 2020-10-21 14:35:54 UTC [more...]

[PATCH 0/2] fix verify_one_dev_extent and btrfs_find_device
 2020-10-21 14:35 UTC  (7+ messages)
` [PATCH 2/2] btrfs: fix btrfs_find_device unused arg seed
  ` [PATCH RESEND "
` [PATCH v2 1/2] btrfs: drop never met condition of disk_total_bytes == 0
  ` [PATCH RESEND "
` [PATCH RESEND 0/2] fix verify_one_dev_extent and btrfs_find_device

[PATCH 0/3] Lockdep fixes for misc-next
 2020-10-21 14:05 UTC  (8+ 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 3/3] btrfs: add a helper to read the tree_root commit root for backref lookup

[PATCH v4 0/8] New rescue mount options
 2020-10-21 14:02 UTC  (14+ messages)
` [PATCH v4 1/8] btrfs: unify the ro checking for "
` [PATCH v4 2/8] btrfs: push the NODATASUM check into btrfs_lookup_bio_sums
` [PATCH v4 3/8] btrfs: add a supported_rescue_options file to sysfs
` [PATCH v4 4/8] btrfs: add a helper to print out rescue= options
` [PATCH v4 5/8] btrfs: show rescue=usebackuproot in /proc/mounts
` [PATCH v4 6/8] btrfs: introduce rescue=ignorebadroots
` [PATCH v4 7/8] btrfs: introduce rescue=ignoredatacsums
` [PATCH v4 8/8] btrfs: introduce rescue=all

parent transid verify failed: Fixed but re-appearing
 2020-10-21 13:46 UTC  (2+ messages)

[PATCH 0/2] ->total_bytes_pinned fixes for early ENOSPC issues
 2020-10-21 13:32 UTC  (3+ 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

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)

[PATCH v4 00/68] btrfs: add basic rw support for subpage sector size
 2020-10-21 11:50 UTC  (71+ messages)
` [PATCH v4 01/68] btrfs: extent-io-tests: remove invalid tests
` [PATCH v4 02/68] btrfs: use iosize while reading compressed pages
` [PATCH v4 03/68] btrfs: extent_io: fix the comment on lock_extent_buffer_for_io()
` [PATCH v4 04/68] btrfs: extent_io: update the comment for find_first_extent_bit()
` [PATCH v4 05/68] btrfs: extent_io: sink the @failed_start parameter for set_extent_bit()
` [PATCH v4 06/68] btrfs: make btree inode io_tree has its special owner
` [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 v8 00/41] btrfs: zoned block device support
 2020-10-21  8:53 UTC  (10+ messages)
` [PATCH v8 03/41] btrfs: Get zone information of zoned block devices
` [PATCH v8 07/41] btrfs: disallow NODATACOW in ZONED mode
` [PATCH v8 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group

[PATCH] btrfs: ref-verify: Fix memleak in btrfs_ref_tree_mod
 2020-10-21  5:36 UTC 

[PATCH v2 add prerequisite-patch-id] btrfs: fix devid 0 without a replace item by failing the mount
 2020-10-21  5:49 UTC  (3+ messages)
` [PATCH RESEND "

[RESEND PATCH v2] btrfs: tree-checker: validate number of chunk stripes and parity
 2020-10-20 17:37 UTC 

[PATCH] btrfs: add test case for rwf_nowait writes
 2020-10-20 14:43 UTC 

[PATCH] check: fix misspelled variable name for sections
 2020-10-20 14:42 UTC 

[PATCH v8 0/3] readmirror feature (read_policy sysfs and
 2020-10-20 14:22 UTC  (5+ 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 0/3] readmirror feature (read_policy sysfs and in-memory only approach)

[PATCH v3 0/2] add seed delete test case and fix btrfs/163
 2020-10-20 12:53 UTC  (5+ messages)
` [PATCH v3 1/2] btrfs: add a test case for btrfs seed device delete
` [PATCH v3 2/2] btrfs/163: replace sprout instead of seed

[PATCH v2 0/2] fstests: btrfs seed device device operation tests
 2020-10-20 12:20 UTC  (7+ messages)
` [PATCH v2 1/2] btrfs: add a test case for btrfs seed device delete
` [PATCH 2/2] btrfs/163: replace sprout instead of seed

[PATCH 0/4] Small QOI fixes for transaction_kthread
 2020-10-20  9:44 UTC  (7+ messages)
` [PATCH 4/4] btrfs: Be smarter when sleeping in transaction_kthread
    ` [PATCH v2] "

Raid5, deleted a device, now see "some devices missing"
 2020-10-20  9:36 UTC 

[PATCH v2 0/6] A variety of lock contention fixes
 2020-10-20  9:08 UTC  (9+ messages)
` [PATCH v2 1/6] btrfs: do not block on deleted bgs mutex in the cleaner
` [PATCH v2 2/6] btrfs: only let one thread pre-flush delayed refs in commit
` [PATCH v2 3/6] btrfs: delayed refs pre-flushing should only run the heads we have
` [PATCH v2 4/6] btrfs: only run delayed refs once before committing
` [PATCH v2 5/6] btrfs: stop running all delayed refs during snapshot
` [PATCH v2 6/6] btrfs: run delayed refs less often in commit_cowonly_roots

[PATCH] btrfs-progs: btrfs-sb-mod add devid to the modifiable list
 2020-10-20  7:01 UTC  (3+ messages)

btrfs-progs and libbtrfsutil versioning
 2020-10-19 18:36 UTC  (7+ messages)

[PATCH 0/4] btrfs: some readhead fixes after removing or replacing a device
 2020-10-19 16:51 UTC  (2+ messages)

[PATCH v2] fs: btrfs: Fix incorrect printf qualifier
 2020-10-19 13:30 UTC  (2+ messages)

Drive won't mount, please help
 2020-10-19  4:14 UTC  (10+ messages)

[PATCH v7] btrfs: Add new test for qgroup assign functionality
 2020-10-18 15:57 UTC 

[PATCH] btrfs: balance RAID1/RAID10 mirror selection
 2020-10-18  8:16 UTC  (7+ messages)

[support] RAID 5: tried to replace failing disk, failed, now unable to mount
 2020-10-18  4:57 UTC  (4+ messages)

[PATCH] fs: btrfs: Fix incorrect printf qualifier
 2020-10-17 10:45 UTC  (2+ messages)

[PATCH] btrfs: Use round_down while calculating start position in btrfs_dirty_pages()
 2020-10-16 15:22 UTC  (5+ messages)
` [PATCH] btrfs: Set EXTENT_NORESERVE bits "

[PATCH v2] btrfs: Fix divide by zero
 2020-10-16 14:33 UTC  (4+ messages)

[PATCH] generic: test the correctness of several cases of RWF_NOWAIT writes
 2020-10-16  9:25 UTC  (6+ messages)

[PATCH 0/6] A variety of lock contention fixes
 2020-10-16  7:35 UTC  (12+ messages)
` [PATCH 1/6] btrfs: do not block on deleted bgs mutex in the cleaner
` [PATCH 2/6] btrfs: only let one thread pre-flush delayed refs in commit
` [PATCH 3/6] btrfs: delayed refs pre-flushing should only run the heads we have
` [PATCH 4/6] btrfs: only run delayed refs once before committing
` [PATCH 5/6] btrfs: run delayed refs less often in commit_cowonly_roots
` [PATCH 6/6] btrfs: stop running all delayed refs during snapshot

[PATCH] btrfs: drop the path before adding blockgroup sysfs files
 2020-10-15 19:59 UTC  (4+ messages)

[PATCH] btrfs: fix relocation failure due to race with fallocate
 2020-10-15 19:42 UTC  (2+ messages)

[GIT PULL] Btrfs updates for 5.10
 2020-10-15 14:31 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).