Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2017-04-12 08:33:09 to 2017-04-20 19:54:19 UTC [more...]

[PATCH v3] btrfs: fiemap: Cache and merge fiemap extent before submit it to user
 2017-04-20 19:52 UTC  (10+ messages)

[PATCH 0/5] v2: block subsystem refcounter conversions
 2017-04-20 18:33 UTC  (9+ messages)
` [PATCH 1/5] block: convert bio.__bi_cnt from atomic_t to refcount_t
` [PATCH 2/5] block: convert blk_queue_tag.refcnt "
` [PATCH 3/5] block: convert blkcg_gq.refcnt "
` [PATCH 4/5] block: convert io_context.active_ref "
` [PATCH 5/5] block: convert bsg_device.ref_count "

[PATCH 0/25 v3] fs: Convert all embedded bdis into separate ones
 2017-04-20 18:11 UTC  (4+ messages)
` [PATCH 04/25] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 08/25] btrfs: Convert to separately allocated bdi

[PATCH 0/8 v6] No wait AIO
 2017-04-20 13:43 UTC  (20+ messages)
` [PATCH 1/8] Use RWF_* flags for AIO operations
` [PATCH 2/8] nowait aio: Introduce RWF_NOWAIT
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

Reporting and monitoring storage events (blog)
 2017-04-20 12:27 UTC  (2+ messages)

[PATCH v2 1/2] btrfs-progs: dump-super: check array_size in print_sys_chunk_array
 2017-04-20 11:52 UTC  (3+ messages)
` [PATCH v2 2/2] btrfs-progs: print-tree: add validation to print_chunk

btrfs won't mount any more
 2017-04-20  7:42 UTC  (4+ messages)

[PATCH 1/2] btrfs-progs: dump-super: check array_size in print_sys_chunk_array
 2017-04-20  6:28 UTC  (3+ messages)

[PATCH 0/9] Introduce btrfs-modify prog to make corruption easier
 2017-04-20  0:40 UTC  (13+ messages)
` [PATCH 1/9] btrfs-progs: Introduce new btrfs_map_block function which returns more unified result
` [PATCH 2/9] btrfs-progs: Allow __btrfs_map_block_v2 to remove unrelated stripes
` [PATCH 3/9] btrfs-progs: Export commands processing code to commands.c from btrfs.c
` [PATCH 4/9] btrfs-progs: help: Unbind short help description from btrfs
` [PATCH 5/9] btrfs-progs: utils: Introduce new function arg_strtou32
` [PATCH 6/9] btrfs-progs: Introduce btrfs-modify tool to modify btrfs internal structures
` [PATCH 7/9] btrfs-progs: modify: Add support to corrupt specified mirror
` [PATCH 8/9] btrfs-progs: modify: Introduce option to specify range by root,ino and offset
` [PATCH 9/9] btrfs-progs: modify: Introduce option to specify the pattern to fill mirror

[PATCH ping] btrfs: warn about RAID5/6 being experimental at mount time
 2017-04-19 21:07 UTC 

[PATCH] Btrfs: send, fix file hole not being preserved due to inline extent
 2017-04-19 19:35 UTC  (2+ messages)

Btrfs/SSD
 2017-04-19 18:10 UTC  (18+ messages)

[PATCH v2] btrfs-progs: send-dump: always print a space after path
 2017-04-19 17:33 UTC  (5+ messages)

[PATCH] btrfs-progs: send-dump: always print a space after path
 2017-04-19 17:23 UTC  (4+ messages)

[PATCH v4] btrfs-progs: misc-tests: Superblock corruption and recovery using backup
 2017-04-19 17:06 UTC  (2+ messages)

[PATCH] btrfs-progs: docs: Fix newlines for man btrfstune
 2017-04-19 15:43 UTC  (2+ messages)

"No such entry" recurring error
 2017-04-19 15:24 UTC 

[PATCH] Tidy while loop in end_compressed_writeback
 2017-04-19 12:43 UTC 

[PULL] Btrfs, updates for 4.12
 2017-04-19 11:35 UTC 

[PULL] Btrfs, qgroup message level adjustment, for 4.11-rc8
 2017-04-19 10:51 UTC 

btrfs check --check-data-csum malfunctioning?
 2017-04-19  9:44 UTC  (6+ messages)

[PATCH v4 0/7] Holistic view of device error at commit flush and related cleanup
 2017-04-19  4:29 UTC  (14+ messages)
` [PATCH v4 1/7] btrfs: use blkdev_issue_flush to flush the device cache
` [PATCH v4 5/7] btrfs: use q which is already obtained from bdev_get_queue
` [PATCH v4 6/7] btrfs: delete unused member nobarriers
` [PATCH v4 7/7] btrfs: check if the device is flush capable

[PATCH] btrfs: qgroup: move noisy underflow warning to debugging build
 2017-04-19  0:35 UTC  (2+ messages)

btrfs check bug
 2017-04-18 19:34 UTC 

Remounting read-write after error is not allowed
 2017-04-18 13:51 UTC  (6+ messages)

[PATCH v6 1/2] btrfs: scrub: Introduce full stripe lock for RAID56
 2017-04-18 11:09 UTC  (4+ messages)
` [PATCH v6 2/2] btrfs: scrub: Fix RAID56 recovery race condition

compressing nocow files
 2017-04-18  4:38 UTC  (7+ messages)

[PATCH] Btrfs: fix extent map leak during fallocate error path
 2017-04-18  3:58 UTC  (2+ messages)

[PATCH 0/6 RFC] utilize bio_clone_fast to clean up
 2017-04-18  1:16 UTC  (7+ messages)
` [PATCH 1/6] Btrfs: use bio_clone_fast to clone our bio
` [PATCH 2/6] Btrfs: use bio_clone_bioset_partial to simplify DIO submit
` [PATCH 3/6] Btrfs: change how we iterate bios in endio
` [PATCH 4/6] Btrfs: record error if one block has failed to retry
` [PATCH 5/6] Btrfs: change check-integrity to use bvec_iter
` [PATCH 6/6] Btrfs: unify naming of btrfs_io_bio

Extent map generation question
 2017-04-17  1:27 UTC 

remount and conflicting ssd options?
 2017-04-16 18:03 UTC  (9+ messages)

Encountered kernel bug#72811. Advice on recovery?
 2017-04-16 15:09 UTC  (10+ messages)

Cosmetics bug: remounting ssd does not clear nossd
 2017-04-15 19:12 UTC  (5+ messages)
` [PATCH] btrfs: drop the nossd flag when remounting with -o ssd

Btrfs disk layout question
 2017-04-15 17:06 UTC  (12+ messages)

[PATCH] btrfs-progs: cli-tests: Convert non-raid filesystem to raid
 2017-04-15 11:16 UTC  (3+ messages)

[PATCH 00/12] Delete CURRENT_TIME, CURRENT_TIME_SEC and current_fs_time
 2017-04-15 10:29 UTC  (7+ messages)
` [PATCH 06/12] audit: Use timespec64 to represent audit timestamps
` [PATCH 07/12] fs: btrfs: Use ktime_get_real_ts for root ctime

[PATCH v3] btrfs-progs: misc-tests: Superblock corruption and recovery using backup
 2017-04-15 10:15 UTC  (3+ messages)

[PATCH v4] btrfs-progs: fsck-tests: verify 'btrfs check --repair' fixes corrupted nlink field
 2017-04-15  9:12 UTC 

[PATCH v3] btrfs-progs: fsck-tests: verify 'btrfs check --repair' fixes corrupted nlink field
 2017-04-15  9:09 UTC  (3+ messages)

[4.9] btrfs check --repair looping over file extent discount errors
 2017-04-14 19:35 UTC 

[GIT PULL] Btrfs
 2017-04-14 18:28 UTC 

btrfs send extremely slow (almost stuck)
 2017-04-14 15:33 UTC 

Intel XPoint Tech / Optane SSDs
 2017-04-14 11:04 UTC 

[PATCH] Btrfs: tolerate errors if we have retried successfully
 2017-04-14  1:11 UTC 

[PATCH] Btrfs: skip checksum verification if IO error occurs
 2017-04-14  1:11 UTC 

BTRFS not mountable, recover won't work
 2017-04-14  0:40 UTC  (6+ messages)

[PATCH v5 1/2] btrfs: scrub: Introduce full stripe lock for RAID56
 2017-04-13 18:57 UTC  (2+ messages)

[PATCH] Btrfs: fix reported number of inode blocks
 2017-04-13 15:27 UTC  (2+ messages)
` [PATCH v2] "

Deduplication tools
 2017-04-13 13:19 UTC  (3+ messages)

BTRFS as a GlusterFS storage back-end, and what I've learned from using it as such
 2017-04-13 11:33 UTC  (5+ messages)

[PATCH] fstests: introduce btrfs-map-logical
 2017-04-13  3:40 UTC  (2+ messages)

send snapshot from snapshot incremental
 2017-04-13  1:14 UTC  (3+ messages)

[PATCH 0/9 v5] No wait AIO
 2017-04-12 18:31 UTC  (8+ messages)
` [PATCH 1/9] Use RWF_* flags for AIO operations
` [PATCH 5/9] nowait aio: return on congested block device
` [PATCH 9/9] nowait aio: Return -EOPNOTSUPP if filesystem does not support

[PATCH] Btrfs: remove some dead code
 2017-04-12 13:36 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