linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-03 13:17:29 to 2019-12-05 19:09:38 UTC [more...]

btrfs scrub's dmesg log is fairly incomplete (rate-limiting?)
 2019-12-05 19:09 UTC  (2+ messages)

[RFC PATCH v3 00/12] fs: interface for directly reading/writing compressed data
 2019-12-05 18:58 UTC  (3+ messages)
` [PATCH man-pages v2] Document encoded I/O

[PATCH] btrfs: use simple_dir_inode_operations for placeholder subvolume directory
 2019-12-05 18:36 UTC 

[PATCH 0/8 v3] btrfs direct-io using iomap
 2019-12-05 17:44 UTC  (18+ 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: Remove lockdep_assert_held()
` [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: Remove btrfs_dio_data
` [PATCH 8/8] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK

[PATCH] Btrfs: fix hole extent items with a zero size after range cloning
 2019-12-05 16:58 UTC 

[PATCH 1/2] Btrfs: fix missing data checksums after replaying a log tree
 2019-12-05 16:58 UTC  (4+ messages)
` [PATCH v2 "
` [PATCH v3] "

[PATCH] Btrfs: fix cloning range with a hole when using the NO_HOLES feature
 2019-12-05 16:57 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems
 2019-12-05 16:08 UTC  (5+ messages)
` [PATCH 1/1] fs: "

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

[PATCH 1/2] btrfs-progs: mkfs-tests: Set $csum so mkfs.btrfs does not fail
 2019-12-05 15:36 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: mkfs-tests: Change $dev1 to TEST_DEV

[PATCH 0/4] btrfs, sysfs cleanup and add dev_state
 2019-12-05 15:14 UTC  (11+ messages)
` [PATCH 1/4] btrfs: sysfs, use btrfs_sysfs_remove_fsid in fail return in add_fsid
` [PATCH 2/4] btrfs: sysfs, add UUID/devinfo kobject
` [PATCH v2 3/4] btrfs: sysfs, rename device_link add,remove functions
` [PATCH 4/4] btrfs: sysfs, add devid/dev_state kobject and attribute

[PATCH v5 00/15] btrfs-progs: zoned block device support
 2019-12-05 14:51 UTC  (19+ messages)
` [PATCH v5 01/15] btrfs-progs: utils: Introduce queue_param helper function
` [PATCH v5 02/15] btrfs-progs: introduce raid parameters variables
` [PATCH v5 03/15] btrfs-progs: build: Check zoned block device support
` [PATCH v5 04/15] btrfs-progs: add new HMZONED feature flag
` [PATCH v5 05/15] btrfs-progs: Introduce zone block device helper functions
` [PATCH v5 06/15] btrfs-progs: load and check zone information
` [PATCH v5 07/15] btrfs-progs: support discarding zoned device
` [PATCH v5 08/15] btrfs-progs: support zero out on zoned block device
` [PATCH v5 09/15] btrfs-progs: implement log-structured superblock for HMZONED mode
` [PATCH v5 10/15] btrfs-progs: align device extent allocation to zone boundary
` [PATCH v5 11/15] btrfs-progs: do sequential allocation in HMZONED mode
` [PATCH v5 12/15] btrfs-progs: redirty clean extent buffers in seq
` [PATCH v5 13/15] btrfs-progs: mkfs: Zoned block device support
` [PATCH v5 14/15] btrfs-progs: device-add: support HMZONED device
` [PATCH v5 15/15] btrfs-progs: introduce support for device replace "
` [PATCH] libblkid: implement zone-aware probing for HMZONED btrfs

[PATCH 0/3] Misc fixes silencing false positives from cppcheck
 2019-12-05 13:51 UTC  (5+ messages)
` [PATCH 1/3] btrfs: fix possible NULL-pointer dereference in integrity checks
` [PATCH 2/3] btrfs: remove superfluous BUG_ON() "
` [PATCH 3/3] btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev()

[PATCH 00/10] unify origanization structure of block group cache
 2019-12-05 13:41 UTC  (26+ messages)
` [PATCH 01/10] btrfs-progs: handle error if btrfs_write_one_block_group() failed
` [PATCH 02/10] btrfs-progs: block_group: add rb tree related memebers
` [PATCH 03/10] btrfs-progs: port block group cache tree insertion and lookup functions
` [PATCH 04/10] btrfs-progs: reform the function block_group_cache_tree_search()
` [PATCH 05/10] btrfs-progs: adjust function btrfs_lookup_first_block_group_kernel
` [PATCH 06/10] btrfs-progs: abstract function btrfs_add_block_group_cache()
` [PATCH 07/10] block-progs: block_group: add dirty_bgs list related memebers
` [PATCH 08/10] btrfs-progs: pass @trans to functions touch dirty block groups
` [PATCH 09/10] btrfs-progs: refrom block groups caches structure
` [PATCH 10/10] btrfs-progs: cleanups after block group cache reform

BTRFS subvolume RAID level
 2019-12-05 12:10 UTC  (6+ messages)

kernel BUG at fs/btrfs/volumes.c:LINE!
 2019-12-05 12:06 UTC  (8+ messages)
      `  "

[PATCH] btrfs: fix warn_on for send from readonly mount
 2019-12-05 11:45 UTC  (4+ messages)
` [PATCH v3] "

False alert: read time tree block corruption
 2019-12-05 11:44 UTC  (4+ messages)

ping for null pointer dereference (cppcheck)
 2019-12-05 10:43 UTC  (2+ messages)

[RFC PATCH v2] btrfs-progs: scrub: add start/end position for scrub
 2019-12-05 10:10 UTC  (3+ messages)
` [PATCH "

[PATCH 0/4] btrfs: Make balance cancelling response faster
 2019-12-05  3:26 UTC  (6+ messages)
` [PATCH 1/4] btrfs: relocation: Introduce error injection points for cancelling balance

Unrecoverable corruption after loss of cache
 2019-12-05  2:45 UTC  (10+ messages)

[RFC PATCH 0/1] btrfs-progs: scrub: add start/end position for scrub
 2019-12-04 22:11 UTC  (3+ messages)
` [PATCH] "

[PATCH] fs: btrfs: volumes.h: Annotate rcu_string with __rcu
 2019-12-04 20:19 UTC 

btrfs-progs: misc/016 hangs at ioctl
 2019-12-04 17:06 UTC  (5+ messages)

Can't recover space from deleted inode
 2019-12-04 15:16 UTC 

[PATCH v5 0/2] remove BUG_ON()s in btrfs_close_one_device()
 2019-12-04 13:36 UTC  (3+ messages)
` [PATCH v5 1/2] btrfs: decrement number of open devices after closing the device not before
` [PATCH v5 2/2] btrfs: reset device back to allocation state when removing

[PATCH] btrfs-progs: restore: Do proper mirror iteration in copy_one_extent()
 2019-12-04  2:15 UTC 

[PATCH 0/4][v2] clean up how we mark block groups read only
 2019-12-03 19:51 UTC  (5+ messages)
` [PATCH 3/4] btrfs: fix force usage in inc_block_group_ro

[PATCH v3 0/3] btrfs: qgroup rescan races (part 1)
 2019-12-03 19:32 UTC  (3+ messages)

[PATCH] btrfs: Opencode ordered_data_tree_panic
 2019-12-03 19:25 UTC  (2+ messages)

[PATCH v2] btrfs: relocation: Output current relocation stage at btrfs_relocate_block_group()
 2019-12-03 19:15 UTC  (2+ messages)

[PATCH 2/2] Btrfs: make tree checker detect checksum items with overlapping ranges
 2019-12-03 19:11 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] btrfs: Fix btrfs_find_create_tree_block() testing
 2019-12-03 19:06 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2] btrfs: remove unused condition check in btrfs_page_mkwrite()
 2019-12-03 18:29 UTC  (2+ messages)

[PATCH 0/9] btrfs: miscellaneous cleanups
 2019-12-03 18:01 UTC  (6+ messages)
` [PATCH 8/9] btrfs: simplify compressed/inline check in __extent_writepage_io()
` [PATCH 9/9] btrfs: remove struct find_free_extent.ram_bytes

[PATCH 0/3] Cleanups from pinned rework try
 2019-12-03 17:42 UTC  (4+ messages)
` [PATCH 1/3] btrfs: Remove WARN_ON in walk_log_tree

[RFC] GRUB: add support for RAID1C3 and RAID1C4
 2019-12-03 17:30 UTC  (3+ messages)

[PATCH 0/3] 3 misc patches
 2019-12-03 17:16 UTC  (2+ messages)

Btrfs progs release 5.4
 2019-12-03 16:01 UTC 


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