linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-06 20:16:27 to 2018-09-11 22:59:11 UTC [more...]

[PATCH 00/35][v2] My current patch queue
 2018-09-11 17:57 UTC  (20+ messages)
` [PATCH 01/36] btrfs: add btrfs_delete_ref_head helper
` [PATCH 02/36] btrfs: add cleanup_ref_head_accounting helper
` [PATCH 03/36] btrfs: cleanup extent_op handling
` [PATCH 04/36] btrfs: only track ref_heads in delayed_ref_updates
` [PATCH 05/36] btrfs: only count ref heads run in __btrfs_run_delayed_refs
` [PATCH 06/36] btrfs: introduce delayed_refs_rsv
` [PATCH 07/36] btrfs: check if free bgs for commit
` [PATCH 08/36] btrfs: dump block_rsv whe dumping space info
` [PATCH 09/36] btrfs: release metadata before running delayed refs
` [PATCH 10/36] btrfs: protect space cache inode alloc with nofs
` [PATCH 11/36] btrfs: fix truncate throttling
` [PATCH 12/36] btrfs: don't use global rsv for chunk allocation
` [PATCH 13/36] btrfs: add ALLOC_CHUNK_FORCE to the flushing code
` [PATCH 14/36] btrfs: reset max_extent_size properly
` [PATCH 15/36] btrfs: don't enospc all tickets on flush failure
` [PATCH 16/36] btrfs: run delayed iputs before committing
` [PATCH 17/36] btrfs: loop in inode_rsv_refill
` [PATCH 18/36] btrfs: move the dio_sem higher up the callchain
` [PATCH 19/36] btrfs: set max_extent_size properly

btrfs-progs: btrfs-convert: unable to find block group for 0
 2018-09-11 16:49 UTC  (5+ messages)

[PATCH] btrfs-progs: qgroup: Don't return 1 if qgroup is marked inconsistent during relationship assignment
 2018-09-11 16:46 UTC  (2+ messages)

[PATCH 0/6] btrfs-progs: Variant fixes for fuzz-tests
 2018-09-11 16:38 UTC  (3+ messages)

[PATCH 0/3] btrfs-progs: Detect compressed extent without csum
 2018-09-11 15:58 UTC  (2+ messages)

[PATCH v2] btrfs/extent_map: Remove unneeded variable "ret"
 2018-09-11 15:56 UTC  (4+ messages)

[PATCH] btrfs-progs: dump-tree: Introduce --breadth-first option
 2018-09-11 15:52 UTC  (5+ messages)

[PATCH 1/2] Install uncompressed man pages
 2018-09-11 15:39 UTC  (3+ messages)

Scrub aborts due to corrupt leaf
 2018-09-11 15:23 UTC  (10+ messages)

[PATCH] btrfs-progs: Continue checking even we found something wrong in free space cache
 2018-09-11 14:48 UTC  (2+ messages)

[PATCH] btrfs-progs: calibrate extent_end when found a gap
 2018-09-11 14:41 UTC  (2+ messages)

[PATCH 0/5] rb_first to rb_first_cached conversion
 2018-09-11 15:34 UTC  (2+ messages)

[PATCH] btrfs-progs: print-tree: Skip deprecated blockptr / nodesize output
 2018-09-11 14:49 UTC  (2+ messages)

[PATCH] btrfs-progs: dump-tree: print invalid argument and strerror
 2018-09-11 14:44 UTC  (2+ messages)

[PATCH 0/3] cleanup couple of device-related functions' retval
 2018-09-11 14:31 UTC  (7+ messages)
` [PATCH 1/3] btrfs: Make btrfs_find_device_by_path return struct btrfs_device
` [PATCH] btrfs-progs: tests: Add test for missing device delete error value

[PATCH] btrfs-progs: docs: update document about option -R of btrfs-scrub
 2018-09-11 14:29 UTC  (2+ messages)

[RFC PATCH v2 0/4] undelete subvolume online version
 2018-09-11 12:10 UTC  (10+ messages)
` [RFC PATCH v2 1/4] btrfs: factor out btrfs_link_subvol from create_subvol
` [RFC PATCH v2 2/4] btrfs: don't BUG_ON() in btrfs_link_subvol()
` [RFC PATCH v2 3/4] btrfs: undelete: introduce btrfs_undelete_subvolume
` [RFC PATCH v2 4/4] btrfs: undelete: Add BTRFS_IOCTL_SUBVOL_UNDELETE ioctl
` [RFC PATCH v2 1/2] btrfs-progs: ioctl: add BTRFS_IOC_SUBVOL_UNDELETE to ioctl.h
  ` [RFC PATCH v2 2/2] btrfs-progs: subvolume: undelete: add btrfs subvolume undelete subcommand

[PATCH v3 00/10] undelete subvolume offline version
 2018-09-11 11:44 UTC  (2+ messages)

List of known BTRFS Raid 5/6 Bugs?
 2018-09-11 11:29 UTC  (3+ messages)

[PATCH 0/3] btrfs: Add zstd support to btrfs
 2018-09-11 10:23 UTC  (2+ messages)

compiling btrfs-progs 4.17.1 gives error "reiserfs/misc.h: No such file or directory"
 2018-09-11 10:12 UTC  (11+ messages)

[PATCH v3] fstests: btrfs/149 make it sectorsize independent
 2018-09-11 10:07 UTC 

[PATCH 0/4] Self-test cleanups
 2018-09-11  9:22 UTC  (11+ messages)
` [PATCH 1/4] btrfs: tests: add separate stub for find_lock_delalloc_range
` [PATCH 2/4] btrfs: tests: move testing members of struct btrfs_root to the end
` [PATCH 3/4] btrfs: tests: group declarations of self-test helpers
` [PATCH 4/4] btrfs: tests: polish ifdefs around testing helper

[PATCH v2 0/5] btrfs: qgroup: Skip unrelated tree blocks for balance
 2018-09-11  8:46 UTC  (8+ messages)
` [PATCH v2 1/5] btrfs: qgroup: Introduce trace event to analyse the number of dirty extents accounted
` [PATCH v2 2/5] btrfs: qgroup: Introduce function to trace two swaped extents
` [PATCH v2 3/5] btrfs: qgroup: Introduce function to find all new tree blocks of reloc tree
` [PATCH v2 4/5] btrfs: qgroup: Use generation aware subtree swap to mark dirty extents
` [PATCH v2 5/5] btrfs: qgroup: Don't trace subtree if we're dropping reloc tree

[PATCH v3 0/7] btrfs: qgroup: Reduce dirty extents for metadata
 2018-09-11  5:38 UTC  (8+ messages)
` [PATCH v3 1/7] btrfs: qgroup: Introduce trace event to analyse the number of dirty extents accounted
` [PATCH v3 2/7] btrfs: qgroup: Introduce function to trace two swaped extents
` [PATCH v3 3/7] btrfs: qgroup: Introduce function to find all new tree blocks of reloc tree
` [PATCH v3 4/7] btrfs: qgroup: Use generation aware subtree swap to mark dirty extents
` [PATCH v3 5/7] btrfs: qgroup: Don't trace subtree if we're dropping reloc tree
` [PATCH v3 6/7] btrfs: delayed-ref: Introduce new parameter for btrfs_add_delayed_tree_ref() to reduce unnecessary qgroup tracing
` [PATCH v3 7/7] btrfs: qgroup: Only trace data extents in leaves if we're relocating data block group

[PATCH] btrfs: delayed-ref: Introduce new parameter for btrfs_add_delayed_tree_ref() to reduce unnecessary qgroup tracing
 2018-09-11  1:46 UTC 

[PATCH v6 0/2] vfs: fix dedupe permission check
 2018-09-10 23:21 UTC  (3+ messages)
` [PATCH 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH 2/2] vfs: dedupe should return EPERM if permission is not granted

[PATCH v3 0/2] btrfs: trim enhancement to allow btrfs really trim block groups
 2018-09-10 18:42 UTC  (6+ messages)
` [PATCH v3 1/2] btrfs: Enhance btrfs_trim_fs function to handle error better

[PATCH] btrfs: fix error handling in btrfs_dev_replace_start
 2018-09-10 17:47 UTC  (2+ messages)

[linux-next:master 3022/3360] fs/btrfs/extent-tree.c:2540:5: sparse: symbol 'btrfs_run_delayed_refs_for_head' was not declared. Should it be static?
 2018-09-10 17:28 UTC  (5+ messages)
` [RFC PATCH linux-next] btrfs: btrfs_run_delayed_refs_for_head() can be static

nbdkit as a flexible alternative to loopback mounts
 2018-09-10 13:23 UTC  (3+ messages)

Does ssd auto detected work for microSD cards?
 2018-09-10 11:15 UTC  (4+ messages)

[PATCH] generic: test for deduplication between different files
 2018-09-10  9:06 UTC  (10+ messages)
  ` [patch] file dedupe (and maybe clone) data corruption (was Re: [PATCH] generic: test for deduplication between different files)

btrfs send hung in pipe_wait
 2018-09-09 23:29 UTC  (17+ messages)
                          ` Fwd: "

Transactional btrfs
 2018-09-08 21:28 UTC  (5+ messages)

[PATCH 0/3] btrfs: qgroup: Deprecate unused features for btrfs_qgroup_inherit()
 2018-09-07 23:33 UTC  (9+ messages)
` [PATCH 2/3] btrfs: qgroup: Validate btrfs_qgroup_inherit structure before passing it to qgroup
` [PATCH 3/3] btrfs: qgroup: Remove deprecated feature support in btrfs_qgorup_inhert()

dduper - Offline btrfs deduplication tool
 2018-09-07 23:32 UTC  (5+ messages)

[PATCH 00/11] Cleanup dev-replace locking
 2018-09-07 21:09 UTC  (16+ messages)
` [PATCH 01/11] btrfs: remove btrfs_dev_replace::read_locks
` [PATCH 02/11] btrfs: open code btrfs_dev_replace_clear_lock_blocking
` [PATCH 03/11] btrfs: open code btrfs_dev_replace_stats_inc
` [PATCH 04/11] btrfs: open code btrfs_after_dev_replace_commit
` [PATCH 05/11] btrfs: dev-replace: avoid useless lock on error handling path
` [PATCH 06/11] btrfs: dev-replace: move replace members out of fs_info
` [PATCH 07/11] btrfs: dev-replace: remove pointless assert in write unlock
` [PATCH 08/11] btrfs: reada: reorder dev-replace locks before radix tree preload
` [PATCH 09/11] btrfs: dev-replace: swich locking to rw semaphore
` [PATCH 10/11] btrfs: dev-replace: remove custom read/write blocking scheme
` [PATCH 11/11] btrfs: dev-replace: open code trivial locking helpers

[PATCH] Btrfs: use correct args for kcalloc in btrfsic_read_block
 2018-09-07 20:41 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 0/6] Btrfs: implement swap file support
 2018-09-07 18:17 UTC  (12+ messages)
` [PATCH v6 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
` [PATCH v6 2/6] mm: export add_swap_extent()
` [PATCH v6 3/6] vfs: update swap_{,de}activate documentation
` [PATCH v6 4/6] Btrfs: prevent ioctls from interfering with a swap file
` [PATCH v6 5/6] Btrfs: rename get_chunk_map() and make it non-static
` [PATCH v6 6/6] Btrfs: support swap files

[PATCH RESEND] btrfs: fix error handling in free_log_tree
 2018-09-07 13:00 UTC  (3+ messages)

[PATCH] btrfs: extent-tree.c: Remove redundant variable from btrfs_cross_ref_exist()
 2018-09-07 11:17 UTC  (4+ messages)

[PATCH 00/35] My current patch queue
 2018-09-07 11:00 UTC  (8+ messages)
` [PATCH 03/35] btrfs: use cleanup_extent_op in check_ref_cleanup
` [PATCH 33/35] btrfs: fix insert_reserved error handling
` [PATCH 34/35] btrfs: wait on ordered extents on abort cleanup

[PATCH v2 0/3] btrfs: qgroup: Prepare to deprecate unused features for btrfs_qgroup_inherit()
 2018-09-07 10:27 UTC  (4+ messages)
` [PATCH v2 1/3] btrfs: Set qgroup inherit size limit to SZ_4K instead of page size
` [PATCH v2 2/3] btrfs: qgroup: Validate btrfs_qgroup_inherit structure before passing it to qgroup
` [PATCH v2 3/3] btrfs: qgroup: Prepare to deprecate some btrfs_qgroup_inherit features

[PATCH v3.1 0/2] btrfs: trim enhancement to allow btrfs really trim block groups
 2018-09-07  6:16 UTC  (3+ messages)
` [PATCH v3.1 1/2] btrfs: Enhance btrfs_trim_fs function to handle error better
` [PATCH v3.1 2/2] btrfs: Ensure btrfs_trim_fs can trim the whole fs

Re-mounting removable btrfs on different device
 2018-09-07  4:40 UTC  (3+ messages)

[PATCH 0/3] btrfs: trim latency improvements
 2018-09-06 21:18 UTC  (4+ messages)
` [PATCH 1/3] btrfs: use ->devices list instead of ->alloc_list in btrfs_trim_fs
` [PATCH 2/3] btrfs: don't attempt to trim devices that don't support it
` [PATCH 3/3] btrfs: keep trim from interfering with transaction commits

[PATCH] Btrfs: remove redundant btrfs_trans_release_metadata"
 2018-09-06 20:25 UTC  (5+ messages)

[PATCH v5 0/6] Btrfs: implement swap file support
 2018-09-06 18:08 UTC  (3+ messages)

[PATCH v2] Btrfs: set leave_spinning in btrfs_get_extent
 2018-09-06 17:37 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] Btrfs: fix alignment in declaration and prototype of btrfs_get_extent
 2018-09-06 17:29 UTC  (2+ messages)

[PATCH] btrfs: remove unused pointer 'tree'
 2018-09-06 16:08 UTC  (2+ messages)

[PATCH] btrfs: remove unused pointer inode
 2018-09-06 15:59 UTC  (2+ messages)

[PATCH] btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defrag
 2018-09-06 15:40 UTC  (2+ messages)


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