linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-09 12:37:42 to 2018-06-20 12:49:23 UTC [more...]

[PATCH 00/34] fs_info cleanup of extent-tree.c
 2018-06-20 12:48 UTC  (11+ messages)
` [PATCH 01/34] btrfs: Remove fs_info from insert_tree_block_ref
` [PATCH 02/34] btrfs: Remove fs_info from insert_extent_data_ref
` [PATCH 03/34] btrfs: Remove fs_info argument from insert_extent_backref
` [PATCH 04/34] btrfs: Remove fs_info from remove_extent_data_ref
` [PATCH 05/34] btrfs: Remove fs_info from fixup_low_keys
` [PATCH 06/34] btrfs: Remove fs_info from lookup_inline_extent_backref
` [PATCH 07/34] btrfs: Remove fs_info argument from update_inline_extent_backref
` [PATCH 08/34] btrfs: Remove fs_info argument from lookup_tree_block_ref
` [PATCH 09/34] btrfs: Remove fs_info argument from lookup_extent_data_ref
` [PATCH 10/34] btrfs: Remove fs_info from lookup_extent_backref

[LKP] [lkp-robot] [mm] 9092c71bb7: blogbench.write_score -12.3% regression
 2018-06-20 12:38 UTC  (5+ messages)

RAID56
 2018-06-20 12:32 UTC  (7+ messages)

[PATCH v3] btrfs: Don't remove block group still has pinned down bytes
 2018-06-20 11:03 UTC  (9+ messages)

[PATCH] Btrfs: fix physical offset reported by fiemap for inline extents
 2018-06-20  9:02 UTC  (5+ messages)
` [PATCH v2] "

btrfs balance did not progress after 12H
 2018-06-20  8:55 UTC  (5+ messages)

[PATCH] btrfs: check-integrity: Fix NULL pointer dereference for degraded mount
 2018-06-20  7:38 UTC 

[PATCH] btrfs: fix invalid-free in btrfs_extent_same
 2018-06-20  7:11 UTC  (3+ messages)

About commit f8f84b2dfda5 ("btrfs: index check-integrity state hash by a dev_t")
 2018-06-20  6:44 UTC  (2+ messages)

[PATCH v2 1/2] btrfs-progs: Fix wrong optind re-initialization to allow mixed option and non-option
 2018-06-20  5:22 UTC  (3+ messages)
` [PATCH 2/2] btrfs-progs: misc-tests: Fix 029 test cases for sudo test environment

[PATCH] btrfs: stop using get_seconds()
 2018-06-20  3:21 UTC  (5+ messages)

btrfs check lowmem vs original
 2018-06-20  2:38 UTC  (16+ messages)

[PATCH] btrfs-progs: Check factor out root parsing from check_chunks_and_extents
 2018-06-20  1:29 UTC  (4+ messages)

About more loose parameter sequence requirement
 2018-06-20  0:21 UTC  (13+ messages)

[PATCH 0/3] Cleanups around extent increment
 2018-06-19 22:36 UTC  (10+ messages)
` [PATCH 1/3] btrfs: Remove fs_info argument from __btrfs_inc_extent_ref
` [PATCH 2/3] btrfs: Document __btrfs_inc_extent_ref
` [PATCH 3/3] btrfs: Fix comment in lookup_inline_extent_backref

general protection fault in open_fs_devices
 2018-06-19 18:27 UTC  (3+ messages)

WARNING in close_fs_devices
 2018-06-19 17:42 UTC  (6+ messages)
  `  "

[PATCH 1/3] btrfs: convert volume rotating flag into bitmap
 2018-06-19 13:53 UTC  (4+ messages)
` [PATCH 3/3] btrfs: fix race between mkfs and mount

[PATCH 1/2] Btrfs: fix return value on rename exchange failure
 2018-06-19 13:38 UTC  (2+ messages)

[PATCH] btrfs-progs: Fix wrong optind re-initialization to allow mixed option and non-option
 2018-06-19  5:12 UTC 

[PATCH] btrfs-progs: check: Fix wrong root parameter of btrfs_next_leaf call
 2018-06-19  1:23 UTC  (2+ messages)

general protection fault in find_device
 2018-06-18 13:43 UTC  (5+ messages)

[PATCH] btrfs: Deduplicate extent_buffer init code
 2018-06-18 11:13 UTC 

[PATCH 2/2] Btrfs: sync log after logging new name
 2018-06-18 11:06 UTC  (4+ messages)

[PATCH] btrfs: Fix a C compliance issue
 2018-06-18  9:31 UTC  (4+ messages)

[PATCH v2 00/20] btrfs-progs: Rework of "subvolume list/show" and relax the root privileges of them
 2018-06-18  8:41 UTC  (21+ messages)
` [PATCH v2 01/20] btrfs-progs: doc: Update man btrfs subvolume
` [PATCH v2 02/20] btrfs-progs: ioctl/libbtrfsutil: Add 3 definitions of new unprivileged ioctl
` [PATCH v2 03/20] btrfs-progs: libbtrfsutil: Factor out btrfs_util_subvolume_info_fd()
` [PATCH v2 04/20] btrfs-porgs: libbtrfsutil: Relax the privileges of util_subvolume_info()
` [PATCH v2 05/20] btrfs-progs: libbtrfsuitl: Factor out btrfs_util_subvolume_iterator_next()
` [PATCH v2 06/20] btrfs-progs: libbtrfsutil: Relax the privileges of subvolume iterator
` [PATCH v2 07/20] btrfs-progs: sub list: Use libbtrfsuitl for subvolume list
` [PATCH v2 08/20] btrfs-progs: sub list: factor out main part of btrfs_list_subvols
` [PATCH v2 09/20] btrfs-progs: sub list: Change the default behavior of "subvolume list" and allow non-privileged user to call it
` [PATCH v2 10/20] btrfs-progs: sub list: Add -A option to output path in absolute path
` [PATCH v2 11/20] btrfs-progs: sub list: Add -f option to follow mounted subvolumes below the path
` [PATCH v2 12/20] btrfs-progs: sub list: Add --nosort option to output incrementally without sort
` [PATCH v2 13/20] btrfs-progs: sub list: Update -a option and remove meaningless filter
` [PATCH v2 14/20] btrfs-progs: sub list: Update help message of -o option
` [PATCH v2 15/20] btrfs-progs: sub list: Update help message of -d option
` [PATCH v2 16/20] btrfs-progs: utils: Fallback to open without O_NOATIME flag in find_mount_root():
` [PATCH v2 17/20] btrfs-progs: sub show: Allow non-privileged user to call "subvolume show"
` [PATCH v2 18/20] btrfs-progs: test: Add helper function to check if test user exists
` [PATCH v2 19/20] btrfs-porgs: test: Add cli-test/009 to check subvolume list for both root and normal user
` [PATCH v2 20/20] btrfs-progs: test: Add cli-test/010 to check "subvolume list -f" option

[PATCH] btrfs: Use iocb to derive pos instead of passing a separate parameter
 2018-06-17 17:39 UTC 

[PATCH] btrfs-progs: detect zoned disks and prevent their raw use
 2018-06-15 21:06 UTC  (2+ messages)

ntfs -> qemu -> raw-image -> btrfs -> iscsi
 2018-06-15 20:17 UTC  (4+ messages)

Btrfs progs release 4.17
 2018-06-15 14:33 UTC 

[PATCH 0/6] Freespace tree repair support
 2018-06-15 11:06 UTC  (7+ messages)
` [PATCH 1/6] btrfs-progs: Add support for freespace tree in btrfs_read_fs_root
` [PATCH 2/6] btrfs-progs: Add extent buffer bitmap manipulation infrastructure
` [PATCH 3/6] btrfs-progs: Pull free space tree related code from kernel
` [PATCH 4/6] btrfs-progs: Add freespace tree as compat_ro supported feature
` [PATCH 5/6] btrfs-progs: check: Add support for freespace tree fixing
` [PATCH 6/6] btrfs-progs: tests: Test for FST corruption detection/repair

[PATCH v2] btrfs: Don't remove block group still has pinned down bytes
 2018-06-14 22:58 UTC 

[PATCH] btrfs: Document __btrfs_inc_extent_ref
 2018-06-14 21:31 UTC  (3+ messages)

Bad superblock when mounting rw, ro mount works
 2018-06-14 14:43 UTC  (5+ messages)

[PATCH v3] fstests: btrfs: Test if btrfs will corrupt nodatasum compressed extent when replacing device
 2018-06-14  7:23 UTC  (5+ messages)

[PATCH] btrfs: Don't remove block group still has pinned down bytes
 2018-06-14  6:04 UTC 

[PATCH] btrfs-progs: print bytenr of tree block in print_tree_block_error()
 2018-06-14  2:40 UTC 

[PATCH 4/4] btrfs: Rewrite retry logic in do_chunk_alloc
 2018-06-13 15:49 UTC  (3+ messages)
` [PATCH v2] "

deadlock on btrfs scrub
 2018-06-13 15:45 UTC  (2+ messages)

[GIT PULL] Btrfs updates for 4.18, part 2
 2018-06-13 15:11 UTC 

[PATCH REBASED 0/2] btrfs: Delay block group auto removal to avoid interfering qgroups
 2018-06-13  7:23 UTC  (2+ messages)

Corrupted node, damaged slots data
 2018-06-12  4:37 UTC  (2+ messages)

corrupt leaf; unaligned key offset for csum item
 2018-06-12  1:18 UTC  (11+ messages)

KASAN: use-after-free Read in getname_kernel
 2018-06-11 17:38 UTC 

[GIT PULL] Btrfs updates for 4.18
 2018-06-11 16:16 UTC  (5+ messages)

[PATCH 00/15] Add delayed-refs support to btrfs-progs
 2018-06-11  8:09 UTC  (26+ messages)
` [PATCH 01/15] btrfs-progs: Remove root argument from pin_down_bytes
` [PATCH 02/15] btrfs-progs: Remove root argument from btrfs_del_csums
` [PATCH 03/15] btrfs-progs: Add functions to modify the used space by a root
` [PATCH 05/15] btrfs-progs: Make update_block_group take fs_info instead of root
` [PATCH 06/15] btrfs-progs: check: Drop trans/root arguments from free_extent_hook
` [PATCH 07/15] btrfs-progs: Remove root argument from __free_extent
` [PATCH 09/15] btrfs-progs: Always pass 0 for offset when calling btrfs_free_extent for btree blocks
` [PATCH 11/15] btrfs-progs: Add delayed refs infrastructure

Filesystem read-only (btrbk, bad metadata, unable to find ref byte)
 2018-06-10 21:44 UTC  (2+ messages)

Direct cached reads slow - nvme
 2018-06-09 23:07 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).