linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-01 08:24:43 to 2020-10-08 20:49:02 UTC [more...]

[PATCH v2 00/11] Improve preemptive ENOSPC flushing
 2020-10-08 20:48 UTC 

[PATCH 0/4] Small QOI fixes for transaction_kthread
 2020-10-08 12:24 UTC  (5+ messages)
` [PATCH 1/4] btrfs: Use helpers to convert from seconds to jiffies in transaction_kthread
` [PATCH 2/4] btrfs: Remove redundant check
` [PATCH 3/4] btrfs: Record delta directly in transaction_kthread
` [PATCH 4/4] btrfs: Be smarter when sleeping "

[PATCH stable-5.4 0/6] backport fixes for xfstests btrfs/199,200,203,204
 2020-10-08 10:59 UTC  (7+ messages)
` [PATCH stable-5.4 1/6] Btrfs: send, allow clone operations within the same file
` [PATCH stable-5.4 2/6] Btrfs: send, fix emission of invalid "
` [PATCH stable-5.4 3/6] btrfs: volumes: Use more straightforward way to calculate map length
` [PATCH stable-5.4 4/6] btrfs: Ensure we trim ranges across block group boundary
` [PATCH stable-5.4 5/6] btrfs: fix RWF_NOWAIT write not failling when we need to cow
` [PATCH stable-5.4 6/6] btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation

[PATCH stable-4.14.y] Btrfs: fix unexpected failure of nocow buffered writes after snapshotting when low on space
 2020-10-08 10:55 UTC 

failed to read block groups: Operation not permitted
 2020-10-08  9:35 UTC  (4+ messages)

[PATCH] btrfs: Fix divide by zero
 2020-10-08  0:06 UTC  (2+ messages)

Drive won't mount, please help
 2020-10-07 20:31 UTC  (7+ messages)

[PATCH 0/7] Fix a pile of 4GB file problems on 32-bit
 2020-10-07 18:47 UTC  (12+ messages)
` [PATCH 1/7] 9P: Cast to loff_t before multiplying
` [PATCH 2/7] buffer: Promote to unsigned long long before shifting
` [PATCH 3/7] ceph: "
` [PATCH 4/7] ocfs2: "
` [PATCH 5/7] btrfs: "
` [PATCH 6/7] "
` [PATCH 7/7] btrfs: Promote to unsigned long long before multiplying

Counts for qgroup id are different
 2020-10-07 12:48 UTC  (6+ messages)

de-duplicating +C files
 2020-10-07 11:57 UTC  (5+ messages)

[PATCH] btrfs-progs: btrfs-sb-mod add devid to the modifiable list
 2020-10-07 10:08 UTC 

[PATCH] btrfs: add fs_info generation to sysfs
 2020-10-07  7:50 UTC  (2+ messages)

[PATCH add reported by] btrfs: fix rw_devices count in __btrfs_free_extra_devids
 2020-10-07  2:07 UTC  (6+ messages)
` [PATCH] btrfs: fix devid 0 without a replace item by failing the mount
  ` [PATCH v2] "

using raid56 on a private machine
 2020-10-06 20:07 UTC  (8+ messages)

Why so much "btrfs send" data for "cp -a --reflink"?
 2020-10-06 15:39 UTC  (4+ messages)

[PATCH] btrfs: fix rw_devices count in __btrfs_free_extra_devids
 2020-10-06 13:12 UTC  (9+ messages)
` [PATCH add reported by] "

[PATCH 0/9] Improve preemptive ENOSPC flushing
 2020-10-06 12:55 UTC  (30+ messages)
` [PATCH 1/9] btrfs: add a trace point for reserve tickets
` [PATCH 2/9] btrfs: improve preemptive background space flushing
` [PATCH 3/9] btrfs: rename need_do_async_reclaim
` [PATCH 4/9] btrfs: check reclaim_size in need_preemptive_reclaim
` [PATCH 5/9] btrfs: rework btrfs_calc_reclaim_metadata_size
` [PATCH 6/9] btrfs: simplify the logic in need_preemptive_flushing
` [PATCH 7/9] btrfs: implement space clamping for preemptive flushing
` [PATCH 8/9] btrfs: adjust the flush trace point to include the source
` [PATCH 9/9] btrfs: add a trace class for dumping the current ENOSPC state

[PATCH 0/2] fix verify_one_dev_extent and btrfs_find_device
 2020-10-06 12:54 UTC  (8+ messages)
` [PATCH 1/2] btrfs: drop never met condition of disk_total_bytes == 0
  ` [PATCH v2 "
` [PATCH 2/2] btrfs: fix btrfs_find_device unused arg seed

[PATCH v8 00/41] btrfs: zoned block device support
 2020-10-06  5:12 UTC  (47+ messages)
` [PATCH v8 01/41] block: add bio_add_zone_append_page
  ` [PATCH v8 02/41] btrfs: introduce ZONED feature flag
  ` [PATCH v8 03/41] btrfs: Get zone information of zoned block devices
  ` [PATCH v8 04/41] btrfs: Check and enable ZONED mode
  ` [PATCH v8 05/41] btrfs: introduce max_zone_append_size
  ` [PATCH v8 06/41] btrfs: disallow space_cache in ZONED mode
  ` [PATCH v8 07/41] btrfs: disallow NODATACOW "
  ` [PATCH v8 08/41] btrfs: disable fallocate "
  ` [PATCH v8 09/41] btrfs: disallow mixed-bg "
  ` [PATCH v8 10/41] btrfs: disallow inode_cache "
  ` [PATCH v8 11/41] btrfs: implement log-structured superblock for "
  ` [PATCH v8 12/41] btrfs: implement zoned chunk allocator
  ` [PATCH v8 13/41] btrfs: verify device extent is aligned to zone
  ` [PATCH v8 14/41] btrfs: load zone's alloction offset
  ` [PATCH v8 15/41] btrfs: emulate write pointer for conventional zones
  ` [PATCH v8 16/41] btrfs: track unusable bytes for zones
  ` [PATCH v8 17/41] btrfs: do sequential extent allocation in ZONED mode
  ` [PATCH v8 18/41] btrfs: reset zones of unused block groups
  ` [PATCH v8 19/41] btrfs: redirty released extent buffers in ZONED mode
  ` [PATCH v8 20/41] btrfs: extract page adding function
  ` [PATCH v8 21/41] btrfs: use bio_add_zone_append_page for zoned btrfs
  ` [PATCH v8 22/41] btrfs: handle REQ_OP_ZONE_APPEND as writing
  ` [PATCH v8 23/41] btrfs: split ordered extent when bio is sent
  ` [PATCH v8 24/41] btrfs: extend btrfs_rmap_block for specifying a device
  ` [PATCH v8 25/41] btrfs: use ZONE_APPEND write for ZONED btrfs
  ` [PATCH v8 26/41] btrfs: enable zone append writing for direct IO
  ` [PATCH v8 27/41] btrfs: introduce dedicated data write path for ZONED mode
  ` [PATCH v8 28/41] btrfs: serialize meta IOs on "
  ` [PATCH v8 29/41] btrfs: wait existing extents before truncating
  ` [PATCH v8 30/41] btrfs: avoid async metadata checksum on ZONED mode
  ` [PATCH v8 31/41] btrfs: mark block groups to copy for device-replace
  ` [PATCH v8 32/41] btrfs: implement cloning for ZONED device-replace
  ` [PATCH v8 33/41] btrfs: implement copying "
  ` [PATCH v8 34/41] btrfs: support dev-replace in ZONED mode
  ` [PATCH v8 35/41] btrfs: enable relocation "
  ` [PATCH v8 36/41] btrfs: relocate block group to repair IO failure in ZONED
  ` [PATCH v8 37/41] btrfs: split alloc_log_tree()
  ` [PATCH v8 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group
  ` [PATCH v8 39/41] btrfs: serialize log transaction on ZONED mode
  ` [PATCH v8 40/41] btrfs: reorder log node allocation
  ` [PATCH v8 41/41] btrfs: enable to mount ZONED incompat flag

Best way to break RAID5/6?
 2020-10-06  3:11 UTC  (2+ messages)

[PATCH] btrfs: fix false alert caused by legacy btrfs root item
 2020-10-06  0:19 UTC  (3+ messages)

[PATCH AUTOSEL 5.8 06/12] btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishing
 2020-10-05 14:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 11/12] btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locks

[PATCH] btrfs: Increment i_size after dio write completes
 2020-10-05 13:14 UTC  (2+ messages)

[PATCH] btrfs: workaround the over-confident over-commit available space calculation
 2020-10-05 13:12 UTC  (4+ messages)

[PATCH] btrfs: Calculate num_pages, reserve_bytes once in btrfs_buffered_write()
 2020-10-05 13:10 UTC  (2+ messages)

ERROR... please contact btrfs developers
 2020-10-05 12:12 UTC  (10+ messages)

BTRFS device unmountable after system freeze
 2020-10-05  7:15 UTC  (4+ messages)

Dettagli account per EINNAHMEN IM INTERNET VOR 6845 EURO IN DER WOCHE - DIE BESTE INVESTITIONSMOGLICHKEIT: https://8569euro.page.link/v4nQ su Fast Security
 2020-10-05  5:08 UTC 

[PATCH v2] btrfs-progs: device stats: add json output format
 2020-10-04 11:25 UTC 

possible deadlock in start_transaction
 2020-10-04  4:29 UTC 

[PATCH] fs: tree-checker: fix missing brace warning for old compilers
 2020-10-03  8:04 UTC  (3+ messages)

btrfs-progs and libbtrfsutil versioning
 2020-10-02 20:56 UTC  (3+ messages)

[PATCH] btrfs-progs: btrfsutil: add pkg-config files for btrfsutil
 2020-10-02 19:15 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] btrfs-progs: Support json format in device stats
 2020-10-02 17:53 UTC  (3+ messages)

[GIT PULL] Btrfs fixes for 5.9-rc8
 2020-10-02 17:15 UTC  (2+ messages)

[PATCH v4 0/9] Update to zstd-1.4.6
 2020-10-02 13:42 UTC  (9+ messages)
` [GIT PULL][PATCH "

simple Chunk allocator like calculation to replace Factor based calculation
 2020-10-02 10:23 UTC  (10+ messages)

how to recover from "enospc errors during balance"
 2020-10-02  9:32 UTC  (8+ messages)

[PATCH v4 3/9] lib: zstd: Upgrade to latest upstream zstd version 1.4.6
 2020-10-01 20:50 UTC  (2+ messages)
` [PATCH] lib: zstd: fix semicolon.cocci warnings

[PATCH] btrfs: Rename BTRFS_INODE_ORDERED_DATA_CLOSE flag
 2020-10-01 14:28 UTC  (2+ messages)

KASAN: use-after-free Read in btrfs_scan_one_device
 2020-10-01 13:35 UTC  (6+ messages)

[PATCH] btrfs: free device without BTRFS_MAGIC
 2020-10-01 10:49 UTC  (3+ messages)
` [PATCH v3] "


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