messages from 2018-11-21 15:38:03 to 2018-11-26 22:43:59 UTC [more...]
[PATCH V12 00/20] block: support multi-page bvec
2018-11-26 22:43 UTC (40+ 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
[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 00/10] btrfs-progs: my libbtrfsutil patch queue
2018-11-26 17:15 UTC (3+ 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)
Linux-next regression?
2018-11-26 15:01 UTC
[PATCH 0/3] Delayed iput fixes
2018-11-26 14:44 UTC (5+ 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
[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 (15+ messages)
` [PATCH 1/8] btrfs: check if free bgs for commit
` [PATCH 2/8] btrfs: dump block_rsv whe dumping space info
` [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 6/8] btrfs: loop in inode_rsv_refill
` [PATCH 7/8] btrfs: be more explicit about allowed flush states
` [PATCH 8/8] btrfs: reserve extra space during evict()
unable to fixup (regular) error
2018-11-26 10:23 UTC (3+ messages)
[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: "
Btrfs and fanotify filesystem watches
2018-11-23 17:53 UTC (3+ messages)
[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 (40+ 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
[PATCH 0/7] Abort cleanup fixes
2018-11-21 19:05 UTC (8+ messages)
` [PATCH 1/7] btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lock
` [PATCH 2/7] btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_head
` [PATCH 3/7] btrfs: handle delayed ref head accounting cleanup in abort
` [PATCH 4/7] btrfs: call btrfs_create_pending_block_groups unconditionally
` [PATCH 5/7] btrfs: just delete pending bgs if we are aborted
` [PATCH 6/7] btrfs: cleanup pending bgs on transaction abort
` [PATCH 7/7] btrfs: wait on ordered extents on abort cleanup
[PATCH] Btrfs: fix access to available allocation bits when starting balance
2018-11-21 16:46 UTC (2+ messages)
[PATCH RESEND 1/2] btrfs-progs: fix kernel version parsing on some versions past 3.0
2018-11-21 16:45 UTC (2+ messages)
` [PATCH RESEND-v3 2/2] btrfs-progs: defrag: open files RO on new enough kernels
[PATCH] Btrfs: fix race between enabling quotas and subvolume creation
2018-11-21 16:02 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).