linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-26 09:23:45 to 2016-04-29 07:20:04 UTC [more...]

[PATCH RFC v2 00/16] Introduce low memory usage btrfsck mode
 2016-04-29  7:19 UTC  (7+ messages)
` [PATCH RFC v2 02/16] btrfs-progs: fsck: Introduce function to check data backref in extent tree
` [PATCH RFC v2 08/16] btrfs-progs: fsck: Introduce function to check an extent
` [PATCH RFC v2 11/16] btrfs-progs: fsck: Introduce function to check block group item
` [PATCH RFC v2 12/16] btrfs-progs: fsck: Introduce function to check chunk item
` [PATCH RFC v2 14/16] btrfs-progs: fsck: Introduce function to speed up fs tree check
` [PATCH RFC v2 16/16] btrfs-progs: fsck: Introduce low memory mode

[PATCH 0/2] scop GFP_NOFS api
 2016-04-29  5:35 UTC  (17+ messages)
` [PATCH 1/2] mm: add PF_MEMALLOC_NOFS
  ` [PATCH 1.1/2] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
    ` [PATCH 1.2/2] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context

[PATCH v3 0/3] block: avoid to call .bi_end_io() recursively
 2016-04-29  5:50 UTC  (10+ messages)
` [PATCH v3 1/3] fs: direct-io: handle error in dio_end_io()
` [PATCH v3 2/3] fs: direct-io: call .bi_end_io via bio_endio()
` [PATCH v3 3/3] block: avoid to call .bi_end_io() recursively

[PATCH RFC 00/16] Introduce low memory usage btrfsck mode
 2016-04-29  5:31 UTC  (25+ messages)
` [PATCH RFC 01/16] btrfs-progs: fsck: Introduce function to check tree block backref in extent tree
` [PATCH RFC 03/16] btrfs-progs: fsck: Introduce function to query tree block level
` [PATCH RFC 04/16] btrfs-progs: fsck: Introduce function to check referencer of a backref
` [PATCH RFC 05/16] btrfs-progs: fsck: Introduce function to check shared block ref
` [PATCH RFC 06/16] btrfs-progs: fsck: Introduce function to check referencer for data backref
` [PATCH RFC 07/16] btrfs-progs: fsck: Introduce function to check shared "
` [PATCH RFC 08/16] btrfs-progs: fsck: Introduce function to check an extent
` [PATCH RFC 09/16] btrfs-progs: fsck: Introduce function to check dev extent item
` [PATCH RFC 10/16] btrfs-progs: fsck: Introduce function to check dev used space

[PATCH] Btrfs: fix divide error upon chunk's stripe_len
 2016-04-29  3:20 UTC  (6+ messages)

Question: raid1 behaviour on failure
 2016-04-28 19:14 UTC  (20+ messages)

[PATCH v2 0/2] fstests: btrfs: the lost levels
 2016-04-28 17:33 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: add replace missing and replace RAID 5/6 to profile configs
` [PATCH v2 2/2] btrfs: add test for replacing a missing device

[PATCH] btrfs: do not return EBUSY on concurrent subvolume mounts
 2016-04-28 16:17 UTC  (7+ messages)

Checking if two files share extents
 2016-04-28 14:33 UTC 

[PATCH RFC 02/16] btrfs-progs: fsck: Introduce function to check data backref in extent tree
 2016-04-28 14:08 UTC  (3+ messages)
` [PATCH RFC v1.1 "

[PATCH 0/2] fstests: btrfs: the lost levels
 2016-04-28 13:59 UTC  (4+ messages)
` [PATCH 1/2] btrfs: add replace missing and replace RAID 5/6 to profile configs
` [PATCH 2/2] btrfs: add test for replacing a missing device

[PATCH v5 00/13] Introduce device state 'failed', spare device and auto replace
 2016-04-28 12:10 UTC  (2+ messages)

...in the matter of partition size
 2016-04-28 11:33 UTC  (6+ messages)

Add device while rebalancing
 2016-04-28 11:21 UTC  (21+ messages)

[bug] df returns 100% used for empty mixed block group filesystem
 2016-04-28  9:58 UTC  (5+ messages)

backup and restore consideration of btrfs
 2016-04-28  9:49 UTC 

[PATCH V18 00/18] Allow I/O on blocks whose size is less than page size
 2016-04-28  4:31 UTC  (28+ messages)
` [PATCH V18 01/18] Btrfs: subpage-blocksize: Fix whole page read
` [PATCH V18 02/18] Btrfs: subpage-blocksize: Fix whole page write
` [PATCH V18 03/18] Btrfs: subpage-blocksize: Make sure delalloc range intersects with the locked page's range
` [PATCH V18 04/18] Btrfs: subpage-blocksize: Define extent_buffer_head
` [PATCH V18 05/18] Btrfs: subpage-blocksize: Read tree blocks whose size is < PAGE_SIZE
` [PATCH V18 06/18] Btrfs: subpage-blocksize: Write only dirty extent buffers belonging to a page
` [PATCH V18 07/18] Btrfs: subpage-blocksize: Allow mounting filesystems where sectorsize < PAGE_SIZE
` [PATCH V18 08/18] Btrfs: subpage-blocksize: Deal with partial ordered extent allocations
` [PATCH V18 09/18] Btrfs: subpage-blocksize: Explicitly track I/O status of blocks of an ordered extent
` [PATCH V18 10/18] Btrfs: subpage-blocksize: btrfs_punch_hole: Fix uptodate blocks check
` [PATCH V18 11/18] Btrfs: subpage-blocksize: Prevent writes to an extent buffer when PG_writeback flag is set
` [PATCH V18 12/18] Revert "btrfs: fix lockups from btrfs_clear_path_blocking"
` [PATCH V18 13/18] Btrfs: subpage-blocksize: Fix file defragmentation code
` [PATCH V18 14/18] Btrfs: subpage-blocksize: extent_clear_unlock_delalloc: Prevent page from being unlocked more than once
` [PATCH V18 15/18] Btrfs: subpage-blocksize: Enable dedupe ioctl
` [PATCH V18 16/18] Btrfs: btrfs_clone: Flush dirty blocks of a page that do not map the clone range
` [PATCH V18 17/18] Btrfs: subpage-blocksize: Make file extent relocate code subpage blocksize aware
` [PATCH V18 18/18] Btrfs: subpage-blocksize: __btrfs_lookup_bio_sums: Set offset when moving to a new bio_vec

[PATCH 0/2] [RFC] btrfs: create degraded-RAID1 chunks
 2016-04-28  3:06 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] revert: Btrfs: don't consider the missing device when allocating new chunks

[PATCH] Btrfs: fix qgroup accounting when snapshotting
 2016-04-28  0:34 UTC  (5+ messages)

[PATCH] Btrfs: remove BUG_ON()'s in btrfs_map_block
 2016-04-27 23:05 UTC  (3+ messages)

[PATCH 0/8] btrfs: uapi migration for user-visible API components
 2016-04-27 22:42 UTC  (19+ messages)
` [PATCH 1/8] btrfs: uapi/linux/btrfs.h migration, move BTRFS_LABEL_SIZE
` [PATCH 2/8] btrfs: uapi/linux/btrfs.h migration, qgroup limit flags
` [PATCH 3/8] btrfs: uapi/linux/btrfs.h migration, document subvol flags
` [PATCH 4/8] btrfs: uapi/linux/btrfs.h migration, move feature flags
` [PATCH 5/8] btrfs: uapi/linux/btrfs.h migration, move balance flags
` [PATCH 6/8] btrfs: uapi/linux/btrfs.h migration, move struct btrfs_ioctl_defrag_range_args
` [PATCH 7/8] btrfs: uapi/linux/btrfs_tree.h migration, item types and defines
` [PATCH 8/8] btrfs: uapi/linux/btrfs_tree.h, use __u8 and __u64

[PATCH] Btrfs: track transid for delayed ref flushing
 2016-04-27 22:29 UTC  (3+ messages)

[PATCH v2 0/2] Fix for race in relocation and avoid start and wait for unrelated IO
 2016-04-27 14:54 UTC  (9+ messages)
` [PATCH v2 1/2] Btrfs: don't wait for unrelated IO to finish before relocation
` [PATCH v2 2/2] Btrfs: don't do unnecessary delalloc flushes when relocating
  ` [PATCH v3 "

4.6.0-rc3+: WARNING: CPU: 16 PID: 17257 at fs/btrfs/inode.c:9261 btrfs_destroy_inode
 2016-04-27 13:14 UTC  (2+ messages)

Install to or Recover RAID Array Subvolume Root?
 2016-04-27 12:03 UTC  (6+ messages)

empty disk reports full
 2016-04-27 11:03 UTC  (5+ messages)

[PATCH v2 0/3] block: avoid to call .bi_end_io() recursively
 2016-04-27  4:05 UTC  (6+ messages)
` [PATCH v2 1/3] fs: direct-io: handle error in dio_end_io()
` [PATCH v2 2/3] fs: direct-io: call .bi_end_io via bio_endio()
` [PATCH v2 3/3] block: avoid to call .bi_end_io() recursively

Kernel crash if both devices in raid1 are failing
 2016-04-27  2:44 UTC  (4+ messages)

[PATCH v10 00/21] Btrfs dedupe framework
 2016-04-27  1:29 UTC  (3+ messages)
` [PATCH v10 11/21] btrfs: dedupe: Add ioctl for inband dedupelication

[PATCH v4] btrfs: qgroup: Fix qgroup accounting when creating snapshot
 2016-04-27  1:12 UTC  (9+ messages)

[PATCH] btrfs-progs: fsck: Fix found bytes accounting error
 2016-04-27  0:47 UTC  (3+ messages)

[PATCH 0/3] Minor updates to sysfs
 2016-04-26 21:44 UTC  (6+ messages)
` [PATCH 1/3] btrfs: add read-only check to sysfs handler of features
` [PATCH 2/3] btrfs: add check to sysfs handler of label
` [PATCH 3/3] btrfs: sysfs: protect reading label by lock

[PATCH 0/3] Fixes for races in relocation and avoid start and wait for unrelated IO
 2016-04-26 14:23 UTC  (6+ messages)
` [PATCH 1/3] Btrfs: fix race in relocation that makes us miss extents
` [PATCH 2/3] Btrfs: don't wait for unrelated IO to finish before relocation
` [PATCH 3/3] Btrfs: don't do unnecessary delalloc flushes when relocating

[PATCH] fstests: test creating a symlink and then fsync its parent directory
 2016-04-25  4:26 UTC 

[PATCH] Btrfs: fix empty symlink after creating symlink and fsync parent dir
 2016-04-25  4:25 UTC 

[PATCH 00/18] Allow I/O on blocks whose size is less than page size
 2016-04-26 13:23 UTC 

[PATCH 0/2] Fixups for pending branches after PAGE_CACHE_/page_cache_ removal
 2016-04-26 10:44 UTC  (3+ messages)
` [PATCH 1/2] btrfs: btrfs_read_disk_super: PAGE_CACHE_ removal related fixups
` [PATCH 2/2] btrfs: __btrfs_buffered_write: "


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