linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-03 15:20:44 to 2018-12-06 20:15:53 UTC [more...]

[PATCH 0/3] btrfs: use offset_in_page and PAGE_ALIGNED
 2018-12-06 20:15 UTC  (10+ messages)
` [PATCH 1/3] btrfs: use offset_in_page instead of open-coding it
` [PATCH 2/3] btrfs: use PAGE_ALIGNED "
` [RFC PATCH 3/3] coccinelle: api: add offset_in_page.cocci

[PATCH v2 0/6] btrfs: qgroup: Delay subtree scan to reduce overhead
 2018-12-06 19:35 UTC  (3+ messages)

[PATCH][v2] btrfs: run delayed items before dropping the snapshot
 2018-12-06 18:31 UTC  (3+ messages)

[PATCH 0/2] Fix aborts when dropping snapshots
 2018-12-06 18:05 UTC  (5+ messages)
` [PATCH 1/2] btrfs: catch cow on deleting snapshots

[PATCH AUTOSEL 4.19 052/123] Btrfs: send, fix infinite loop due to directory rename dependencies
 2018-12-06 17:55 UTC  (2+ messages)

[PATCH 00/10][V2] Delayed refs rsv
 2018-12-06 17:54 UTC  (18+ messages)
` [PATCH 01/10] btrfs: add btrfs_delete_ref_head helper
` [PATCH 02/10] btrfs: add cleanup_ref_head_accounting helper
` [PATCH 03/10] btrfs: cleanup extent_op handling
` [PATCH 04/10] btrfs: only track ref_heads in delayed_ref_updates
` [PATCH 05/10] btrfs: introduce delayed_refs_rsv
` [PATCH 06/10] btrfs: update may_commit_transaction to use the delayed refs rsv
` [PATCH 07/10] btrfs: add new flushing states for "
` [PATCH 08/10] btrfs: rework btrfs_check_space_for_delayed_refs
` [PATCH 09/10] btrfs: don't run delayed refs in the end transaction logic
` [PATCH 10/10] btrfs: fix truncate throttling

What if TRIM issued a wipe on devices that don't TRIM?
 2018-12-06 13:04 UTC  (4+ messages)

[PATCH 00/10] btrfs: Support for DAX devices
 2018-12-06 11:47 UTC  (29+ messages)
` [PATCH 01/10] btrfs: create a mount option for dax
` [PATCH 02/10] btrfs: basic dax read
` [PATCH 03/10] btrfs: dax: read zeros from holes
` [PATCH 04/10] Rename __endio_write_update_ordered() to btrfs_update_ordered_extent()
` [PATCH 05/10] btrfs: Carve out btrfs_get_extent_map_write() out of btrfs_get_blocks_write()
` [PATCH 06/10] btrfs: dax write support
` [PATCH 07/10] dax: export functions for use with btrfs
` [PATCH 08/10] btrfs: dax add read mmap path
` [PATCH 09/10] btrfs: dax support for cow_page/mmap_private and shared
` [PATCH 10/10] btrfs: dax mmap write

HELP unmountable partition after btrfs balance to RAID0
 2018-12-06 11:31 UTC 

New RED Racing Parts: 10% / 15% off and free shipping
 2018-12-06  7:49 UTC 

[PATCH 0/8] btrfs: Refactor delayed ref parameter list
 2018-12-06  6:59 UTC  (9+ messages)
` [PATCH 1/8] btrfs: delayed-ref: Introduce better documented delayed ref structures
` [PATCH 2/8] btrfs: extent-tree: Open-code process_func in __btrfs_mod_ref
` [PATCH 3/8] btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_tree_ref()
` [PATCH 4/8] btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_data_ref()
` [PATCH 5/8] btrfs: ref-verify: Use btrfs_ref to refactor btrfs_ref_tree_mod()
` [PATCH 6/8] btrfs: extent-tree: Use btrfs_ref to refactor add_pinned_bytes()
` [PATCH 7/8] btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()
` [PATCH 8/8] btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()

btrfs progs always assume devid 1?
 2018-12-05 20:10 UTC  (2+ messages)

Linux-next regression?
 2018-12-05 19:32 UTC  (8+ messages)

[GIT PULL] Btrfs fix for 4.20-rc5
 2018-12-05 18:20 UTC  (2+ messages)

[RFC PATCH] btrfs: Remove __extent_readpages
 2018-12-05 16:58 UTC  (2+ messages)

[PATCHv3] btrfs: Fix error handling in btrfs_cleanup_ordered_extents
 2018-12-05 16:13 UTC  (3+ messages)

Fix for https://bugzilla.kernel.org/show_bug.cgi?id=200085
 2018-12-05 14:40 UTC 

Btrfs progs release 4.19.1
 2018-12-05 14:12 UTC 

[PATCH v2 00/13] btrfs-progs: Make W=1 great (no "again")
 2018-12-05 14:03 UTC  (16+ messages)
` [PATCH v2 01/13] btrfs-progs: Makefile.extrawarn: Import cc-disable-warning
` [PATCH v2 02/13] btrfs-progs: fix gcc8 default build warning caused by '-Wformat-truncation'
` [PATCH v2 03/13] btrfs-progs: Makefile.extrawarn: Don't warn on sign compare
` [PATCH v2 04/13] btrfs-progs: Fix Wempty-body warning
` [PATCH v2 05/13] btrfs-progs: Fix Wimplicit-fallthrough warning
` [PATCH v2 06/13] btrfs-progs: Fix Wsuggest-attribute=format warning
` [PATCH v2 07/13] btrfs-progs: Fix Wmaybe-uninitialized warning
` [PATCH v2 08/13] btrfs-progs: Fix Wtype-limits warning
` [PATCH v2 09/13] btrfs-progs: Fix missing-prototypes warning caused by non-static functions
` [PATCH v2 10/13] btrfs-progs: Move btrfs_check_nodesize to fsfeatures.c to fix missing-prototypes warning
` [PATCH v2 11/13] btrfs-progs: Introduce rescue.h to resolve missing-prototypes for chunk and super rescue
` [PATCH v2 12/13] btrfs-progs: Add utils.h include to solve missing-prototypes warning
` [PATCH v2 13/13] btrfs-progs: free-space-tree: Remove unsued function

[PATCH AUTOSEL 4.14 24/69] Btrfs: send, fix infinite loop due to directory rename dependencies
 2018-12-05  9:42 UTC 

[PATCH AUTOSEL 4.9 14/45] Btrfs: send, fix infinite loop due to directory rename dependencies
 2018-12-05  9:46 UTC 

[PATCH AUTOSEL 4.4 08/33] Btrfs: send, fix infinite loop due to directory rename dependencies
 2018-12-05  9:51 UTC 

[PATCH AUTOSEL 3.18 06/26] Btrfs: send, fix infinite loop due to directory rename dependencies
 2018-12-05  9:54 UTC 

[PATCH] btrfs: Remove unnecessary code from __btrfs_rebalance
 2018-12-05  8:48 UTC  (2+ messages)
` [PATCH v2] "

BTRFS Mount Delay Time Graph
 2018-12-05  6:55 UTC  (12+ messages)
    ` [Mount time bug bounty?] was: "

Ran into "invalid block group size" bug, unclear how to proceed
 2018-12-05  5:47 UTC  (8+ messages)

[PATCH 0/9] btrfs-progs: Make W=1 clean (no "again")
 2018-12-05  5:38 UTC  (11+ messages)
` [PATCH 1/9] btrfs-progs: Makefile.extrawarn: Import cc-disable-warning
` [PATCH 2/9] btrfs-progs: fix gcc8 default build warning caused by '-Wformat-truncation'
` [PATCH 7/9] btrfs-progs: Fix Wmaybe-uninitialized warning

[PATCH 0/2] Scrub allocations vs reclaim fix
 2018-12-05  0:17 UTC  (6+ messages)
` [PATCH 1/2] btrfs: scrub: pass fs_info to scrub_setup_ctx
` [PATCH 2/2] btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutex

Need help with potential ~45TB dataloss
 2018-12-04 19:38 UTC  (11+ messages)

[PATCH 0/3][V2] Delayed iput fixes
 2018-12-04 18:21 UTC  (9+ messages)
` [PATCH 1/3] btrfs: run delayed iputs before committing
` [PATCH 2/3] btrfs: wakeup cleaner thread when adding delayed iput
` [PATCH 3/3] btrfs: replace cleaner_delayed_iput_mutex with a waitqueue

[PATCH] Btrfs: fix deadlock with memory reclaim during scrub
 2018-12-04 14:47 UTC  (7+ messages)
` [PATCH v4] "

[PATCH 1/3] btrfs: remove always true if branch in find_delalloc_range
 2018-12-04 14:35 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] btrfs: skip file_extent generation check for free_space_inode in run_delalloc_nocow
 2018-12-04 14:23 UTC  (2+ messages)

[PATCH] Btrfs: fix fsync of files with multiple hard links in new directories
 2018-12-04 14:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] btrfs: tree-checker: Don't check max block group size as current max chunk size limit is unreliable
 2018-12-04 14:10 UTC  (5+ messages)

experiences running btrfs on external USB disks?
 2018-12-04 13:55 UTC  (6+ messages)

btrfs development - question about crypto api integration
 2018-12-04 13:29 UTC  (5+ messages)

[PATCH 0/5] Misc cleanups in balance code
 2018-12-04 13:07 UTC  (6+ messages)
` [PATCH 2/5] btrfs: Refactor btrfs_can_relocate

[PATCH 9/9] btrfs-progs: Cleanup warning reported by -Wmissing-prototypes except free space tree
 2018-12-04 12:48 UTC  (5+ messages)
` [PATCH v1.1 9/9] btrfs-progs: Cleanup warning reported by -Wmissing-prototypes

[PATCH v3 0/2] btrfs: scrub: fix scrub_lock
 2018-12-04 11:16 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: scrub: fix circular locking dependency warning

[PATCH 3/9] btrfs-progs: Makefile.extrawarn: Don't warn on sign compare
 2018-12-04 11:10 UTC  (3+ messages)
` [PATCH v1.1 "

[PATCH v2 0/5] btrfs-progs: image: Fix error when restoring multi-disk image to single disk
 2018-12-04 10:34 UTC  (9+ messages)
` [PATCH v2 1/5] btrfs-progs: image: Refactor fixup_devices() to fixup_chunks_and_devices()

[PATCH] btrfs-progs: trivial fix about line breaker in repair_inode_nbytes_lowmem()
 2018-12-03 22:09 UTC  (2+ messages)

[PATCH] btrfs-progs: fsck-tests: Move reloc tree images to 020-extent-ref-cases
 2018-12-03 19:56 UTC  (2+ messages)

[PATCH 0/4] Replace custom device-replace locking with rwsem
 2018-12-03 17:14 UTC  (2+ messages)

Btrfs progs pre-release 4.19.1-rc1
 2018-12-03 16:47 UTC 

Filesystem Corruption
 2018-12-03 16:29 UTC  (2+ messages)

[PATCH 0/8][V2] Enospc cleanups and fixeS
 2018-12-03 15:24 UTC  (9+ messages)
` [PATCH 1/8] btrfs: check if free bgs for commit
` [PATCH 2/8] btrfs: dump block_rsv whe dumping space info
` [PATCH 3/8] btrfs: don't use global rsv for chunk allocation
` [PATCH 4/8] btrfs: add ALLOC_CHUNK_FORCE to the flushing code
` [PATCH 5/8] btrfs: don't enospc all tickets on flush failure
` [PATCH 6/8] btrfs: loop in inode_rsv_refill
` [PATCH 7/8] btrfs: be more explicit about allowed flush states
` [PATCH 8/8] btrfs: reserve extra space during evict()


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