linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-23 17:08:22 to 2020-10-29 18:47:15 UTC [more...]

[PATCH 0/8] Misc cleanups
 2020-10-29 18:47 UTC  (10+ messages)
` [PATCH 1/8] btrfs: use the right number of levels for lockdep keysets
` [PATCH 2/8] btrfs: generate lockdep keyset names at compile time
` [PATCH 3/8] btrfs: send: use helpers to access root_item::ctransid
` [PATCH 4/8] btrfs: check-integrity: use proper helper to access btrfs_header
` [PATCH 5/8] btrfs: use root_item helpers for limit and flags in btrfs_create_tree
` [PATCH 6/8] btrfs: add set/get accessors for root_item::drop_level
` [PATCH 7/8] btrfs: remove unnecessary casts in printk
` [PATCH 8/8] btrfs: scrub: update message regarding read-only status

[PATCH] fstests: add missing remove of the $seqres.full file for some tests
 2020-10-29 18:41 UTC  (2+ messages)

[PATCH v10 resend 0/3] readmirror feature (read_policy sysfs and in-memory only approach)
 2020-10-29 18:35 UTC  (6+ messages)
` [PATCH v10 1/3] btrfs: add btrfs_strmatch helper
` [PATCH v10 2/3] btrfs: create read policy framework
` [PATCH v10 3/3] btrfs: create read policy sysfs attribute, pid

[PATCH v3 00/12] Improve preemptive ENOSPC flushing
 2020-10-29 17:48 UTC  (5+ messages)
` [PATCH v3 04/12] btrfs: introduce a FORCE_COMMIT_TRANS flush operation
` [PATCH v3 10/12] btrfs: implement space clamping for preemptive flushing

[PATCH v2 0/2] Some block rsv fixes
 2020-10-29 16:30 UTC  (6+ 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 00/10] Sectorsize, csum_size lifted to fs_info
 2020-10-29 16:25 UTC  (18+ messages)
` [PATCH 01/10] btrfs: use precalculated sectorsize_bits from fs_info
` [PATCH 02/10] btrfs: replace div_u64 by shift in free_space_bitmap_size
` [PATCH 03/10] btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits
` [PATCH 04/10] btrfs: store precalculated csum_size in fs_info
` [PATCH 05/10] btrfs: precalculate checksums per leaf once
` [PATCH 06/10] btrfs: use cached value of fs_info::csum_size everywhere
` [PATCH 07/10] btrfs: switch cached fs_info::csum_size from u16 to u32
` [PATCH 08/10] btrfs: remove unnecessary local variables for checksum size
` [PATCH 09/10] btrfs: check integrity: remove local copy of csum_size
` [PATCH 10/10] btrfs: scrub: remove local copy of csum_size from context

Fail to mount btrfs partition after several power losses
 2020-10-29 14:55 UTC 

[PATCH v2 0/3] btrfs: btrfs_lookup_bio_sums() related fixes
 2020-10-29 14:11 UTC  (10+ messages)
` [PATCH v2 1/3] btrfs: file-item: use nodesize to determine whether we need readhead for btrfs_lookup_bio_sums()
` [PATCH v2 2/3] btrfs: file-item: remove the btrfs_find_ordered_sum() call in btrfs_lookup_bio_sums()
` [PATCH v2 3/3] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs

[PATCH] btrfs: do not start and wait for delalloc on snapshot roots on transaction commit
 2020-10-29 12:24 UTC  (3+ messages)

(no subject)
 2020-10-29 12:25 UTC  (16+ messages)
` [PATCH v5 01/10] btrfs: lift rw mount setup from mount and remount
` [PATCH v5 02/10] btrfs: cleanup all orphan inodes on ro->rw remount
` [PATCH v5 03/10] btrfs: create free space tree "
` [PATCH v5 04/10] btrfs: clear oneshot options on mount and remount
` [PATCH v5 05/10] btrfs: clear free space tree on ro->rw remount
` [PATCH v5 06/10] btrfs: keep sb cache_generation consistent with space_cache
` [PATCH v5 07/10] btrfs: use sb state to print space_cache mount option
` [PATCH v5 08/10] btrfs: warn when remount will not change the free space tree
` [PATCH v5 09/10] btrfs: remove free space items when disabling space cache v1
` [PATCH v5 10/10] btrfs: skip space_cache v1 setup when not using it

questions about qemu io_uring/dio
 2020-10-29  8:11 UTC  (4+ messages)

[PATCH v2 0/4] btrfs: read_policy types latency, device and round-robin
 2020-10-29  7:54 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: add read_policy latency
` [PATCH v2 2/4] btrfs: introduce new device-state read_preferred
` [PATCH 3/4] btrfs: introduce new read_policy device
` [PATCH RFC 4/4] btrfs: introduce new read_policy round-robin

[PATCH 0/3] btrfs: btrfs_lookup_bio_sums() related fixes
 2020-10-29  7:32 UTC  (6+ messages)
` [PATCH 1/3] btrfs: file-item: use nodesize to determine whether we need readhead for btrfs_lookup_bio_sums()
` [PATCH 2/3] btrfs: ordered-data: rename parameter @len to @nr_sectors
` [PATCH 3/3] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs

[PATCH 0/4] btrfs: basic tier support
 2020-10-29  5:35 UTC  (5+ messages)
` [PATCH 1/4] btrfs: add tier score to device
` [PATCH 2/4] btrfs: tiering data and metadata
` [PATCH 3/4] btrfs: tier-aware mirror path select
` [PATCH 4/4] btrfs: tier-aware free space cacl

[PATCH v1 0/4] btrfs: read_policy types latency, device and round-robin
 2020-10-29  7:44 UTC  (16+ messages)
` [PATCH 1/4] btrfs: add read_policy latency
` [PATCH 2/4] btrfs: introduce new device-state read_preferred
` [PATCH 3/4] btrfs: introduce new read_policy device
` [PATCH RFC 4/4] btrfs: introduce new read_policy round-robin

[RFC PATCH] Revert "btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabled"
 2020-10-29  3:12 UTC  (2+ messages)

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

[PATCH 0/5][v2] Relocation and backref resolution fixes
 2020-10-28 22:51 UTC  (3+ messages)
` [PATCH 5/5] btrfs: restart snapshot delete if we have to end the transaction

[PATCH] btrfs-progs: restore: Have -l display subvolume name
 2020-10-28 23:34 UTC  (3+ messages)

[PATCH RFC 0/7] btrfs: read_policy types latency, device and
 2020-10-28 12:41 UTC  (17+ messages)
` [PATCH RFC 1/7] block: export part_stat_read_all
` [PATCH RFC 2/7] block: export part_stat_read_inflight
` [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 6/7] btrfs: introduce new read_policy device
` [PATCH RFC 7/7] btrfs: introduce new read_policy round-robin

[PATCH v4 00/68] btrfs: add basic rw support for subpage sector size
 2020-10-28  0:57 UTC  (26+ messages)
` [PATCH v4 01/68] btrfs: extent-io-tests: remove invalid tests
` [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 13/68] btrfs: extent_io: remove the extent_start/extent_len for end_bio_extent_readpage()
` [PATCH v4 16/68] btrfs: extent_io: add assert_spin_locked() for attach_extent_buffer_page()
` [PATCH v4 18/68] btrfs: extent_io: calculate inline extent buffer page size based on page size
` [PATCH v4 22/68] btrfs: disk_io: grab fs_info from extent_buffer::fs_info directly for btrfs_mark_buffer_dirty()

Subject: [RFC] clang tooling cleanups
 2020-10-28  3:26 UTC  (2+ messages)
`  "

[PATCH v8 00/41] btrfs: zoned block device support
 2020-10-28 14:49 UTC  (4+ messages)
` [PATCH v8 04/41] btrfs: Check and enable ZONED mode

[PATCH] btrfs: balance RAID1/RAID10 mirror selection
 2020-10-27 14:26 UTC  (3+ messages)

[PATCH AUTOSEL 5.9 104/147] btrfs: fix replace of seed device
 2020-10-26 23:48 UTC 

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

[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 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 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  (3+ messages)
` [PATCH 1/2] btrfs: handle ->total_bytes_pinned inside the delayed ref itself

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

[PATCH] btrfs: add ssd_metadata mode
 2020-10-24  3:26 UTC  (5+ messages)

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


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