linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-13 23:05:37 to 2018-10-18 16:46:59 UTC [more...]

[PATCH 00/42][v5] My current patch queue
 2018-10-18 16:46 UTC  (7+ messages)
` [PATCH 18/42] btrfs: move the dio_sem higher up the callchain
` [PATCH 19/42] btrfs: set max_extent_size properly
` [PATCH 42/42] btrfs: don't run delayed_iputs in commit

[PATCH 0/6] btrfs: qgroup: Delay subtree scan to reduce overhead
 2018-10-18 16:20 UTC  (8+ messages)
` [PATCH 1/6] btrfs: qgroup: Allow btrfs_qgroup_extent_record::old_roots unpopulated at insert time
` [PATCH 2/6] btrfs: relocation: Commit transaction before dropping btrfs_root::reloc_root
` [PATCH 3/6] btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swap()
` [PATCH 4/6] btrfs: qgroup: Introduce per-root swapped blocks infrastructure
` [PATCH 5/6] btrfs: qgroup: Use delayed subtree rescan for balance
` [PATCH 6/6] btrfs: qgroup: Cleanup old subtree swap code

fsck lowmem mode only: ERROR: errors found in fs roots
 2018-10-18 14:41 UTC  (5+ messages)

Backref error
 2018-10-18 14:23 UTC 

Spurious mount point
 2018-10-18 12:51 UTC  (6+ messages)

CRC mismatch
 2018-10-18 12:34 UTC  (7+ messages)

Conversion to btrfs raid1 profile on added ext device renders some systems unable to boot into converted rootfs
 2018-10-18  7:08 UTC  (4+ messages)

Untar on empty partition returns ENOSPACE
 2018-10-18  6:43 UTC  (2+ messages)

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

Urgent: Need BTRFS-Expert
 2018-10-18  0:48 UTC  (7+ messages)

[PATCH] btrfs: delayed-ref: extract find_first_ref_head from find_ref_head
 2018-10-17 17:21 UTC  (3+ messages)

For your photos 22
 2018-10-17  9:01 UTC 

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

[PATCH] Btrfs: fix assertion on fsync of regular file when using no-holes feature
 2018-10-17 15:46 UTC  (2+ messages)

[PATCH v4 0/4] btrfs: Refactor find_free_extent()
 2018-10-17 15:03 UTC  (7+ messages)
` [PATCH v4 1/4] btrfs: Introduce find_free_extent_ctl structure for later rework
` [PATCH v4 2/4] btrfs: Refactor clustered extent allocation into find_free_extent_clustered()
` [PATCH v4 3/4] btrfs: Refactor unclustered extent allocation into find_free_extent_unclustered()
` [PATCH v4 4/4] btrfs: Refactor find_free_extent() loops update into find_free_extent_update_loop()

[PATCH] Btrfs: fix deadlock when writing out free space caches
 2018-10-17 14:26 UTC  (2+ messages)

[PATCH V9] Add support for BTRFS raid5/6 to GRUB
 2018-10-17 14:23 UTC  (9+ messages)
` [PATCH 1/9] btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile
` [PATCH 4/9] btrfs: Avoid a rescan for a device which was already not found
` [PATCH 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles
` [PATCH 9/9] btrfs: Add RAID 6 recovery for a btrfs filesystem

[PATCH] btrfs: Fix the return value in case of error in 'btrfs_mark_extent_written()'
 2018-10-17 14:10 UTC  (2+ messages)

btrfs send receive: No space left on device
 2018-10-17 10:48 UTC  (2+ messages)

reproducible builds with btrfs seed feature
 2018-10-17  4:08 UTC  (11+ messages)

btrfs check: Superblock bytenr is larger than device size
 2018-10-17  1:08 UTC  (4+ messages)

brtfs warning at ctree.h:1564 btrfs_update_device+0x220/0x230
 2018-10-17  1:06 UTC  (2+ messages)

Failover for unattached USB device
 2018-10-16 22:14 UTC 

[PATCH v7 0/6] Btrfs: implement swap file support
 2018-10-16 10:20 UTC  (4+ messages)
` [PATCH v7 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS

BTRFS bad block management. Does it exist?
 2018-10-16  9:57 UTC  (4+ messages)

[PATCH] Btrfs: fix null pointer dereference on compressed write path error
 2018-10-16  9:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-15 18:32 UTC  (34+ messages)
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 07/25] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 10/25] vfs: create generic_remap_file_range_touch to update inode metadata
` [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 16/25] vfs: make remapping to source file eof more explicit
` [PATCH 18/25] vfs: hide file range comparison function
` [PATCH 19/25] vfs: implement opportunistic short dedupe
` [PATCH 22/25] ocfs2: support partial clone range and dedupe range
` [PATCH 24/25] xfs: support returning partial reflink results

Interpreting `btrfs filesystem show'
 2018-10-15 15:48 UTC  (6+ messages)

[PATCH 0/7] eb reference count cleanups
 2018-10-15 14:04 UTC  (2+ messages)
` [PATCH] btrfs: Adjust loop in free_extent_buffer

[PATCH 0/6] Some trivail cleanup about dealyed-refs
 2018-10-15 13:26 UTC  (11+ messages)
` [PATCH 5/6] btrfs: simplify btrfs_select_ref_head and cleanup some local variables

[PATCH] btrfs: fix test btrfs/007 to not leave temporary files in /tmp
 2018-10-15  9:22 UTC 

[PATCH] generic: test fsync after fallocate on a very small file
 2018-10-15  8:51 UTC 

How to recover from btrfs scrub errors? (uncorrectable errors, checksum error at logical)
 2018-10-15  8:30 UTC  (2+ messages)

[PATCH RFC RESEND] btrfs: harden agaist duplicate fsid
 2018-10-15  2:45 UTC 

[PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-15  0:31 UTC  (4+ messages)
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block


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