linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-11 17:22:41 to 2018-10-13 16:27:15 UTC [more...]

An assertion triggered with four syscalls on fresh Btrfs image (xfstests reproducer)
 2018-10-13 16:26 UTC 

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

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

[PATCH v7 0/6] Btrfs: implement swap file support
 2018-10-12 20:59 UTC  (5+ messages)
` [PATCH v7 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
` [PATCH v7 2/6] mm: export add_swap_extent()

[PATCH 00/42][v5] My current patch queue
 2018-10-12 20:45 UTC  (44+ messages)
` [PATCH 01/42] btrfs: add btrfs_delete_ref_head helper
` [PATCH 02/42] btrfs: add cleanup_ref_head_accounting helper
` [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

[PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-10-12 20:22 UTC  (15+ messages)
` [PATCH 01/25] xfs: add a per-xfs trace_printk macro
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 23/25] xfs: fix pagecache truncation prior to reflink
` [PATCH 24/25] xfs: support returning partial reflink results
` [PATCH 25/25] xfs: remove redundant remap partial EOF block checks

[PATCH 00/42][v4] My current patch queue
 2018-10-12 18:02 UTC  (50+ messages)
` [PATCH 01/42] btrfs: add btrfs_delete_ref_head helper
` [PATCH 02/42] btrfs: add cleanup_ref_head_accounting helper
` [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

[PATCH 00/42][v3] My current patch queue
 2018-10-12 16:50 UTC  (5+ messages)
` [PATCH 07/42] btrfs: check if free bgs for commit

[PATCH v2 1/2] btrfs: relocation: Cleanup while() loop using rbtree_postorder_for_each_entry_safe()
 2018-10-12 16:38 UTC  (2+ messages)

[PATCH v3 0/4] btrfs: Refactor find_free_extent()
 2018-10-12 13:54 UTC  (11+ messages)
` [PATCH v3 1/4] btrfs: Introduce find_free_extent_ctl structure for later rework
` [PATCH v3 2/4] btrfs: Refactor clustered extent allocation into find_free_extent_clustered()
` [PATCH v3 3/4] btrfs: Refactor unclustered extent allocation into find_free_extent_unclustered()
` [PATCH v3 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-12 13:40 UTC  (2+ messages)

[PATCH] Btrfs: fix use-after-free during inode eviction
 2018-10-12 13:13 UTC  (2+ messages)

errors reported by btrfs-check
 2018-10-12 11:05 UTC  (8+ messages)

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

[PATCH v9] Add cli and ioctl to forget scanned device(s)
 2018-10-12  9:03 UTC  (6+ 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: Deprecate unused super block member, log_root_transid
 2018-10-12  8:45 UTC  (3+ messages)

[PATCH] btrfs-progs: super-recover: fix double free fs_devices memory
 2018-10-12  8:25 UTC 

[PATCH] btrfs-progs: fix compile warning when using gcc8 to compile btrfs-progs
 2018-10-12  7:41 UTC 

[PATCH] btrfs: Deprecate unused super block member, log_root_transid
 2018-10-12  6:32 UTC  (3+ messages)

[PATCH v3 0/6] btrfs-progs: check: Detect invalid dev extents and device items
 2018-10-12  5:20 UTC  (4+ messages)
` [PATCH v3 1/6] btrfs-progs: image: Use correct device size when restoring

[PATCH] btrfs-progs: fix compile warning when using gcc8 to compile btrfs-progs
 2018-10-12  1:36 UTC 

[PATCH 0/6] Chunk allocator DUP fix and cleanups
 2018-10-11 20:34 UTC  (4+ messages)

[PATCH v3 0/2] btrfs: Add zstd support to grub btrfs
 2018-10-11 18:56 UTC  (10+ messages)
` [PATCH v3 2/2] "
  ` [PATCH v3 1/2] Import upstream zstd-1.3.6

[PATCH V9] Add support for BTRFS raid5/6 to GRUB
 2018-10-11 18:51 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


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