linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-20 23:00:14 to 2018-09-27 20:08:00 UTC [more...]

[PATCH v2 0/9] Fix _scratch_mkfs_sized() for btrfs
 2018-09-27 20:07 UTC  (19+ messages)
` [PATCH v2 1/9] fstests: btrfs: _scratch_mkfs_sized fix min size without mixed option
` [PATCH v2 2/9] generic/015 fix to test the default non-mixed mode
` [PATCH v2 3/9] geneirc/077 fix min size for btrfs
` [PATCH v2 4/9] generic/083 fix btrfs fs size for default mode
` [PATCH v2 5/9] generic/102 open code dev_size _scratch_mkfs_sized()
` [PATCH v2 6/9] generic/204 open code SIZE for _scratch_mkfs_sized()
` [PATCH v2 7/9] generic/312 open code fs_size _scratch_mkfs_sized()
` [PATCH v2 8/9] generic/449 fix fs size for _scratch_mkfs_sized for btrfs
` [PATCH v2 9/9] generic/387 fix _scratch_mkfs_sized option "

[PATCH] btrfs: list usage cleanup
 2018-09-27 18:47 UTC  (4+ messages)

[PATCH V8] Add support for BTRFS raid5/6 to GRUB
 2018-09-27 18:35 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

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

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

[RFC][PATCH 0/9][V2] drop the mmap_sem when doing IO in the fault path
 2018-09-27 16:24 UTC  (11+ messages)
` [PATCH 1/9] mm: infrastructure for page fault page caching
` [PATCH 2/9] mm: drop mmap_sem for page cache read IO submission
` [PATCH 3/9] mm: clean up swapcache lookup and creation function names
` [PATCH 4/9] mm: drop mmap_sem for swap read IO submission
` [PATCH 5/9] mm: drop the mmap_sem in all read fault cases
` [PATCH 6/9] mm: use the cached page for filemap_fault
` [PATCH 7/9] mm: add a flag to indicate we used a cached page
` [PATCH 8/9] mm: allow ->page_mkwrite to do retries
` [PATCH 9/9] btrfs: drop mmap_sem in mkwrite for btrfs

[PATCH V7] Add support for BTRFS raid5/6 to GRUB
 2018-09-27 16:20 UTC  (19+ messages)
` [PATCH 1/9] btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile
` [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 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles
` [PATCH 9/9] btrfs: Add RAID 6 recovery for a btrfs filesystem

[PATCH 0/7] eb reference count cleanups
 2018-09-27 12:40 UTC  (2+ messages)

[PATCH 00/11] Cleanup dev-replace locking
 2018-09-27 11:06 UTC  (2+ messages)

[PATCH v3 0/7] btrfs: qgroup: Reduce dirty extents for metadata
 2018-09-27  5:31 UTC  (18+ messages)
` [PATCH v3 1/7] btrfs: qgroup: Introduce trace event to analyse the number of dirty extents accounted
` [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

Archives of linux-btrfs at lore.kernel.org
 2018-09-26 10:31 UTC 

[PATCH] btrfs-progs: delete unused is_vol_small() and BTRFS_MKFS_SMALL_VOLUME_SIZE
 2018-09-26  7:51 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] test unaligned punch hole at ENOSPC
 2018-09-26  6:39 UTC  (2+ messages)
` [PATCH v2] "

[RFC][PATCH 0/8] drop the mmap_sem when doing IO in the fault path
 2018-09-26  0:24 UTC  (11+ messages)
` [PATCH 1/8] mm: push vm_fault into the page fault handlers
` [PATCH 2/8] mm: drop mmap_sem for page cache read IO submission
` [PATCH 3/8] mm: clean up swapcache lookup and creation function names
` [PATCH 4/8] mm: drop mmap_sem for swap read IO submission
` [PATCH 5/8] mm: drop the mmap_sem in all read fault cases
` [PATCH 6/8] mm: keep the page we read for the next loop
` [PATCH 7/8] mm: add a flag to indicate we used a cached page
` [PATCH 8/8] btrfs: drop mmap_sem in mkwrite for btrfs

[PATCH 1/2] btrfs: Use NAME_MAX to replace intermediate number of BTRFS_NAME_LEN
 2018-09-26  0:19 UTC  (6+ messages)
` [PATCH 2/2] btrfs: tree-checker: Avoid using max() for stack array allocation

[PATCH V6] Btrfs: enhance raid1/10 balance heuristic
 2018-09-25 18:38 UTC 

[PATCH] btrfs: relocation: Add basic extent backref related comment for build_backref_tree()
 2018-09-25 15:09 UTC  (2+ messages)

btrfs panic problem
 2018-09-25  8:42 UTC  (9+ messages)

[PATCH] Btrfs: get rid of btrfs_symlink_aops
 2018-09-25  9:26 UTC  (3+ messages)

DUP dev_extent might overlap something next to it
 2018-09-25  0:05 UTC 

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-09-24 21:17 UTC  (11+ messages)

[PATCH RFC 0/2] Btrfs: fix file data corruptions due to lost dirty bits
 2018-09-24 15:06 UTC  (3+ messages)
` [PATCH 1/2] Btrfs: don't clean dirty pages during buffered writes

[PATCH 0/9] Fix _scratch_mkfs_sized() for btrfs
 2018-09-24 13:40 UTC  (16+ messages)
` [PATCH 1/9] fstests: btrfs: _scratch_mkfs_sized fix min size without mixed option
` [PATCH 2/9] generic/015 fix to test the default non-mixed mode
` [PATCH 3/9] geneirc/077 fix min size for btrfs
` [PATCH 4/9] generic/083 create at least 200mb fs
` [PATCH 5/9] generic/102 open code dev_size _scratch_mkfs_sized()
` [PATCH 6/9] generic/204 open code SIZE for _scratch_mkfs_sized()
` [PATCH 7/9] generic/312 open code fs_size _scratch_mkfs_sized()
` [PATCH 8/9] generic/449 fix fs size for _scratch_mkfs_sized for btrfs
` [PATCH 9/9] generic/387 fix _scratch_mkfs_sized option "

python-btrfs v10 preview... detailed usage reporting and a tutorial
 2018-09-24  8:08 UTC  (3+ messages)

btrfs problems
 2018-09-22  6:49 UTC  (10+ messages)

[RFC PATCH v2 0/4] btrfs-progs: build distinct binaries for specific btrfs subcommands
 2018-09-22  5:57 UTC  (5+ messages)

[PATCH 00/22] various dynamic_debug patches
 2018-09-22  0:27 UTC  (2+ messages)

[PATCH 0/6] Freespace tree repair support
 2018-09-21 20:42 UTC  (12+ messages)
` [PATCH 1/6] btrfs-progs: Add support for freespace tree in btrfs_read_fs_root
` [PATCH 2/6] btrfs-progs: Add extent buffer bitmap manipulation infrastructure
` [PATCH 3/6] btrfs-progs: Pull free space tree related code from kernel
` [PATCH 4/6] btrfs-progs: Add freespace tree as compat_ro supported feature
` [PATCH 5/6] btrfs-progs: check: Add support for freespace tree fixing

[PATCH 0/3] btrfs: Add zstd support to btrfs
 2018-09-21 18:48 UTC  (7+ messages)
` [PATCH 2/3] btrfs: Patch the kernel zstd
` [PATCH 3/3] btrfs: Add zstd support to btrfs
  ` [PATCH 1/3] btrfs: Import kernel zstd

[PATCH v8 0/6] Btrfs: implement swap file support
 2018-09-21 18:29 UTC  (9+ messages)
` [PATCH v8 6/6] Btrfs: support swap files

[PATCH] btrfs: use common helper instead of open coding a bit test
 2018-09-21 17:55 UTC  (2+ messages)

[PATCH] Btrfs: remove wait_ordered_range in btrfs_evict_inode
 2018-09-21 15:29 UTC  (3+ messages)
` [PATCH v2] Btrfs: remove wait_ordered_rane "

[PATCH 0/3] Refactor delayed refs processing loop
 2018-09-21 14:43 UTC  (8+ messages)
` [PATCH 1/3] btrfs: Factor out ref head locking code in __btrfs_run_delayed_refs
` [PATCH 2/3] btrfs: Factor out loop processing all refs of a head
` [PATCH 3/3] btrfs: refactor __btrfs_run_delayed_refs loop

[PATCH RFC] btrfs: delayed-inode: Use spinlock to protect btrfs_inode::delayed_node
 2018-09-21 13:13 UTC  (2+ messages)

btrfs send receive ERROR: chown failed: No such file or directory
 2018-09-21 12:30 UTC 

[PATCH v2 1/2] btrfs: relocation: Cleanup while() loop using rbtree_postorder_for_each_entry_safe()
 2018-09-21  7:37 UTC  (5+ messages)
` [PATCH v2 2/2] btrfs: relocation: Remove redundant tree level check

[PATCH 1/2] btrfs: relocation: Cleanup while() loop using for()
 2018-09-21  6:56 UTC  (5+ messages)
` [PATCH 2/2] btrfs: relocation: Remove redundant tree level check

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

inline extents
 2018-09-20 19:34 UTC  (2+ messages)

[PATCH 0/5] rb_first to rb_first_cached conversion
 2018-09-20 17:40 UTC  (3+ messages)

btrfs send hangs after partial transfer and blocks all IO
 2018-09-20 17:25 UTC  (12+ 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).