Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-31 19:01:25 to 2021-06-10 18:55:16 UTC [more...]

BUG: kernel NULL pointer dereference, address: 000000000000005a
 2021-06-10 18:17 UTC 

[PATCH] btrfs: sysfs: export dev stats in devinfo directory
 2021-06-10 17:54 UTC  (16+ messages)

[PATCH] fs: btrfs: Disable BTRFS on platforms having 256K pages
 2021-06-10 16:20 UTC  (4+ messages)
` [PATCH] "

Combining nodatasum + compression
 2021-06-10 14:32 UTC 

[PATCH v2 0/3] btrfs: zoned: fix writes on a compressed zoned filesystem
 2021-06-10  8:28 UTC  (8+ messages)
` [PATCH v2 2/3] btrfs: zoned: fix compressed writes

[PATCH v4 00/10] btrfs: defrag: rework to support sector perfect defrag
 2021-06-10  5:09 UTC  (11+ messages)
` [PATCH v4 01/10] btrfs: defrag: pass file_ra_state instead of file for btrfs_defrag_file()
` [PATCH v4 02/10] btrfs: defrag: extract the page preparation code into one helper
` [PATCH v4 03/10] btrfs: defrag: replace hard coded PAGE_SIZE to sectorsize for defrag_lookup_extent()
` [PATCH v4 04/10] btrfs: defrag: introduce a new helper to collect target file extents
` [PATCH v4 05/10] btrfs: defrag: introduce a helper to defrag a continuous prepared range
` [PATCH v4 06/10] btrfs: defrag: introduce a helper to defrag a range
` [PATCH v4 07/10] btrfs: defrag: introduce a new helper to defrag one cluster
` [PATCH v4 08/10] btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()
` [PATCH v4 09/10] btrfs: defrag: remove the old infrastructure
` [PATCH v4 10/10] btrfs: defrag: enable defrag for subpage case

[PATCH v3 00/10] btrfs: defrag: rework to support sector perfect defrag
 2021-06-09 23:33 UTC  (17+ messages)
` [PATCH v3 01/10] btrfs: defrag: pass file_ra_state instead of file for btrfs_defrag_file()
` [PATCH v3 02/10] btrfs: defrag: extract the page preparation code into one helper
` [PATCH v3 03/10] btrfs: defrag: replace hard coded PAGE_SIZE to sectorsize for defrag_lookup_extent()
` [PATCH v3 04/10] btrfs: defrag: introduce a new helper to collect target file extents
` [PATCH v3 05/10] btrfs: defrag: introduce a helper to defrag a continuous prepared range
` [PATCH v3 06/10] btrfs: defrag: introduce a helper to defrag a range
` [PATCH v3 07/10] btrfs: defrag: introduce a new helper to defrag one cluster
` [PATCH v3 08/10] btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()
` [PATCH v3 09/10] btrfs: defrag: remove the old infrastructure
` [PATCH v3 10/10] btrfs: defrag: enable defrag for subpage case

[GIT PULL] Btrfs fixes for 5.13-rc6
 2021-06-09 21:59 UTC  (2+ messages)

[PATCH] btrfs: Add new flag to rescan quota after subvolume creation
 2021-06-09 17:44 UTC  (3+ messages)

[PATCH] btrfs: send: fix invalid path for unlink operations after parent orphanization
 2021-06-09 16:31 UTC  (2+ messages)

include/linux/compiler_types.h:326:38: error: call to '__compiletime_assert_791' declared with attribute error: BUILD_BUG_ON failed: (BTRFS_MAX_COMPRESSED % PAGE_SIZE) != 0
 2021-06-09 15:22 UTC  (2+ messages)

Projects
 2021-06-09 12:09 UTC 

Proposal
 2021-06-09 12:10 UTC 

[PATCH] btrfs: test incremental send swapping location of a directory with a file
 2021-06-09 10:25 UTC 

Write time tree block corruption detected
 2021-06-09  8:32 UTC  (7+ messages)

[PATCH 1/2] btrfs-progs: check: add the ability to reset btrfs_dev_item::bytes_used
 2021-06-09  6:27 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: tests/fsck: add test case to make sure btrfs check can "

[PATCH v2] btrfs-progs: device: print num_stripes in usage command
 2021-06-08 15:35 UTC 

[PATCH] btrfs-progs: device: print num_stripes in usage command
 2021-06-08 14:46 UTC  (3+ messages)

[PATCH -next] btrfs: send: use list_move_tail instead of list_del/list_add_tail
 2021-06-08 14:12 UTC  (3+ messages)

[PATCH] btrfs: fix embarrassing bugs in find_next_dirty_byte()
 2021-06-08 14:06 UTC  (4+ messages)

[PATCH v4 00/30] btrfs: add data write support for subpage
 2021-06-08 11:11 UTC  (26+ messages)
` [PATCH v4 14/30] btrfs: make __extent_writepage_io() only submit dirty range "
` [PATCH v4 22/30] btrfs: fix wild subpage writeback which does not have ordered extent
` [PATCH v4 27/30] btrfs: fix a use-after-free bug in writeback subpage helper
` [PATCH v4 29/30] btrfs: fix a subpage relocation data corruption
` [PATCH v4 30/30] btrfs: allow read-write for 4K sectorsize on 64K page size systems

reflink copying does not check/set No_COW attribute and fail
 2021-06-08  2:41 UTC  (8+ messages)
        ` bug#48833: "

[PATCH v2 00/10] btrfs: defrag: rework to support sector perfect defrag
 2021-06-08  2:35 UTC  (13+ messages)
` [PATCH v2 01/10] btrfs: defrag: pass file_ra_state instead of file for btrfs_defrag_file()
` [PATCH v2 02/10] btrfs: defrag: extract the page preparation code into one helper
` [PATCH v2 03/10] btrfs: defrag: replace hard coded PAGE_SIZE to sectorsize for defrag_lookup_extent()
` [PATCH v2 04/10] btrfs: defrag: introduce a new helper to collect target file extents
` [PATCH v2 05/10] btrfs: defrag: introduce a helper to defrag a continuous prepared range
` [PATCH v2 06/10] btrfs: defrag: introduce a helper to defrag a range
` [PATCH v2 07/10] btrfs: defrag: introduce a new helper to defrag one cluster
` [PATCH v2 08/10] btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()
` [PATCH v2 09/10] btrfs: defrag: remove the old infrastructure
` [PATCH v2 10/10] btrfs: defrag: enable defrag for subpage case

[PATCH v4 1/5] btrfs: add compat_flags to btrfs_inode_item
 2021-06-07 21:43 UTC  (7+ messages)

Btrfs: Issues with remove-intensive workload
 2021-06-07 20:23 UTC 

[PATCH RERESEND v9 0/9] fs: interface for directly reading/writing compressed data
 2021-06-07 19:27 UTC  (3+ messages)

[PATCH] btrfs: handle shrink_delalloc pages calculation differently
 2021-06-07 18:44 UTC  (3+ messages)

[PATCH] btrfs: remove unused btrfs_{set,clear}_pending_and_info macros
 2021-06-07 18:11 UTC  (2+ messages)

[PATCH] btrfs: fix a rare race between metadata endio and eb freeing
 2021-06-07 17:55 UTC  (3+ messages)

[PATCH] btrfs: support other sectorsizes in _scratch_mkfs_blocksized
 2021-06-07 12:08 UTC  (6+ messages)
` [PATCH 0/2 v2] fstests: fix _scratch_mkfs_blocksized
  ` [PATCH 1/2 v2] btrfs: support other sectorsizes in _scratch_mkfs_blocksized
  ` [PATCH 2/2 v2] _scratch_mkfs_blocksized: fix indentation

[PATCH v5 0/3] btrfs: make read time repair to be only submitted for each corrupted sector
 2021-06-07  8:27 UTC  (3+ messages)
` [PATCH v5 2/3] btrfs: submit read time repair only "

Corrupted data, failed drive(s)
 2021-06-06 16:14 UTC  (6+ messages)
      `  "

[PATCH] btrfs-progs: Correct check_running_fs_exclop() return value
 2021-06-04 19:47 UTC  (4+ messages)

Looking for paid article contribution on your site
 2021-06-04 16:30 UTC 

[PATCH 5.4, 5.10] btrfs: tree-checker: do not error out if extent ref hash doesn't match
 2021-06-04 16:35 UTC  (2+ messages)

Scrub: Uncorrectable error due to SSD read error
 2021-06-04 14:00 UTC  (5+ messages)

[PATCH 0/4] Slightly how START_SYNC and WAIT_SYNC work
 2021-06-04 12:37 UTC  (8+ messages)
` [PATCH 1/4] btrfs: sink wait_for_unblock parameter to async commit
` [PATCH 2/4] btrfs: inline wait_current_trans_commit_start in its caller
` [PATCH 3/4] btrfs: replace async commit by pending actions
` [PATCH 4/4] btrfs: remove fs_info::transaction_blocked_wait

[PATCH] btrfs: Remove total_data_size variable in btrfs_batch_insert_items()
 2021-06-04 12:23 UTC  (3+ messages)

[PATCH RFC] btrfs: support other sectorsizes in _scratch_mkfs_blocksized
 2021-06-04 12:05 UTC  (5+ messages)
` PATCH "

[GIT PULL] Btrfs fixes for 5.13-rc5
 2021-06-04 11:10 UTC  (4+ messages)

[PATCH] btrfs/029: fix the test compatible with older cp(1)
 2021-06-04  6:25 UTC 

[PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-06-04  4:06 UTC  (5+ messages)

[PATCH] btrfs: Eliminate insert label in add_falloc_range
 2021-06-02 14:34 UTC  (2+ messages)

[PATCH 0/2] btrfs: zoned: limit max extent size to max zone append
 2021-06-02 11:13 UTC  (6+ messages)
` [PATCH 1/2] btrfs: add a helper for retrieving BTRFS_MAX_EXTENT_SIZE
` [PATCH 2/2] btrfs: zoned: limit ordered extent to zoned append size

[PATCH] btrfs: add a way to monitor for ENOSPC events on a file system
 2021-06-01 20:02 UTC 

[PATCH] btrfs: zoned: limit ordered extent to zoned append size
 2021-06-01 18:58 UTC  (8+ messages)

[syzbot] kernel BUG in assertfail
 2021-06-01 17:27 UTC  (7+ messages)

[PATCH] btrfs: Promote debugging asserts to full-flegded checks in validate_super
 2021-06-01 17:05 UTC  (2+ messages)

BTRFS 2-disk array with data=single slow writes on first disk
 2021-06-01  8:06 UTC 

btrfs send -c: ERROR: parent determination failed for 330
 2021-06-01  7:18 UTC  (2+ messages)

[PATCH] btrfs: Fix return value of btrfs_mark_extent_written() in case of error
 2021-06-01  6:17 UTC  (4+ messages)

[PATCH v4 0/5] btrfs: support fsverity
 2021-05-05 19:20 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).