linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-17 01:31:58 to 2017-11-21 22:45:30 UTC [more...]

[PATCH 01/10] remove mapping from balance_dirty_pages*()
 2017-11-21 22:45 UTC  (2+ messages)

[PATCH] Btrfs: fix list_add corruption and soft lockups in fsync
 2017-11-21 21:35 UTC  (5+ messages)
` [PATCH v2] "

Kernel 4.14 RAID5 multi disk array on bcache not mounting
 2017-11-21 22:22 UTC  (2+ messages)

[PATCH 0/3] btrfs: some code cleanup and documentation
 2017-11-21 22:20 UTC  (10+ messages)
` [PATCH 1/3] btrfs: btrfs_inode_log_parent should use defined inode_only values
` [PATCH 2/3] btrfs: update some code documentation
` [PATCH 3/3] btrfs: remove dead code from btrfs_get_extent

[PATCH] btrfs: handle errors while updating refcounts in update_ref_for_cow
 2017-11-21 21:40 UTC  (2+ messages)

quotas: failure on removing a file via SFTP/SSH
 2017-11-21 21:00 UTC  (9+ messages)

[PATCH v3] iomap: report collisions between directio and buffered writes to userspace
 2017-11-21 20:34 UTC 

Read before you deploy btrfs + zstd
 2017-11-21 16:22 UTC  (5+ messages)

[PATCH 1/2] btrfs: Fix wild memory access in compression level parser
 2017-11-21 15:25 UTC  (4+ messages)

[PATCH v2 1/2] btrfs: Enhance btrfs_trim_fs function to handle error better
 2017-11-21 15:12 UTC  (5+ messages)
` [PATCH 2/2] btrfs: extent-tree: Ensure btrfs_trim_fs can trim the whole fs

Btrfs progs release 4.14
 2017-11-21 15:08 UTC 

[PATCH] btrfs: Enhance btrfs_trim_fs function to handle error better
 2017-11-21 15:01 UTC  (4+ messages)

[PATCH] btrfs: extent-tree: Use round up to replace align macro
 2017-11-21 14:36 UTC  (6+ messages)

[PATCH v2] iomap: report collisions between directio and buffered writes to userspace
 2017-11-21 12:52 UTC  (10+ messages)

[PATCH 1/3] btrfs-progs: check: report more specific info about invalid location
 2017-11-21 11:46 UTC  (4+ messages)
` [PATCH 2/3] btrfs-progs: check: do not reset ret after try_repair_inode
` [PATCH 3/3] btrfs-progs: check: record last checked root_item in original mode

bug? fstrim only trims unallocated space, not unused in bg's
 2017-11-21  6:10 UTC  (27+ messages)

Ideas to reuse filesystem's checksum to enhance dm-raid1/10/5/6?
 2017-11-21  2:53 UTC  (18+ messages)
              ` [dm-devel] "

test btrfs scrubbing/get system's total capacity
 2017-11-21  1:22 UTC  (4+ messages)

Issues while doing btrfs delete missing in raid6
 2017-11-21  1:06 UTC  (5+ messages)

[PATCH] btrfs: handle dynamically reappearing missing device
 2017-11-20 21:14 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 0/7] btrfs-progs: mkfs: Reword --rootdir
 2017-11-20 20:15 UTC  (2+ messages)

uncorrectable errors in Raid 10
 2017-11-20 19:28 UTC  (3+ messages)

[PATCH] btrfs-progs: ins: print c/o/s/r time of ROOT_ITEM
 2017-11-20 18:09 UTC  (3+ messages)

[PATCH] btrfs: fix deadlock when writing out space cache
 2017-11-20 17:22 UTC  (2+ messages)

[PATCH] Btrfs: set plug for fsync
 2017-11-20 17:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] btrfs: move some zstd work data from stack to workspace
 2017-11-20 17:07 UTC  (3+ messages)

[PATCH 3/8] fs: btrfs: remove unused hardirq.h
 2017-11-20 13:25 UTC  (2+ messages)

[PATCH 0/2] Add cli and ioctl to ignore a scanned device
 2017-11-20  8:38 UTC  (16+ messages)
` [PATCH 1/2] btrfs: refactor btrfs_free_stale_device() to get device list delete
` [PATCH 2/2] btrfs: introduce feature to ignore a btrfs device
` [PATCH v2 1/2] btrfs: add function to device list delete
  ` [PATCH v2 2/2] btrfs: introduce feature to ignore a btrfs device
` [PATCH v3 1/2] btrfs: add function to device list delete
  ` [PATCH v3 2/2] btrfs: introduce feature to ignore a btrfs device

WARNING: CPU: 3 PID: 20953 at /usr/src/linux/fs/btrfs/raid56.c:848 __free_raid_bio+0x8e/0xa0
 2017-11-20  7:04 UTC  (2+ messages)

Unrecoverable scrub errors
 2017-11-19 21:18 UTC  (13+ messages)

uncorrectable errors in Raid 10
 2017-11-19 16:21 UTC 

4.14 balance: kernel BUG at /home/kernel/COD/linux/fs/btrfs/ctree.c:1856!
 2017-11-18 19:11 UTC  (8+ messages)

btrfs check: add_missing_dir_index: BUG_ON `ret` triggered, value -17
 2017-11-18 16:34 UTC  (8+ messages)

[PATCH] btrfs: clear space cache inode generation always
 2017-11-18 12:36 UTC  (2+ messages)

btrfs check fails with: btrfs_alloc_chunk: BUG_ON `ret` triggered, value -28
 2017-11-18 10:28 UTC  (3+ messages)

Btrfs progs pre-release 4.14-rc1
 2017-11-18  9:03 UTC  (4+ messages)

misc/021-image-multi-devices fails on latest btrfs-devel/misc-next
 2017-11-18  7:29 UTC 

[PATCH 0/4][v6] Add the ability to do BPF directed error injection
 2017-11-18  7:05 UTC  (6+ messages)
` [PATCH 1/4] add infrastructure for tagging functions as error injectable
` [PATCH 2/4] btrfs: make open_ctree "
` [PATCH 3/4] bpf: add a bpf_override_function helper
` [PATCH 4/4] samples/bpf: add a test for bpf_override_return

[RFC PATCH 0/8] btrfs iomap support
 2017-11-17 23:07 UTC  (13+ messages)
` [RFC PATCH 1/8] btrfs: use iocb for __btrfs_buffered_write
` [RFC PATCH 2/8] fs: Add inode_extend_page()
` [RFC PATCH 3/8] fs: Introduce IOMAP_F_NOBH
` [RFC PATCH 4/8] btrfs: Introduce btrfs_iomap
` [RFC PATCH 5/8] btrfs: use iomap to perform buffered writes
` [RFC PATCH 6/8] btrfs: read the first/last page of the write
` [RFC PATCH 7/8] fs: iomap->prepare_pages() to set directives specific for the page
` [RFC PATCH 8/8] fs: Introduce iomap->dirty_page()
` [RFC PATCH 8/8] iomap: "

Need help with incremental backup strategy (snapshots, defragmentingt & performance)
 2017-11-17 22:36 UTC  (8+ messages)

WARN_ON in __writeback_inodes_sb_nr
 2017-11-17 19:55 UTC 

kernel BUG at fs/btrfs/ctree.h:1802!
 2017-11-17 19:03 UTC  (11+ messages)
` 4.13.12: "

Btrfs restore error
 2017-11-17 15:20 UTC  (3+ messages)

[PATCH] btrfs: extent-tree: Make btrfs_inode_rsv_refill function static
 2017-11-17  7:14 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).