linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-22 09:15:39 to 2020-01-27 08:11:58 UTC [more...]

fstrim segmentation fault and btrfs crash on vanilla 5.4.14
 2020-01-27  8:11 UTC  (7+ messages)

[PATCH 1/5] btrfs-progs: add IOC_SNAP_DESTROY_V2 to ioctl.h
 2020-01-27  2:50 UTC  (6+ messages)
` [PATCH 2/5] libbtrfsutil: "
` [PATCH 3/5] libbtrfsutil: Introduce btrfs_util_delete_subvolume_by_id_fd
` [PATCH 4/5] cmds: subvolume: Add --subvolid argument to subvol_delete
` [PATCH 5/5] VERSION: bump version

[PATCH 1/2] common: btrfs: Improve _require_btrfs_command
 2020-01-27  2:50 UTC  (2+ messages)
` [PATCH 2/2] btrfs: Test subvolume delete --subvolid feature

[PATCHv2] btrfs: Introduce new BTRFS_IOC_SNAP_DESTROY_V2 ioctl
 2020-01-27  2:48 UTC 

Problems with determining data presence by examining extents?
 2020-01-26 18:19 UTC  (10+ messages)

tree first key mismatch detected (reproducible error)
 2020-01-26 13:03 UTC  (8+ messages)

Broken Filesystem
 2020-01-25 19:46 UTC  (5+ messages)

[PATCH 00/12] Change readahead API
 2020-01-25 19:44 UTC  (6+ messages)
` [PATCH 03/12] readahead: Put pages in cache earlier
` [PATCH 04/12] mm: Add readahead address space operation
` [PATCH 06/12] btrfs: Convert from readpages to readahead

[GIT PULL] Btrfs fix for 5.5-rc8
 2020-01-25 19:05 UTC  (2+ messages)

[PATCH] btrfs: scrub: Require mandatory block group RO for dev-replace
 2020-01-25 12:09 UTC  (9+ messages)

Regression in Linux 5.5.0-rc[1-5]: btrfs send/receive out of memory
 2020-01-25 11:08 UTC  (4+ messages)

[PATCH] btrfs-progs: fix btrfs-qgroup man page as unstable feature
 2020-01-24 23:27 UTC  (6+ messages)

BUG_ON in btrfs check & fs/btrfs/extent-tree.c:3071
 2020-01-24 18:57 UTC 

[PATCH 00/11] Make pinned extents tracking per-transaction
 2020-01-24 15:27 UTC  (25+ messages)
` [PATCH 03/11] btrfs: Introduce unaccount_log_buffer
` [PATCH 04/11] btrfs: Call btrfs_pin_reserved_extent only during active transaction
` [PATCH 05/11] btrfs: Make btrfs_pin_reserved_extent take transaction
` [PATCH 06/11] btrfs: Make btrfs_pin_extent_for_log_replay take transaction handle
` [PATCH 07/11] btrfs: Make pin_down_extent take btrfs_trans_handle
` [PATCH 08/11] btrfs: Pass trans handle to write_pinned_extent_entries
` [PATCH 09/11] btrfs: Mark pinned log extents as excluded
` [PATCH 10/11] btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgs
` [PATCH 11/11] btrfs: Use btrfs_transaction::pinned_extents
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v2 0/6] btrfs: remove buffer heads form superblock handling
 2020-01-24 14:59 UTC  (24+ messages)
` [PATCH v2 1/6] btrfs: export btrfs_release_disk_super
` [PATCH v2 2/6] btrfs: remove buffer heads from super block reading
` [PATCH v2 3/6] btrfs: remove use of buffer_heads from superblock writeout
` [PATCH v2 4/6] btrfs: remove btrfsic_submit_bh()
` [PATCH v2 5/6] btrfs: remove buffer_heads from btrfsic_process_written_block()
` [PATCH v2 6/6] btrfs: remove buffer_heads form superblock mirror integrity checking

[PATCH 00/44][v5] Cleanup how we handle root refs, part 1
 2020-01-24 14:52 UTC  (46+ 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/btrfs_grab_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 on the root in fixup_tree_root_location
` [PATCH 15/44] btrfs: hold a ref on the root in create_subvol
` [PATCH 16/44] btrfs: hold a ref on the root in search_ioctl
` [PATCH 17/44] btrfs: hold a ref on the root in btrfs_search_path_in_tree
` [PATCH 18/44] btrfs: hold a ref on the root in btrfs_search_path_in_tree_user
` [PATCH 19/44] btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_info
` [PATCH 20/44] btrfs: hold ref on root in btrfs_ioctl_default_subvol
` [PATCH 21/44] btrfs: hold a ref on the root in build_backref_tree
` [PATCH 22/44] btrfs: hold a ref on the root in prepare_to_merge
` [PATCH 23/44] btrfs: hold a ref on the root in merge_reloc_roots
` [PATCH 24/44] btrfs: hold a ref on the root in record_reloc_root_in_trans
` [PATCH 25/44] btrfs: hold a ref on the root in find_data_references
` [PATCH 26/44] btrfs: hold a ref on the root in create_reloc_inode
` [PATCH 27/44] btrfs: hold a ref on the root in btrfs_recover_relocation
` [PATCH 28/44] btrfs: push grab_fs_root into read_fs_root
` [PATCH 29/44] btrfs: hold a ref for the root in btrfs_find_orphan_roots
` [PATCH 30/44] btrfs: hold a ref on the root in scrub_print_warning_inode
` [PATCH 31/44] btrfs: hold a ref on the root in btrfs_ioctl_send
` [PATCH 32/44] btrfs: hold a ref on the root in get_subvol_name_from_objectid
` [PATCH 33/44] btrfs: hold a ref on the root in create_pending_snapshot
` [PATCH 34/44] btrfs: hold a ref on the root in btrfs_recover_log_trees
` [PATCH 35/44] btrfs: hold a ref on the root in btrfs_check_uuid_tree_entry
` [PATCH 36/44] btrfs: move free_fs_info
` [PATCH 37/44] btrfs: hold a ref on the root in open_ctree
` [PATCH 38/44] btrfs: use btrfs_put_fs_root to free roots always
` [PATCH 39/44] btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
` [PATCH 40/44] btrfs: free more things in btrfs_free_fs_info
` [PATCH 41/44] btrfs: move fs_info init work into it's own helper function
` [PATCH 42/44] btrfs: make the init of static elements in fs_info separate
` [PATCH 43/44] btrfs: add a leak check for roots
` [PATCH 44/44] btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root

[PATCH 00/43][v4] Cleanup how we handle root refs, part 1
 2020-01-24 14:25 UTC  (33+ messages)
` [PATCH 04/43] btrfs: export and use btrfs_read_tree_root
` [PATCH 05/43] btrfs: make relocation use btrfs_read_tree_root()
` [PATCH 06/43] btrfs: kill btrfs_read_fs_root
` [PATCH 07/43] btrfs: kill the btrfs_read_fs_root_no_name helper
` [PATCH 08/43] btrfs: make the fs root init functions static
` [PATCH 09/43] btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_root
` [PATCH 10/43] btrfs: hold a ref on fs roots while they're in the radix tree
` [PATCH 36/43] btrfs: hold a ref on the root in open_ctree
` [PATCH 37/43] btrfs: use btrfs_put_fs_root to free roots always
` [PATCH 39/43] btrfs: free more things in btrfs_free_fs_info
` [PATCH 40/43] btrfs: move fs_info init work into it's own helper function
` [PATCH 41/43] btrfs: make the init of static elements in fs_info separate
` [PATCH 42/43] btrfs: add a leak check for roots
` [PATCH 43/43] btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root

[PATCH] btrfs: add test for incremental send for file with shared extents
 2020-01-24 13:55 UTC  (2+ messages)

[PATCH] Btrfs: send, fix emission of invalid clone operations within the same file
 2020-01-24 13:53 UTC  (2+ messages)

[PATCH] btrfs: flush write bio if we loop in extent_write_cache_pages
 2020-01-24 12:45 UTC  (4+ messages)

Hibernation into swap file
 2020-01-24  4:03 UTC  (4+ messages)

[PATCH 0/5][v2] Fix global reserve size and can overcommit
 2020-01-24  0:48 UTC  (4+ messages)
` [PATCH 4/5] btrfs: do not account global reserve in can_overcommit

[PATCH] btrfs: scrub: Require mandatory block group RO for dev-replace
 2020-01-23 23:58 UTC  (8+ messages)

[PATCH] btrfs: remove unused actions
 2020-01-23 23:28 UTC  (2+ messages)

[PATCH 0/2] Allow deduplication of the eof block when it is safe to do so
 2020-01-23 17:37 UTC  (12+ messages)
` [PATCH 1/2] fs: allow deduplication of eof block into the end of the destination file

Alien Software Users Contact List
 2020-01-23 14:08 UTC 

[PATCH 1/2] Btrfs: fix race between adding and putting tree mod seq elements and nodes
 2020-01-23 14:02 UTC  (3+ messages)

[PATCH] btrfs: Add intrudoction to dev-replace
 2020-01-23  8:00 UTC  (2+ messages)

[PATCH 1/4] btrfs: add NO_FS_INFO to btrfs_printk
 2020-01-23  7:22 UTC  (5+ messages)

[PATCH 2/2] Btrfs: don't iterate mod seq list when putting a tree mod seq
 2020-01-22 20:32 UTC  (2+ messages)

[PATCH] fstests: remove test btrfs/130 from the dangerous group
 2020-01-22 20:23 UTC  (2+ messages)

[PATCH V2 00/10] unify origanization structure of block group cache
 2020-01-22 17:52 UTC  (2+ messages)

btrfs scrub: cancel + resume not resuming?
 2020-01-22 15:52 UTC  (2+ messages)

[PATCH 0/5] btrfs: remove buffer heads form superblock handling
 2020-01-22 15:48 UTC  (4+ messages)
` [PATCH 2/5] btrfs: remove use of buffer_heads from superblock writeout

5.4.6+ kernel BUG at fs/btrfs/ctree.c:1245
 2020-01-22 12:32 UTC  (2+ messages)

[PATCH RFC] btrfs: scrub: Mandatory RO block group for device replace
 2020-01-22 11:55 UTC  (4+ messages)


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