linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-30 16:01:47 to 2014-09-08 12:29:14 UTC [more...]

Linux 3.14.18 : kernel BUG at fs/btrfs/file.c:890!
 2014-09-08 12:29 UTC  (6+ messages)

[PATCH RFC 0/5] Scan all devices to build fs device list
 2014-09-08 11:04 UTC  (10+ messages)
` [PATCH 1/5] block: export disk_class and disk_type for btrfs
` [PATCH 2/5] Btrfs: don't return btrfs_fs_devices if the caller doesn't want it
` [PATCH 3/5] Btrfs: restructure btrfs_scan_one_device
` [PATCH 4/5] Btrfs: restructure btrfs_get_bdev_and_sb and pick up some code used later
` [PATCH 5/5] Btrfs: scan all the devices and build the fs device list by btrfs's self

No space on empty, degraded raid10
 2014-09-08 11:01 UTC  (2+ messages)

[PATCH 00/15 v2] xfstests: new btrfs stress test cases
 2014-09-08 10:08 UTC  (8+ messages)
` [PATCH 01/15 v2] btrfs: new test to run btrfs balance and subvolume test simultaneously
` [PATCH 02/15 v2] btrfs: new test to run btrfs balance and scrub simultaneously
` [PATCH 04/15 v2] btrfs: new case to run btrfs balance and remount with different compress algorithms

btrfs differential receive has become excrutiatingly slow on one machine
 2014-09-08  1:51 UTC 

Btrfs stable updates for v3.16
 2014-09-06 21:58 UTC  (6+ messages)

Cannot remount root subvolume read-only
 2014-09-06 20:54 UTC 

[PATCH] Btrfs: fix fsync data loss after a ranged fsync
 2014-09-06 21:34 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCH v2] btrfs: LLVMLinux: Remove VLAIS
 2014-09-05 22:58 UTC 

[PATCH] xfstests: generic: add test for double msync, motivated by a btrfs bug
 2014-09-05 18:15 UTC 

ext4 vs btrfs performance on SSD array
 2014-09-05 16:50 UTC  (12+ messages)

[PATCH V2 1/2] Btrfs-progs: make pretty_sizes() work less error prone
 2014-09-05 16:20 UTC  (7+ messages)
` [PATCH] btrfs-progs: per-thread, per-call pretty buffer

[PATCH] Btrfs: fix data corruption after fast fsync and writeback error
 2014-09-05 14:14 UTC 

3.15.1: kernel BUG at fs/btrfs/locking.c:269
 2014-09-05  9:49 UTC  (3+ messages)
` [PATCH] Btrfs: print btrfs specific info for some fatal error cases

[PATCH] btrfs-progs: force overwrite should wipe stale SB
 2014-09-05 15:51 UTC 

BTRFS critical (device dm-0): invalid dir item name len: 45389
 2014-09-05  3:20 UTC  (9+ messages)

Btrfs stable updates for 3.16.x (and others)
 2014-09-04 21:56 UTC  (5+ messages)

[patch] Btrfs: kfree()ing ERR_PTRs
 2014-09-04 12:48 UTC  (4+ messages)

[PATCH] make 'btrfs filesystem show' to work when seeding
 2014-09-04 12:02 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v2] btrfs: ioctl BTRFS_IOC_FS_INFO and BTRFS_IOC_DEV_INFO miss-matched with slots

fs corruption report
 2014-09-04  9:50 UTC  (7+ messages)

[PATCH] btrfs-progs: remove btrfs_release_path before btrfs_free_path
 2014-09-04  3:09 UTC  (2+ messages)
` [PATCH] btrfs-progs: remove wrong set_argv0 for restore

[PATCH] btrfs-progs: fix find_mount_root() to handle duplicated mount point correctly
 2014-09-04  2:27 UTC 

INFO: task btrfs-transacti:2408 blocked for more than 120 seconds
 2014-09-03 23:06 UTC  (3+ messages)

Large files, nodatacow and fragmentation
 2014-09-03 18:53 UTC  (17+ messages)

kernel BUG at fs/btrfs/extent-tree.c:7727! with 3.17-rc3
 2014-09-03 17:42 UTC 

kernel 3.17-rc3: task rsync:2524 blocked for more than 120 seconds
 2014-09-03 15:02 UTC  (19+ messages)

[PATCH 01/18] Btrfs: cleanup unused num_can_discard in fs_devices
 2014-09-03 13:35 UTC  (18+ messages)
` [PATCH 02/18] Btrfs: cleanup double assignment of device->bytes_used when device replace finishes
` [PATCH 03/18] Btrfs: fix unprotected assignment of the target device
` [PATCH 04/18] Btrfs: fix wrong disk size when writing super blocks
` [PATCH 05/18] Btrfs: fix wrong device bytes_used in the super block
` [PATCH 06/18] Btrfs: Fix wrong free_chunk_space assignment during removing a device
` [PATCH 07/18] Btrfs: fix unprotected device->bytes_used update
` [PATCH 08/18] Btrfs: update free_chunk_space during allocting a new chunk
` [PATCH 09/18] Btrfs: fix unprotected device's variants on 32bits machine
` [PATCH 10/18] Btrfs: fix unprotected system chunk array insertion
` [PATCH 11/18] Btrfs: fix unprotected device list access when getting the fs information
` [PATCH 12/18] Btrfs: Fix misuse of chunk mutex
` [PATCH 13/18] Btrfs: fix unprotected device list access when cloning fs devices
` [PATCH 14/18] Btrfs: fix use-after-free problem of the device during device replace
` [PATCH 15/18] Btrfs: make the logic of source device removing more clear
` [PATCH 16/18] Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fs
` [PATCH 17/18] Btrfs: move the missing device to its own fs device list
` [PATCH 18/18] Btrfs: modify rw_devices counter under chunk_mutex context

Problem with applying incremental btrfs-send
 2014-09-03 12:25 UTC 

kernel BUG at fs/btrfs/relocation.c:1065 in 3.14.16 to 3.17-rc3
 2014-09-03 12:04 UTC 

[PATCH 00/12] Implement the data repair function for direct read
 2014-09-03  9:02 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 11/12] Btrfs: implement repair function when direct read fails

Btrfs-progs-3.16: fs metadata is both single and dup?
 2014-09-03  8:41 UTC  (6+ messages)

[PATCH 06/10] Btrfs: Fix the problem that the dirty flag of dev stats is cleared
 2014-09-03  6:59 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 03/10] Btrfs: fix wrong fsid check of scrub
 2014-09-03  6:58 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] xfstests: remove check_scratch_fs in btrfs/012
 2014-09-03  3:25 UTC 

[PATCH] btrfs-progs: make 'btrfs replace' signal-handling works
 2014-09-03  1:17 UTC  (3+ messages)

[PATCH] btrfs: cancel scrub/replace if the user space process receive SIGKILL
 2014-09-03  1:02 UTC  (3+ messages)

[PATCH RFC 0/6] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM
 2014-09-02 23:26 UTC  (11+ messages)
` [PATCH RFC 1/6] crypto, dm: LLVMLinux: Remove VLAIS usage from dm-crypt
` [PATCH RFC 2/6] crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.c
` [PATCH RFC 3/6] crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.c
` [PATCH RFC 4/6] crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c
` [PATCH RFC 5/6] apparmor: LLVMLinux: Remove VLAIS
` [PATCH RFC 6/6] btrfs: "

BUG_ON spams /var/log/messages with the same msg full
 2014-09-02 20:52 UTC  (4+ messages)

Kernel Bug while copying my data off btrfs
 2014-09-02 20:42 UTC  (3+ messages)

[PATCH] Btrfs: fix crash on endio of reading corrupted block
 2014-09-02 20:17 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/2 RFC] btrfs-progs: scan devices for specific fsid in btrfs_scan_for_fsid
 2014-09-02 12:22 UTC  (4+ messages)
` [PATCH 2/2] btrfs-progs: canonicalize dm device name before update kernel

[PATCH 0/2] Build system fixes/improvements
 2014-09-02 12:18 UTC  (2+ messages)

[PATCH RFC] btrfs-progs: Show backtrace on BUGs
 2014-09-02 11:57 UTC  (2+ messages)

Btrfs-progs: fix typos
 2014-09-02 11:57 UTC 

Oops in release_extent_buffer
 2014-09-02  9:40 UTC 

[PATCH] Btrfs: fix fsync race leading to invalid data after log replay
 2014-09-02 10:09 UTC  (2+ messages)
` [PATCH v2] "

Undelete files / directory
 2014-09-02  9:00 UTC  (12+ messages)

find_mount_root() issue
 2014-09-02  1:39 UTC  (4+ messages)

[PATCH 1/3] btrfs-progs: fix len of read_extent_buffer for inline extent in restore
 2014-09-01  1:47 UTC  (5+ messages)
` [PATCH 3/3] btrfs-progs: remove meaningless debug info for restore
    ` [PATCH] btrfs-progs: move debug info to verbose mode "

[PATCH] btrfs: Avoid trucating page or punching hole in a already existed hole
 2014-09-01  1:06 UTC  (5+ messages)

btrfs: add -k option to filesystem df
 2014-08-31 18:07 UTC  (3+ messages)

3.17: Yay! New sizes in df -h
 2014-08-31 17:01 UTC  (4+ messages)

[PATCH] Btrfs: fix task hang under heavy compressed write
 2014-08-31 15:40 UTC  (5+ messages)
` [PATCH v3] "

Change "total" in btrfs filesystem df output to "alloc"
 2014-08-31  6:05 UTC  (2+ messages)

general thoughts and questions + general and RAID5/6 stability?
 2014-08-31  4:02 UTC 

fixes for btrfs check --repair
 2014-08-30 16:00 UTC 


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