linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-24 17:55:09 to 2018-09-28 23:31:34 UTC [more...]

DUP dev_extent might overlap something next to it
 2018-09-28 23:30 UTC  (2+ messages)

python-btrfs v10 preview... detailed usage reporting and a tutorial
 2018-09-28 23:04 UTC  (3+ messages)

[PATCH v3] test unaligned punch hole at ENOSPC
 2018-09-28 17:12 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] test unaligned punch hole at ENOSPC
 2018-09-28 14:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/9] Fix _scratch_mkfs_sized() for btrfs
 2018-09-28 13:23 UTC  (20+ 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 00/42][v3] My current patch queue
 2018-09-28 11:58 UTC  (45+ 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 06/10] writeback: introduce super_operations->write_metadata
 2018-09-28  8:37 UTC  (4+ messages)

[PATCH v2 0/6] btrfs-progs: print-tree: Minor enhancement along with --bfs/--dfs options
 2018-09-28  2:04 UTC  (7+ messages)
` [PATCH v2 1/6] btrfs-progs: print-tree: Skip deprecated blockptr / nodesize output
` [PATCH v2 2/6] btrfs-progs: Replace root parameter using fs_info for reada_for_search()
` [PATCH v2 3/6] btrfs-progs: Introduce function to find next sibling tree block
` [PATCH v2 4/6] btrfs-progs: print-tree: Introduce breadth-first search
` [PATCH v2 5/6] btrfs-progs: print-tree: Introduce --bfs and --dfs options
` [PATCH v2 6/6] btrfs-progs: print-tree: Use bool for @follow

[PATCH] btrfs: tree-checker: Check level for leaves and nodes
 2018-09-28  1:08 UTC  (4+ messages)

[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] "

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

[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  (9+ 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


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