linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-18 00:35:23 to 2018-11-21 19:09:30 UTC [more...]

[PATCH 0/3] Delayed iput fixes
 2018-11-21 19:09 UTC  (2+ messages)
` [PATCH 2/3] btrfs: wakeup cleaner thread when adding delayed iput

[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 0/8] Enospc cleanups and fixes
 2018-11-21 19:03 UTC  (9+ 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()

[PATCH 0/6] Delayed refs rsv
 2018-11-21 18:59 UTC  (7+ 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 V11 00/19] block: support multi-page bvec
 2018-11-21 17:46 UTC  (39+ messages)
` [PATCH V11 01/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 04/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V11 05/19] block: use bio_for_each_bvec() to map sg
` [PATCH V11 06/19] block: introduce bvec_last_segment()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V11 08/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V11 09/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V11 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V11 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V11 13/19] block: move bounce_clone_bio into bio.c
` [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
` [PATCH V11 15/19] block: enable multipage bvecs
` [PATCH V11 16/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V11 17/19] block: document usage of bio iterator helpers
` [PATCH V11 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V11 19/19] block: kill BLK_MQ_F_SG_MERGE

[PATCH] Btrfs: fix access to available allocation bits when starting balance
 2018-11-21 16:46 UTC  (3+ 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  (3+ messages)

[PATCHv3] btrfs: Fix error handling in btrfs_cleanup_ordered_extents
 2018-11-21 15:10 UTC 

btrfs bio usage cleanups for multi-page bvec enabledment
 2018-11-21 14:09 UTC  (5+ messages)
` [PATCH 1/2] btrfs: remove various bio_offset arguments
` [PATCH 2/2] btrfs: look at bi_size for repair decisions

[PATCH V10 00/19] block: support multi-page bvec
 2018-11-21 10:19 UTC  (79+ messages)
` [PATCH V10 01/19] block: introduce multi-page page bvec helpers
` [PATCH V10 02/19] block: introduce bio_for_each_bvec()
` [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg
` [PATCH V10 05/19] block: introduce bvec_last_segment()
` [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V10 09/19] block: introduce bio_bvecs()
` [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V10 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V10 13/19] iomap & xfs: only account for new added page
` [PATCH V10 14/19] block: enable multipage bvecs
` [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V10 17/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE

[PATCH v1 0/4] fs: fix race between llseek SEEK_END and write
 2018-11-21  9:23 UTC  (7+ messages)
` [PATCH v1 1/4] vfs: "
` [PATCH v1 2/4] ext4: "
` [PATCH v1 3/4] f2fs: "
` [PATCH v1 4/4] overlayfs: "

[RFC] BTRFS_DEV_REPLACE_ITEM_STATE_* doesn't match with on disk
 2018-11-21  7:31 UTC  (4+ messages)

[PATCH v2] btrfs: Fix error handling in btrfs_cleanup_ordered_extents
 2018-11-20 21:09 UTC  (3+ messages)

[PATCH v6 0/3] btrfs: balance: improve kernel logs
 2018-11-20 14:48 UTC  (5+ messages)
` [PATCH v6 1/3] btrfs: add helper function describe_block_group()
` [PATCH v6 2/3] btrfs: balance: add args info during start and resume
` [PATCH v6 3/3] btrfs: balance: add kernel log for end or paused

[PATCH RESEND 0/9 v2] fix warn_on for replace cancel
 2018-11-20 13:35 UTC  (5+ messages)
` [PATCH RESEND v2 1/2] btrfs: quieten warn if replace is canceled at finish
` [PATCH RESEND v2 2/2] btrfs: user requsted replace cancel is not an error

[PATCH 0/4] Replace custom device-replace locking with rwsem
 2018-11-20 12:51 UTC  (5+ messages)
` [PATCH 1/4] btrfs: reada: reorder dev-replace locks before radix tree preload
` [PATCH 2/4] btrfs: dev-replace: swich locking to rw semaphore
` [PATCH 3/4] btrfs: dev-replace: remove custom read/write blocking scheme
` [PATCH 4/4] btrfs: dev-replace: open code trivial locking helpers

[PATCH] btrfs: qgroup: Skip delayed data ref for reloc trees
 2018-11-20  9:17 UTC  (5+ messages)

[PATCH] btrfs: qgroup: Skip delayed data ref for reloc trees
 2018-11-20  8:46 UTC 

[PATCH v5 0/3] btrfs: balance: improve kernel logs
 2018-11-20  8:12 UTC  (7+ messages)
` [PATCH v5 1/3] btrfs: add helper function describe_block_group()
` [PATCH v5 2/3] btrfs: balance: add args info during start and resume

Broken filesystem, looking for guidance
 2018-11-20  1:49 UTC  (7+ messages)

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

[PATCH v7 0/2] btrfs: Add zstd support to grub btrfs
 2018-11-19 20:34 UTC  (3+ messages)
` [PATCH v7 2/2] "

[PATCH v2] btrfs: add zstd compression level support
 2018-11-19 20:05 UTC  (6+ messages)

bad tree block start, want 705757184 have 82362368
 2018-11-19 19:42 UTC  (7+ messages)

[PATCH v6 0/2] btrfs: Add zstd support to grub btrfs
 2018-11-19 17:58 UTC  (5+ messages)
` [PATCH v6 2/2] "

[PATCH] btrfs: Add sysfs support for metadata_uuid feature
 2018-11-19 15:48 UTC  (2+ messages)

[PATCH v2 0/5] btrfs: fix compiler warning with make W=1
 2018-11-19 14:40 UTC  (11+ messages)
` [PATCH v2 1/5] btrfs: remove unused drop_on_err in btrfs_mkdir()
` [PATCH v2 2/5] btrfs: remove set but not used variable err in btrfs_add_link
` [PATCH v2 3/5] btrfs: remove unused function btrfs_sysfs_feature_update()
` [PATCH v2 4/5] btrfs: introduce EXPORT_FOR_TESTS macro
` [PATCH v2 5/5] btrfs: use EXPORT_FOR_TESTS for conditionally shared functions

[PATCH v3 0/6] FSID change kernel support
 2018-11-19 13:44 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).