linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-22 20:15:30 to 2021-10-29 13:34:02 UTC [more...]

INFO: task hung in btrfs_search_slot
 2021-10-29 13:33 UTC  (3+ messages)

unable to run mkfs.btrfs for host managed sata hdd
 2021-10-29 13:22 UTC  (2+ messages)

[PATCH] fs/btrfs: Make extent item iteration to handle gaps
 2021-10-29 12:52 UTC  (5+ messages)

[PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-10-29 12:50 UTC  (23+ messages)

[GIT PULL] Btrfs fixes for 5.15-rc8
 2021-10-29 12:17 UTC 

[PATCH v2 0/4] btrfs: sysfs: set / query btrfs stripe size
 2021-10-29  8:31 UTC  (12+ messages)
` [PATCH v2 1/4] btrfs: store stripe size and chunk size in space-info struct
` [PATCH v2 2/4] btrfs: expose stripe and chunk size in sysfs
` [PATCH v2 3/4] btrfs: add force_chunk_alloc sysfs entry to force allocation
` [PATCH v2 4/4] btrfs: increase metadata alloc size to 5GB for volumes > 50GB

Readahead for compressed data
 2021-10-29  6:15 UTC  (5+ messages)

[PATCH v2 0/2] btrfs: re-define btrfs_raid_types
 2021-10-28 21:53 UTC  (10+ messages)
` [PATCH v2 1/2] btrfs: move definition of btrfs_raid_types to volumes.h
` [PATCH v2 2/2] btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()

[PATCH 0/4] Use global rsv stealing for evict and clean things up
 2021-10-28 19:50 UTC  (5+ messages)
` [PATCH 1/4] btrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global rsv stealing code
` [PATCH 2/4] btrfs: remove global rsv stealing logic for orphan cleanup
` [PATCH 3/4] btrfs: get rid of root->orphan_cleanup_state
` [PATCH 4/4] btrfs: change root to fs_info for btrfs_reserve_metadata_bytes

[PATCH] btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range
 2021-10-28 17:58 UTC  (3+ messages)

[PATCH] btrfs: test direct IO write on NOCOW file when low on unallocated space
 2021-10-28 15:04 UTC 

[PATCH v2] fs/btrfs: Make extent item iteration to handle gaps
 2021-10-28  9:44 UTC 

[PATCH] btrfs: Test proper interaction between skip_balance and paused balance
 2021-10-28  9:26 UTC  (5+ messages)

[PATCH] btrfs: Don't set balance as a running exclusive op in case of skip_balance
 2021-10-28  8:30 UTC  (3+ messages)

[PATCH] btrfs: fix deadlock between quota enable and other quota operations
 2021-10-28  6:58 UTC  (2+ messages)

5.14.9 aarch64 OOPS Workqueue: btrfs-delalloc btrfs_work_helper
 2021-10-28  5:36 UTC  (31+ messages)

[PATCH v6 0/3] btrfs: cleanup prepare_sprout
 2021-10-28  4:39 UTC  (4+ messages)
` [PATCH v6 1/3] btrfs: declare seeding_dev in init_new_device as bool

[PATCH v9] btrfs: consolidate device_list_mutex in prepare_sprout to its parent
 2021-10-28  4:32 UTC  (3+ messages)

[PATCH v3] btrfs: fix a check-integrity warning on write caching disabled disk
 2021-10-27 22:32 UTC 

INFO: task hung in btrfs_commit_transaction
 2021-10-27 17:37 UTC  (2+ messages)

[PATCH] btrfs-progs: printf format fixes for 32bit x86
 2021-10-27 12:48 UTC 

[PATCH] btrfs: sysfs: set / query btrfs stripe size
 2021-10-27  7:37 UTC  (10+ messages)

[PATCH v2] btrfs: send: prepare for v2 protocol
 2021-10-27  7:17 UTC  (6+ messages)

[PATCH 0/2] btrfs: re-define btrfs_raid_types
 2021-10-27  5:24 UTC  (3+ messages)
` [PATCH 1/2] btrfs: move definition of btrfs_raid_types to volumes.h
` [PATCH 2/2] btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()

filesystem corrupt - error -117
 2021-10-27  2:49 UTC  (14+ messages)

[PATCH v2] btrfs: Add new test for setting the stripe size
 2021-10-26 23:15 UTC 

[PATCH] btrfs: Add new test for setting the stripe size
 2021-10-26 18:45 UTC  (2+ messages)

Btrfs Fscrypt Design Document
 2021-10-26 14:56 UTC  (7+ messages)

Errors after successful disk replace
 2021-10-26 12:17 UTC  (10+ messages)

[PATCH 0/6] btrfs: speedup directory logging/fsync by copying index keys only
 2021-10-26  9:43 UTC  (20+ messages)
` [PATCH 1/6] btrfs: remove root argument from drop_one_dir_item()
` [PATCH 2/6] btrfs: remove root argument from btrfs_unlink_inode()
` [PATCH 3/6] btrfs: remove root argument from add_link()
` [PATCH 4/6] btrfs: remove root argument from check_item_in_log()
` [PATCH 5/6] btrfs: only copy dir index keys when logging a directory
` [PATCH 6/6] btrfs: remove no longer needed logic for replaying directory deletes
` [PATCH v2 0/6] btrfs: speedup directory logging/fsync by copying index keys only
  ` [PATCH v2 1/6] btrfs: remove root argument from drop_one_dir_item()
  ` [PATCH v2 2/6] btrfs: remove root argument from btrfs_unlink_inode()
  ` [PATCH v2 3/6] btrfs: remove root argument from add_link()
  ` [PATCH v2 4/6] btrfs: remove root argument from check_item_in_log()
  ` [PATCH v2 5/6] btrfs: only copy dir index keys when logging a directory
  ` [PATCH v2 6/6] btrfs: remove no longer needed logic for replaying directory deletes

[PATCH] btrfs: fix deadlock due to page faults during direct IO reads and writes
 2021-10-25 18:58 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v2 0/2] Update device mod time fixes
 2021-10-25 17:36 UTC  (5+ messages)
` [PATCH v2 1/2] fs: export an inode_update_time helper

[PATCH resend] btrfs: mount: call btrfs_check_rw_degradable only if there is a missing device
 2021-10-25 17:18 UTC  (2+ messages)

[PATCH] btrfs-progs: remove path_cat[3]_out() double declaration
 2021-10-25 16:58 UTC  (4+ messages)

[RFC PATCH 0/5] Shared memory for shared extents
 2021-10-25 16:43 UTC  (11+ messages)
` [RFC PATCH 1/5] mm: Use file parameter to determine bdi
` [RFC PATCH 2/5] mm: Switch mapping to device mapping
` [RFC PATCH 3/5] btrfs: Add sharedext mount option
` [RFC PATCH 4/5] btrfs: Set s_bdev for btrfs super block
` [RFC PATCH 5/5] btrfs: function to convert file offset to device offset

[PATCH 0/3] btrfs: ctree.he refactor
 2021-10-25 14:19 UTC  (5+ messages)
` [PATCH 1/3] btrfs: move the remaining on-disk format to ondisk_format.h
` [PATCH 2/3] btrfs: move the BTRFS_SETGET_* functions to dedicated header
` [PATCH 3/3] btrfs: move btrfs_printk() related macros to messages.h

btrfs.wiki.k.org and git-based update workflow
 2021-10-25 14:08 UTC  (5+ messages)

[PATCH 2/2] btrfs/091: remove noinode_cache option
 2021-10-25 13:05 UTC  (2+ messages)

Filesystem Read Only due to errno=-28 during metadata allocation
 2021-10-25 10:32 UTC  (6+ messages)

[PATCH] btrfs: fix a check-integrity warning on write caching disabled disk
 2021-10-25  9:49 UTC  (2+ messages)

[PATCH] btrfs: fix deadlock due to page faults during direct IO reads and writes
 2021-10-25  9:41 UTC  (4+ messages)

[RFC][V8][PATCH 0/5] btrfs: allocation_hint mode
 2021-10-24 15:31 UTC  (5+ messages)
` [PATCH 1/4] btrfs: add flags to give an hint to the chunk allocator
` [PATCH 2/4] btrfs: export dev_item.type in /sys/fs/btrfs/<uuid>/devinfo/<devid>/type
` [PATCH 3/4] btrfs: change the DEV_ITEM 'type' field via sysfs
` [PATCH 4/4] btrfs: add allocator_hint mode

[PATCH 0/2][V8] btrfs-progs: allocation_hint disk property
 2021-10-24 15:31 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: new "allocation_hint" property
` [PATCH 2/2] Update man page for allocator_hint property

Is generic/647 known failing test for btrfs?
 2021-10-24  2:29 UTC  (3+ 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).