linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-04 16:27:28 to 2021-06-13 13:41:04 UTC [more...]

[RFC PATCH 00/31] btrfs buffered iomap support
 2021-06-13 13:39 UTC  (23+ messages)
` [RFC PATCH 01/31] iomap: Check if blocksize == PAGE_SIZE in to_iomap_page()
` [RFC PATCH 02/31] iomap: Add submit_io to writepage_ops
` [RFC PATCH 03/31] iomap: Export iomap_writepage_end_bio()
` [RFC PATCH 04/31] iomap: Introduce iomap_readpage_ops
` [RFC PATCH 05/31] btrfs: writepage() lock extent before pages
` [RFC PATCH 06/31] btrfs: lock extents while truncating
` [RFC PATCH 07/31] btrfs: write() perform extent locks before locking page
` [RFC PATCH 08/31] btrfs: btrfs_em_to_iomap () to convert em to iomap
` [RFC PATCH 09/31] btrfs: Don't process pages if locked_page is NULL
` [RFC PATCH 10/31] btrfs: Add btrfs_map_blocks to for iomap_writeback_ops
` [RFC PATCH 11/31] btrfs: Use submit_io to submit btrfs writeback bios
` [RFC PATCH 12/31] btrfs: endio sequence for writepage
` [RFC PATCH 13/31] btrfs: do not checksum for free space inode
` [RFC PATCH 14/31] btrfs: end EXTENT_MAP_INLINE writeback early
` [RFC PATCH 15/31] btrfs: Switch to iomap_writepages()
` [RFC PATCH 16/31] btrfs: remove force_page_uptodate
` [RFC PATCH 17/31] btrfs: Introduce btrfs_iomap
` [RFC PATCH 18/31] btrfs: Add btrfs_iomap_release()
` [RFC PATCH 19/31] btrfs: Add reservation information to btrfs_iomap
` [RFC PATCH 20/31] btrfs: Carve out btrfs_buffered_iomap_begin() from write path
` [RFC PATCH 21/31] btrfs: Carve out btrfs_buffered_iomap_end from the "
` [RFC PATCH 22/31] btrfs: Set extents delalloc in iomap_end

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

[GIT PULL][PATCH v11 0/4] Update to zstd-1.4.10
 2021-06-11 20:06 UTC  (2+ messages)

Write time tree block corruption detected
 2021-06-11 19:44 UTC  (8+ messages)

[PATCH] btrfs-progs: subvolume: destroy associated qgroup when delete subvolume
 2021-06-11 17:18 UTC  (8+ messages)

[PATCH v2] btrfs: sysfs: export dev stats in devinfo directory
 2021-06-11 16:30 UTC  (2+ messages)

[PATCH] btrfs-progs: quota: Check for args.progress in cmd_quota_rescan
 2021-06-11 14:43 UTC 

[PATCH 0/3] btrfs: commit the transaction unconditionally for ensopc
 2021-06-11 14:23 UTC  (4+ messages)
` [PATCH 1/3] btrfs: rip out may_commit_transaction
` [PATCH 2/3] btrfs: rip the first_ticket_bytes logic from fail_all_tickets
` [PATCH 3/3] btrfs: rip out ->total_bytes_pinned

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

[PATCH 0/4] btrfs: shrink delalloc fixes
 2021-06-11 13:54 UTC  (5+ messages)
` [PATCH 1/4] btrfs: wait on async extents when flushing delalloc
` [PATCH 2/4] btrfs: wake up async_delalloc_pages waiters after submit
` [PATCH 3/4] fs: add a filemap_fdatawrite_wbc helper
` [PATCH 4/4] btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking

[PATCH v2 0/9] btrfs: compression: refactor and enhancement preparing for subpage compression support
 2021-06-11 13:00 UTC  (10+ messages)
` [PATCH v2 1/9] btrfs: remove a dead comment for btrfs_decompress_bio()
` [PATCH v2 2/9] btrfs: introduce compressed_bio::io_sectors to trace compressed bio more elegantly
` [PATCH v2 3/9] btrfs: hunt down the BUG_ON()s inside btrfs_submit_compressed_read()
` [PATCH v2 4/9] btrfs: hunt down the BUG_ON()s inside btrfs_submit_compressed_write()
` [PATCH v2 5/9] btrfs: introduce submit_compressed_bio() for compression
` [PATCH v2 6/9] btrfs: introduce alloc_submit_compressed_bio() "
` [PATCH v2 7/9] btrfs: make btrfs_submit_compressed_read() to determine stripe boundary at bio allocation time
` [PATCH v2 8/9] btrfs: make btrfs_submit_compressed_write() "
` [PATCH v2 9/9] btrfs: remove unused function btrfs_bio_fits_in_stripe()

[PATCH 0/9] btrfs: compression: refactor and enhancement preparing for subpage compression support
 2021-06-11 12:43 UTC  (23+ messages)
` [PATCH 1/9] btrfs: remove a dead comment for btrfs_decompress_bio()
` [PATCH 2/9] btrfs: add compressed_bio::io_sectors to trace compressed bio more elegantly
` [PATCH 3/9] btrfs: hunt down the BUG_ON()s inside btrfs_submit_compressed_read()
` [PATCH 4/9] btrfs: hunt down the BUG_ON()s inside btrfs_submit_compressed_write()
` [PATCH 5/9] btrfs: introduce submit_compressed_bio() for compression
` [PATCH 6/9] btrfs: introduce alloc_submit_compressed_bio() "
` [PATCH 7/9] btrfs: make btrfs_submit_compressed_read() to determine stripe boundary at bio allocation time
` [PATCH 8/9] "
` [PATCH 9/9] btrfs: remove unused function btrfs_bio_fits_in_stripe()

[PATCH -next v2] btrfs: send: use list_move_tail instead of list_del/list_add_tail in send.c
 2021-06-11 12:37 UTC  (2+ messages)

Combining nodatasum + compression
 2021-06-11 11:15 UTC  (4+ messages)

[PATCH -next] btrfs: send: use list_move_tail instead of list_del/list_add_tail
 2021-06-11  6:05 UTC  (4+ messages)

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  (14+ messages)

[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 

[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] 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  (6+ messages)

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  (5+ messages)
` [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 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)

[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 NNTP newsgroup(s).