linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-09 13:02:37 to 2019-04-16 23:46:01 UTC [more...]

[PATCH v3 00/18] btrfs dax support
 2019-04-16 23:45 UTC  (21+ 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 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] btrfs: simplify read_extent_buffer_pages a bit
 2019-04-16  9:16 UTC  (3+ messages)

Corrupted files support needed
 2019-04-16  8:00 UTC  (5+ messages)

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

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

[PATCH 0/6] cleanup property and extended attribute set
 2019-04-15 22:01 UTC  (10+ messages)
` [PATCH 1/6] btrfs: rename btrfs_setxattr to btrfs_setxattr_trans
` [PATCH 2/6] btrfs: rename do_setxattr to btrfs_setxattr
` [PATCH 3/6] btrfs: declare btrfs_setxattr as a non static function
` [PATCH 4/6] btrfs: remove redundant readonly root check in btrfs_setxattr_trans
` [PATCH 5/6] btrfs: split thread with trans to use btrfs_setxattr
` [PATCH 6/6] btrfs: cleanup btrfs_setxattr_trans drop trans arg

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

[PATCH] Btrfs: do not start a transaction during fiemap
 2019-04-15 13:50 UTC  (5+ messages)
` [PATCH v2] "

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: fix race between send and deduplication that lead to failures and crashes
 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] "

[PATCH 0/2] Fixup and optimization for write time tree checker
 2019-04-12 15:36 UTC  (3+ messages)
` [PATCH 2/2] btrfs: Do mandatory tree block check before submitting bio

[PATCH 0/2] ENOSPC refinements
 2019-04-12 13:37 UTC  (9+ messages)
` [PATCH 1/2] btrfs: track odirect bytes in flight
` [PATCH 2/2] btrfs: reserve delalloc metadata differently

interest in post-mortem examination of a BTRFS system and improving the btrfs-code?
 2019-04-12 12:45 UTC  (31+ messages)

[PATCH v5 RESEND] btrfs-progs: dump-tree: add noscan option
 2019-04-12  9:04 UTC  (5+ messages)

[PATCH 0/2] btrfs-progs: Intelligent item offset/size bit flip detector for dump-tree
 2019-04-12  9:05 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: dump-tree: Do simple bit flip check and continue if we can handle it
` [PATCH 2/2] btrfs-progs: misc-tests: Test if dump-tree can handle obviously flipped bit in btrfs item

[PATCH RFC 0/5] readmirror feature
 2019-04-12  9:02 UTC  (3+ messages)

[PATCH RFC] fstests: generic/077: fix populate fs use _fill_fs()
 2019-04-12  7:39 UTC  (5+ messages)

[GIT PULL] Btrfs fixes for 5.1-rc5
 2019-04-11 21:45 UTC  (2+ messages)

[PATCH v2] Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota reserve
 2019-04-11 18:28 UTC  (4+ messages)

[PATCH] btrfs: Remove redundant inode argument from btrfs_add_ordered_sum
 2019-04-11 18:20 UTC  (3+ messages)

Is it a good idea to replace current eb leakage detector with bcc/ebpf based one?
 2019-04-11 18:05 UTC  (9+ messages)

[PATCH V3] block: don't use for-inside-for in bio_for_each_segment_all
 2019-04-11 15:07 UTC  (4+ messages)

[PATCH 0/6] Simplifications around submit_bio_hook
 2019-04-11 14:39 UTC  (20+ messages)
` [PATCH 1/6] btrfs: Define submit_bio_hook's type directly
` [PATCH 2/6] btrfs: Change submit_bio_hook to taking an inode directly
` [PATCH 3/6] btrfs: Remove 'tree' argument from read_extent_buffer_pages
` [PATCH 4/6] btrfs: Pass 0 for bio_offset to btrfs_wq_submit_bio
` [PATCH 5/6] btrfs: Always pass 0 bio_offset for btree_submit_bio_start
` [PATCH 6/6] btrfs: Remove bio_offset argument from submit_bio_hook
  ` [PATCH v2] "

[PATCH v3] btrfs-progs: Don't BUG_ON() when write_dev_supers() fails
 2019-04-11 11:03 UTC  (2+ messages)

[PATCH v2] btrfs-progs: Don't BUG_ON() when write_dev_supers() fails
 2019-04-11 10:53 UTC  (2+ messages)

New btrfs related project: btrfs-profiler
 2019-04-11  8:20 UTC 

[PATCH] btrfs-progs: Don't BUG_ON() when write_dev_supers() fails
 2019-04-11  6:17 UTC  (2+ messages)

[PATCH RFC 1/2] errno.h: Export EFSCORRUPTED error number
 2019-04-11  1:47 UTC  (10+ messages)
` [PATCH 2/2] block: Add new BLK_STS_FSCORRUPTED status

[RFC patch 29/41] btrfs: ref-verify: Simplify stack trace retrieval
 2019-04-10 13:47 UTC  (6+ messages)

[PATCH v3 1/2] block: Add new BLK_STS_UCLEAN status
 2019-04-10  7:47 UTC  (4+ messages)
` [PATCH v3 2/2] btrfs: Add error string for EUCLEAN

[PATCH] block: don't use for-inside-for in bio_for_each_segment_all
 2019-04-09 15:36 UTC  (7+ messages)

[PATCH v2] btrfs: trace: Introduce trace events for sleepable tree lock
 2019-04-09 13:15 UTC  (5+ messages)

[PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-04-09 13:02 UTC  (4+ 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).