linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-21 17:05:35 to 2020-09-24 16:39:39 UTC [more...]

[PATCH 0/14 v3] BTRFS DIO inode locking/D_SYNC fix
 2020-09-24 16:39 UTC 

[PATCH 0/5] New rescue mount options
 2020-09-24 15:32 UTC  (6+ messages)
` [PATCH 1/5] btrfs: unify the ro checking for "
` [PATCH 2/5] btrfs: push the NODATASUM check into btrfs_lookup_bio_sums
` [PATCH 3/5] btrfs: introduce rescue=ignorebadroots
` [PATCH 4/5] btrfs: introduce rescue=ignoredatacsums
` [PATCH 5/5] btrfs: introduce rescue=all

[PATCH v3 0/2] Fix init for device stats for seed devices
 2020-09-24 15:22 UTC  (4+ messages)
` [PATCH v3 1/2] btrfs: init "
` [PATCH v3 2/2] btrfs: return error if we're unable to read device stats

[PATCH v4] btrfs: Add new test for qgroup assign functionality
 2020-09-24 14:43 UTC 

[PATCH v3] btrfs: Add new test for qgroup assign functionality
 2020-09-24 14:28 UTC  (3+ messages)

[PATCH v2] btrfs-progs: convert: Show more info when reserve_space fails
 2020-09-24 13:55 UTC 

[PATCH] btrfs: Fix potential null pointer deref
 2020-09-24 14:11 UTC  (3+ messages)

[PATCH] btrfs: fix rw_devices count in __btrfs_free_extra_devids
 2020-09-24 14:02 UTC  (8+ messages)
` [PATCH add reported by] "

[PATCH] btrfs/163: Fix recently broken test
 2020-09-24 12:35 UTC  (2+ messages)

[PATCH] btrfs-progs: convert: Mention which reserve_space call failed
 2020-09-24 12:19 UTC  (5+ messages)

[PATCH 0/2] fix verify_one_dev_extent and btrfs_find_device
 2020-09-24 12:19 UTC  (7+ messages)
` [PATCH 1/2] btrfs: drop never met condition of disk_total_bytes == 0
` [PATCH 2/2] btrfs: fix btrfs_find_device unused arg seed

[PATCH] btrfs: free device without BTRFS_MAGIC
 2020-09-24 11:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/7] Remove struct extent_io_ops
 2020-09-24 11:35 UTC  (20+ messages)
` [PATCH 1/7] btrfs: Don't call readpage_end_io_hook for the btree inode
` [PATCH 4/7] btrfs: Don't opencode is_data_inode in end_bio_extent_readpage
` [PATCH 6/7] btrfs: Call submit_bio_hook directly for metadata pages
` [PATCH 7/7] btrfs: Remove struct extent_io_ops

[PATCH] btrfs: test fstrim after doing a device replace
 2020-09-24  8:32 UTC  (2+ messages)

[PATCH v3 3/9] lib: zstd: Upgrade to latest upstream zstd version 1.4.6
 2020-09-24  8:11 UTC  (3+ messages)

[PATCH] btrfs: fix false alert caused by legacy btrfs root item
 2020-09-24  6:17 UTC  (16+ messages)

[PATCH v2] btrfs: Add new test for qgroup assign functionality
 2020-09-24  4:14 UTC  (5+ messages)

btrfs-progs and libbtrfsutil versioning
 2020-09-24  1:48 UTC 

support : Corrupt leaf - what should i do ?
 2020-09-24  1:46 UTC  (2+ messages)

[PATCH v3 0/9] Update to zstd-1.4.6
 2020-09-23 22:42 UTC  (9+ messages)
` [PATCH v3 1/9] lib: zstd: Add zstd compatibility wrapper
` [PATCH v3 2/9] lib: zstd: Add decompress_sources.h for decompress_unzstd
` [PATCH v3 4/9] crypto: zstd: Switch to zstd-1.4.6 API
` [PATCH v3 5/9] btrfs: zstd: Switch to the "
` [PATCH v3 6/9] f2fs: "
` [PATCH v3 7/9] squashfs: "
` [PATCH v3 8/9] lib: unzstd: "
` [PATCH v3 9/9] lib: zstd: Remove zstd compatibility wrapper

[GIT PULL] Btrfs fixes for 5.9-rc7
 2020-09-23 21:54 UTC  (2+ messages)

Linux RAID with btrfs stuck and consume 100 % CPU
 2020-09-23 18:14 UTC  (10+ messages)

[PATCH] btrfs: fix filesystem corruption after a device replace
 2020-09-23 17:56 UTC  (3+ messages)

[PATCH] btrfs/125: remove constantly failing test from auto group
 2020-09-23 17:25 UTC  (2+ messages)

[PATCH v2 3/9] lib: zstd: Upgrade to latest upstream zstd version 1.4.6
 2020-09-23 15:31 UTC 

[PATCH 0/2] btrfs: send, fix some failures due to commands with wrong paths
 2020-09-23 14:25 UTC  (3+ messages)

[PATCH 0/15 v2] BTRFS DIO inode locking/D_SYNC fix
 2020-09-23 14:07 UTC  (48+ messages)
` [PATCH 01/15] fs: remove dio_end_io()
` [PATCH 02/15] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
` [PATCH 03/15] iomap: Allow filesystem to call iomap_dio_complete without i_rwsem
` [PATCH 04/15] iomap: Call inode_dio_end() before generic_write_sync()
` [PATCH 05/15] btrfs: split btrfs_direct_IO to read and write
` [PATCH 06/15] btrfs: Move pos increment and pagecache extension to btrfs_buffered_write()
` [PATCH 07/15] btrfs: Move FS error state bit early during write
` [PATCH 08/15] btrfs: Introduce btrfs_write_check()
` [PATCH 09/15] btrfs: Introduce btrfs_inode_lock()/unlock()
` [PATCH 10/15] btrfs: Push inode locking and unlocking into buffered/direct write
` [PATCH 11/15] btrfs: Use inode_lock_shared() for direct writes within EOF
` [PATCH 12/15] btrfs: Remove dio_sem
` [PATCH 13/15] btrfs: Call iomap_dio_complete() without inode_lock
` [PATCH 14/15] btrfs: Revert 09745ff88d93 ("btrfs: dio iomap DSYNC workaround")
` [PATCH 15/15] iomap: Reinstate lockdep_assert_held in iomap_dio_rw()

[PATCH] btrfs: Fix missing close devices
 2020-09-23 11:15 UTC  (2+ messages)

[PATCH] btrfs: block-group: fix a doc warning in block-group.c
 2020-09-23  9:45 UTC  (2+ messages)

Loopback device ontop of Btrfs - no compression happening
 2020-09-23  9:09 UTC 

[PATCH] btrfs: Fix missing close devices
 2020-09-23  8:17 UTC  (6+ messages)
  ` 回复: "
      ` 回复: "

[PATCH v2 0/9] Update to zstd-1.4.6
 2020-09-23  5:57 UTC  (10+ messages)
` [PATCH v2 1/9] lib: zstd: Add zstd compatibility wrapper
` [PATCH v2 2/9] lib: zstd: Add decompress_sources.h for decompress_unzstd
` [PATCH v2 4/9] crypto: zstd: Switch to zstd-1.4.6 API
` [PATCH v2 5/9] btrfs: zstd: Switch to the "
` [PATCH v2 6/9] f2fs: "
` [PATCH v2 7/9] squashfs: "
` [PATCH v2 8/9] lib: unzstd: "
` [PATCH v2 9/9] lib: zstd: Remove zstd compatibility wrapper

[PATCH] fstests: add btrfs/218 to seed group
 2020-09-23  3:52 UTC 

[PATCH v2] btrfs: remove stale test for alien devices from auto group
 2020-09-23  3:31 UTC  (2+ messages)

[PATCH] btrfs/022: Add qgroup assign test
 2020-09-23  0:28 UTC  (5+ messages)

[PATCH v2] btrfs: reschedule when cloning lots of extents
 2020-09-22 20:52 UTC  (3+ messages)

[PATCH 0/2][v2] Fix init for device stats for seed devices
 2020-09-22 17:28 UTC  (11+ messages)
` [PATCH 1/2] btrfs: init "
` [PATCH 2/2] btrfs: return error if we're unable to read device stats

[bug report] btrfs: clean BTRFS_I usage in btrfs_destroy_inode
 2020-09-22 14:47 UTC  (2+ messages)

[PATCH] btrfs: fix memdup.cocci warnings
 2020-09-22 14:39 UTC  (4+ messages)

[PATCH v2 00/19] btrfs: add read-only support for subpage sector size
 2020-09-22 14:14 UTC  (8+ messages)
` [PATCH v2 14/19] btrfs: make btree inode io_tree has its special owner

Btrfs wiki lincese and GDPR notices?
 2020-09-22 13:49 UTC  (3+ messages)

WARNING in close_fs_devices (2)
 2020-09-22 12:37 UTC  (2+ messages)

possible deadlock in blkdev_put
 2020-09-22 11:01 UTC  (2+ messages)

external harddisk: bogus corrupt leaf error?
 2020-09-22  8:44 UTC  (9+ messages)

[PATCH] btrfs: reschedule when cloning lots of extents
 2020-09-22  7:31 UTC  (3+ messages)

parent transid verify failures
 2020-09-22  2:33 UTC 

WARNING in close_fs_devices (2)
 2020-09-21 20:44 UTC  (2+ messages)

KASAN: stack-out-of-bounds Write in read_extent_buffer
 2020-09-21 20:33 UTC  (2+ messages)

[PATCH] btrfs: Increment i_size after dio write completes
 2020-09-21 19:19 UTC 

[PATCH v3 0/4] btrfs: free space tree mounting fixes
 2020-09-21 19:01 UTC  (9+ messages)
` [PATCH 2/4] btrfs: use sb state to print space_cache mount option
` [PATCH v3 3/4] btrfs: remove free space items when creating free space tree

[PATCH 1/2] btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()
 2020-09-21 18:49 UTC  (4+ messages)
` [PATCH 2/2] btrfs: check allocation size "


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