linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-28 11:18:33 to 2018-10-05 09:46:08 UTC [more...]

[PATCH v2 0/2] Enhance btrfs_verify_dev_extents() to do more checks on dev extents
 2018-10-05  9:45 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: volumes: Make sure there is no overlap dev extents at mount time
` [PATCH v2 2/2] btrfs: volumes: Make sure no dev extent is beyond device boundary

[PATCH 0/2] Enhance btrfs_verify_dev_extents() to do more checks on dev extents
 2018-10-05  9:22 UTC  (7+ messages)
` [PATCH 1/2] btrfs: volumes: Make sure there is no overlap dev extents at mount time
` [PATCH 2/2] btrfs: volumes: Make sure no dev extent is beyond device boundary

What to do with damaged root fllesystem (opensuse leap 42.2)
 2018-10-05  9:17 UTC  (3+ messages)

[PATCH 0/6] Chunk allocator DUP fix and cleanups
 2018-10-05  9:10 UTC  (15+ messages)
` [PATCH 1/6] btrfs: alloc_chunk: do not refurbish num_bytes
` [PATCH 2/6] btrfs: alloc_chunk: improve chunk size variable name
` [PATCH 3/6] btrfs: alloc_chunk: fix more DUP stripe size handling
` [PATCH 4/6] btrfs: fix ncopies raid_attr for RAID56
` [PATCH 5/6] btrfs: introduce nparity raid_attr
` [PATCH 6/6] btrfs: alloc_chunk: rework chunk/stripe calculations

[PATCH 00/15] fs: fixes for serious clone/dedupe problems
 2018-10-05  9:02 UTC  (29+ messages)
` [PATCH 01/15] xfs: add a per-xfs trace_printk macro
` [PATCH 02/15] xfs: refactor clonerange preparation into a separate helper
` [PATCH 03/15] xfs: zero posteof blocks when cloning above eof
` [PATCH 04/15] xfs: update ctime and remove suid before cloning files
` [PATCH 05/15] vfs: check file ranges "
` [PATCH 06/15] vfs: strengthen checking of file range inputs to clone/dedupe range
` [PATCH 07/15] vfs: skip zero-length dedupe requests
` [PATCH 08/15] vfs: change clone and dedupe range function pointers to return bytes completed
` [PATCH 09/15] vfs: pass operation flags to {clone, dedupe}_file_range implementations
` [PATCH 10/15] vfs: make cloning to source file eof more explicit
` [PATCH 11/15] vfs: allow short clone and dedupe operations
` [PATCH 12/15] vfs: implement opportunistic short dedupe
` [PATCH 13/15] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 14/15] ocfs2: support partial clone range and dedupe range
` [PATCH 15/15] xfs: support returning partial reflink results

[PATCH 00/11] Cleanup dev-replace locking
 2018-10-05  8:58 UTC  (5+ messages)

Understanding BTRFS RAID0 Performance
 2018-10-05  8:45 UTC  (2+ messages)

[PATCH v3] test unaligned punch hole at ENOSPC
 2018-10-05  7:50 UTC  (11+ messages)
` [PATCH v4] "
` [PATCH v5] "
` [PATCH v6] "

[PATCH 00/10] Freespace tree repair support v2
 2018-10-04 19:18 UTC  (25+ messages)
` [PATCH 01/10] btrfs-progs: Add support for freespace tree in btrfs_read_fs_root
` [PATCH 02/10] btrfs-progs: Add extent buffer bitmap manipulation infrastructure
` [PATCH 03/10] btrfs-progs: Replace homegrown bitops related functions with kernel counterparts
` [PATCH 04/10] btrfs-progs: Implement find_*_bit_le operations
` [PATCH 05/10] btrfs-progs: Pull free space tree related code from kernel
` [PATCH 06/10] btrfs-progs: Hook FST code in extent (de)alloc
` [PATCH 07/10] btrfs-progs: Add freespace tree as compat_ro supported feature
` [PATCH 08/10] btrfs-progs: check: Add support for freespace tree fixing
` [PATCH 09/10] btrfs-progs: tests: Test for FST corruption detection/repair
` [PATCH 10/10] btrfs-progs: check: Fix wrong error message in case of corrupted bitmap

Transaction aborted error -28 clone_finish_inode_update
 2018-10-04 16:44 UTC 

Update on btrfs patch status
 2018-10-04 15:46 UTC 

[PATCH 00/42][v3] My current patch queue
 2018-10-04 11:24 UTC  (51+ messages)
` [PATCH 03/42] btrfs: cleanup extent_op handling
` [PATCH 04/42] btrfs: only track ref_heads in delayed_ref_updates
` [PATCH 05/42] btrfs: only count ref heads run in __btrfs_run_delayed_refs
` [PATCH 06/42] btrfs: introduce delayed_refs_rsv
` [PATCH 07/42] btrfs: check if free bgs for commit
` [PATCH 08/42] btrfs: dump block_rsv whe dumping space info
` [PATCH 09/42] btrfs: release metadata before running delayed refs
` [PATCH 10/42] btrfs: protect space cache inode alloc with nofs
` [PATCH 11/42] btrfs: fix truncate throttling
` [PATCH 12/42] btrfs: don't use global rsv for chunk allocation
` [PATCH 13/42] btrfs: add ALLOC_CHUNK_FORCE to the flushing code
` [PATCH 14/42] btrfs: reset max_extent_size properly
` [PATCH 15/42] btrfs: don't enospc all tickets on flush failure
` [PATCH 16/42] btrfs: loop in inode_rsv_refill
` [PATCH 17/42] btrfs: run delayed iputs before committing
` [PATCH 18/42] btrfs: move the dio_sem higher up the callchain
` [PATCH 19/42] btrfs: set max_extent_size properly
` [PATCH 20/42] btrfs: don't use ctl->free_space for max_extent_size
` [PATCH 21/42] btrfs: reset max_extent_size on clear in a bitmap
` [PATCH 22/42] btrfs: only run delayed refs if we're committing
` [PATCH 23/42] btrfs: make sure we create all new bgs
` [PATCH 24/42] btrfs: assert on non-empty delayed iputs
` [PATCH 25/42] btrfs: pass delayed_refs_root to btrfs_delayed_ref_lock
` [PATCH 26/42] btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lock
` [PATCH 27/42] btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_head
` [PATCH 28/42] btrfs: handle delayed ref head accounting cleanup in abort
` [PATCH 29/42] btrfs: call btrfs_create_pending_block_groups unconditionally
` [PATCH 30/42] btrfs: just delete pending bgs if we are aborted
` [PATCH 31/42] btrfs: cleanup pending bgs on transaction abort
` [PATCH 32/42] btrfs: only free reserved extent if we didn't insert it
` [PATCH 33/42] btrfs: fix insert_reserved error handling
` [PATCH 34/42] btrfs: wait on ordered extents on abort cleanup
` [PATCH 35/42] MAINTAINERS: update my email address for btrfs
` [PATCH 36/42] btrfs: wait on caching when putting the bg cache
` [PATCH 37/42] btrfs: wakeup cleaner thread when adding delayed iput
` [PATCH 38/42] btrfs: be more explicit about allowed flush states
` [PATCH 39/42] btrfs: replace cleaner_delayed_iput_mutex with a waitqueue
` [PATCH 40/42] btrfs: drop min_size from evict_refill_and_join
` [PATCH 41/42] btrfs: reserve extra space during evict()
` [PATCH 42/42] btrfs: don't run delayed_iputs in commit

[PATCHv2] btrfs: list usage cleanup
 2018-10-04 10:02 UTC  (2+ messages)

[PATCH 0/2] btrfs: btrfs_super_block::log_root_transid related enhancement
 2018-10-04  8:28 UTC  (7+ messages)
` [PATCH 1/2] btrfs: Populate btrfs_super_block::log_root_transid
` [PATCH 2/2] btrfs: Validate btrfs_super_block::log_root_transid

[PATCH] btrfs-progs: image: Warn about log tree generation mismatch when restore
 2018-10-04  6:02 UTC 

[PATCH] btrfs: list usage cleanup
 2018-10-04  3:25 UTC  (4+ messages)

btrfs/011 possible circular locking dependency detected
 2018-10-03 15:23 UTC 

Writing a large file causes odd freeze
 2018-10-03 12:51 UTC  (8+ messages)

[PATCH 00/22] various dynamic_debug patches
 2018-10-03  9:25 UTC  (3+ messages)

btrfs send receive ERROR: chown failed: No such file or directory
 2018-10-02 19:40 UTC  (3+ messages)

cross-fs copy support
 2018-10-02 18:28 UTC  (8+ messages)

dduper - Offline btrfs deduplication tool
 2018-10-02 16:05 UTC  (5+ messages)

[PATCH] btrfs: tree-checker: Check level for leaves and nodes
 2018-10-02 13:13 UTC  (2+ messages)

[patch] file dedupe (and maybe clone) data corruption (was Re: [PATCH] generic: test for deduplication between different files)
 2018-10-01 20:34 UTC  (12+ messages)

[PATCH RFC] btrfs: harden agaist duplicate fsid
 2018-10-01 13:31 UTC  (3+ messages)

[PATCH] verify hardening agaist duplicate fsid
 2018-10-01  9:36 UTC  (2+ messages)
` [PLEASE Ignore] "

[PATCH] fstests: btrfs verify hardening agaist duplicate fsid
 2018-10-01  8:44 UTC 

[josef-btrfs:kill-mmap-sem-v3 10/10] include/linux/compiler_types.h:258:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'inline'
 2018-09-30  6:00 UTC 

[josef-btrfs:kill-mmap-sem-v3 4/10] mm/shmem.c:1682:10: error: implicit declaration of function 'find_swap_cache'; did you mean 'find_swap_entry'?
 2018-09-30  5:29 UTC 

[josef-btrfs:kill-mmap-sem-v3 4/10] mm/shmem.c:1682:3: error: implicit declaration of function 'find_swap_cache'
 2018-09-30  3:03 UTC 

DUP dev_extent might overlap something next to it
 2018-09-28 23:36 UTC  (3+ messages)

python-btrfs v10 preview... detailed usage reporting and a tutorial
 2018-09-28 23:04 UTC  (3+ messages)

[PATCH] test unaligned punch hole at ENOSPC
 2018-09-28 14:55 UTC  (3+ messages)

[PATCH v2 0/9] Fix _scratch_mkfs_sized() for btrfs
 2018-09-28 13:23 UTC  (7+ messages)
` [PATCH v2 1/9] fstests: btrfs: _scratch_mkfs_sized fix min size without mixed option


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