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

[PATCH v6 00/22] btrfs: async discard support
 2019-12-18 11:45 UTC  (23+ messages)
` [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
` [PATCH 10/22] btrfs: add discard sysfs directory
` [PATCH 11/22] btrfs: track discardable extents for async discard
` [PATCH 12/22] btrfs: keep track of discardable_bytes
` [PATCH 13/22] btrfs: calculate discard delay based on number of extents
` [PATCH 14/22] btrfs: add bps discard rate limit
` [PATCH 15/22] btrfs: limit max discard size for async discard
` [PATCH 16/22] btrfs: make max async discard size tunable
` [PATCH 17/22] btrfs: have multiple discard lists
` [PATCH 18/22] btrfs: only keep track of data extents for async discard
` [PATCH 19/22] btrfs: keep track of discard reuse stats
` [PATCH 20/22] btrfs: add async discard header
` [PATCH 21/22] btrfs: increase the metadata allowance for the free_space_cache
` [PATCH 22/22] btrfs: make smaller extents more likely to go into bitmaps

[PATCH] btrfs-progs: fix path for btrfs-corrupt-block
 2019-12-18 11:26 UTC  (2+ messages)

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

[PATCH v6 00/28] btrfs: zoned block device support
 2019-12-18 10:49 UTC  (47+ messages)
` [PATCH v6 02/28] btrfs: Get zone information of zoned block devices
` [PATCH v6 03/28] btrfs: Check and enable HMZONED mode
` [PATCH v6 05/28] btrfs: disallow space_cache in "
` [PATCH v6 08/28] btrfs: implement log-structured superblock for "
` [PATCH v6 10/28] btrfs: do sequential extent allocation in "
` [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 19/28] btrfs: wait existing extents before truncating
` [PATCH v6 21/28] btrfs: disallow mixed-bg in HMZONED mode
` [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 27/28] btrfs: enable tree-log on HMZONED mode
` [PATCH v6 28/28] btrfs: enable to mount HMZONED incompat flag

Filesystem Degrades to read Only
 2019-12-18  4:23 UTC 

[PATCH 0/6] btrfs-progs: Fixes for github issues
 2019-12-18  2:19 UTC  (10+ messages)
` [PATCH 1/6] btrfs-progs: tests: Add --force for repair command
` [PATCH 2/6] btrfs-progs: check/original: Do extra verification on file extent item
` [PATCH 3/6] btrfs-progs: disk-io: Verify the bytenr passed in is mapped for read_tree_block()
` [PATCH 4/6] btrfs-progs: Add extra chunk item size check
` [PATCH 5/6] btrfs-progs: extent-tree: Kill the BUG_ON() in btrfs_chunk_readonly()
` [PATCH 6/6] btrfs-progs: extent-tree: Fix a by-one error in exclude_super_stripes()

[PATCH 0/8 v6] btrfs direct-io using iomap
 2019-12-18  2:04 UTC  (9+ messages)
` [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

[btrfs-progs PATCHv2 0/4] tests: do not fail if dm-thin is missing
 2019-12-18  1:46 UTC  (6+ messages)
` [btrfs-progs PATCHv2 1/4] tests: common: Add check_dm_target_support helper
` [btrfs-progs PATCHv2 2/4] tests: mkfs: 017: Use "
` [btrfs-progs PATCHv2 3/4] tests: mkfs: 005: "
` [btrfs-progs PATCHv2 4/4] tests: Do not fail is dmsetup is missing

[btrfs-progs PATCH 0/4] tests: do not fail if dm-thin is missing
 2019-12-18  0:48 UTC  (11+ messages)
` [btrfs-progs PATCH 1/4] tests: common: Add check_dm_target_support helper
` [btrfs-progs PATCH 2/4] tests: mkfs: 017: Use "
` [btrfs-progs PATCH 3/4] tests: mkfs: 005: "
` [btrfs-progs PATCH 4/4] tests: Do not fail is dmsetup is missing

[PATCH] btrfs: super: Make btrfs_statfs() work with metadata over-commiting
 2019-12-18  0:38 UTC  (3+ messages)

[PATCH] fstests: btrfs/14[01]: Use proper helper to get both devid and physical for corruption
 2019-12-18  0:20 UTC  (3+ messages)

[GIT PULL] Btrfs fixes for 5.5-rc3
 2019-12-17 21:40 UTC  (2+ messages)

[PATCH 1/2] btrfs: punt all bios created in btrfs_submit_compressed_write()
 2019-12-17 18:44 UTC  (7+ messages)
` [PATCH 2/2] btrfs: fix compressed write bio attribution
  ` [PATCH v2 "

[PATCH] btrfs: use helper to zero end of last page
 2019-12-17 17:49 UTC  (3+ messages)

[PATCH 0/3] fstests: btrfs/15[78] btrfs/14[23]: Use more accurate devid/phsyical for corruption
 2019-12-17 17:33 UTC  (7+ 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] src/fssum: skip subvolumes when building a sum
 2019-12-17 16:19 UTC  (2+ messages)

[PATCH 0/3] fsstress: add support for btrfs subvol and snapshot ops
 2019-12-17 16:10 UTC  (5+ messages)
` [PATCH 2/3] fsstress: add the ability to create snapshots
` [PATCH 3/3] fsstress: allow operations to use either a directory or subvol

[PATCH 1/3] fsstress: add the ability to create/delete subvolumes
 2019-12-17 15:55 UTC  (3+ messages)
` [PATCH][v2] "

[PATCH 0/2] Allow deduplication of the eof block when it is safe to do so
 2019-12-17 15:54 UTC  (5+ messages)
` [PATCH 1/2] fs: allow deduplication of eof block into the end of the destination file
` [PATCH 2/2] Btrfs: make deduplication with range including the last block work

[PATCH] btrfs: tree-checker: Check leaf chunk item size
 2019-12-17 15:49 UTC  (2+ messages)

[PATCH 0/7] Cleanup how we handle root refs, part 2
 2019-12-17 15:44 UTC  (8+ messages)
` [PATCH 1/7] btrfs: make the extent buffer leak check per fs info
` [PATCH 2/7] btrfs: move the root freeing stuff into btrfs_put_root
` [PATCH 3/7] btrfs: make inodes hold a ref on their roots
` [PATCH 4/7] btrfs: hold a ref on the root on the dead roots list
` [PATCH 5/7] btrfs: don't take an extra root ref at allocation time
` [PATCH 6/7] btrfs: make btrfs_cleanup_fs_roots use the fs_roots_radix_lock
` [PATCH 7/7] btrfs: kill the subvol_srcu

[PATCH 0/45][v2] Cleanup how we handle root refs, part 1
 2019-12-17 15:36 UTC  (46+ messages)
` [PATCH 01/45] btrfs: push __setup_root into btrfs_alloc_root
` [PATCH 02/45] btrfs: move fs root init stuff into btrfs_init_fs_root
` [PATCH 03/45] btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_root
` [PATCH 04/45] btrfs: export and use btrfs_read_tree_root
` [PATCH 05/45] btrfs: make relocation use btrfs_read_tree_root()
` [PATCH 06/45] btrfs: kill btrfs_read_fs_root
` [PATCH 07/45] btrfs: kill the btrfs_read_fs_root_no_name helper
` [PATCH 08/45] btrfs: make the fs root init functions static
` [PATCH 09/45] btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_root
` [PATCH 10/45] btrfs: hold a ref on fs roots while they're in the radix tree
` [PATCH 11/45] btrfs: hold a ref on the root in resolve_indirect_ref
` [PATCH 12/45] btrfs: hold a root ref in btrfs_get_dentry
` [PATCH 13/45] btrfs: hold a ref on the root in __btrfs_run_defrag_inode
` [PATCH 14/45] btrfs: hold a ref for the root in record_one_backref
` [PATCH 15/45] btrfs: grab a ref on the root in relink_extent_backref
` [PATCH 16/45] btrfs: hold a ref on the root in fixup_tree_root_location
` [PATCH 17/45] btrfs: hold a ref on the root in create_subvol
` [PATCH 18/45] btrfs: hold a ref on the root in search_ioctl
` [PATCH 19/45] btrfs: hold a ref on the root in btrfs_search_path_in_tree
` [PATCH 20/45] btrfs: hold a ref on the root in btrfs_search_path_in_tree_user
` [PATCH 21/45] btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_info
` [PATCH 22/45] btrfs: hold ref on root in btrfs_ioctl_default_subvol
` [PATCH 23/45] btrfs: hold a ref on the root in build_backref_tree
` [PATCH 24/45] btrfs: hold a ref on the root in prepare_to_merge
` [PATCH 25/45] btrfs: hold a ref on the root in merge_reloc_roots
` [PATCH 26/45] btrfs: hold a ref on the root in record_reloc_root_in_trans
` [PATCH 27/45] btrfs: hold a ref on the root in find_data_references
` [PATCH 28/45] btrfs: hold a ref on the root in create_reloc_inode
` [PATCH 29/45] btrfs: hold a ref on the root in btrfs_recover_relocation
` [PATCH 30/45] btrfs: push grab_fs_root into read_fs_root
` [PATCH 31/45] btrfs: hold a ref for the root in btrfs_find_orphan_roots
` [PATCH 32/45] btrfs: hold a ref on the root in scrub_print_warning_inode
` [PATCH 33/45] btrfs: hold a ref on the root in btrfs_ioctl_send
` [PATCH 34/45] btrfs: hold a ref on the root in get_subvol_name_from_objectid
` [PATCH 35/45] btrfs: hold a ref on the root in create_pending_snapshot
` [PATCH 36/45] btrfs: hold a ref on the root in btrfs_recover_log_trees
` [PATCH 37/45] btrfs: hold a ref on the root in btrfs_check_uuid_tree_entry
` [PATCH 38/45] btrfs: hold a ref on the root in open_ctree
` [PATCH 39/45] btrfs: use btrfs_put_fs_root to free roots always
` [PATCH 40/45] btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
` [PATCH 41/45] btrfs: free more things in btrfs_free_fs_info
` [PATCH 42/45] btrfs: move fs_info init work into it's own helper function
` [PATCH 43/45] btrfs: make the init of static elements in fs_info separate
` [PATCH 44/45] btrfs: add a leak check for roots
` [PATCH 45/45] btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root

linux-next: Tree for Dec 6 (objtool, lots in btrfs)
 2019-12-17 15:29 UTC  (10+ messages)

[PATCH] btrfs: Fix bad comment on disk_bytenr of btrfs_file_extent_item
 2019-12-17  9:57 UTC  (3+ messages)

[PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems
 2019-12-17  8:12 UTC  (2+ messages)

[PATCH] btrfs-progs: ctree.h: Sync the comment for btrfs_file_extent_item
 2019-12-17  7:05 UTC  (2+ messages)

[PATCH] btrfs-progs: tests: mkfs/011: Fix path for rootdir
 2019-12-17  6:36 UTC 

[PATCH v2 6/6] btrfs: Use larger zlib buffer for s390 hardware compression
 2019-12-16 16:31 UTC  (3+ messages)

Is it logical to use a disk that scrub fails but smartctl succeeds?
 2019-12-16 16:26 UTC  (6+ messages)

[PATCH] btrfs: Fix incorrect check causing NULL pointer derefernce
 2019-12-16 16:16 UTC  (3+ messages)
` [PATCH] btrfs: Fix incorrect check

df shows no available space in 5.4.1
 2019-12-16  5:04 UTC  (7+ messages)

[PATCH 0/6] btrfs: metadata uuid fixes and enhancements
 2019-12-16  0:49 UTC  (3+ messages)

[PATCH] btrfs: remove BUG_ON used as assertions
 2019-12-15 17:42 UTC  (2+ messages)

RAID5 scrub performance
 2019-12-15 12:20 UTC  (3+ messages)

FIDEDUPERANGE woes
 2019-12-14 11:21 UTC  (4+ messages)

[PATCH 0/4] btrfs, sysfs cleanup and add dev_state
 2019-12-14  0:26 UTC  (10+ messages)
` [PATCH 4/4] btrfs: sysfs, add devid/dev_state kobject and attribute


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