linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-06 13:58:19 to 2020-11-11 15:51:20 UTC [more...]

[PATCH 0/2] fix verify_one_dev_extent and btrfs_find_device
 2020-11-11 15:49 UTC  (4+ messages)
` [PATCH RESEND "

[PATCH RESEND v2 0/3] cleanup btrfs_find_device and fix sysbot warning
 2020-11-11 15:33 UTC  (5+ messages)
` [PATCH RESEND v2 1/3] btrfs: drop never met condition of disk_total_bytes == 0

[PATCH 0/8] Locking cleanups and lockdep fix
 2020-11-11 14:59 UTC  (21+ messages)
` [PATCH 1/8] btrfs: cleanup the locking in btrfs_next_old_leaf
` [PATCH 2/8] btrfs: unlock to current level "
` [PATCH 3/8] btrfs: kill path->recurse
` [PATCH 4/8] btrfs: remove the recursion handling code in locking.c
` [PATCH 5/8] btrfs: remove __btrfs_read_lock_root_node
` [PATCH 6/8] btrfs: use btrfs_tree_read_lock in btrfs_search_slot
` [PATCH 7/8] btrfs: remove the recurse parameter from __btrfs_tree_read_lock
` [PATCH 8/8] btrfs: remove ->recursed from extent_buffer

[PATCH 0/1] cleanup btrfs_free_extra_devids() drop arg step
 2020-11-11 14:57 UTC  (6+ messages)
` [PATCH 1/1] btrfs: "

[PATCH] fstests: btrfs: check qgroup doesn't crash when beyond limit
 2020-11-11 14:38 UTC  (2+ messages)

[GIT PULL] Btrfs updates for v5.10-rc4
 2020-11-11 13:39 UTC  (2+ messages)

[PATCH v2] btrfs: qgroup: don't commit transaction when we have already hold a transaction handler
 2020-11-11 11:38 UTC 

[PATCH] btrfs: qgroup: don't commit transaction when we have already hold a transaction handler
 2020-11-11 10:10 UTC  (2+ messages)

Corporate and Personal Loan *
 2020-11-11  8:30 UTC 

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-11  7:20 UTC  (55+ messages)
` [PATCH v10 01/41] block: add bio_add_zone_append_page
` [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 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 v10 11/41] btrfs: implement log-structured superblock for "
` [PATCH v10 12/41] btrfs: implement zoned chunk allocator
` [PATCH v10 13/41] btrfs: verify device extent is aligned to zone
` [PATCH v10 14/41] btrfs: load zone's alloction offset
` [PATCH v10 15/41] btrfs: emulate write pointer for conventional zones
` [PATCH v10 16/41] btrfs: track unusable bytes for zones
` [PATCH v10 17/41] btrfs: do sequential extent allocation in ZONED mode
` [PATCH v10 18/41] btrfs: reset zones of unused block groups
` [PATCH v10 19/41] btrfs: redirty released extent buffers in ZONED mode
` [PATCH v10 20/41] btrfs: extract page adding function
` [PATCH v10 21/41] btrfs: use bio_add_zone_append_page for zoned btrfs
` [PATCH v10 22/41] btrfs: handle REQ_OP_ZONE_APPEND as writing
` [PATCH v10 23/41] btrfs: split ordered extent when bio is sent
  ` [RFC PATCH] btrfs: extract_ordered_extent() can be static
  ` [PATCH v10.1 23/41] btrfs: split ordered extent when bio is sent
` [PATCH v10 24/41] btrfs: extend btrfs_rmap_block for specifying a device
` [PATCH v10 25/41] btrfs: use ZONE_APPEND write for ZONED btrfs
` [PATCH v10 26/41] btrfs: enable zone append writing for direct IO
` [PATCH v10 27/41] btrfs: introduce dedicated data write path for ZONED mode
` [PATCH v10 28/41] btrfs: serialize meta IOs on "
` [PATCH v10 29/41] btrfs: wait existing extents before truncating
` [PATCH v10 30/41] btrfs: avoid async metadata checksum on ZONED mode
` [PATCH v10 31/41] btrfs: mark block groups to copy for device-replace
` [PATCH v10 32/41] btrfs: implement cloning for ZONED device-replace
` [PATCH v10 33/41] btrfs: implement copying "
` [PATCH v10 34/41] btrfs: support dev-replace in ZONED mode
` [PATCH v10 35/41] btrfs: enable relocation "
` [PATCH v10 36/41] btrfs: relocate block group to repair IO failure in ZONED
` [PATCH v10 37/41] btrfs: split alloc_log_tree()
` [PATCH v10 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group
  ` [PATCH v10.1 "
` [PATCH v10 39/41] btrfs: serialize log transaction on ZONED mode
` [PATCH v10 40/41] btrfs: reorder log node allocation
` [PATCH v10 41/41] btrfs: enable to mount ZONED incompat flag

[PATCH] btrfs: tests: fix free space tree test failure on 64K page system
 2020-11-11  7:02 UTC 

[PATCH 00/32] btrfs: preparation patches for subpage support
 2020-11-11  2:21 UTC  (51+ messages)
` [PATCH 04/32] btrfs: extent_io: extract the btree page submission code into its own helper function
` [PATCH 11/32] btrfs: disk-io: make csum_tree_block() handle sectorsize smaller than page size
` [PATCH 12/32] btrfs: disk-io: extract the extent buffer verification from btrfs_validate_metadata_buffer()
` [PATCH 14/32] btrfs: inode: make btrfs_readpage_end_io_hook() follow sector size
` [PATCH 15/32] btrfs: introduce a helper to determine if the sectorsize is smaller than PAGE_SIZE
` [PATCH 17/32] btrfs: extent_io: don't allow tree block to cross page boundary for subpage support
` [PATCH 19/32] btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors
` [PATCH 23/32] btrfs: file-item: remove the btrfs_find_ordered_sum() call in btrfs_lookup_bio_sums()
` [PATCH 24/32] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs
` [PATCH 27/32] btrfs: scrub: use flexible array for scrub_page::csums
` [PATCH 29/32] btrfs: scrub: introduce scrub_page::page_len for subpage support
` [PATCH 31/32] btrfs: scrub: support subpage tree block scrub

[PATCH v2] btrfs-progs: restore: Have -l display subvolume name
 2020-11-11  1:36 UTC  (2+ messages)

[PATCH] btrfs-progs: Sort main help menu
 2020-11-11  1:36 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: rescue: Add create-control-device subcommand
 2020-11-11  1:33 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH v2 0/2] btrfs: paramater refactors for data and metadata endio call backs
 2020-11-11  0:05 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: remove the phy_offset parameter for btrfs_validate_metadata_buffer()
` [PATCH v2 2/2] btrfs: pass disk_bytenr directly for check_data_csum()

[PATCH 0/4] btrfs: fix cases of stat(2) reporting incorrect number of used blocks
 2020-11-10 21:46 UTC  (5+ messages)
` [PATCH 4/4] btrfs: update the number of bytes used by an inode atomically

Problems with corrupted metadata
 2020-11-10 21:17 UTC 

[GIT PULL][PATCH v5 0/9] Update to zstd-1.4.6
 2020-11-10 20:38 UTC  (14+ messages)
` [PATCH v5 1/9] lib: zstd: Add zstd compatibility wrapper
` [PATCH v5 5/9] btrfs: zstd: Switch to the zstd-1.4.6 API

KASAN: null-ptr-deref Write in start_transaction
 2020-11-10 18:55 UTC 

[btrfs] fac2f60d5f: fsmark.files_per_sec 62.6% improvement
 2020-11-10 14:08 UTC  (2+ messages)

Subject: [RFC] clang tooling cleanups
 2020-11-10 13:12 UTC  (3+ messages)

[PATCH v9 01/41] block: add bio_add_zone_append_page
 2020-11-10 11:12 UTC  (21+ messages)
` [PATCH v9 18/41] btrfs: reset zones of unused block groups
` [PATCH v9 19/41] btrfs: redirty released extent buffers in ZONED mode
` [PATCH v9 21/41] btrfs: use bio_add_zone_append_page for zoned btrfs
` [PATCH v9 33/41] btrfs: implement copying for ZONED device-replace
` [PATCH v9 37/41] btrfs: split alloc_log_tree()
` [PATCH v9 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group

[PATCH v9 00/41] btrfs: zoned block device support
 2020-11-10 10:14 UTC  (4+ messages)
` [PATCH v9 07/41] btrfs: disallow space_cache in ZONED mode

KASAN: slab-out-of-bounds Read in btrfs_scan_one_device
 2020-11-10  9:25 UTC 

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

[PATCH v2] btrfs-progs: filesystem usage: add avail info from statfs()
 2020-11-10  0:52 UTC 

[PATCH] btrfs-progs: filesystem usage: add avail info from statfs()
 2020-11-09 23:16 UTC  (2+ messages)

[PATCH 00/14][REBASED] Set the lockdep class on eb's at allocation time
 2020-11-09 16:50 UTC  (4+ messages)
` [PATCH 02/14] btrfs: cleanup extent buffer readahead

[PATCH 0/2] btrfs: paramater refactors for data and metadata endio call backs
 2020-11-09 12:34 UTC  (7+ messages)
` [PATCH 1/2] btrfs: remove the phy_offset parameter for btrfs_validate_metadata_buffer()
` [PATCH 2/2] btrfs: use more straightforward disk_bytenr to replace icsum for check_data_csum()

[PATCH v2] generic: test for non-zero used blocks while writing into a file
 2020-11-09 12:01 UTC 

[PATCH 1/2] generic: test number of blocks used by a file after mwrite into a hole
 2020-11-09 11:57 UTC  (6+ messages)
` [PATCH 2/2] generic: test for non-zero used blocks while writing into a file

[PATCH 0/2] btrfs-progs: add new precaution check for incoming subpage support
 2020-11-09  5:39 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: check: detect and warn about tree blocks cross 64K page boundary
` [PATCH 2/2] btrfs-progs: tests: check the result log for critical warnings

btdu - sampling disk usage profiler for btrfs
 2020-11-08 10:26 UTC 

[PATCH] btrfs-progs: doc: snapshot -r and -i can be used together
 2020-11-08  3:15 UTC  (2+ messages)

Fwd: Read time tree block corruption detected
 2020-11-07 19:50 UTC  (23+ messages)

Move from 5.9.3 kernel to 5.4.75?
 2020-11-07 15:52 UTC  (3+ messages)

[4.19] Security fixes (blktrace, btrfs)
 2020-11-07 15:27 UTC  (2+ messages)

Im rechtlichen Kontext
 2020-11-07  8:44 UTC 

raid 5/6 - is this implemented?
 2020-11-07  1:43 UTC  (2+ messages)

[PATCH v6 00/10] btrfs: free space tree mounting fixes
 2020-11-06 16:39 UTC  (2+ messages)

[WORKFLOW] Git commit hooks now in btrfs-workflow tree
 2020-11-06 14:50 UTC 

[PATCH 0/4] fixes for btrfs async discards
 2020-11-06 14:19 UTC  (5+ 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).