linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-03 01:36:09 to 2019-06-11 04:02:06 UTC [more...]

[PATCH v2 0/8] vfs: make immutable files actually immutable
 2019-06-11  4:01 UTC  (10+ messages)
` [PATCH 1/8] mm/fs: don't allow writes to immutable files

Issues with btrfs send/receive with parents
 2019-06-11  3:47 UTC  (5+ messages)

kernel BUG at fs/btrfs/volumes.c:LINE!
 2019-06-10 23:14 UTC  (6+ messages)

[PATCH v2 0/6] RAID1 with 3- and 4- copies
 2019-06-10 14:48 UTC  (11+ messages)
` [PATCH v2 1/6] btrfs: add mask for all RAID1 types
` [PATCH v2 2/6] btrfs: use mask for RAID56 profiles
` [PATCH v2 3/6] btrfs: document BTRFS_MAX_MIRRORS
` [PATCH v2 4/6] btrfs: add support for 3-copy replication (raid1c3)
` [PATCH v2 5/6] btrfs: add support for 4-copy replication (raid1c4)
` [PATCH v2 6/6] btrfs: add incompat for raid1 with 3, 4 copies
` [PATCH] btrfs-progs: add support for raid1c3 and raid1c4

[PATCH 0/9] btrfs-progs: image: Data dump support, restore optimization and small fixes
 2019-06-10  1:28 UTC  (12+ messages)
` [PATCH 1/9] btrfs-progs: image: Use SZ_* to replace intermediate size
` [PATCH 2/9] btrfs-progs: image: Fix a indent misalign
` [PATCH 3/9] btrfs-progs: image: Fix a access-beyond-boundary bug when there are 32 online CPUs
` [PATCH 4/9] btrfs-progs: image: Verify the superblock before restore
` [PATCH 5/9] btrfs-progs: image: Introduce framework for more dump versions
` [PATCH 6/9] btrfs-progs: image: Introduce -d option to dump data
` [PATCH 7/9] btrfs-progs: image: Allow restore to record system chunk ranges for later usage
` [PATCH 8/9] btrfs-progs: image: Introduce helper to determine if a tree block is in the range of system chunks
` [PATCH 9/9] btrfs-progs: image: Rework how we search chunk tree blocks

Tijd voor jou "Formulier website"
 2019-06-09 20:57 UTC 

[PATCH 0/2] Refactor snapshot vs nocow writers locking
 2019-06-08 16:39 UTC  (13+ messages)
` [PATCH 1/2] btrfs: Implement DRW lock
` [PATCH 2/2] btrfs: convert snapshot/nocow exlcusion to drw lock

[PATCH RFC] btrfs-progs: scrub: Correct tracking of last_physical across scrub cancel/resume
 2019-06-07 23:55 UTC 

Scrub resume failure
 2019-06-07 23:54 UTC  (2+ messages)

[PATCH] btrfs: start readahead also in seed devices
 2019-06-07 13:39 UTC  (4+ messages)

[PATCH 0/3] Extent buffer lock cleanups
 2019-06-07 13:31 UTC  (2+ messages)

[PATCH 0/5] More lockdep annotations
 2019-06-07 13:31 UTC  (3+ messages)

[PATCH 0/4] Further FITRIM improvements
 2019-06-07 13:28 UTC  (15+ messages)
` [PATCH 1/4] btrfs: Document __etree_search
  ` [PATCH v2] "
` [PATCH 2/4] btrfs: Always trim all unallocated space in btrfs_trim_free_extents
` [PATCH 3/4] btrfs: Skip first megabyte on device when trimming
` [PATCH 4/4] btrfs: Don't trim returned range based on input value in find_first_clear_extent_bit

[PATCH v2 00/19] btrfs zoned block device support
 2019-06-07 13:17 UTC  (32+ messages)
` [PATCH 01/19] btrfs: introduce HMZONED feature flag
` [PATCH 02/19] btrfs: Get zone information of zoned block devices
` [PATCH 03/19] btrfs: Check and enable HMZONED mode
` [PATCH 04/19] btrfs: disable fallocate in "
` [PATCH 05/19] btrfs: disable direct IO "
` [PATCH 06/19] btrfs: align dev extent allocation to zone boundary
` [PATCH 07/19] btrfs: do sequential extent allocation in HMZONED mode
` [PATCH 08/19] btrfs: make unmirroed BGs readonly only if we have at least one writable BG
` [PATCH 09/19] btrfs: limit super block locations in HMZONED mode
` [PATCH 10/19] btrfs: rename btrfs_map_bio()
` [PATCH 11/19] btrfs: introduce submit buffer
` [PATCH 12/19] btrfs: expire submit buffer on timeout
` [PATCH 13/19] btrfs: avoid sync IO prioritization on checksum in HMZONED mode
` [PATCH 14/19] btrfs: redirty released extent buffers in sequential BGs
` [PATCH 15/19] btrfs: reset zones of unused block groups
` [PATCH 16/19] btrfs: wait existing extents before truncating
` [PATCH 17/19] btrfs: shrink delayed allocation size in HMZONED mode
` [PATCH 18/19] btrfs: support dev-replace "
` [PATCH 19/19] btrfs: enable to mount HMZONED incompat flag
` [PATCH 01/12] btrfs-progs: build: Check zoned block device support
  ` [PATCH 02/12] btrfs-progs: utils: Introduce queue_param
  ` [PATCH 03/12] btrfs-progs: add new HMZONED feature flag
  ` [PATCH 04/12] btrfs-progs: Introduce zone block device helper functions
  ` [PATCH 05/12] btrfs-progs: load and check zone information
  ` [PATCH 06/12] btrfs-progs: avoid writing super block to sequential zones
  ` [PATCH 07/12] btrfs-progs: support discarding zoned device
  ` [PATCH 08/12] btrfs-progs: volume: align chunk allocation to zones
  ` [PATCH 09/12] btrfs-progs: do sequential allocation
  ` [PATCH 10/12] btrfs-progs: mkfs: Zoned block device support
  ` [PATCH 11/12] btrfs-progs: device-add: support HMZONED device
  ` [PATCH 12/12] btrfs-progs: introduce support for dev-place "

btrfs progs v5.1: tree block bytenr 0 is not aligned to sectorsize 4096
 2019-06-07 11:57 UTC  (2+ messages)

[PATCH v2] fstests: btrfs/163: make readahead run on the seed device
 2019-06-07 10:33 UTC  (2+ messages)

[PATCH] Btrfs: fix data loss after inode eviction, renaming it, and fsync it
 2019-06-07 10:25 UTC  (3+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH fstests] btrfs: add validation of compression options to btrfs/048
 2019-06-07  9:09 UTC  (5+ messages)
  ` [PATCH fstests v2] "
      ` [PATCH fstests v3] "

[PATCH v2] fstests: generic/260: Make it handle btrfs more gracefully
 2019-06-07  5:44 UTC  (6+ messages)

[PATCH] fstests: btrfs/163: make readahead run on the seed device
 2019-06-07  5:19 UTC  (2+ messages)

[PATCH 1/4] zstd: pass pointer rathen than structure to functions
 2019-06-06 20:14 UTC  (6+ messages)
            `  "
              ` (2) "

[PATCH] Btrfs: prevent send failures and crashes due to concurrent relocation
 2019-06-06 13:24 UTC  (5+ messages)

[PATCH v2] btrfs: correctly validate compression type
 2019-06-06 11:39 UTC  (2+ messages)

[PATCH] generic: test for data loss on fsync after evicting an inode and renaming it
 2019-06-06 11:07 UTC 

[PATCH] btrfs: correctly validate compression type
 2019-06-06  8:54 UTC  (4+ messages)

[PATCH] btrfs: fix out-of-bounds access in property handling
 2019-06-06  8:37 UTC  (3+ messages)

[PATCH] btrfs-progs: check/lowmem: Reset path in repair mode to avoid incorrect item from being passed to lowmem check
 2019-06-06  3:52 UTC  (3+ messages)

[PATCH 0/2] btrfs-progs: Metadata preallocation enhancement
 2019-06-06  0:29 UTC  (5+ messages)
` [PATCH 1/2] btrfs-progs: Avoid nested chunk allocation call

[PATCH 1/2] btrfs-progs: Correctly open filesystem on image file
 2019-06-05 16:20 UTC  (4+ messages)
` [PATCH 2/2] btrfs-progs: tests: Test fs on image files is correctly recognised

[PATCH] btrfs-progs: Cleanup BTRFS_COMPAT_EXTENT_TREE_V0
 2019-06-05 16:00 UTC  (2+ messages)

[PATCH] btrfs-progs: fix invalid memory write in get_fs_info()
 2019-06-05 15:56 UTC  (2+ messages)

[PATCH 0/3] refactoring __btrfs_map_block
 2019-06-05 12:37 UTC  (7+ messages)
` [PATCH 1/3] btrfs: Introduce struct btrfs_io_geometry
` [PATCH 2/3] btrfs: Introduce btrfs_io_geometry
` [PATCH 3/3] btrfs: Use btrfs_io_geometry appropriately

5.2rc2, circular lock warning systemd-journal and btrfs_page_mkwrite
 2019-06-04 18:24 UTC 

[PATCH] btrfs: don't end the transaction for delayed refs in throttle
 2019-06-04 17:43 UTC  (7+ messages)

[PATCH v4 00/13] Add support for other checksums
 2019-06-04  9:30 UTC  (25+ messages)
` [PATCH v4 01/13] btrfs: use btrfs_csum_data() instead of directly calling crc32c
` [PATCH v4 02/13] btrfs: resurrect btrfs_crc32c()
` [PATCH v4 03/13] btrfs: use btrfs_crc32c{,_final}() in for free space cache
` [PATCH v4 04/13] btrfs: don't assume ordered sums to be 4 bytes
` [PATCH v4 05/13] btrfs: dont assume compressed_bio "
` [PATCH v4 06/13] btrfs: format checksums according to type for printing
` [PATCH v4 07/13] btrfs: add common checksum type validation
` [PATCH v4 08/13] btrfs: check for supported superblock checksum type before checksum validation
` [PATCH v4 09/13] btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions
` [PATCH v4 10/13] btrfs: add boilerplate code for directly including the crypto framework
` [PATCH v4 11/13] btrfs: directly call into crypto framework for checsumming
` [PATCH v4 12/13] btrfs: remove assumption about csum type form btrfs_print_data_csum_error()
` [PATCH v4 13/13] btrfs: add sha256 as another checksum algorithm

Attempt to fix Github Issue #59 for btrfs-progs (looping issue)
 2019-06-03 23:25 UTC 

[PATCH v3 00/13] Add support for other checksums
 2019-06-03 12:40 UTC  (7+ messages)
` [PATCH v3 06/13] btrfs: format checksums according to type for printing

[PATCH] btrfs: Fix -Wunused-but-set-variable warnings
 2019-06-03 12:21 UTC  (2+ messages)

[RFC][PATCH] link.2: AT_ATOMIC_DATA and AT_ATOMIC_METADATA
 2019-06-03  6:17 UTC  (10+ messages)

'watch btrfs fi show' crash while 'btrfs device delete'
 2019-06-03  1:35 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).