messages from 2020-11-18 16:12:07 to 2020-11-26 03:54:01 UTC [more...]
[PATCH 0/3] fstests: Fix tests which checks for swapfile support
2020-11-26 3:51 UTC (3+ messages)
[PATCH v10 00/41] btrfs: zoned block device support
2020-11-25 23:50 UTC (36+ messages)
` [PATCH v10 02/41] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v10 03/41] btrfs: introduce ZONED feature flag
` [PATCH v10 04/41] btrfs: get zone information of zoned block devices
` [PATCH v10 06/41] btrfs: introduce max_zone_append_size
` [PATCH v10 07/41] btrfs: disallow space_cache in ZONED mode
` [PATCH v10 08/41] btrfs: disallow NODATACOW "
` [PATCH v10 09/41] btrfs: disable fallocate "
` [PATCH v10 10/41] btrfs: disallow mixed-bg "
` [PATCH v10 11/41] btrfs: implement log-structured superblock for "
` [PATCH v10 12/41] btrfs: implement zoned chunk allocator
corrupted root, doesnt check, repair or mount
2020-11-25 21:13 UTC
Requesting help recovering broken Btrfs file system
2020-11-25 18:28 UTC (2+ messages)
btrfs crash on armv7
2020-11-25 15:28 UTC
Snapshots, Dirty Data, and Power Failure
2020-11-25 15:16 UTC (3+ messages)
[PATCH 0/6] btrfs: some performance improvements for dbench alike workloads
2020-11-25 12:19 UTC (7+ messages)
` [PATCH 1/6] btrfs: fix race causing unnecessary inode logging during link and rename
` [PATCH 2/6] btrfs: fix race that results in logging old extents during a fast fsync
` [PATCH 3/6] btrfs: fix race that causes unnecessary logging of ancestor inodes
` [PATCH 4/6] btrfs: fix race that makes inode logging fallback to transaction commit
` [PATCH 5/6] btrfs: fix race leading to unnecessary transaction commit when logging inode
` [PATCH 6/6] btrfs: do not block inode logging for so long during transaction commit
[PATCH 4/4] btrfs: Return bool from btrfs_should_end_transaction
2020-11-25 11:54 UTC (2+ messages)
[PATCH] btrfs: Return bool from should_end_transaction
2020-11-25 11:53 UTC (2+ messages)
[PATCH] btrfs: Remove noinline attribute from wait_for_commit
2020-11-25 11:51 UTC (5+ messages)
[PATCH 1/1] Btrfs: correctly calculate item size used when item key collision happends
2020-11-25 11:48 UTC (4+ messages)
[PATCH v2 00/42] Cleanup error handling in relocation
2020-11-24 18:44 UTC (18+ messages)
` [PATCH v2 02/42] btrfs: fix lockdep splat in btrfs_recover_relocation
` [PATCH v2 05/42] btrfs: return an error from btrfs_record_root_in_trans
` [PATCH v2 13/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees
` [PATCH v2 14/42] btrfs: handle btrfs_record_root_in_trans failure in create_subvol
` [PATCH v2 20/42] btrfs: do not panic in __add_reloc_root
` [PATCH v2 33/42] btrfs: handle extent reference errors in do_relocation
` [PATCH v2 37/42] btrfs: handle __add_reloc_root failure in btrfs_recover_relocation
[PATCH 0/3] Simplify error handling in 3 functions
2020-11-24 16:12 UTC (5+ messages)
` [PATCH 1/3] btrfs: Remove err variable from btrfs_delete_subvolume
` [PATCH 2/3] btrfs: Eliminate err variable from merge_reloc_root
` [PATCH 3/3] btrfs: Remove err variable from do_relocation
[PATCH] btrfs: Annotate unlocked accesses to transaction state
2020-11-24 14:44 UTC
[PATCH v2 00/24] btrfs: preparation patches for subpage support
2020-11-24 6:20 UTC (43+ messages)
` [PATCH v2 02/24] btrfs: extent-io-tests: remove invalid tests
` [PATCH v2 03/24] btrfs: extent_io: replace extent_start/extent_len with better structure for end_bio_extent_readpage()
` [PATCH v2 04/24] btrfs: extent_io: introduce helper to handle page status update in end_bio_extent_readpage()
` [PATCH v2 05/24] btrfs: extent_io: extract the btree page submission code into its own helper function
` [PATCH v2 06/24] btrfs: remove the phy_offset parameter for btrfs_validate_metadata_buffer()
` [PATCH v2 12/24] btrfs: extent_io: update num_extent_pages() to support subpage sized extent buffer
` [PATCH v2 13/24] btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors
` [PATCH v2 14/24] btrfs: disk-io: only clear EXTENT_LOCK bit for extent_invalidatepage()
` [PATCH v2 15/24] btrfs: extent-io: make type of extent_state::state to be at least 32 bits
` [PATCH v2 16/24] btrfs: file-item: use nodesize to determine whether we need readahead for btrfs_lookup_bio_sums()
` [PATCH v2 18/24] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs
` [PATCH v2 19/24] btrfs: scrub: remove the anonymous structure from scrub_page
` [PATCH v2 22/24] btrfs: scrub: support subpage data scrub
[PATCH] fs/btrfs: remove parent_level in btrfs_sb_log_location_bdev
2020-11-24 5:03 UTC
[PATCH] btrfs: fix lockdep splat when reading qgroup config on mount
2020-11-24 2:42 UTC (3+ messages)
[PATCH] btrfs: fix lockdep splat when enabling and disabling qgroups
2020-11-23 19:50 UTC (2+ messages)
[PATCH] btrfs: do nofs allocations when adding and removing qgroup relations
2020-11-23 19:43 UTC (2+ messages)
[PATCH v2] btrfs: return EAGAIN when receiving a pending signal in the defrag loops
2020-11-23 19:17 UTC (2+ messages)
[PATCH] btrfs: remove the useless value assignment in block_rsv_release_bytes
2020-11-23 17:58 UTC (4+ messages)
[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
2020-11-23 17:09 UTC (21+ messages)
` [PATCH man-pages v6] Document encoded I/O
` [PATCH v6 01/11] iov_iter: add copy_struct_from_iter()
` [PATCH v6 02/11] fs: add O_ALLOW_ENCODED open flag
` [PATCH v6 03/11] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v6 04/11] btrfs: fix btrfs_write_check()
` [PATCH v6 05/11] btrfs: fix check_data_csum() error message for direct I/O
` [PATCH v6 06/11] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v6 07/11] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v6 08/11] btrfs: support different disk extent size for delalloc
` [PATCH v6 09/11] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v6 10/11] btrfs: implement RWF_ENCODED reads
` [PATCH v6 11/11] btrfs: implement RWF_ENCODED writes
[PATCH v7 00/10] btrfs: free space tree mounting fixes
2020-11-23 16:57 UTC (16+ messages)
` [PATCH v7 01/12] btrfs: lift rw mount setup from mount and remount
` [PATCH v7 02/12] btrfs: cleanup all orphan inodes on ro->rw remount
` [PATCH v7 03/12] btrfs: only mark bg->needs_free_space if free space tree is on
` [PATCH v7 04/12] btrfs: create free space tree on ro->rw remount
` [PATCH v7 05/12] btrfs: clear oneshot options on mount and remount
` [PATCH v7 06/12] btrfs: clear free space tree on ro->rw remount
` [PATCH v7 07/12] btrfs: keep sb cache_generation consistent with space_cache
` [PATCH v7 08/12] btrfs: use sb state to print space_cache mount option
` [PATCH v7 09/12] btrfs: warn when remount will not change the free space tree
` [PATCH v7 10/12] btrfs: remove free space items when disabling space cache v1
` [PATCH v7 11/12] btrfs: skip space_cache v1 setup when not using it
` [PATCH v7 12/12] btrfs: fix lockdep error creating free space tree
[PATCH] btrfs: unlock path before checking if extent is shared during nocow writeback
2020-11-23 16:13 UTC (2+ messages)
[PATCH] btrfs: tree-checker: annotate all error branches as unlikely
2020-11-23 15:39 UTC (3+ messages)
[PATCH] Btrfs: correctly caculate item size used when item key collision happends
2020-11-23 10:58 UTC (4+ messages)
` [PATCH v2] Btrfs: correctly calculate "
[btrfs] 19cfa79c62: fio.write_iops 17.8% improvement
2020-11-23 6:51 UTC
[PATCH v3 0/3] btrfs-progs: Fix logical-resolve
2020-11-23 3:50 UTC (4+ messages)
` [PATCH v3 1/3] btrfs-progs: Adapt find_mount_root to verify other fields of mntent struct
` [PATCH v3 2/3] btrfs-progs: inspect: Fix logical-resolve file path lookup
` [PATCH v3 3/3] btrfs-progs: tests: Add new logical-resolve test
[PATCH v2 0/3] btrfs-progs: Fix logical-resolve
2020-11-21 12:48 UTC (9+ messages)
` [PATCH v2 1/3] btrfs-progs: Adapt find_mount_root to verify other fields of mntent struct
` [PATCH v2 2/3] btrfs-progs: inspect: Fix logical-resolve file path lookup
[PATCH] btrfs: remove stub device info from messages when we have no fs_info
2020-11-21 8:35 UTC (2+ messages)
Not enough space during conversion to raid5, filesystem fails to mount as RW
2020-11-21 6:02 UTC (2+ messages)
[PATCH] btrfs: tree-checker: add missing returns after data_ref alignment checks
2020-11-20 22:51 UTC (2+ messages)
[PATCH v3] btrfs: don't access possibly stale fs_info data for printing duplicate device
2020-11-20 16:36 UTC (4+ messages)
Need Help with crashed Btrfs filesystem
2020-11-20 14:57 UTC (2+ messages)
corrupt leaf; invalid root item size
2020-11-20 13:47 UTC (14+ messages)
[PATCH 5/5] btrfs: restart snapshot delete if we have to end the transaction
2020-11-20 8:48 UTC (2+ messages)
[PATCH] btrfs: free-space-cache: Fix error return code in __load_free_space_cache
2020-11-20 1:08 UTC
[PATCH] btrfs-progs: fix invalid size check for extent items
2020-11-19 21:14 UTC
[PATCH] btrfs-progs: print the eb flags for nodes as well
2020-11-19 16:17 UTC
[PATCH] btrfs-progs: only spit out the parent or ref root for ref mismatches
2020-11-19 15:42 UTC
[PATCH RFC] btrfs: introduce qgroup dirty extents threshold mechanism for snapshot drop and inode truncation
2020-11-19 7:28 UTC
[PATCH v2 0/5] btrfs: implement send/receive of compressed extents without decompressing
2020-11-18 19:19 UTC (19+ messages)
` [PATCH v2 1/5] btrfs: add send stream v2 definitions
` [PATCH v2 01/13] btrfs-progs: send: fix crash on unknown option
` [PATCH v2 02/13] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v2 2/5] btrfs: send: write larger chunks when using stream v2
` [PATCH v2 03/13] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v2 3/5] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v2 04/13] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v2 4/5] btrfs: send: send compressed extents with encoded writes
` [PATCH v2 05/13] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v2 5/5] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH v2 06/13] btrfs-progs: receive: add stub implementation for pwritev2
` [PATCH v2 07/13] btrfs-progs: receive: open files with O_CLOEXEC
` [PATCH v2 08/13] btrfs-progs: receive: process encoded_write commands
` [PATCH v2 09/13] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v2 10/13] btrfs-progs: receive: process fallocate commands
` [PATCH v2 11/13] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v2 12/13] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v2 13/13] btrfs-progs: receive: add tests for basic encoded_write send/receive
[PATCH v1 00/14] btrfs: add read-only support for subpage sector size
2020-11-18 15:56 UTC (3+ messages)
` [PATCH 01/14] btrfs: extent_io: Use detach_page_private() for alloc_extent_buffer()
[PATCH] vfs: fix fsconfig(2) LSM mount option handling for btrfs
2020-11-18 16:48 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox