linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-14 01:53:45 to 2019-08-21 15:18:10 UTC [more...]

[PATCH v2 0/2] Btrfs: workqueue cleanups
 2019-08-21 15:18 UTC  (8+ messages)
` [PATCH v2 2/2] Btrfs: get rid of pointless wtag variable in async-thread.c

[PATCH 0/6] Refactor nocow path
 2019-08-21 15:17 UTC  (4+ messages)
` [PATCH 4/6] btrfs: Streamline code in run_delalloc_nocow in case of inline extents

[PATCH 0/1] btrfs: Simplify parsing max_inline mount option
 2019-08-21 15:16 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH 2/6] btrfs: Improve comments around nocow path
 2019-08-21 15:10 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH v2] btrfs: fix allocation of bitmap pages
 2019-08-21 15:05 UTC 

[PATCH 1/6] btrfs: Refactor run_delalloc_nocow
 2019-08-21 15:03 UTC  (3+ messages)
` [PATCH v2 1/2] "

Unable to mount, even in recovery, parent transid verify failed on raid 1
 2019-08-21 14:54 UTC  (4+ messages)

[PATCH 0/8][v2] Rework reserve ticket handling
 2019-08-21 14:07 UTC  (18+ messages)
` [PATCH 1/8] btrfs: do not allow reservations if we have pending tickets
` [PATCH 2/8] btrfs: roll tracepoint into btrfs_space_info_update helper
` [PATCH 3/8] btrfs: add space reservation tracepoint for reserved bytes
` [PATCH 4/8] btrfs: rework btrfs_space_info_add_old_bytes
` [PATCH 5/8] btrfs: refactor the ticket wakeup code
` [PATCH 6/8] btrfs: rework wake_all_tickets
` [PATCH 7/8] btrfs: fix may_commit_transaction to deal with no partial filling
` [PATCH 8/8] btrfs: remove orig_bytes from reserve_ticket

[PATCH 1/3] btrfs: dev stat drop useless goto
 2019-08-21 14:02 UTC  (7+ messages)
` [PATCH 2/3] btrfs: dev stats item key conversion per cpu type is not needed
` [PATCH 3/3] btrfs: clean search for device item in finish sprout

[PATCH] btrfs: Make reada_tree_block_flagged private
 2019-08-21 13:47 UTC  (3+ messages)

[PATCH v2 0/2] Compression level API cleanups
 2019-08-21 10:55 UTC  (7+ messages)
` [PATCH v2 1/2] btrfs: define compression levels statically
` [PATCH v2 2/2] btrfs: compression: replace set_level callbacks by a common helper

Chasing IO errors. BTRFS: error (device dm-2) in btrfs_run_delayed_refs:2907: errno=-5 IO failure
 2019-08-21  8:05 UTC  (6+ messages)

[PATCH 0/5] Fix global reserve size and can overcommit
 2019-08-21  6:51 UTC  (13+ messages)
` [PATCH 1/5] btrfs: change the minimum global reserve size
` [PATCH 2/5] btrfs: always reserve our entire size for the global reserve
` [PATCH 3/5] btrfs: use add_old_bytes when updating "
` [PATCH 4/5] btrfs: do not account global reserve in can_overcommit
` [PATCH 5/5] btrfs: add enospc debug messages for ticket failure

[PATCH] btrfs: fix allocation of bitmap pages
 2019-08-21  1:48 UTC  (6+ messages)

BTRFS unable to mount after one failed disk in RAID 1
 2019-08-20 23:39 UTC  (3+ messages)

[PATCH 0/3] Rework the worst case calculations for space reservation
 2019-08-20 17:40 UTC  (11+ messages)
` [PATCH 1/3] btrfs: rename the btrfs_calc_*_metadata_size helpers
` [PATCH 2/3] btrfs: only reserve metadata_size for inodes
` [PATCH 3/3] btrfs: global reserve fallback should use metadata_size

[PATCH 0/3] Extent buffer accessor macros cleanup
 2019-08-20 16:58 UTC  (4+ messages)
` [PATCH 1/3] btrfs: define separate btrfs_set/get_XX helpers
` [PATCH 2/3] btrfs: assume valid token for btrfs_set/get_token helpers
` [PATCH 3/3] btrfs: tie extent buffer and it's token together

[PATCH] btrfs-progs: balance: check for full-balance before background fork
 2019-08-20 14:46 UTC  (3+ messages)

[PATCH 0/2] Compression level API cleanups
 2019-08-20 14:35 UTC  (4+ messages)
` [PATCH 1/2] btrfs: define compression levels statically

[PATCH] btrfs-progs: tests: fix cli-tests/003-fi-resize-args
 2019-08-20 14:26 UTC  (2+ messages)

[PATCH] Btrfs: fix use-after-free when using the tree modification log
 2019-08-20 14:21 UTC  (2+ messages)

[PATCH AUTOSEL 5.2 22/44] btrfs: trim: Check the range passed into to prevent overflow
 2019-08-20 13:40 UTC 

[PATCH v3 00/27] btrfs zoned block device support
 2019-08-20 13:05 UTC  (15+ messages)
` [PATCH v3 01/27] btrfs: introduce HMZONED feature flag
` [PATCH v3 02/27] btrfs: Get zone information of zoned block devices
` [PATCH v3 03/27] btrfs: Check and enable HMZONED mode

[RFC PATCH 0/4] Support xxhash64 checksums
 2019-08-20  9:12 UTC  (10+ messages)
` [RFC PATCH 2/4] btrfs: create structure to encode checksum type and length
` [RFC PATCH 4/4] btrfs: sysfs: export supported checksums
` [RFC PATCH 12/17] btrfs-progs: pass checksum type to btrfs_csum_data()

[PATCH v3 00/15] btrfs-progs: zoned block device support
 2019-08-20  4:52 UTC  (16+ messages)
` [PATCH v3 01/15] btrfs-progs: utils: Introduce queue_param helper function
` [PATCH v3 02/15] btrfs-progs: introduce raid parameters variables
` [PATCH v3 03/15] btrfs-progs: build: Check zoned block device support
` [PATCH v3 04/15] btrfs-progs: add new HMZONED feature flag
` [PATCH v3 05/15] btrfs-progs: Introduce zone block device helper functions
` [PATCH v3 06/15] btrfs-progs: load and check zone information
` [PATCH v3 07/15] btrfs-progs: avoid writing super block to sequential zones
` [PATCH v3 08/15] btrfs-progs: support discarding zoned device
` [PATCH v3 09/15] btrfs-progs: support zero out on zoned block device
` [PATCH v3 10/15] btrfs-progs: align device extent allocation to zone boundary
` [PATCH v3 11/15] btrfs-progs: do sequential allocation in HMZONED mode
` [PATCH v3 12/15] btrfs-progs: redirty clean extent buffers in seq
` [PATCH v3 13/15] btrfs-progs: mkfs: Zoned block device support
` [PATCH v3 14/15] btrfs-progs: device-add: support HMZONED device
` [PATCH v3 15/15] btrfs-progs: introduce support for device replace "

[PATCH v2] btrfs: transaction: Commit transaction more frequently for BPF
 2019-08-20  0:34 UTC  (8+ messages)

Deduplication Idea
 2019-08-19 22:11 UTC 

[PATCH] btrfs-progs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should go
 2019-08-19 16:50 UTC  (4+ messages)
` [PATCH] btrfs: "

[PATCH] Btrfs: fix workqueue deadlock on dependent filesystems
 2019-08-19 16:37 UTC  (2+ messages)

[PATCH] fstests: generic/500 doesn't work for btrfs
 2019-08-19 16:25 UTC  (4+ messages)

[PATCH 0/5] Rework eviction space flushing
 2019-08-19 16:22 UTC  (4+ messages)
` [PATCH 4/5] btrfs: refactor priority_reclaim_metadata_space

[PATCH v2] fstests: btrfs: Check snapshot creation and deletion with dm-logwrites
 2019-08-19  8:18 UTC 

[PATCH v2] fstests: btrfs: Check snapshot creation and deletion with dm-logwrites
 2019-08-19  7:51 UTC 

[GIT PULL] Btrfs fixes for 5.3-rc5
 2019-08-18 16:55 UTC  (2+ messages)

[Bug 204371] BUG kmalloc-4k (Tainted: G W ): Object padding overwritten
 2019-08-17  8:09 UTC 

[RFC PATCH 0/5] Btrfs: add interface for writing compressed extent directly
 2019-08-16 17:02 UTC  (11+ messages)
` [PATCH 1/5] Btrfs: use correct count in btrfs_file_write_iter()
` [PATCH 2/5] Btrfs: treat RWF_{,D}SYNC writes as sync for CRCs
` [PATCH 3/5] Btrfs: stop clearing EXTENT_DIRTY in inode I/O tree
` [RFC PATCH 4/5] fs: export rw_verify_area()
` [RFC PATCH 5/5] Btrfs: add ioctl for directly writing compressed data

[Bug 204371] BUG kmalloc-4k (Tainted: G W ): Object padding overwritten
 2019-08-16 14:59 UTC 

[PATCH] fstests: btrfs: Check snapshot creation and deletion with dm-logwrites
 2019-08-16 11:30 UTC  (4+ messages)

[PATCH 1/2] fstests: make generic/500 xfs+ext4 only
 2019-08-15 15:37 UTC  (4+ messages)
` [PATCH 2/2] fstests: move generic/500 -> shared/001

recovering from "parent transid verify failed"
 2019-08-15 15:01 UTC  (8+ messages)

btrfs corruption: invalid mode: has 00 expect valid S_IF* bit(s)
 2019-08-15  9:57 UTC  (3+ messages)

[PATCH RESEND] block: annotate refault stalls from IO submission
 2019-08-14 14:50 UTC  (6+ messages)

btrfs errors
 2019-08-14  9:12 UTC  (5+ messages)

[PATCH 1/5] btrfs-progs: mkfs: treat btrfs_add_to_fsid as fatal error
 2019-08-14  2:30 UTC  (6+ messages)
` [PATCH 4/5] btrfs-progs: resize: more sensible error messages for bad sizes
` [PATCH 5/5] btrfs-progs: mkfs: print error messages instead of just error number


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