linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-08 06:14:07 to 2016-06-15 03:18:12 UTC [more...]

[PATCH v11 00/13] Btrfs dedupe framework
 2016-06-15  3:17 UTC  (16+ messages)
` [PATCH v11 01/13] btrfs: dedupe: Introduce dedupe framework and its header
` [PATCH v11 02/13] btrfs: dedupe: Introduce function to initialize dedupe info
` [PATCH v11 03/13] btrfs: dedupe: Introduce function to add hash into in-memory tree
` [PATCH v11 04/13] btrfs: dedupe: Introduce function to remove hash from "
` [PATCH v11 05/13] btrfs: delayed-ref: Add support for increasing data ref under spinlock
` [PATCH v11 06/13] btrfs: dedupe: Introduce function to search for an existing hash
` [PATCH v11 07/13] btrfs: dedupe: Implement btrfs_dedupe_calc_hash interface
` [PATCH v11 08/13] btrfs: ordered-extent: Add support for dedupe
` [PATCH v11 09/13] btrfs: dedupe: Inband in-memory only de-duplication implement
` [PATCH v11 10/13] btrfs: dedupe: Add ioctl for inband dedupelication
` [PATCH v11 11/13] btrfs: relocation: Enhance error handling to avoid BUG_ON
` [PATCH v11 12/13] btrfs: improve inode's outstanding_extents computation
` [PATCH v11 13/13] btrfs: dedupe: fix false ENOSPC
  ` [PATCH v11.1 "

[PATCH] btrfs-progs: doc: correct the destination of btrfs-receive
 2016-06-15  1:55 UTC  (4+ messages)

[PATCH] receive: strip root subvol path during process_clone
 2016-06-14 23:26 UTC  (3+ messages)
  ` [PATCH] btrfs-progs: receive: handle root subvol path in clone

[PATCH] Btrfs: let super_stripesize match with sectorsize
 2016-06-14 21:33 UTC 

refcount overflow in 4.4.6-grsec kernel
 2016-06-14 20:53 UTC  (2+ messages)

[PATCH] btrfs: chunk_width_limit mount option
 2016-06-14 19:55 UTC  (8+ messages)

Replacing drives with larger ones in a 4 drive raid1
 2016-06-14 19:28 UTC  (12+ messages)

[PATCH] Btrfs-progs: add check-only option for balance
 2016-06-14 18:55 UTC  (9+ messages)

BUG: unable to mount btrfs on ppc64 starting from v4.7-rc3 kernel
 2016-06-14 18:24 UTC  (2+ messages)

Another 'traling page extent' observation
 2016-06-14 15:30 UTC 

How to map extents to files
 2016-06-14 15:04 UTC  (7+ messages)

dd on wrong device, 1.9 GiB from the beginning has been overwritten, how to restore partition?
 2016-06-14 14:34 UTC  (6+ messages)

[PULL] Btrfs for 4.7, part 2
 2016-06-14 10:55 UTC  (10+ messages)
              ` [PATCH 1/2] btrfs: reorg btrfs_close_one_device()
                ` [PATCH 2/2] btrfs: wait for bdev put

[PATCH v4] fstests: btrfs: add test for qgroup handle extent de-reference
 2016-06-14 10:22 UTC  (2+ messages)

[BUG] receive not seeing file that exists
 2016-06-14  9:41 UTC  (2+ messages)

[PATCH] btrfs: relocation: Fix leaking qgroups numbers on data extents
 2016-06-14  9:26 UTC 

[PATCH] fstests: btrfs: test if qgroup handle data balance correctly
 2016-06-14  9:26 UTC 

[PATCH v3] fstests: btrfs: add test for qgroup handle extent de-reference
 2016-06-14  9:12 UTC  (10+ messages)

[RFC] strace patches for new ioctls
 2016-06-14  9:07 UTC  (3+ messages)

[PATCH] btrfs-progs: doc: add missing newline in btrfs-convert
 2016-06-14  8:47 UTC  (2+ messages)

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

[PATCH 1/2] btrfs: plumb fs_info into btrfs_work
 2016-06-13 20:19 UTC  (6+ messages)
` [PATCH 2/2] btrfs: prefix fsid to all trace events

[PATCH v2] Btrfs: fix eb memory leak due to readpage failure
 2016-06-13 15:36 UTC  (2+ messages)

[PATCH 1/1] btrfs: Use correct format specifier
 2016-06-13 15:15 UTC  (2+ messages)

Cannot balance FS (No space left on device)
 2016-06-13 12:33 UTC  (8+ messages)

Allocator behaviour during device delete
 2016-06-13 11:09 UTC  (7+ messages)

[PATCH] btrfs: avoid blocking open_ctree from cleaner_kthread
 2016-06-13  3:39 UTC 

recent complete stalls of btrfs (4.6.0-rc4+) -- any advice?
 2016-06-13  3:46 UTC  (3+ messages)

[PATCH v2] fstests: btrfs: add test for qgroup handle extent de-reference
 2016-06-13  2:09 UTC  (3+ messages)

[PATCH v4] btrfs: fix check_shared for fiemap ioctl
 2016-06-13  1:36 UTC 

[PATCH v3] btrfs: fix check_shared for fiemap ioctl
 2016-06-13  1:19 UTC  (4+ messages)

Files seen by some apps and not others
 2016-06-12 23:06 UTC  (5+ messages)

[PATCH 1/6] fstests: btrfs: add functions to set and reset required number of SCRATCH_DEV_POOL
 2016-06-12  5:08 UTC  (10+ messages)
` [PATCH 2/6] fstests: btrfs: add functions to get and put a device for replace target
` [PATCH 4/6] fstests: btrfs: add helper function to check if btrfs is module
` [PATCH 5/6] fstests: btrfs: test RAID1 device reappear and balanced
` [PATCH 6/6] fstests: btrfs: test RAID5 device reappear and balance

"parent transid verify failed"
 2016-06-11 23:09 UTC 

Placing swap partition on a loop device hangs the system
 2016-06-11 20:39 UTC 

Kernel crash on mount after SMR disk trouble
 2016-06-11 16:58 UTC  (7+ messages)

btrfs filesystem keeps allocating new chunks for no apparent reason
 2016-06-11 15:23 UTC  (9+ messages)

[GIT PULL] Btrfs
 2016-06-10 20:01 UTC 

fsck: to repair or not to repair
 2016-06-10 17:40 UTC  (11+ messages)

Btrfs progs release 4.6
 2016-06-10 13:28 UTC 

Managing storage (incl. Btrfs) on Linux with openATTIC
 2016-06-10 10:54 UTC 

[PATCH] btrfs-progs: add the error message when open fails
 2016-06-09 23:32 UTC  (3+ messages)

Recommended why to use btrfs for production?
 2016-06-09 19:57 UTC  (8+ messages)

[PATCH 1/2] Btrfs: be more precise on errors when getting an inode from disk
 2016-06-09 16:53 UTC  (2+ messages)
` [PATCH 2/2] Btrfs: improve performance on fsync against new inode after rename/unlink

WARNING: at /home/kernel/COD/linux/fs/btrfs/inode.c:9261 btrfs_destroy_inode+0x247/0x2c0 [btrfs]
 2016-06-09 15:47 UTC  (4+ messages)

[PATCH v2] Btrfs: check if extent buffer is aligned to sectorsize
 2016-06-09 13:28 UTC  (2+ messages)

[PATCH 00/21] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-09  7:51 UTC  (2+ messages)

4.6.1 crash probably during find
 2016-06-08 14:57 UTC 

check if hardware checksumming works or not
 2016-06-08 13:32 UTC  (3+ messages)

[PULL] Btrfs, misc fixes for 4.7-rc3
 2016-06-08 13:04 UTC 

Can't remove read-only snapshot with immutable flag set
 2016-06-08 11:01 UTC  (4+ messages)

Btrfs progs pre-release 4.6-rc1
 2016-06-08  9:37 UTC 

raid5/6 production use status?
 2016-06-08  6:13 UTC  (10+ messages)
  ` btrfs (was: raid5/6) production use status (and future)?
    ` btrfs


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