public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-01 05:22:11 to 2024-11-12 00:37:52 UTC [more...]

[PATCH v6 00/17] fanotify: add pre-content hooks
 2024-11-12  0:37 UTC  (27+ messages)
` [PATCH v6 01/17] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v6 02/17] fanotify: rename a misnamed constant
` [PATCH v6 03/17] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH v6 04/17] fsnotify: introduce pre-content permission events
` [PATCH v6 05/17] fsnotify: pass optional file access range in pre-content event
` [PATCH v6 06/17] fsnotify: generate pre-content permission event on open
` [PATCH v6 07/17] fsnotify: generate pre-content permission event on truncate
` [PATCH v6 08/17] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v6 09/17] fanotify: report file range info with pre-content events
` [PATCH v6 10/17] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v6 11/17] fanotify: add a helper to check for pre content events
` [PATCH v6 12/17] fanotify: disable readahead if we have pre-content watches
` [PATCH v6 13/17] mm: don't allow huge faults for files with pre content watches
` [PATCH v6 14/17] fsnotify: generate pre-content permission event on page fault
` [PATCH v6 15/17] xfs: add pre-content fsnotify hook for write faults
` [PATCH v6 16/17] btrfs: disable defrag on pre-content watched files
` [PATCH v6 17/17] fs: enable pre-content events on supported file systems

[PATCHSET v3 0/16] Uncached buffered IO
 2024-11-11 23:37 UTC  (17+ messages)
` [PATCH 01/16] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/16] mm/readahead: add folio allocation helper
` [PATCH 03/16] mm: add PG_uncached page flag
` [PATCH 04/16] mm/readahead: add readahead_control->uncached member
` [PATCH 05/16] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 06/16] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/16] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 08/16] mm/filemap: add read support for RWF_UNCACHED
` [PATCH 09/16] mm/filemap: drop uncached pages when writeback completes
` [PATCH 10/16] mm/filemap: make buffered writes work with RWF_UNCACHED
` [PATCH 11/16] mm: add FGP_UNCACHED folio creation flag
` [PATCH 12/16] ext4: add RWF_UNCACHED write support
` [PATCH 13/16] iomap: make buffered writes work with RWF_UNCACHED
` [PATCH 14/16] xfs: punt uncached write completions to the completion wq
` [PATCH 15/16] xfs: flag as supporting FOP_UNCACHED
` [PATCH 16/16] btrfs: add support for uncached writes

[PATCH] fstests: check for ext3 support in btrfs/136
 2024-11-11 19:45 UTC  (2+ messages)

[PATCH] btrfs: use kmemdup in btrfs_uring_encoded_read
 2024-11-11 19:06 UTC 

[PATCH 0/2] btrfs: fix use-after-free in btrfs_encoded_read_endio
 2024-11-11 18:36 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] btrfs: simplify waiting for encoded read endios

fix a few zoned append issues v2 (now with Ccs)
 2024-11-11 16:08 UTC  (15+ messages)
` [PATCH 1/5] block: take chunk_sectors into account in bio_split_write_zeroes
  ` (subset) "
` [PATCH 2/5] block: fix bio_split_rw_at to take zone_write_granularity into account
` [PATCH 3/5] block: lift bio_is_zone_append to bio.h
` [PATCH 4/5] btrfs: use bio_is_zone_append in the completion handler
` [PATCH 5/5] btrfs: split bios to the fs sector size boundary

[PATCH] btrfs: add test for encoded reads
 2024-11-11 14:55 UTC 

[linux-next:master 8334/9360] fs/btrfs/ioctl.c:4975:9-16: WARNING opportunity for kmemdup
 2024-11-11 14:38 UTC 

[PATCH 1/3] btrfs: introduce btrfs_return_free_space()
 2024-11-11 14:12 UTC  (7+ messages)
` [PATCH 2/3] btrfs: drop fs_info argument from btrfs_update_space_info_*
` [PATCH 3/3] btrfs: zoned: reclaim unused zone by zone resetting

[PATCH 0/3] btrfs: zoned: implement ZONE_RESET space_info reclaiming
 2024-11-11  7:46 UTC 

About using on-stack fsdata pointer for write_begin() and write_end() callbacks
 2024-11-11  7:36 UTC  (3+ messages)

[PATCH 0/3] btrfs: btrfs_buffered_write() cleanups
 2024-11-11  3:59 UTC  (4+ messages)
` [PATCH 1/3] btrfs: make buffered write to respect fatal signals
` [PATCH 2/3] btrfs: cleanup the variables inside btrfs_buffered_write()
` [PATCH 3/3] btrfs: remove the out-of-loop cleanup from btrfs_buffered_write()

[PATCH] btrfs: add extra warning when qgroup is marked inconsistent
 2024-11-10 21:00 UTC 

[PATCH] btrfs: improve the warning and error message for btrfs_remove_qgroup()
 2024-11-10 20:59 UTC 

[syzbot] [btrfs?] BUG: MAX_LOCK_DEPTH too low! (5)
 2024-11-10  9:16 UTC 

[PATCH] btrfs-progs: improve error handling in btrfs_split_item()
 2024-11-09 23:17 UTC 

Recovering from/avoiding metadata space exhaustion
 2024-11-09 13:21 UTC  (5+ messages)

[PATCH] btrfs-progs: replace sizeof() with ARRAY_SIZE() macro
 2024-11-09  9:37 UTC 

[GIT PULL] Btrfs fixes for 6.12-rc7
 2024-11-08 17:39 UTC  (2+ messages)

[PATCH v7 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-11-08 17:27 UTC  (3+ messages)
` [PATCH v7 01/27] range: Add range_overlaps()

Mount with nologreplay and add device
 2024-11-08 10:04 UTC  (2+ messages)

[PATCH v4] btrfs: a new test case to verify mount behavior with background remounting
 2024-11-07  7:43 UTC  (4+ messages)

[PATCH 6.11 000/245] 6.11.7-rc1 review
 2024-11-07  6:33 UTC  (3+ messages)

[PATCH] btrfs: open-code btrfs_copy_from_user()
 2024-11-07  4:05 UTC 

[PATCH] btrfs: avoid superfluous calls to free_extent_map() in btrfs_encoded_read()
 2024-11-06 22:43 UTC  (3+ messages)

[PATCH] btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()
 2024-11-06 21:29 UTC  (3+ messages)

[PATCH] btrfs: remove check for NULL fs_info at btrfs_folio_end_lock_bitmap()
 2024-11-06 21:28 UTC  (3+ messages)

[PATCH] btrfs: fix a typo in btrfs_use_zone_append
 2024-11-06 20:42 UTC  (2+ messages)

[PATCH] btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()
 2024-11-06 20:32 UTC  (2+ messages)

[PATCH] io_uring/cmd: let cmds to know about dying task
 2024-11-06 19:04 UTC  (5+ messages)

[PATCH 0/2] btrfs: some fixes around check send root flags
 2024-11-06 18:31 UTC  (4+ messages)
` [PATCH 1/2] btrfs: send: check for dead send root under critical section
` [PATCH 2/2] btrfs: send: check for read-only "

[PATCH] btrfs: reinitialize delayed ref list after deleting it from the list
 2024-11-06 11:06 UTC  (2+ messages)

[PATCH] btrfs: update stale comment for struct btrfs_delayed_ref_node::add_list
 2024-11-06 11:01 UTC  (2+ messages)

[PATCH v3] btrfs: a new test case to verify mount behavior with background remounting
 2024-11-06  4:40 UTC 

[u-boot PATCH] fs: btrfs: hide 'Cannot lookup file' errors on 'load'
 2024-11-06  4:23 UTC  (2+ messages)

FAILED: Patch "btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()" failed to apply to v4.19-stable tree
 2024-11-06  2:14 UTC 

FAILED: Patch "btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()" failed to apply to v5.4-stable tree
 2024-11-06  2:13 UTC 

FAILED: Patch "btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()" failed to apply to v5.10-stable tree
 2024-11-06  2:12 UTC 

FAILED: Patch "btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()" failed to apply to v5.15-stable tree
 2024-11-06  2:11 UTC 

FAILED: Patch "btrfs: fix defrag not merging contiguous extents due to merged extent maps" failed to apply to v6.1-stable tree
 2024-11-06  2:10 UTC 

FAILED: Patch "btrfs: fix extent map merging not happening for adjacent extents" failed to apply to v6.1-stable tree
 2024-11-06  2:10 UTC 

FAILED: Patch "btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()" failed to apply to v6.1-stable tree
 2024-11-06  2:10 UTC 

FAILED: Patch "btrfs: fix defrag not merging contiguous extents due to merged extent maps" failed to apply to v6.6-stable tree
 2024-11-06  2:09 UTC 

FAILED: Patch "btrfs: fix extent map merging not happening for adjacent extents" failed to apply to v6.6-stable tree
 2024-11-06  2:09 UTC 

FAILED: Patch "btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()" failed to apply to v6.6-stable tree
 2024-11-06  2:09 UTC 

FAILED: Patch "btrfs: fix error propagation of split bios" failed to apply to v6.6-stable tree
 2024-11-06  2:08 UTC 

[PATCH] btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot()
 2024-11-05 20:51 UTC  (3+ messages)

[PATCH] btrfs: remove hole from struct btrfs_delayed_node
 2024-11-05 20:50 UTC  (3+ messages)

[PATCH] btrfs: add a test for defrag of contiguous file extents
 2024-11-05 20:20 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v6 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-11-05 18:38 UTC  (2+ messages)
` [PATCH v6 01/27] range: Add range_overlaps()

[PATCH 0/2] btrfs-progs: refactor around btrfs_insert_file_extent()
 2024-11-05  6:48 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: do not call btrfs_record_file_extent() out of btrfs-convert
` [PATCH 2/2] btrfs-progs: make btrfs_insert_file_extent() to accept an on-stack file extent item

fix a few zoned append issues
 2024-11-05  6:09 UTC  (16+ messages)
` [PATCH 1/4] block: fix bio_split_rw_at to take zone_write_granularity into account
` [PATCH 2/4] block: lift bio_is_zone_append to bio.h
` [PATCH 3/4] btrfs: use bio_is_zone_append in the completion handler
` [PATCH 4/4] btrfs: split bios to the fs sector size boundary

[PATCH v3] btrfs: handle bio_split() error
 2024-11-04 12:13 UTC 

[PATCH v2] btrfs: handle bio_split() error
 2024-11-04  7:24 UTC  (3+ messages)

[syzbot] [btrfs?] VFS: Busy inodes after unmount (use-after-free)
 2024-11-04  6:57 UTC  (3+ messages)
  ` [syzbot] [ocfs2?] "

[PATCH 1/2] io_uring/cmd: let cmds to know about dying task
 2024-11-04  0:13 UTC  (3+ messages)

[syzbot] [btrfs?] general protection fault in btrfs_search_slot
 2024-11-03 21:44 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in tree_insert_offset
 2024-11-02 14:36 UTC 

[PATCH] btrfs: Fix data race in log_conflicting_inodes
 2024-11-02  6:47 UTC  (4+ messages)

[PATCH v2] btrfs: a new test case to verify mount behavior with background remounting
 2024-11-01 20:38 UTC  (4+ messages)

[GIT PULL] Btrfs fixes for 6.12-rc6
 2024-11-01 17:48 UTC  (3+ messages)

[PATCH] btrfs: a new test case to verify mount behavior with background remounting
 2024-11-01  9:36 UTC  (3+ messages)

[syzbot] kernel BUG in close_ctree
 2024-11-01  6:17 UTC  (4+ messages)
` [syzbot] [btrfs?] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox