linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-25 09:11:17 to 2019-02-01 09:17:14 UTC [more...]

[PATCH] btrfs: no need to check return value of debugfs_create functions
 2019-02-01  9:17 UTC  (5+ messages)

Send photos to start working
 2019-01-31 12:55 UTC 

[PATCH] btrfs: qgroup: Fix inconsistent IS_ERR and PTR_ERR
 2019-01-31 22:09 UTC  (3+ messages)

[PATCH 00/15] Improvements to fitrim
 2019-01-31 21:45 UTC  (25+ messages)
` [PATCH 01/15] btrfs: Honour FITRIM range constraints during free space trim
` [PATCH 02/15] btrfs: Make WARN_ON in a canonical form
` [PATCH 03/15] btrfs: Remove EXTENT_FIRST_DELALLOC bit
` [PATCH 04/15] btrfs: combine device update operations during transaction commit
` [PATCH 05/15] btrfs: Handle pending/pinned chunks before blockgroup relocation during device shrink
` [PATCH 06/15] btrfs: Rename and export clear_btree_io_tree
` [PATCH 07/15] btrfs: Populate ->orig_block_len during read_one_chunk
` [PATCH 08/15] btrfs: Introduce new bits for device allocation tree
` [PATCH 09/15] btrfs: replace pending/pinned chunks lists with io tree
` [PATCH 10/15] btrfs: Remove 'trans' argument from find_free_dev_extent(_start)
` [PATCH 11/15] btrfs: Factor out in_range macro
` [PATCH 12/15] btrfs: Optimize unallocated chunks discard
` [PATCH 13/15] btrfs: Fix gross misnaming
` [PATCH 14/15] btrfs: Implement find_first_clear_extent_bit
` [PATCH 15/15] btrfs: Switch btrfs_trim_free_extents to find_first_clear_extent_bit
  ` [PATCH v2] "
  ` [PATCH v3] "

Start working
 2019-01-31 13:07 UTC 

mkfs.btrfs reports Device or resource busy for unmounted device
 2019-01-31 17:36 UTC 

[PATCH 00/11] btrfs: add zstd compression level support
 2019-01-31 18:13 UTC  (46+ messages)
` [PATCH 01/11] btrfs: add macros for compression type and level
` [PATCH 02/11] btrfs: rename workspaces_list to workspace_manager
` [PATCH 03/11] btrfs: manage heuristic workspace as index 0
` [PATCH 04/11] btrfs: unify compression ops with workspace_manager
` [PATCH 05/11] btrfs: add helper methods for workspace manager init and cleanup
` [PATCH 06/11] btrfs: add compression interface in (get/put)_workspace()
` [PATCH 07/11] btrfs: move to fn pointers for get/put workspaces
` [PATCH 08/11] btrfs: plumb level through the compression interface
` [PATCH 09/11] btrfs: change set_level() to bound the level passed in
` [PATCH 10/11] btrfs: zstd use the passed through level instead of default
` [PATCH 11/11] btrfs: add zstd compression level support

[PATCH 0/4] Btrfs: a few more cleanups and fixes for clone/deduplication
 2019-01-31 16:44 UTC  (7+ messages)
` [PATCH 3/4] Btrfs: check if destination root is read-only for deduplication
` [PATCH 4/4] Btrfs: remove no longer needed range length checks "

File alteration events?
 2019-01-31 15:06 UTC  (4+ messages)

[PATCH v4 00/12] btrfs: Enhancement to tree block validation
 2019-01-31 14:36 UTC  (20+ messages)
` [PATCH v4 03/12] btrfs: disk-io: Show the timing of corrupted tree block explicitly
` [PATCH v4 04/12] btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level up
` [PATCH v4 06/12] btrfs: extent_io: Kill the BUG_ON() in btree_write_cache_pages()
` [PATCH v4 07/12] btrfs: extent_io: Kill the dead branch in extent_write_cache_pages()
` [PATCH v4 10/12] btrfs: extent_io: Kill the BUG_ON() "
` [PATCH v4 11/12] btrfs: extent_io: Kill the BUG_ON() in extent_writepages()

[PATCH RESEND 1/2] btrfs-progs: check for no result before using results
 2019-01-31 10:05 UTC  (2+ messages)
` [PATCH RESEND 2/2] btrfs-progs: replace: gracefully handle the exclusive operation report

[PATCH 0/2] btrfs: Speedup chunk allocation for large fs
 2019-01-31  9:38 UTC  (6+ messages)
` [PATCH 1/2] btrfs: Don't search devid for every verify_one_dev_extent() call
` [PATCH RFC 2/2] btrfs: Introduce free dev extent hint to speed up chunk allocation

[PATCH v4 0/3] btrfs: scrub: fix scrub_lock
 2019-01-31  6:34 UTC  (6+ messages)
` [PATCH v4 1/3] btrfs: scrub: fix circular locking dependency warning
` [PATCH v4 2/3] btrfs: scrub: add scrub_lock lockdep check in scrub_workers_get
` [PATCH v4 3/3] btrfs: scrub: convert scrub_workers_refcnt to refcount_t

Email from yesterday
 2019-01-30 10:02 UTC 

Have needs for your photos?
 2019-01-30  9:57 UTC 

[PATCH] Btrfs: fix deadlock when allocating tree block during leaf/node split
 2019-01-30 17:21 UTC  (2+ messages)

[PATCH] btrfs: Output ENOSPC debug info in inc_block_group_ro()
 2019-01-30 17:13 UTC  (2+ messages)

[PATCH] fs/btrfs: On error always free subvol_name in btrfs_mount
 2019-01-30 17:09 UTC  (3+ messages)

[PATCH] btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/release()
 2019-01-30 16:57 UTC  (2+ messages)

dm-integrity + mdadm + btrfs = no journal?
 2019-01-30 16:56 UTC  (9+ messages)

[PATCH 0/8][V2] Enospc cleanups and fixeS
 2019-01-30 16:41 UTC  (3+ messages)
` [PATCH 6/8] btrfs: loop in inode_rsv_refill

[PATCH RFC] btrfs: Introduce free dev extent hint to speed up chunk allocation
 2019-01-30  7:33 UTC 

RAID56 Warning on "multiple serious data-loss bugs"
 2019-01-30  1:41 UTC  (12+ messages)

[PATCH] btrfs: relocation: fix unused variable
 2019-01-29 15:42 UTC  (3+ messages)

[PATCH v2 1/3] btrfs: Test if btrfs hits EDQUOT without trying to reclaim some space
 2019-01-29 12:32 UTC  (3+ messages)
` [PATCH v3 2/3] btrfs: Test if btrfs will commit too many transactions for balance
` [PATCH v2 3/3] btrfs: Test if btrfs will report false ENOSPC error balancing small metadata chunk

[PATCH] btrfs: Test if btrfs hits EDQUOT without trying to reclaim some space
 2019-01-29 11:36 UTC  (2+ messages)

[PATCH v2] btrfs: Test if btrfs will commit too many transaction for balance
 2019-01-29 11:32 UTC  (2+ messages)

[PATCH] btrfs: Test if btrfs will report false ENOSPC error balnacing small metadata chunk
 2019-01-29 11:26 UTC  (2+ messages)

[PATCH] btrfs-progs: balance: Sync the fs before balancing metadata chunks
 2019-01-29  6:57 UTC 

[PATCH 0/7] Abort cleanup fixes
 2019-01-28 22:06 UTC  (2+ messages)

[PATCH] btrfs: clean up pending block groups when transaction commit aborts
 2019-01-28 19:35 UTC  (3+ messages)

Want retouching for your photos?
 2019-01-28  8:53 UTC 

[PATCH 5/6] btrfs: merge btrfs_find_device() and find_device()
 2019-01-28 18:44 UTC  (3+ messages)
` [PATCH 5/6 v2] "

[Patch v5 0/7] btrfs: qgroup: Delay subtree scan to reduce overhead
 2019-01-28 18:15 UTC  (2+ messages)

[PATCH AUTOSEL 4.20 191/304] btrfs: harden agaist duplicate fsid on scanned devices
 2019-01-28 15:41 UTC  (3+ messages)
` [PATCH AUTOSEL 4.20 192/304] btrfs: reada: reorder dev-replace locks before radix tree preload
` [PATCH AUTOSEL 4.20 200/304] btrfs: use tagged writepage to mitigate livelock of snapshot

[PATCH AUTOSEL 4.19 160/258] btrfs: harden agaist duplicate fsid on scanned devices
 2019-01-28 15:57 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 161/258] btrfs: reada: reorder dev-replace locks before radix tree preload
` [PATCH AUTOSEL 4.19 168/258] btrfs: use tagged writepage to mitigate livelock of snapshot

[PATCH AUTOSEL 4.14 104/170] btrfs: harden agaist duplicate fsid on scanned devices
 2019-01-28 16:10 UTC 

[PATCH] btrfs: oops in device_list_add()
 2019-01-28 15:04 UTC  (4+ messages)

[PATCH -next] btrfs: remove unused function btrfs_sysfs_feature_update
 2019-01-28 13:32 UTC  (2+ messages)

[PATCH] btrfs: Test if btrfs will commit too many transaction for balance
 2019-01-28  6:22 UTC 

Incremental receive completes succesfully despite missing files
 2019-01-27  1:58 UTC  (12+ messages)

Data entry service and data processing services
 2019-01-26  9:12 UTC 

Data entry service and data processing services
 2019-01-26  7:29 UTC 

btrfs-heatmap v8
 2019-01-26 19:55 UTC 

Data entry service and data processing services
 2019-01-26 10:04 UTC 

Send photos to start
 2019-01-25 10:50 UTC 

[PATCH -next] btrfs: qgroup: Fix inconsistent IS_ERR and PTR_ERR
 2019-01-26  1:37 UTC  (3+ messages)

[PATCH RFC] fstests: btrfs: Test if balance takes too long time or return -ENOSPC unexpected
 2019-01-25 23:38 UTC  (3+ messages)

Retrieving
 2019-01-25 21:22 UTC  (7+ messages)
  ` Retrieving CSUM-Tree

[PATCH] btrfs: Handle ENOMEM gracefully in cow_file_range_async
 2019-01-25 17:46 UTC  (4+ messages)

[PATCH 2/2] fstests: btrfs/081, fix killing of reader loop subshell
 2019-01-25 11:46 UTC 

[PATCH 1/2] fstests: btrfs/081 declare local variables as local
 2019-01-25 11:46 UTC 

[PATCH RESEND 1/2] btrfs-progs: check for no result before using results
 2019-01-25 11:21 UTC  (2+ 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).