linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-11 05:00:12 to 2019-12-14 00:22:53 UTC [more...]

[PATCH v6 00/22] btrfs: async discard support
 2019-12-14  0:22 UTC  (10+ messages)
` [PATCH 01/22] bitmap: genericize percpu bitmap region iterators
` [PATCH 02/22] btrfs: rename DISCARD opt to DISCARD_SYNC
` [PATCH 03/22] btrfs: keep track of which extents have been discarded
` [PATCH 04/22] btrfs: keep track of cleanliness of the bitmap
` [PATCH 05/22] btrfs: add the beginning of async discard, discard workqueue
` [PATCH 06/22] btrfs: handle empty block_group removal
` [PATCH 07/22] btrfs: discard one region at a time in async discard
` [PATCH 08/22] btrfs: add removal calls for sysfs debug/
` [PATCH 09/22] btrfs: make UUID/debug have its own kobject

linux-next: Tree for Dec 6 (objtool, lots in btrfs)
 2019-12-14  0:04 UTC  (7+ messages)

[PATCH 1/2] btrfs: punt all bios created in btrfs_submit_compressed_write()
 2019-12-13 22:21 UTC  (8+ messages)
` [PATCH 2/2] btrfs: fix compressed write bio attribution
  ` [PATCH v2 "

[PATCH v6 00/28] btrfs: zoned block device support
 2019-12-13 21:58 UTC  (39+ messages)
` [PATCH v6 01/28] btrfs: introduce HMZONED feature flag
` [PATCH v6 02/28] btrfs: Get zone information of zoned block devices
` [PATCH v6 03/28] btrfs: Check and enable HMZONED mode
` [PATCH v6 04/28] btrfs: disallow RAID5/6 in "
` [PATCH v6 05/28] btrfs: disallow space_cache "
` [PATCH v6 06/28] btrfs: disallow NODATACOW "
` [PATCH v6 07/28] btrfs: disable fallocate "
` [PATCH v6 08/28] btrfs: implement log-structured superblock for "
` [PATCH v6 09/28] btrfs: align device extent allocation to zone boundary
` [PATCH v6 10/28] btrfs: do sequential extent allocation in HMZONED mode
` [PATCH v6 11/28] btrfs: make unmirroed BGs readonly only if we have at least one writable BG
` [PATCH v6 12/28] btrfs: ensure metadata space available on/after degraded mount in HMZONED
` [PATCH v6 13/28] btrfs: reset zones of unused block groups
` [PATCH v6 14/28] btrfs: redirty released extent buffers in HMZONED mode
` [PATCH v6 15/28] btrfs: serialize data allocation and submit IOs
` [PATCH v6 16/28] btrfs: implement atomic compressed IO submission
` [PATCH v6 17/28] btrfs: support direct write IO in HMZONED
` [PATCH v6 18/28] btrfs: serialize meta IOs on HMZONED mode
` [PATCH v6 19/28] btrfs: wait existing extents before truncating
` [PATCH v6 20/28] btrfs: avoid async checksum on HMZONED mode
` [PATCH v6 21/28] btrfs: disallow mixed-bg in "
` [PATCH v6 22/28] btrfs: disallow inode_cache "
` [PATCH v6 23/28] btrfs: support dev-replace "
` [PATCH v6 24/28] btrfs: enable relocation "
` [PATCH v6 25/28] btrfs: relocate block group to repair IO failure in HMZONED
` [PATCH v6 26/28] btrfs: split alloc_log_tree()
` [PATCH v6 27/28] btrfs: enable tree-log on HMZONED mode
` [PATCH v6 28/28] btrfs: enable to mount HMZONED incompat flag
` [PATCH RFC v2] libblkid: implement zone-aware probing for HMZONED btrfs

df shows no available space in 5.4.1
 2019-12-13 20:03 UTC  (8+ messages)

[PATCH 0/8 v6] btrfs direct-io using iomap
 2019-12-13 19:57 UTC  (9+ messages)
` [PATCH 1/8] fs: Export generic_file_buffered_read()
` [PATCH 2/8] iomap: add a filesystem hook for direct I/O bio submission
` [PATCH 3/8] iomap: Move lockdep_assert_held() to iomap_dio_rw() calls
` [PATCH 4/8] btrfs: Switch to iomap_dio_rw() for dio
` [PATCH 5/8] fs: Remove dio_end_io()
` [PATCH 6/8] btrfs: Wait for extent bits to release page
` [PATCH 7/8] btrfs: Use ->iomap_end() instead of btrfs_dio_data
` [PATCH 8/8] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK

[PATCH v2 6/6] btrfs: Use larger zlib buffer for s390 hardware compression
 2019-12-13 17:35 UTC  (2+ messages)

[PATCH 0/4] btrfs, sysfs cleanup and add dev_state
 2019-12-13 17:02 UTC  (9+ messages)
` [PATCH 4/4] btrfs: sysfs, add devid/dev_state kobject and attribute

[PATCH 0/1] Support replacing a device with smaller one
 2019-12-13 15:48 UTC  (4+ messages)
` [PATCH 1/1] btrfs: Allow replacing device with a smaller one if possible

[PATCH 0/5] Various fixes
 2019-12-13 15:17 UTC  (7+ messages)
` [PATCH 1/5] btrfs: drop log root for dropped roots

[PATCH] btrfs: fix format string warning
 2019-12-13 12:32 UTC  (2+ messages)

[PATCH] btrfs: raid56: remove set but not used variable 'p_stripe'
 2019-12-13 12:08 UTC 

[PATCH 0/6] btrfs: metadata uuid fixes and enhancements
 2019-12-13 10:10 UTC  (21+ messages)
` [PATCH 1/6] btrfs: metadata_uuid: fix failed assertion due to unsuccessful device scan
    ` [PATCH 1/6] btrfs: metadata_uuid: fix failed assertion due to unsuccessful device scan (reformatted)
` [PATCH 2/6] btrfs: metadata_uuid: move split-brain handling from fs_id() to new function
` [PATCH 3/6] btrfs: split-brain case for scanned changing device with INCOMPAT_METADATA_UUID
` [PATCH 4/6] btrfs: split-brain case for scanned changed device without INCOMPAT_METADATA_UUID
` [PATCH 5/6] btrfs: copy fsid and metadata_uuid for pulled disk "
` [PATCH 6/6] btrfs: metadata_uuid: move partly logic into find_fsid_inprogress()

FIDEDUPERANGE woes
 2019-12-13  9:32 UTC  (2+ messages)

[PATCH 0/8 v5] btrfs direct-io using iomap
 2019-12-12 22:46 UTC  (22+ messages)
` [PATCH 1/8] fs: Export generic_file_buffered_read()
` [PATCH 2/8] iomap: add a filesystem hook for direct I/O bio submission
` [PATCH 3/8] btrfs: Switch to iomap_dio_rw() for dio
` [PATCH 4/8] iomap: Move lockdep_assert_held() to iomap_dio_rw() calls
` [PATCH 5/8] fs: Remove dio_end_io()
` [PATCH 6/8] btrfs: Wait for extent bits to release page
` [PATCH 7/8] btrfs: Use iomap_end() instead of btrfs_dio_data
` [PATCH 8/8] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK

[PATCH fstests] btrfs/187: require 8GB scratch dev
 2019-12-12 20:16 UTC  (2+ messages)

Is it logical to use a disk that scrub fails but smartctl succeeds?
 2019-12-12 19:24 UTC  (9+ messages)

[PATCH] fstests: btrfs/09[58]: Use hash to replace unreliable od output
 2019-12-12 15:04 UTC  (5+ messages)

[PATCH 0/3] btrfs: fixes for relocation to avoid KASAN reports
 2019-12-12 14:28 UTC  (11+ messages)
` [PATCH 1/3] btrfs: relocation: Fix a KASAN use-after-free bug due to extended reloc tree lifespan
` [PATCH 2/3] btrfs: relocation: Fix KASAN report on create_reloc_tree due to extended reloc tree lifepsan
` [PATCH 3/3] btrfs: relocation: Fix a KASAN report on btrfs_reloc_pre_snapshot() due to extended reloc root lifespan

[PATCH AUTOSEL 5.4 299/350] btrfs: don't prematurely free work in end_workqueue_fn()
 2019-12-12 12:11 UTC  (2+ messages)

[PATCH 00/11] btrfs-progs: metadata_uuid feature fixes and portation
 2019-12-12 11:02 UTC  (12+ messages)
` [PATCH 01/11] btrfs-progs: misc-tests/034: reload btrfs module before running failure_recovery
` [PATCH 02/11] btrfs-progs: misc-tests/034: mount the second device if first device mount failed
` [PATCH 03/11] btrfs-progs: metadata_uuid: add new member btrfs_fs_devices::fsid_change
` [PATCH 04/11] btrfs-progs: handle split-brain scenario for scanned changing device without INCOMPAT_METADATA_UUID
` [PATCH 05/11] btrfs-progs: handle split-brain scenario for scanned changing device with INCOMPAT_METADATA_UUID
` [PATCH 06/11] btrfs-progs: handle split-brain scenario for scanned changed/unchanged "
` [PATCH 07/11] btrfs-progs: handle split-brain scenario for scanned changed/unchanged device without INCOMPAT_METADATA_UUID
` [PATCH 08/11] btrfs-progs: metadata_uuid: remove old logic to find fs_devices
` [PATCH 09/11] btrfs-progs: metadata_uuid: rewrite fs_devices fsid and metadata_uuid if it's changing
` [PATCH 10/11] btrfs-progs: metadata_uuid: clear FSID_CHANGING_V2 while open_ctree()
` [PATCH 11/11] btrfs-progs: misc-tests/034: add new test images and modify the script

fstests: Don't use gawk's strtonum breaking existing fstests
 2019-12-12  9:31 UTC  (4+ messages)

[PATCH] fstests: btrfs/14[01]: Use proper helper to get both devid and physical for corruption
 2019-12-12  8:31 UTC 

BTRFS with kernel 5.4.1: df -h shows 0 Bytes available but btrfs tells me that there are 1.06 TiB free
 2019-12-11 18:58 UTC  (2+ messages)

5.5.0-0.rc1 hang, could be zstd compression related
 2019-12-11 15:59 UTC  (4+ messages)

[PATCH] btrfs-progs: Skip device tree when we failed to read it
 2019-12-11 15:57 UTC  (12+ messages)

[PATCH] Btrfs: fix infinite loop during nocow writeback due to race
 2019-12-11 14:43 UTC  (2+ messages)

[PATCH] fstests: btrfs/157 btrfs/158: Prevent stripe offset to pollute golden output
 2019-12-11 13:33 UTC  (6+ messages)
` [PATCHi RFC] fstest: btrfs/158 fix miss-aligned stripe and device

[PATCH 0/3] fstests: btrfs/15[78] btrfs/14[23]: Use more accurate devid/phsyical for corruption
 2019-12-11 11:24 UTC  (6+ messages)
` [PATCH 1/3] fstests: common: Use more accurate kernel config for _require_fail_make_request
` [PATCH 2/3] fstests: btrfs/14[23]: Use proper help to get both devid and physical offset for corruption
` [PATCH 3/3] fstests: btrfs/15[78]: Use proper helper "

[PATCH 0/8 v4] btrfs direct-io using iomap
 2019-12-11 10:43 UTC  (6+ messages)
` [PATCH 4/8] btrfs: Switch to iomap_dio_rw() for dio
` [PATCH 8/8] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK

[PATCH] btrfs_progs: mkfs: match devid order to the stripe index
 2019-12-11  8:58 UTC  (10+ messages)

[PATCH] btrfs: discard before adding to the free space cache
 2019-12-11  8:58 UTC  (2+ messages)

[PATCH] fstest: btrfs/142 fix match the device and stripe id
 2019-12-11  7:22 UTC  (3+ messages)
` [PATCH v2] "


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