Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-15 10:04:09 to 2020-11-23 16:59:15 UTC [more...]

[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: fix lockdep splat when reading qgroup config on mount
 2020-11-23 16:05 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  (10+ 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 v2 3/3] btrfs-progs: tests: Add new logical-resolve test

[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 v6 00/11] fs: interface for directly reading/writing compressed data
 2020-11-20 23:41 UTC  (19+ 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] 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 v10 00/41] btrfs: zoned block device support
 2020-11-20  4:32 UTC  (20+ messages)
` [PATCH v10 03/41] btrfs: introduce ZONED feature flag
` [PATCH v10 04/41] btrfs: get zone information of zoned block devices
` [PATCH v10 05/41] btrfs: check and enable ZONED mode
` [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] 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 v2 00/24] btrfs: preparation patches for subpage support
 2020-11-19 21:09 UTC  (48+ messages)
` [PATCH v2 01/24] btrfs: tests: fix free space tree test failure on 64K page system
` [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 10/24] btrfs: introduce a helper to determine if the sectorsize is smaller than PAGE_SIZE
` [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] 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  (20+ messages)
` [PATCH 01/14] btrfs: extent_io: Use detach_page_private() for alloc_extent_buffer()
` [PATCH 02/14] btrfs: extent_io: introduce a helper to grab an existing extent buffer from a page
` [PATCH 03/14] btrfs: extent_io: introduce the skeleton of btrfs_subpage structure
` [PATCH 04/14] btrfs: extent_io: make attach_extent_buffer_page() to handle subpage case
` [PATCH 05/14] btrfs: extent_io: make grab_extent_buffer_from_page() "
` [PATCH 06/14] btrfs: extent_io: support subpage for extent buffer page release
` [PATCH 07/14] btrfs: extent_io: make set/clear_extent_buffer_uptodate() to support subpage size
` [PATCH 08/14] btrfs: extent_io: implement try_release_extent_buffer() for subpage metadata support
` [PATCH 09/14] btrfs: extent_io: introduce read_extent_buffer_subpage()
` [PATCH 10/14] btrfs: extent_io: make endio_readpage_update_page_status() to handle subpage case
` [PATCH 11/14] btrfs: disk-io: introduce subpage metadata validation check
` [PATCH 12/14] btrfs: introduce btrfs_subpage for data inodes
` [PATCH 13/14] btrfs: integrate page status update for read path into begin/end_page_read()
` [PATCH 14/14] btrfs: allow RO mount of 4K sector size fs on 64K page system

[PATCH] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2020-11-18 16:48 UTC  (3+ messages)

[PATCH v2] btrfs: return EAGAIN when receiving a pending signal in the defrag loops
 2020-11-18  9:53 UTC  (2+ messages)

bizare bug in "btrfs subvolume show"
 2020-11-18  1:17 UTC  (7+ messages)

[PATCH][next] btrfs: fix spelling mistake "inititialize" -> "initialize"
 2020-11-17 13:07 UTC 

Corporate and Personal Loan::,
 2020-11-13 16:08 UTC 

[PATCH v2] btrfs: don't access possibly stale fs_info data for printing duplicate device
 2020-11-17 10:50 UTC  (6+ messages)

[PATCH -next] btrfs: remove unused variable
 2020-11-17  9:47 UTC 

[PATCH] btrfs: remove the useless value assignment in block_rsv_release_bytes
 2020-11-17  3:17 UTC  (3+ messages)

[PATCH] btrfs: remove the useless value assignment in btrfs_defrag_file
 2020-11-17  2:53 UTC  (3+ messages)

[PATCH] btrfs-progs: receive: fix btrfs_mount_root substring bug
 2020-11-17  0:58 UTC 

[PATCH RFC] btrfs: tree-checker: missing returns after data_ref alignment checks
 2020-11-17  0:05 UTC  (3+ messages)

[GIT PULL][PATCH v5 0/9] Update to zstd-1.4.6
 2020-11-16 16:52 UTC  (7+ messages)
` [PATCH v5 1/9] lib: zstd: Add zstd compatibility wrapper

Fwd: Read time tree block corruption detected
 2020-11-16 16:35 UTC  (22+ messages)

[PATCH 0/3] btrfs: btrfs_lookup_bio_sums() related fixes
 2020-11-16 16:27 UTC  (5+ messages)
` [PATCH 3/3] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs

[PATCH] btrfs: sysfs: remove unneeded semicolon
 2020-11-16 16:17 UTC  (2+ messages)

[PATCH v3 0/2] btrfs: paramater refactors for data and metadata endio call backs
 2020-11-16 16:14 UTC  (3+ messages)
` [PATCH v3 2/2] btrfs: pass bio_offset to check_data_csum() directly

[PATCH v2] btrfs: Simplify setup_nodes_for_search
 2020-11-16 15:47 UTC  (2+ messages)

[PATCH] btrfs: Remove useless statement in split_node
 2020-11-16 15:36 UTC  (2+ messages)

[PATCH] btrfs: remove unnecessary attempt do drop extent maps after adding inline extent
 2020-11-16 15:29 UTC  (2+ messages)

[PATCH] btrfs: skip unnecessary searches for xattrs when logging an inode
 2020-11-16 15:28 UTC  (2+ messages)

[PATCH] btrfs: stop incrementing log batch when joining log transaction
 2020-11-16 15:29 UTC  (2+ messages)

Corporate and Personal Loan/
 2020-11-10 14:09 UTC 

Corporate and Personal Loan *
 2020-11-15 16:43 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 read-only IMAP folder(s) and NNTP newsgroup(s).