linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-05 15:00:30 to 2019-12-09 19:38:51 UTC [more...]

[PATCH] btrfs: discard before adding to the free space cache
 2019-12-09 19:38 UTC 

df shows no available space in 5.4.1
 2019-12-09 19:26 UTC  (7+ 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 0/4] btrfs, sysfs cleanup and add dev_state
 2019-12-09 18:31 UTC  (12+ messages)
` [PATCH 4/4] btrfs: sysfs, add devid/dev_state kobject and attribute
  ` [PATCH v2 "

[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

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

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

[PATCH 1/4] btrfs: tree-checker: Clean up fs_info parameter from error message wrapper
 2019-12-09 12:12 UTC  (7+ 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

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)

[PATCH v5 00/28] btrfs: zoned block device support
 2019-12-07  9:47 UTC  (17+ messages)
` [PATCH v5 02/28] btrfs: Get zone information of zoned block devices
` [PATCH v5 03/28] btrfs: Check and enable HMZONED mode
` [PATCH v5 05/28] btrfs: disallow space_cache in "
` [PATCH v5 06/28] btrfs: disallow NODATACOW "
` [PATCH v5 09/28] btrfs: align device extent allocation to zone boundary

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  (10+ 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  (7+ 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  (21+ 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 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

"btrfs scrub cancel" aborts running replace operation
 2019-12-06 11:31 UTC 

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 0/1] Use inode_lock/unlock class of provided APIs in filesystems
 2019-12-05 16:08 UTC  (3+ messages)
` [PATCH 1/1] fs: "

[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


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