linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 08:27:39 to 2020-06-30 16:35:46 UTC [more...]

[PATCH 0/6 v10] btrfs direct-io using iomap
 2020-06-30 16:35 UTC  (9+ messages)
` [PATCH 1/6] iomap: Convert wait_for_completion to flags
` [PATCH 2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails
` [PATCH 3/6] btrfs: switch to iomap_dio_rw() for dio
` [PATCH 4/6] fs: remove dio_end_io()
` [PATCH 5/6] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
` [PATCH 6/6] btrfs: split btrfs_direct_IO to read and write part

[PATCH 0/8] Rearrange inode locking
 2020-06-30 14:36 UTC  (15+ messages)
` [PATCH 2/8] btrfs: Move FS error state bit early during write
` [PATCH 4/8] btrfs: Introduce btrfs_inode_lock()/unlock()
` [PATCH 6/8] btrfs: Use shared inode lock for direct writes within EOF

[PATCH v2 0/2] btrfs: add sysfs interface for qgroup
 2020-06-30 14:27 UTC  (7+ messages)
` [PATCH v2 1/2] btrfs: use __u16 for the return value of btrfs_qgroup_level()
` [PATCH v2 2/2] btrfs: qgroup: add sysfs interface for debug

[PATCH 0/4] btrfs: workaround exhausted anonymous block device pool
 2020-06-30 14:14 UTC  (2+ messages)

[PATCH v4] btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
 2020-06-30 14:08 UTC  (4+ messages)

[PATCH 00/23] Change data reservations to use the ticketing infra
 2020-06-30 13:59 UTC  (24+ messages)
` [PATCH 01/23] btrfs: change nr to u64 in btrfs_start_delalloc_roots
` [PATCH 02/23] btrfs: remove orig from shrink_delalloc
` [PATCH 03/23] btrfs: handle U64_MAX for shrink_delalloc
` [PATCH 04/23] btrfs: make shrink_delalloc take space_info as an arg
` [PATCH 05/23] btrfs: make ALLOC_CHUNK use the space info flags
` [PATCH 06/23] btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
` [PATCH 07/23] btrfs: call btrfs_try_granting_tickets when unpinning anything
` [PATCH 08/23] btrfs: call btrfs_try_granting_tickets when reserving space
` [PATCH 09/23] btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
` [PATCH 10/23] btrfs: use btrfs_start_delalloc_roots in shrink_delalloc
` [PATCH 11/23] btrfs: check tickets after waiting on ordered extents
` [PATCH 12/23] btrfs: add flushing states for handling data reservations
` [PATCH 13/23] btrfs: add the data transaction commit logic into may_commit_transaction
` [PATCH 14/23] btrfs: add btrfs_reserve_data_bytes and use it
` [PATCH 15/23] btrfs: use ticketing for data space reservations
` [PATCH 16/23] btrfs: serialize data reservations if we are flushing
` [PATCH 17/23] btrfs: use the same helper for data and metadata reservations
` [PATCH 18/23] btrfs: drop the commit_cycles stuff for data reservations
` [PATCH 19/23] btrfs: don't force commit if we are data
` [PATCH 20/23] btrfs: run delayed iputs before committing the transaction for data
` [PATCH 21/23] btrfs: flush delayed refs when trying to reserve data space
` [PATCH 22/23] btrfs: do async reclaim for data reservations
` [PATCH 23/23] btrfs: add a comment explaining the data flush steps

[PATCH][RESEND] btrfs: kill update_block_group_flags
 2020-06-30 13:35 UTC  (5+ messages)

[PATCH v3] btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
 2020-06-30  8:50 UTC  (7+ messages)

[PATCH] btrfs: Always initialize btrfs_bio::tgtdev_map/raid_map pointers
 2020-06-30  8:03 UTC  (2+ messages)

"parent transid verify failed" and mount usebackuproot does not seem to work
 2020-06-30  4:24 UTC 

Buggy disk firmware (fsync/FUA) and power-loss btrfs survability
 2020-06-29 23:05 UTC  (4+ messages)

Btrfs progs pre-release 5.7-rc1
 2020-06-29 22:50 UTC 

[PATCH U-BOOT v3 00/30] PLEASE TEST fs: btrfs: Re-implement btrfs support using code from btrfs-progs
 2020-06-29 17:26 UTC  (35+ messages)
` [PATCH U-BOOT v3 01/30] fs: btrfs: Sync btrfs_btree.h from kernel
` [PATCH U-BOOT v3 02/30] fs: btrfs: Add more checksum algorithms
` [PATCH U-BOOT v3 03/30] fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs
` [PATCH U-BOOT v3 04/30] fs: btrfs: Crossport rbtree-utils "
` [PATCH U-BOOT v3 05/30] fs: btrfs: Crossport extent-cache.[ch] "
` [PATCH U-BOOT v3 06/30] fs: btrfs: Crossport extent-io.[ch] "
` [PATCH U-BOOT v3 07/30] fs: btrfs: Crossport structure accessor into ctree.h
` [PATCH U-BOOT v3 08/30] fs: btrfs: Crossport volumes.[ch] from btrfs-progs
` [PATCH U-BOOT v3 09/30] fs: btrfs: Crossport read_tree_block() "
` [PATCH U-BOOT v3 10/30] fs: btrfs: Rename struct btrfs_path to struct __btrfs_path
` [PATCH U-BOOT v3 11/30] fs: btrfs: Rename btrfs_root to __btrfs_root
` [PATCH U-BOOT v3 12/30] fs: btrfs: Crossport struct btrfs_root to ctree.h
` [PATCH U-BOOT v3 13/30] fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs
` [PATCH U-BOOT v3 14/30] fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()
` [PATCH U-BOOT v3 15/30] fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs
` [PATCH U-BOOT v3 16/30] fs: btrfs: Rename path resolve related functions to avoid name conflicts
` [PATCH U-BOOT v3 17/30] fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()
` [PATCH U-BOOT v3 18/30] fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN
` [PATCH U-BOOT v3 19/30] fs: btrfs: Implement btrfs_lookup_path()
` [PATCH U-BOOT v3 20/30] fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()
` [PATCH U-BOOT v3 21/30] fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()
` [PATCH U-BOOT v3 22/30] fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts
` [PATCH U-BOOT v3 23/30] fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()
` [PATCH U-BOOT v3 24/30] fs: btrfs: Introduce lookup_data_extent() for later use
` [PATCH U-BOOT v3 25/30] fs: btrfs: Implement btrfs_file_read()
` [PATCH U-BOOT v3 26/30] fs: btrfs: Introduce function to resolve path in one subvolume
` [PATCH U-BOOT v3 27/30] fs: btrfs: Introduce function to resolve the path of "
` [PATCH U-BOOT v3 28/30] fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure
` [PATCH U-BOOT v3 29/30] fs: btrfs: Cleanup the old implementation
` [PATCH U-BOOT v3 30/30] MAINTAINERS: Add btrfs mailing list and myself as reviewer

[PATCH v7 0/3] btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation
 2020-06-29 17:09 UTC  (6+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] btrfs: add comments for btrfs_check_can_nocow() and can_nocow_extent()
` [PATCH v7 3/3] btrfs: refactor btrfs_check_can_nocow() into two variants

[PATCH v2 02/16] btrfs-progs: add global verbose and quiet options and helper functions
 2020-06-29 15:36 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/6] Fix enum values print in tracepoints
 2020-06-29 20:52 UTC  (2+ messages)

[PATCH] btrfs-progs: doc: snapshot -r and -i can be used together
 2020-06-29 11:15 UTC 

[PATCH v6 0/3] btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation
 2020-06-29 20:29 UTC  (8+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] btrfs: add comments for btrfs_check_can_nocow() and can_nocow_extent()
` [PATCH v6 3/3] btrfs: refactor btrfs_check_can_nocow() into two variants

[PATCH btrfs-progs] btrfs-convert, ext2_copy_inodes: print inode number on error
 2020-06-28 16:55 UTC 

How to use btrfs raid5 successfully(ish)
 2020-06-28  0:06 UTC  (2+ messages)

weekly fstrim (still) necessary?
 2020-06-27 12:13 UTC  (19+ messages)
                ` Fwd: "

[PATCH] btrfs: fix reclaim_size counter leak after stealing from global reserve
 2020-06-27 10:40 UTC 

Current bugs with operational impact on btrfs raid5
 2020-06-27  3:06 UTC 

Lockdep splat on 5.4.43 with mmap file writers
 2020-06-27  2:45 UTC 

BUG_ON in btrfs_check_repairable during btrfs raid5 replace
 2020-06-27  2:44 UTC 

btrfs raid5 hangs at the end of 'btrfs replace'
 2020-06-27  2:42 UTC 

Spurious read errors in btrfs raid5 degraded mode
 2020-06-27  2:42 UTC 

RAID5 scrub 1 or 2 disks at a time instead to speed up
 2020-06-27  2:21 UTC  (3+ messages)

Is this btrfs scrub script still viable?
 2020-06-26 17:20 UTC 

[PATCH v5 0/3] btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation
 2020-06-26 15:37 UTC  (3+ messages)
` [PATCH v5 3/3] btrfs: refactor btrfs_check_can_nocow() into two variants

[PATCH v2] btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
 2020-06-26 14:28 UTC  (7+ messages)

[PATCH] btrfs: qgroup: add sysfs interface for debug
 2020-06-26 11:43 UTC  (9+ messages)

[PATCH 0/6 v9] btrfs direct-io using iomap
 2020-06-25 17:42 UTC  (4+ messages)
` [PATCH 1/6] iomap: Convert wait_for_completion to flags

[PATCH] btrfs: allow use of global block reserve for balance item deletion
 2020-06-25 12:28 UTC  (2+ messages)

[PATCH] btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
 2020-06-25  7:48 UTC  (17+ messages)

[PATCH] btrfs: tests: remove if duplicate in __check_free_space_extents()
 2020-06-24 16:16 UTC  (2+ messages)

[PATCH 1/2] btrfs-progs: convert: Ensure the data chunks size never exceed device size
 2020-06-24 15:58 UTC  (5+ messages)
` [PATCH 2/2] btrfs-progs: tests/convert: Add test case to make sure we won't allocate dev extents beyond device boundary

[PATCH 0/2] btrfs-progs: build warning hunting routine
 2020-06-24 15:46 UTC  (2+ messages)

btrfs dev sta not updating
 2020-06-24 13:04 UTC  (7+ messages)

btrfs-convert results unmountable fs due to extent "beyond device boundary"
 2020-06-24 11:58 UTC  (3+ messages)

[PATCH] btrfs: start deprecation of mount option inode_cache
 2020-06-24 11:06 UTC  (6+ messages)

[PATCH] btrfs: remove unused btrfs_root::defrag_trans_start
 2020-06-24  8:33 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;
as well as URLs for NNTP newsgroup(s).