linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-28 22:52:17 to 2019-02-05 18:23:47 UTC [more...]

[PATCH 0/3][V3] Delayed iput fixes
 2019-02-05 18:23 UTC  (4+ messages)
` [PATCH 3/3] btrfs: replace cleaner_delayed_iput_mutex with a waitqueue

linux-next: Tree for Feb 5 (btrfs/zstd)
 2019-02-05 17:40 UTC 

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

Need to retouch your photos?
 2019-02-04 13:23 UTC 

Need to retouch your photos?
 2019-02-04 11:17 UTC 

Help needed, server is unresponsive after btrfs balance
 2019-02-05 12:17 UTC  (5+ messages)

[PATCH 00/15] Improvements to fitrim
 2019-02-05  9:21 UTC  (36+ 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] "

btrfs as / filesystem in RAID1
 2019-02-05  7:37 UTC  (8+ messages)

[PATCH 1/2] btrfs-progs: Port kernel fs_devices::total_rw_bytes to btrfs-progs
 2019-02-05  6:53 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: Unify metadata chunk size with kernel

Need to retouch your photos?
 2019-02-04 11:01 UTC 

[PATCH] Btrfs: fix file corruption after snapshotting
 2019-02-04 14:28 UTC 

RAID1 filesystem not mounting
 2019-02-03 18:43 UTC  (7+ messages)

[GIT PULL] Btrfs fixes for 5.0-rc5
 2019-02-03 17:50 UTC  (2+ messages)

Do the work
 2019-02-02 12:29 UTC 

Still need this?
 2019-02-02 14:33 UTC 

Want to retouch?
 2019-02-02 12:15 UTC 

RAID56 Warning on "multiple serious data-loss bugs"
 2019-02-01 18:45 UTC  (9+ messages)

Did you send it?
 2019-02-01 12:53 UTC 

[PATCH] btrfs-progs: Use a single tab for 'leafsize (deprecated)' row
 2019-02-01 13:40 UTC  (2+ messages)

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

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  (12+ 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 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 

[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 


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