linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-23 12:31:19 to 2020-01-29 05:22:31 UTC [more...]

[PATCH v6 0/4] Introduce per-profile available space array to avoid over-confident can_overcommit()
 2020-01-29  5:19 UTC  (2+ messages)

Unexpected deletion behaviour between subvolume and normal directory
 2020-01-29  2:26 UTC  (5+ messages)

[PATCH 00/12] Change readahead API
 2020-01-29  0:46 UTC  (8+ 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 updates for 5.6
 2020-01-28 23:40 UTC  (2+ messages)

[GIT PULL] fs: Deduplication ioctl fix
 2020-01-28 23:40 UTC  (2+ messages)

[PATCHv2] btrfs: Introduce new BTRFS_IOC_SNAP_DESTROY_V2 ioctl
 2020-01-28 17:35 UTC  (5+ messages)

[PATCH] Btrfs: send, fix emission of invalid clone operations within the same file
 2020-01-28 17:35 UTC  (5+ messages)

Regression in Linux 5.5.0-rc[1-5]: btrfs send/receive out of memory
 2020-01-28 17:33 UTC  (12+ messages)

Endless mount and backpointer mismatch
 2020-01-28 17:32 UTC  (5+ messages)

[PATCH] btrfs: Correctly handle empty trees in find_first_clear_extent_bit
 2020-01-28 16:47 UTC  (3+ messages)

[PATCH] btrfs: flush write bio if we loop in extent_write_cache_pages
 2020-01-28 16:32 UTC  (5+ messages)

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

[PATCH 1/2] Btrfs: fix race between adding and putting tree mod seq elements and nodes
 2020-01-28 16:10 UTC  (4+ messages)

[PATCH v3 0/5] btrfs: remove buffer heads form superblock handling
 2020-01-28 11:52 UTC  (8+ messages)
` [PATCH v3 1/5] btrfs: remove buffer heads from super block reading
` [PATCH v3 2/5] btrfs: remove use of buffer_heads from superblock writeout
` [PATCH v3 3/5] btrfs: remove btrfsic_submit_bh()
` [PATCH v3 4/5] btrfs: remove buffer_heads from btrfsic_process_written_block()
` [PATCH v3 5/5] btrfs: remove buffer_heads form superblock mirror integrity checking

Hibernation into swap file
 2020-01-27 19:25 UTC  (5+ messages)

[PATCH 1/5] btrfs-progs: add IOC_SNAP_DESTROY_V2 to ioctl.h
 2020-01-27 14:24 UTC  (7+ 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

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

[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

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)

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

[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  (9+ messages)
` [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  (9+ messages)
` [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 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  (2+ messages)

Alien Software Users Contact List
 2020-01-23 14:08 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).