linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-21 09:31:45 to 2018-10-26 12:33:23 UTC [more...]

[PATCH 0/5] Misc cleanups in balance code
 2018-10-26 12:32 UTC  (11+ messages)
` [PATCH 1/5] btrfs: Ensure at least 1g is free for balance
` [PATCH 2/5] btrfs: Refactor btrfs_can_relocate
` [PATCH 3/5] btrfs: Remove superfluous check form btrfs_remove_chunk
` [PATCH 4/5] btrfs: Sink find_lock_delalloc_range's 'max_bytes' argument
` [PATCH 5/5] btrfs: Replace BUG_ON with ASSERT in find_lock_delalloc_range

[PATCH v10] Add cli and ioctl to forget scanned device(s)
 2018-10-26 12:21 UTC  (5+ messages)
` [PATCH] btrfs: introduce feature to forget a btrfs device
` [PATCH] btrfs-progs: add cli to forget one or all scanned devices
` [PATCH] fstests: btrfs use forget if not reload

[PATCH v2] btrfs: Fix error handling in btrfs_cleanup_ordered_extents
 2018-10-26 12:02 UTC  (3+ messages)

[PATCH] btrfs: Fix error handling in btrfs_cleanup_ordered_extents
 2018-10-26 11:29 UTC  (2+ messages)

[PATCH 0/7][V3] drop the mmap_sem when doing IO in the fault path
 2018-10-26  9:47 UTC  (8+ messages)
` [PATCH 7/7] btrfs: drop mmap_sem in mkwrite for btrfs

[PATCH] btrfs-progs: fix gcc8 default build warning caused by '-Wformat-truncation'
 2018-10-26  5:11 UTC  (2+ messages)

Kernel crash related to LZO compression
 2018-10-26  0:09 UTC  (3+ messages)

[PATCH 1/2] btrfs-progs: find-root: Fix wrong generation for log tree
 2018-10-25 20:40 UTC  (10+ messages)
` [PATCH 2/2] btrfs-progs: Deprecate unused super block member log_root_transid

Vault '19 Submission Deadline Approaching
 2018-10-25 19:34 UTC 

for your images 15
 2018-10-25 11:27 UTC 

Failover for unattached USB device
 2018-10-25 18:34 UTC  (5+ messages)

[PATCH 0/3] fix pinned underflow in generic/475
 2018-10-25 18:33 UTC  (5+ messages)
` [PATCH 1/3] btrfs: extent-tree: Detect bytes_may_use underflow earlier
` [PATCH 2/3] btrfs: extent-tree: Detect bytes_pinned "
` [PATCH 3/3] btrfs: fix pinned underflow after transaction aborted

[PATCH 0/3] btrfs-progs: Minor qgroup subcommand usage update
 2018-10-25 16:57 UTC  (2+ messages)

[PATCH 0/2] btrfstune fs_info cleanups
 2018-10-25 16:38 UTC  (2+ messages)

[PATCH v2 0/6] btrfs-progs: print-tree: Minor enhancement along with --bfs/--dfs options
 2018-10-25 16:03 UTC  (2+ messages)

for your images 15
 2018-10-25  1:10 UTC 

for your images 14
 2018-10-24 12:11 UTC 

[PATCH] btrfs-progs: image: Warn about log tree generation mismatch when restore
 2018-10-25 12:08 UTC  (2+ messages)

[PATCH 0/4] btrfs-progs: check: Add repair support for mismatch dir item hash
 2018-10-25  7:44 UTC  (5+ messages)
` [PATCH 1/4] btrfs-progs: lowmem check: Add ability to repair dir item with mismatch hash
` [PATCH 2/4] btrfs-progs: original check: Use mismatch_dir_hash_record to record bad dir items
` [PATCH 3/4] btrfs-progs: original check: Add ability to repair dir item with invalid hash
` [PATCH 4/4] btrfs-progs: fsck-tests: Make 026-bad-dir-item-name test case to verify if btrfs-check can also repair it

[PATCH] Btrfs: fix deadlock on tree root leaf when finding free extent
 2018-10-24 23:58 UTC  (19+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCH] btrfs-progs: super-recover: fix double free fs_devices memory
 2018-10-24 18:44 UTC  (2+ messages)

[PATCH 0/3] Misc refactoring of check_file_extent
 2018-10-24 17:45 UTC  (2+ messages)

[GIT PULL] Btrfs updates for 4.20, part 1
 2018-10-24 16:21 UTC  (4+ messages)

[PATCH] btrfs-progs: fix compile warning when using gcc8 to compile btrfs-progs
 2018-10-24 15:55 UTC  (2+ messages)

[PATCH] btrfs-progs: fix compile warning when using gcc8 to compile btrfs-progs
 2018-10-24 15:39 UTC  (2+ messages)

[PATCH v2] btrfs-progs: change filename limit to 255 when creating subvolume
 2018-10-24 15:29 UTC  (2+ messages)

[PATCH] btrfs-progs: tests: Add the testcase for subvolume name length limit test
 2018-10-24 15:28 UTC  (2+ messages)

[PATCH 0/2] Enhanced error messages for btrfs-convert
 2018-10-24 15:14 UTC  (2+ messages)

[RFC][PATCH v2 10/10] btrfs: use common file type conversion
 2018-10-24 13:28 UTC  (3+ messages)

Have 15GB missing in btrfs filesystem
 2018-10-24  5:07 UTC  (3+ messages)

[PATCH v9] Add cli and ioctl to forget scanned device(s)
 2018-10-24  4:31 UTC  (7+ messages)
` [PATCH] btrfs: introduce feature to forget a btrfs device
` [PATCH] btrfs-progs: add cli to forget one or all scanned devices

[PATCH 00/13] btrfs-progs: fixes of file extent in original and lowmem check
 2018-10-24  1:27 UTC  (29+ messages)
` [PATCH 01/13] btrfs-progs: lowmem: add argument path to punch_extent_hole()
` [PATCH 02/13] btrfs-progs: lowmem: move nbytes check before isize check
` [PATCH 03/13] btrfs-progs: lowmem: fix false alert if extent item has been repaired
` [PATCH 04/13] btrfs-progs: lowmem: fix false alert about the existence of gaps in the check_file_extent
` [PATCH 05/13] btrfs-progs: lowmem: check unaligned disk_bytenr for extent_data
` [PATCH 06/13] btrfs-progs: lowmem: rename delete_extent_tree_item() to delete_item()
` [PATCH 07/13] btrfs-progs: lowmem: delete unaligned bytes extent data under repair
` [PATCH 08/13] btrfs-progs: Revert "btrfs-progs: Add repair and report function for orphan file extent."
` [PATCH 09/13] btrfs-progs: Revert "btrfs-progs: Record orphan data extent ref to corresponding root."
` [PATCH 10/13] btrfs-progs: check: fix bug in find_possible_backrefs
` [PATCH 11/13] btrfs-progs: check: Delete file extent item with unaligned extent backref
` [PATCH 12/13] btrfs-progs: tests: add case for inode lose one file extent
` [PATCH 13/13] btrfs-progs: fsck-test: enable lowmem repair for case 001

Conversion to btrfs raid1 profile on added ext device renders some systems unable to boot into converted rootfs
 2018-10-23 23:55 UTC  (6+ messages)

[PATCH 00/10] Freespace tree repair support v2
 2018-10-23 15:00 UTC  (5+ messages)
` [PATCH 05/10] btrfs-progs: Pull free space tree related code from kernel

Filesystem corruption?
 2018-10-23  9:25 UTC  (3+ messages)

Circular lock dep in btrfs triggered by shrinker
 2018-10-23  8:41 UTC  (4+ messages)

Btrfs resize seems to deadlock
 2018-10-23  0:18 UTC  (9+ messages)

[PATCH v9 0/6] Btrfs: implement swap file support
 2018-10-22 21:13 UTC  (3+ messages)

[PATCH V10] Add support for BTRFS raid5/6 to GRUB
 2018-10-22 19:49 UTC  (5+ messages)
` [PATCH 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles

[PATCH] Btrfs: fix use-after-free when dumping free space
 2018-10-22 18:34 UTC  (3+ messages)

[PATCH V11] Add support for BTRFS raid5/6 to GRUB
 2018-10-22 17:29 UTC  (10+ messages)
` [PATCH 1/9] btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile
` [PATCH 2/9] btrfs: Add helper to check the btrfs header
` [PATCH 3/9] btrfs: Move the error logging from find_device() to its caller
` [PATCH 4/9] btrfs: Avoid a rescan for a device which was already not found
` [PATCH 5/9] btrfs: Move logging code in grub_btrfs_read_logical()
` [PATCH 6/9] btrfs: Refactor the code that read from disk
` [PATCH 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles
` [PATCH 8/9] btrfs: Make more generic the code for RAID 6 rebuilding
` [PATCH 9/9] btrfs: Add RAID 6 recovery for a btrfs filesystem

[PATCH v6 00/28] fs: fixes for serious clone/dedupe problems
 2018-10-22  6:55 UTC  (39+ messages)
` [PATCH 01/28] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 02/28] vfs: check file ranges before cloning files
` [PATCH 03/28] vfs: exit early from zero length remap operations
` [PATCH 04/28] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 05/28] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/28] vfs: skip zero-length dedupe requests
` [PATCH 07/28] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 08/28] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 09/28] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 10/28] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 11/28] vfs: pass remap flags to generic_remap_checks
` [PATCH 12/28] vfs: remap helper should update destination inode metadata
` [PATCH 13/28] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 14/28] vfs: plumb remap flags through the vfs clone functions
` [PATCH 15/28] vfs: plumb remap flags through the vfs dedupe functions
` [PATCH 16/28] vfs: enable remap callers that can handle short operations
` [PATCH 17/28] vfs: hide file range comparison function
` [PATCH 18/28] vfs: clean up generic_remap_file_range_prep return value
` [PATCH 19/28] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 20/28] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 21/28] ocfs2: support partial clone range and dedupe range
` [PATCH 22/28] ocfs2: remove ocfs2_reflink_remap_range
` [PATCH 23/28] xfs: fix pagecache truncation prior to reflink
` [PATCH 24/28] xfs: clean up xfs_reflink_remap_blocks call site
` [PATCH 25/28] xfs: support returning partial reflink results
` [PATCH 26/28] xfs: remove redundant remap partial EOF block checks
` [PATCH 27/28] xfs: remove xfs_reflink_remap_range
` [PATCH 28/28] xfs: remove [cm]time update from reflink calls

How to recover from btrfs scrub errors? (uncorrectable errors, checksum error at logical)
 2018-10-22  6:53 UTC  (3+ messages)

Untar on empty partition returns ENOSPACE
 2018-10-21 19:06 UTC  (5+ messages)

[PATCH] btrfs/154: test for device dynamic rescan
 2018-10-21 14:13 UTC  (5+ messages)

[PATCH] fstests: btrfs verify hardening agaist duplicate fsid
 2018-10-21 10:25 UTC  (3+ messages)
` [PATCH v2 rev log added] "


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