linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-12 22:46:34 to 2019-04-18 15:17:36 UTC [more...]

[patch V2 00/29] stacktrace: Consolidate stack trace usage
 2019-04-18 15:17 UTC  (45+ messages)
` [patch V2 01/29] tracing: Cleanup stack trace code
` [patch V2 02/29] stacktrace: Provide helpers for common stack trace operations
` [patch V2 03/29] lib/stackdepot: Provide functions which operate on plain storage arrays
` [patch V2 04/29] backtrace-test: Simplify stack trace handling
` [patch V2 05/29] proc: Simplify task stack retrieval
` [patch V2 06/29] latency_top: Simplify stack trace handling
` [patch V2 07/29] mm/slub: Simplify stack trace retrieval
` [patch V2 08/29] mm/kmemleak: Simplify stacktrace handling
` [patch V2 09/29] mm/kasan: "
` [patch V2 10/29] mm/page_owner: Simplify stack trace handling
` [patch V2 11/29] fault-inject: Simplify stacktrace retrieval
` [patch V2 12/29] dma/debug: Simplify stracktrace retrieval
` [patch V2 13/29] btrfs: ref-verify: Simplify stack trace retrieval
` [patch V2 14/29] dm bufio: "
` [patch V2 15/29] dm persistent data: Simplify stack trace handling
` [patch V2 16/29] drm: Simplify stacktrace handling
` [patch V2 17/29] lockdep: Remove unused trace argument from print_circular_bug()
` [patch V2 18/29] lockdep: Move stack trace logic into check_prev_add()
` [patch V2 19/29] lockdep: Simplify stack trace handling
` [patch V2 20/29] tracing: Simplify stacktrace retrieval in histograms
` [patch V2 21/29] tracing: Use percpu stack trace buffer more intelligently
` [patch V2 22/29] tracing: Make ftrace_trace_userstack() static and conditional
` [patch V2 23/29] tracing: Simplify stack trace retrieval
` [patch V2 24/29] tracing: Remove the last struct stack_trace usage
` [patch V2 25/29] livepatch: Simplify stack trace retrieval
` [patch V2 26/29] stacktrace: Remove obsolete functions
` [patch V2 27/29] lib/stackdepot: "
` [patch V2 28/29] stacktrace: Provide common infrastructure
` [patch V2 29/29] x86/stacktrace: Use "

[PATCH 0/2 RFC] fix duplicate code in btrfs_ioctl_setflags
 2019-04-18 14:27 UTC  (5+ messages)
` [PATCH 1/2 RFC] btrfs: refactor btrfs_set_props to validate externally
` [PATCH 2/2 RFC] btrfs: start transaction in btrfs_ioctl_setflags()

[PATCH] btrfs: extent_io: Handle memory allocation failure in __clear_extent_bit()
 2019-04-18 14:15 UTC  (10+ messages)

[V2] btrfs: drop inode reference count on error path
 2019-04-18 14:11 UTC  (5+ messages)

[PATCH -next] btrfs: Remove set but not used variable 'fs_info'
 2019-04-18 13:43 UTC  (4+ messages)

[PATCH 0/6] Simplifications around submit_bio_hook
 2019-04-18 13:04 UTC  (2+ messages)

[PATCH v2] btrfs: volumes: Check memory allocation failure for alloc_btrfs_bio()
 2019-04-18  6:53 UTC 

[PATCH] btrfs: volumes: Check memory allocation failure for alloc_btrfs_bio()
 2019-04-18  6:49 UTC  (3+ messages)

[PATCH] Btrfs: do not start a transaction during fiemap
 2019-04-17 20:44 UTC  (11+ messages)
` [PATCH v2] "
      ` Traces during logical_ino ioctl, slowdown, etc (was Re: [PATCH] Btrfs: do not start a transaction during fiemap)

[PATCH v2 0/8] vfs: make immutable files actually immutable
 2019-04-17 19:05 UTC  (9+ messages)
` [PATCH 1/8] mm/fs: don't allow writes to immutable files
` [PATCH 2/8] xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction
` [PATCH 3/8] xfs: flush page mappings as part of setting immutable
` [PATCH 4/8] xfs: refactor setflags to use setattr code directly
` [PATCH 5/8] xfs: clean up xfs_merge_ioc_xflags
` [PATCH 6/8] xfs: don't allow most setxattr to immutable files
` [PATCH 7/8] btrfs: don't allow any modifications to an immutable file
` [PATCH 8/8] ext4: "

[PATCH v2 0/4] vfs: make immutable files actually immutable
 2019-04-17 19:01 UTC  (5+ messages)
` [PATCH 4/4] xfs: don't allow most setxattr to immutable files
  ` [PATCH v2 "

[PATCH v3 00/18] btrfs dax support
 2019-04-17 16:52 UTC  (28+ messages)
` [PATCH 01/18] btrfs: create a mount option for dax
` [PATCH 02/18] btrfs: Carve out btrfs_get_extent_map_write() out of btrfs_get_blocks_write()
` [PATCH 03/18] btrfs: basic dax read
` [PATCH 04/18] dax: Introduce IOMAP_DAX_COW to CoW edges during writes
` [PATCH 05/18] btrfs: return whether extent is nocow or not
` [PATCH 06/18] btrfs: Rename __endio_write_update_ordered() to btrfs_update_ordered_extent()
` [PATCH 07/18] btrfs: add dax write support
` [PATCH 08/18] dax: memcpy page in case of IOMAP_DAX_COW for mmap faults
` [PATCH 09/18] btrfs: Add dax specific address_space_operations
` [PATCH 10/18] dax: replace mmap entry in case of CoW
` [PATCH 11/18] btrfs: add dax mmap support
` [PATCH 12/18] btrfs: allow MAP_SYNC mmap
` [PATCH 13/18] fs: dedup file range to use a compare function
` [PATCH 14/18] dax: memcpy before zeroing range
` [PATCH 15/18] btrfs: handle dax page zeroing
` [PATCH 16/18] btrfs: Writeprotect mmap pages on snapshot
` [PATCH 17/18] btrfs: Disable dax-based defrag and send
` [PATCH 18/18] btrfs: trace functions for btrfs_iomap_begin/end

[PATCH] Btrfs: fix race between send and deduplication that lead to failures and crashes
 2019-04-17 14:11 UTC  (2+ messages)

[PATCH] Btrfs: remove no longer used function to run delayed refs asynchronously
 2019-04-17 13:40 UTC  (3+ messages)

[PATCH v3.1 0/9] btrfs: Refactor delayed ref parameter list
 2019-04-17 13:35 UTC  (7+ messages)
` [PATCH v3.1 1/9] btrfs: delayed-ref: Introduce better documented delayed ref structures

Corrupted files support needed
 2019-04-17 12:42 UTC  (7+ messages)

[PATCH] btrfs: simplify read_extent_buffer_pages a bit
 2019-04-17 12:20 UTC  (4+ messages)

[PATCH 0/6] cleanup property and extended attribute set
 2019-04-17 10:40 UTC  (6+ messages)

[PATCH] Btrfs: improve performance on fsync of files with multiple hardlinks
 2019-04-17 10:31 UTC 

[PATCH] Btrfs: do not start a transaction at iterate_extent_inodes()
 2019-04-17 10:30 UTC 

btrfs: drop inode reference count on error path
 2019-04-17  8:15 UTC  (2+ messages)

[PATCH v3 00/26] compat_ioctl: cleanups
 2019-04-16 22:33 UTC  (3+ messages)
` [PATCH v3 12/26] compat_ioctl: move more drivers to compat_ptr_ioctl

[PATCH 0/2] btrfs-progs: Metadata preallocation enhancement
 2019-04-16 11:40 UTC  (6+ messages)
` [PATCH 1/2] btrfs-progs: Avoid nested chunk allocation call
` [PATCH 2/2] btrfs-progs: Do metadata preallocation for fs trees and csum tree

[PATCH 0/3] btrfs-progs: Handle error properly in btrfs_commit_transaction()
 2019-04-16  7:48 UTC  (7+ messages)
` [PATCH 1/3] btrfs-progs: Remove the dead branch in btrfs_run_delayed_refs()
` [PATCH 2/3] btrfs-progs: Refactor btrfs_finish_extent_commit()
` [PATCH 3/3] btrfs-progs: Handle error properly in btrfs_commit_transaction()

[PATCH] btrfs: Cleanup btrfs_destroy_delayed_refs()
 2019-04-16  6:13 UTC  (2+ messages)

[PATCH] btrfs: Make btrfs_finish_extent_commit() return void
 2019-04-16  5:19 UTC  (2+ messages)

[PULL REQUEST v2] btrfs-progs updates, the main part
 2019-04-16  2:23 UTC 

[PULL REQUEST] btrfs-progs updates, the main part
 2019-04-16  0:19 UTC  (3+ messages)

btrfs mount fail after adding new drive to raid1 array
 2019-04-15 20:23 UTC  (2+ messages)

[PATCH] Btrfs: allocate ulists in btrfs_check_shared() using GFP_KERNEL
 2019-04-15 14:58 UTC  (4+ messages)

[PATCH] Btrfs: remove no longer used member num_dirty_bgs from transaction
 2019-04-15 14:36 UTC  (2+ messages)

[PATCH v3 0/2] btrfs: trace: Trace events for btrfs tree locking
 2019-04-15 14:28 UTC  (4+ messages)
` [PATCH v3 1/2] btrfs: trace: Introduce trace events for sleepable tree lock
` [PATCH v3 2/2] btrfs: trace: Introduce trace events for all btrfs tree locking events

checksum error
 2019-04-15 13:14 UTC  (2+ messages)

[PATCH v2.1 0/3] btrfs: Introduce new rescue= mount options
 2019-04-15  9:29 UTC  (7+ messages)
` [PATCH v2.1 1/3] btrfs: Remove "recovery" mount option
` [PATCH v2.1 2/3] btrfs: Introduce "rescue=" "
` [PATCH v2.1 3/3] btrfs: Introduce new mount option to skip block group items scan

delayed_refs has NO entry / btrfs_update_root:136: Aborting unused transaction(No space left)
 2019-04-15  8:42 UTC  (6+ messages)

[PATCH] btrfs: test send with deduplication running concurrently
 2019-04-15  8:31 UTC 

[PATCH] btrfs: test send on subvolume with delalloc after setting it to RO mode
 2019-04-15  8:30 UTC 

[PATCH] Btrfs: send, flush dellaloc in order to avoid data loss
 2019-04-15  8:29 UTC 

[PATCH] fstests: btrfs/048: amend property validation cases
 2019-04-14  2:47 UTC  (7+ messages)
` [PATCH v2] "


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