linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-06 14:37:32 to 2019-12-10 18:50:42 UTC [more...]

[PATCH 0/9] btrfs: miscellaneous cleanups
 2019-12-10 18:50 UTC  (16+ messages)
` [PATCH 1/9] btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers
        ` [PATCH] btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()
` [PATCH 2/9] btrfs: remove dead snapshot-aware defrag code
` [PATCH 3/9] btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item
` [PATCH 6/9] btrfs: remove redundant i_size check in __extent_writepage_io()

[PATCH 3/6] btrfs: Add self-tests for btrfs_rmap_block
 2019-12-10 18:00 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/6] btrfs: Move and unexport btrfs_rmap_block
 2019-12-10 17:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] btrfs: fix warn_on for send from readonly mount
 2019-12-10 16:51 UTC  (5+ messages)
` [PATCH v3] "

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

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

kernel BUG at fs/btrfs/volumes.c:LINE!
 2019-12-10 15:11 UTC  (8+ messages)

[PATCH 1/4] btrfs: tree-checker: Clean up fs_info parameter from error message wrapper
 2019-12-10 14:42 UTC  (8+ messages)
` [PATCH 2/4] btrfs: tree-checker: Refactor inode key check into seperate function
` [PATCH 3/4] btrfs: tree-checker: Refactor root key check into separate function
` [PATCH 4/4] btrfs: tree-checker: Verify location key for DIR_ITEM/DIR_INDEX

[PATCH v5 00/22] btrfs: async discard support
 2019-12-10 14:04 UTC  (24+ 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
` [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 0/5] btrfs: code cleanup
 2019-12-10 12:19 UTC  (7+ messages)
` [PATCH 1/5] fs_btrfs_sysfs: "
` [PATCH 2/5] fs_btrfs_struct-funcs: "
` [PATCH 3/5] fs_btrfs_ref-verify: "
` [PATCH 4/5] fs_btrfs_qgroup: "
` [PATCH 5/5] fs_btrfs_block-group: "

[PATCH v5 0/2] remove BUG_ON()s in btrfs_close_one_device()
 2019-12-10 10:10 UTC  (2+ messages)

[PATCH v3] btrfs: add missing check after link_free_space
 2019-12-10  8:56 UTC 

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

[PATCH] btrfs-progs: disk-io: Remove duplicated ASSERT() call
 2019-12-10  7:52 UTC 

[PATCH v5 00/28] btrfs: zoned block device support
 2019-12-10  4:41 UTC  (8+ messages)
` [PATCH v5 02/28] btrfs: Get zone information of zoned block devices
` [PATCH v5 05/28] btrfs: disallow space_cache in HMZONED mode

df shows no available space in 5.4.1
 2019-12-10  1:19 UTC  (9+ messages)

[GIT PULL] Btrfs kconfig update for 5.5-rc2
 2019-12-09 20:20 UTC  (3+ messages)

[PATCH] btrfs: discard before adding to the free space cache
 2019-12-09 20:01 UTC  (2+ messages)

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

[PATCH v2] btrfs: add missing check after link_free_space
 2019-12-09 18:25 UTC  (2+ messages)

[PATCH 0/5] Various fixes
 2019-12-09 18:16 UTC  (20+ messages)
` [PATCH 1/5] btrfs: drop log root for dropped roots
` [PATCH 2/5] btrfs: don't BUG_ON in create_subvol
` [PATCH 3/5] btrfs: handle ENOENT in btrfs_uuid_tree_iterate
  ` [PATCH 3/5][v2] "
` [PATCH 4/5] btrfs: skip log replay on orphaned roots
` [PATCH 5/5] btrfs: do not leak reloc root if we fail to read the fs root

[PATCH] btrfs: use simple_dir_inode_operations for placeholder subvolume directory
 2019-12-09 16:33 UTC  (3+ messages)

[PATCH] Btrfs: fix hole extent items with a zero size after range cloning
 2019-12-09 16:23 UTC  (3+ messages)

[PATCH] Btrfs: fix removal logic of the tree mod log that leads to use-after-free issues
 2019-12-09 16:14 UTC  (3+ messages)

[PATCH 0/2] btrfs: Move dereference behind null checks
 2019-12-09 16:11 UTC  (5+ messages)
` [PATCH 1/2] btrfs: Move dereference behind null check in check integrity
` [PATCH 2/2] btrfs: Move dereference behind null check in check volumes

btrfs-progs: misc/016 hangs at ioctl
 2019-12-09 15:32 UTC  (2+ messages)

Unable to remove directory entry
 2019-12-09  2:43 UTC  (15+ messages)

[PATCH 24/34] btrfs: Use CONFIG_PREEMPTION
 2019-12-08 14:58 UTC  (2+ messages)
` [tip: sched/urgent] sched/rt, "

[PATCH] fs: Fix a missing check bug
 2019-12-08  5:02 UTC  (3+ messages)

[PATCH] btrfs-progs: Skip device tree when we failed to read it
 2019-12-08  1:21 UTC  (12+ messages)

100% disk usage reported by "df", 60% disk usage reported by "btrfs fi usage" - this breaks userspace behaviour
 2019-12-07  1:54 UTC  (5+ messages)

is this the right place for a question on how to repair a broken btrfs file system?
 2019-12-06 21:28 UTC  (6+ messages)

linux-next: Tree for Dec 6 (objtool, lots in btrfs)
 2019-12-06 16:17 UTC 

[PATCH] Btrfs: fix cloning range with a hole when using the NO_HOLES feature
 2019-12-06 15:43 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] Btrfs: fix missing data checksums after replaying a log tree
 2019-12-06 15:30 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v5 00/15] btrfs-progs: zoned block device support
 2019-12-06 15:22 UTC  (5+ messages)
` [PATCH] libblkid: implement zone-aware probing for HMZONED btrfs

[PATCH 0/8 v3] btrfs direct-io using iomap
 2019-12-06 15:09 UTC  (2+ messages)

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


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