linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-15 08:11:12 to 2018-03-21 08:45:18 UTC [more...]

[PATCH 0/8] Delayed refs cleanups/streamlining
 2018-03-21  8:45 UTC  (7+ messages)
` [PATCH 1/8] btrfs: Factor out common delayed refs init code
` [PATCH 2/8] btrfs: Use init_delayed_ref_common in add_delayed_tree_ref
` [PATCH 3/8] btrfs: Use init_delayed_ref_common in add_delayed_data_ref
` [PATCH 4/8] btrfs: Open-code add_delayed_tree_ref
` [PATCH 6/8] btrfs: Introduce init_delayed_ref_head
` [PATCH 7/8] btrfs: Use init_delayed_ref_head in add_delayed_ref_head

[PATCH v3 0/2] Preparatory to add the csum check in the scan context
 2018-03-21  8:14 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: cleanup btrfs_check_super_csum() to check the csum_type to the type
` [PATCH v3 2/2] btrfs: return required error from btrfs_check_super_csum

[PATCH] btrfs: Allow non-privileged user to delete empty subvolume by default
 2018-03-21  7:46 UTC  (3+ messages)

[PATCH] btrfs: Remove obsolete function declaration
 2018-03-21  7:45 UTC  (4+ messages)

[PATCH 1/2] btrfs: remove dead create_space_info calls
 2018-03-21  6:44 UTC  (4+ messages)
` [PATCH 2/2] btrfs: defer adding raid type kobject until after chunk relocation

[PATCH v2 0/2] Preparatory to add the csum check in the scan context
 2018-03-21  6:25 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: cleanup btrfs_check_super_csum() to check the csum_type to the type
` [PATCH v2 2/2] btrfs: return required error from btrfs_check_super_csum

[PATCH 0/3] Preparatory to add the csum check in the scan context
 2018-03-21  3:01 UTC  (12+ messages)
` [PATCH 1/3] btrfs: cleanup btrfs_check_super_csum() to check the csum_type to the type
` [PATCH 2/3] btrfs: return required error from btrfs_check_super_csum
` [PATCH 3/3] btrfs: refactor btrfs_check_super_csum() for scan

Crashes running btrfs scrub
 2018-03-21  2:01 UTC  (22+ messages)

Kernel warning - not sure if this is important
 2018-03-20 20:13 UTC  (3+ messages)

[PATCH] btrfs-progs: Beautify owner when printing leaf/nodes
 2018-03-20 12:52 UTC  (2+ messages)

[PATCH] btrfs: Validate child tree block's level and first key
 2018-03-20 10:57 UTC  (3+ messages)

[PATCH 4.14 024/110] btrfs: use proper endianness accessors for super_copy
 2018-03-20  9:32 UTC  (7+ messages)

[PATCH] btrfs: ctree.h: Fix wrong comment position about csum size
 2018-03-20  8:50 UTC  (2+ messages)

[PATCH v3 0/6] Fix long standing -EOPNOTSUPP problem caused by large inline extent
 2018-03-20  6:42 UTC  (7+ messages)
` [PATCH v3 1/6] btrfs-progs: convert: Fix inline file extent creation condition
` [PATCH v3 2/6] btrfs-progs: mkfs/rootdir: Fix inline extent creation check
` [PATCH v3 3/6] btrfs-progs: check/original mode: Check inline extent size
` [PATCH v3 4/6] btrfs-progs: check/lowmem "
` [PATCH v3 5/6] btrfs-progs: test/convert: Add test case for invalid large inline data extent
` [PATCH v3 6/6] btrfs-progs: test/mkfs: Add test case for rootdir inline extent size

[PATCH v2] btrfs-progs: ctree: Add extra level check for read_node_slot()
 2018-03-20  5:23 UTC  (4+ messages)

[PATCH] btrfs-progs: inspect-dump-tree: add '-f|--follow' options to print all children tree blocks for '-b'
 2018-03-20  5:19 UTC  (3+ messages)

[RFC PATCH v3 0/7] btrfs-progs: Allow normal user to call "subvolume list/show"
 2018-03-20  1:41 UTC  (10+ messages)
` [RFC PATCH v3 1/7] btrfs-progs: sub list: Call rb_free_nodes() in error path
` [RFC PATCH v3 2/7] btrfs-progs: ioctl: Add 3 definitions of new unprivileged ioctl
` [RFC PATCH v3 3/7] btrfs-progs: sub list: Pass specified path down to btrfs_list_subvols()
` [RFC PATCH v3 4/7] btrfs-progs: fallback to open without O_NOATIME flag in find_mount_root()
` [RFC PATCH v3 5/7] btrfs-progs: sub list: Allow normal user to call "subvolume list/show"
` [RFC PATCH v3 6/7] btrfs-progs: test: Add helper function to check if test user exists
` [RFC PATCH v3 7/7] btrfs-porgs: test: Add cli-test/009 to check subvolume list for both root and normal user

[PATCH] btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers
 2018-03-19 21:15 UTC  (9+ messages)

[PATCH] btrfs-progs: print-tree: Enhance warning on tree block level mismatch and error handling
 2018-03-19 18:33 UTC  (2+ messages)

[PATCH 0/1] btrfs-progs: Fix typos in docs and user-facing strings
 2018-03-19 18:28 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 0/1] btrfs-progs: docs: annual typo, clarity, & grammar review & fixups
 2018-03-19 18:24 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH] btrfs-progs: print-tree: Do correct offset output for ROOT_ITEM
 2018-03-19 18:14 UTC  (8+ messages)

[PATCH] btrfs-progs: mkfs: add uuid and otime to ROOT_ITEM of FS_TREE
 2018-03-19 13:28 UTC  (6+ messages)

[PATCH v2 0/7] Fix long standing -EOPNOTSUPP problem caused by large inline extent
 2018-03-19 13:25 UTC  (5+ messages)
` [PATCH v2 1/7] btrfs-progs: convert/ext2: Fix inline extent creation check
` [PATCH v2 7/7] btrfs-progs: test/mkfs: Add test case for rootdir inline extent size

[PATCH] btrfs-progs: convert/ext2: Remove check for ext2_ext_attr_entry->e_value_block
 2018-03-19 12:55 UTC  (2+ messages)

[PATCH 2/2] Btrfs-progs: add fsck test for filesystem with shared prealloc extents
 2018-03-19 12:47 UTC  (3+ messages)
` [PATCH 2/2 v3] "

[PATCH 1/2] Btrfs-progs: check, fix false error reports for shared prealloc extents
 2018-03-19 12:45 UTC  (7+ messages)
` [PATCH 1/2 v2] "
` [PATCH 1/2 v3] "

High CPU usage of RT threads
 2018-03-19 12:01 UTC  (8+ messages)

[PATCH v3 0/3] btrfs: Add three new unprivileged ioctls to allow normal users to call "sub list/show" etc
 2018-03-19  7:28 UTC  (4+ messages)
` [PATCH v3 1/3] btrfs: Add unprivileged ioctl which returns subvolume information
` [PATCH v3 2/3] btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REF
` [PATCH v3 3/3] btrfs: Add unprivileged version of ino_lookup ioctl

[RFC PATCH v2 0/8] btrfs-progs: Allow normal user to call "subvolume list/show"
 2018-03-19  6:27 UTC  (13+ messages)
` [RFC PATCH v2 1/8] btrfs-progs: sub list: Call rb_free_nodes() in error path
` [RFC PATCH v2 2/8] btrfs-progs: ioctl: Add 3 definitions of new unprivileged ioctl
` [RFC PATCH v2 3/8] btrfs-progs: sub list: Add helper function which checks the permission for tree search ioctl
` [RFC PATCH v2 4/8] btrfs-progs: sub list: Pass specified path down to btrfs_list_subvols()
` [RFC PATCH v2 5/8] btrfs-progs: fallback to open without O_NOATIME flag in find_mount_root()
` [RFC PATCH v2 6/8] btrfs-progs: sub list: Allow normal user to call "subvolume list/show"
` [RFC PATCH v2 7/8] btrfs-progs: test: Add helper function to check if test user exists
` [RFC PATCH v2 8/8] btrfs-porgs: test: Add cli-test/009 to check subvolume list for both root and normal user

[PATCH v2 0/3] btrfs: Add three new unprivileged ioctls to allow normal users to call "sub list/show" etc
 2018-03-18  5:11 UTC  (5+ messages)
` [PATCH v2 2/3] btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REF
` [PATCH v2 3/3] btrfs: Add unprivileged version of ino_lookup ioctl

[PATCH v2 1/3] btrfs: Add unprivileged ioctl which returns subvolume information
 2018-03-18  4:16 UTC  (2+ messages)

btrfs errors
 2018-03-17 17:31 UTC  (4+ messages)

[PATCH] btrfs: Document parameters of btrfs_reserve_extent
 2018-03-16 19:41 UTC  (4+ messages)

[PATCH] missing initialization in btrfs_check_shared
 2018-03-16 18:20 UTC  (2+ messages)

[PATCH 0/2] Cleanup waitqueue_active and barriers
 2018-03-16 17:00 UTC  (5+ messages)
` [PATCH 2/2] btrfs: replace waitqueue_actvie with cond_wake_up

[PATCH v2 1/2] btrfs: drop num argument from find_live_mirror()
 2018-03-16 16:30 UTC  (2+ messages)

[PATCH 00/22] Misc cleanups
 2018-03-16 16:12 UTC  (4+ messages)
` [PATCH 02/22] btrfs: assume that prev_em_start is always valid in __do_readpage

[PATCH 1/4] btrfs: drop fs_info parameter from btrfs_run_delayed_refs
 2018-03-16 15:55 UTC  (6+ messages)
` [PATCH 2/4] btrfs: Drop fs_info parameter from btrfs_qgroup_account_extents
` [PATCH 3/4] btrfs: Drop fs_info parameter from btrfs_finish_extent_commit
` [PATCH 4/4] btrfs: Drop fs_info parameter from __btrfs_run_delayed_refs
` [PATCH v2] btrfs: drop fs_info parameter from btrfs_run_delayed_refs

[PATCH 0/8] Make the code -Wunused clean
 2018-03-16 15:38 UTC  (10+ messages)
` [PATCH 1/8] btrfs: Remove unused op_key var from add_delayed_refs
` [PATCH 2/8] btrfs: Remove unused length var from scrub_handle_errored_block
` [PATCH 3/8] btrfs: Remove unused tot_len var from lzo_decompress
` [PATCH 4/8] btrfs: Remove unused root var from relink_file_extents
` [PATCH 5/8] btrfs: remove max_active var from open_ctree
` [PATCH 6/8] btrfs: Remove unused parent_level var from btrfs_realloc_node
` [PATCH 7/8] btrfs: Remove unused extent_root var from caching_thread
` [PATCH 8/8] btrfs: Remove unused flush var in shrink_delalloc

[GIT PULL] Btrfs fixes for 4.16-rc6
 2018-03-16 14:10 UTC 

[PATCH] Revert "btrfs: use proper endianness accessors for super_copy"
 2018-03-16 13:51 UTC 

Fwd: Re: BUG: unable to handle kernel paging request at ffff9fb75f827100
 2018-03-16  0:03 UTC  (7+ messages)
                      ` spurious full btrfs corruption

Btrfs broken in massive transfar
 2018-03-15 21:26 UTC  (8+ messages)

[PATCH] btrfs: Verify extent allocated by find_free_extent() won't overlap with extents from previous transaction
 2018-03-15 19:24 UTC  (4+ messages)

Raid1 volume stuck as read-only: How to dump, recreate and restore its content?
 2018-03-15  8:58 UTC  (5+ 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).