linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-21 19:18:30 to 2018-11-27 08:38:40 UTC [more...]

[PATCH v2 0/5] btrfs-progs: image: Fix error when restoring multi-disk image to single disk
 2018-11-27  8:38 UTC  (4+ messages)
` [PATCH v2 1/5] btrfs-progs: image: Refactor fixup_devices() to fixup_chunks_and_devices()
` [PATCH v2 2/5] btrfs-progs: image: Fix block group item flags when restoring multi-device image to single device
` [PATCH v2 3/5] btrfs-progs: volumes: Refactor btrfs_alloc_dev_extent() into two functions

Btrfs and fanotify filesystem watches
 2018-11-27  8:35 UTC  (4+ messages)

[PATCH 0/3] Delayed iput fixes
 2018-11-27  8:29 UTC  (7+ messages)
` [PATCH 1/3] btrfs: run delayed iputs before committing
` [PATCH 2/3] btrfs: wakeup cleaner thread when adding delayed iput
` [PATCH 3/3] btrfs: replace cleaner_delayed_iput_mutex with a waitqueue

unable to fixup (regular) error
 2018-11-27  8:28 UTC  (5+ messages)

[PATCH 0/5] btrfs-progs: image: Fix error when restoring multi-disk image to single disk
 2018-11-27  7:35 UTC  (16+ messages)
` [PATCH 1/5] btrfs-progs: image: Refactor fixup_devices() to fixup_chunks_and_devices()
` [PATCH 2/5] btrfs-progs: image: Fix block group item flags when restoring multi-device image to single device
` [PATCH 3/5] btrfs-progs: image: Remove all existing dev extents for later rebuild
` [PATCH 4/5] btrfs-progs: image: Rebuild dev extents using chunk tree
` [PATCH 5/5] btrfs-progs: misc-tests/021: Do extra btrfs check before mounting

[PATCH RESEND 0/8] btrfs-progs: sub: Relax the privileges of "subvolume list/show"
 2018-11-27  5:24 UTC  (9+ messages)
` [PATCH 1/8] btrfs-progs: sub list: Use libbtrfsuitl for subvolume list
` [PATCH 2/8] btrfs-progs: sub list: factor out main part of btrfs_list_subvols
` [PATCH 3/8] btrfs-progs: sub list: Change the default behavior of "subvolume list" and allow non-privileged user to call it
` [PATCH 4/8] btrfs-progs: sub list: Update -a option and remove meaningless filter
` [PATCH 5/8] btrfs-progs: utils: Fallback to open without O_NOATIME flag in find_mount_root():
` [PATCH 6/8] btrfs-progs: sub show: Allow non-privileged user to call "subvolume show"
` [PATCH 7/8] btrfs-progs: test: Add helper function to check if test user exists
` [PATCH 8/8] btrfs-porgs: test: Add cli-test/009 to check subvolume list for both root and normal user

[PATCH 00/10] btrfs-progs: my libbtrfsutil patch queue
 2018-11-27  2:51 UTC  (4+ messages)

[PATCH v7 0/2] btrfs: Add zstd support to grub btrfs
 2018-11-27  2:55 UTC  (3+ messages)

[PATCH V12 00/20] block: support multi-page bvec
 2018-11-27  2:25 UTC  (44+ messages)
` [PATCH V12 01/20] btrfs: remove various bio_offset arguments
` [PATCH V12 02/20] btrfs: look at bi_size for repair decisions
` [PATCH V12 03/20] block: remove the "cluster" flag
` [PATCH V12 04/20] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V12 05/20] block: remove bvec_iter_rewind()
` [PATCH V12 06/20] block: rename bvec helpers
` [PATCH V12 07/20] block: introduce multi-page "
` [PATCH V12 08/20] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V12 09/20] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V12 10/20] block: use bio_for_each_bvec() to map sg
` [PATCH V12 11/20] block: introduce bvec_last_segment()
` [PATCH V12 12/20] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V12 13/20] block: loop: pass multi-page bvec to iov_iter
` [PATCH V12 14/20] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V12 15/20] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V12 16/20] block: enable multipage bvecs
` [PATCH V12 17/20] block: always define BIO_MAX_PAGES as 256
` [PATCH V12 18/20] block: document usage of bio iterator helpers
` [PATCH V12 19/20] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V12 20/20] block: kill BLK_MQ_F_SG_MERGE

Linux-next regression?
 2018-11-27  1:13 UTC  (2+ messages)

[PATCH] Btrfs: fix deadlock with memory reclaim during scrub
 2018-11-26 20:10 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "

Possible deadlock when writing
 2018-11-26 18:18 UTC 

[PATCH v2] btrfs: improve error handling of btrfs_add_link()
 2018-11-26 18:37 UTC  (2+ messages)

[PATCH] Btrfs: bring back key search optimization to btrfs_search_old_slot()
 2018-11-26 16:53 UTC  (2+ messages)

[PATCH] btrfs: Remove extent_io_ops::readpage_io_failed_hook
 2018-11-26 15:37 UTC  (2+ messages)

[PATCH] btrfs: Remove unnecessary code from __btrfs_rebalance
 2018-11-26 14:12 UTC  (2+ messages)

[PATCH 0/8] Enospc cleanups and fixes
 2018-11-26 12:45 UTC  (12+ messages)
` [PATCH 1/8] btrfs: check if free bgs for commit
` [PATCH 3/8] btrfs: don't use global rsv for chunk allocation
` [PATCH 4/8] btrfs: add ALLOC_CHUNK_FORCE to the flushing code
` [PATCH 5/8] btrfs: don't enospc all tickets on flush failure
` [PATCH 7/8] btrfs: be more explicit about allowed flush states

[PATCH 0/2] btrfs: scrub: fix scrub_lock
 2018-11-26  9:59 UTC  (5+ messages)
` [PATCH 1/2] btrfs: scrub: maintain the unlock order in scrub thread
` [PATCH 2/2] btrfs: scrub: fix circular locking dependency warning

[PATCH 0/6] Delayed refs rsv
 2018-11-26  9:44 UTC  (20+ messages)
` [PATCH 1/6] btrfs: add btrfs_delete_ref_head helper
` [PATCH 2/6] btrfs: add cleanup_ref_head_accounting helper
` [PATCH 3/6] btrfs: cleanup extent_op handling
` [PATCH 4/6] btrfs: only track ref_heads in delayed_ref_updates
` [PATCH 5/6] btrfs: introduce delayed_refs_rsv
` [PATCH 6/6] btrfs: fix truncate throttling

[PATCH 0/5] btrfs-progs: check update
 2018-11-26  6:04 UTC 

[PATCH v1 0/4] fs: fix race between llseek SEEK_END and write
 2018-11-26  2:54 UTC  (8+ messages)
` [PATCH v1 3/4] f2fs: "

[PATCH] btrfs: only run delayed refs if we're committing
 2018-11-23 16:59 UTC  (3+ messages)

[PATCH] btrfs: relocation: set trans to be NULL after free
 2018-11-23 12:46 UTC  (3+ messages)

[PATCH] btrfs: remove btrfs_bio_end_io_t
 2018-11-23 12:40 UTC  (3+ messages)

[PATCH V11 00/19] block: support multi-page bvec
 2018-11-23 10:50 UTC  (39+ messages)
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
` [PATCH V11 15/19] block: enable multipage bvecs

Re:
 2018-11-23  9:55 UTC  (3+ messages)
` [[Missing subject]]

[PATCH 0/4] Minor helper and struct member cleanups
 2018-11-23  8:27 UTC  (13+ messages)
` [PATCH 1/4] btrfs: merge btrfs_submit_bio_done to its caller
` [PATCH 2/4] btrfs: replace async_cow::root with fs_info
` [PATCH 3/4] btrfs: remove redundant csum buffer in btrfs_io_bio
` [PATCH 4/4] btrfs: replace btrfs_io_bio::end_io with a simple helper

btrfs-cleaner 100% busy on an idle filesystem with 4.19.3
 2018-11-23  6:47 UTC  (6+ messages)

[PATCH] btrfs: tree-checker: Don't check max block group size as current max chunk size limit is unreliable
 2018-11-23  1:06 UTC 

[PATCH] Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creation
 2018-11-22 14:42 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] btrfs: improve error handling of btrfs_add_link()
 2018-11-22 14:15 UTC  (4+ messages)

[RFC][PATCH v4 09/09] btrfs: use common file type conversion
 2018-11-22 11:48 UTC  (2+ messages)

[PATCH v12] Add cli and ioctl to forget scanned device(s)
 2018-11-22  5:18 UTC  (4+ messages)
` [PATCH v12] btrfs: introduce feature to forget a btrfs device
` [PATCH v12] btrfs-progs: add cli to forget one or all scanned devices
` [PATCH] fstests: btrfs use forget if not reload


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