public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-12 17:56:54 to 2024-11-18 08:42:32 UTC [more...]

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

btrfs scrub results in kernel oops does not proceed and cannot be canceled
 2024-11-18  8:26 UTC  (5+ messages)

[PATCH v3 00/10] raid1 balancing methods
 2024-11-18  7:34 UTC  (21+ messages)
` [PATCH v3 01/10] btrfs: initialize fs_devices->fs_info earlier
` [PATCH v3 02/10] btrfs: simplify output formatting in btrfs_read_policy_show
` [PATCH v3 03/10] btrfs: add btrfs_read_policy_to_enum helper and refactor read policy store
` [PATCH v3 04/10] btrfs: handle value associated with raid1 balancing parameter
` [PATCH v3 05/10] btrfs: introduce RAID1 round-robin read balancing
` [PATCH v3 06/10] btrfs: add RAID1 preferred read device
` [PATCH v3 07/10] btrfs: pr CONFIG_BTRFS_EXPERIMENTAL status
` [PATCH v3 08/10] btrfs: fix CONFIG_BTRFS_EXPERIMENTAL migration
` [PATCH v3 09/10] btrfs: enable RAID1 balancing configuration via modprobe parameter
` [PATCH v3 10/10] btrfs: modload to print RAID1 balancing status
` [PATCH 0/2] fstests: refine filesystem module reload handling
  ` [PATCH 1/2] fstests: move fs-module reload to earlier in the run_section function
  ` [PATCH 2/2] fstests: FS_MODULE_RELOAD_OPTIONS to control filesystem module reload options

Re: [PATCH] fs/btrfs: Pass write-hint for buffered IO
 2024-11-15  3:05 UTC  (2+ messages)
  `  "

[PATCH u-boot v2] fs: btrfs: hide duplicate 'Cannot lookup file' error on 'load'
 2024-11-15 21:39 UTC  (2+ messages)

[GIT PULL] Btrfs fix for 6.12-rc8
 2024-11-15 18:59 UTC  (2+ messages)

[PATCH 0/2] btrfs: add a delayed ref self test
 2024-11-15 18:33 UTC  (7+ messages)
` [PATCH 1/2] btrfs: move select_delayed_ref and export it
` [PATCH 2/2] btrfs: add delayed ref self tests

[PATCH] btrfs: add io_uring interface for encoded writes
 2024-11-15 17:29 UTC  (5+ messages)

[PATCH] btrfs: dont loop for nowait writes when checking for cross references
 2024-11-15 16:10 UTC  (2+ messages)

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

[PATCH v2] btrfs: fix lockdep warnings on io_uring encoded reads
 2024-11-15 15:49 UTC 

[PATCH] btrfs: fix lockdep warnings on io_uring encoded reads
 2024-11-15 15:43 UTC  (6+ messages)

[PATCH] btrfs: ref-verify: fix use-after-free after invalid ref action
 2024-11-15 12:03 UTC  (2+ messages)

[PATCH v7 00/18] fanotify: add pre-content hooks
 2024-11-15 11:47 UTC  (39+ messages)
` [PATCH v7 01/18] fsnotify: opt-in for permission events at file_open_perm() time
` [PATCH v7 05/18] fsnotify: introduce pre-content permission events
` [PATCH v7 07/18] fsnotify: generate pre-content permission event on open
` [PATCH v7 09/18] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v7 12/18] fanotify: add a helper to check for pre content events
` [PATCH v7 16/18] xfs: add pre-content fsnotify hook for write faults
` [PATCH v7 17/18] btrfs: disable defrag on pre-content watched files
` [PATCH v7 18/18] fs: enable pre-content events on supported file systems

[syzbot] [btrfs?] KASAN: slab-use-after-free Read in free_block_entry
 2024-11-15 10:35 UTC 

[PATCH] btrfs/327: add a test case to verify inline extent data read
 2024-11-15  9:19 UTC 

[PATCH] btrfs: fix inline data extent reads which zero out the remaining part
 2024-11-15  8:45 UTC 

[PATCH] btrfs: sysfs: advertise experimental features only if CONFIG_BTRFS_EXPERIMENTAL=y
 2024-11-15  6:15 UTC  (4+ messages)

[PATCH 0/2] btrfs: allow creating inline data extents for sector size < page size case
 2024-11-15  6:03 UTC  (3+ messages)
` [PATCH 1/2] btrfs: fix the qgroup data free range for inline data extents
` [PATCH 2/2] btrfs: allow inline data extents creation if sector size < page size

[PATCH] btrfs: remove unused macros in ctree.h
 2024-11-14 20:11 UTC  (4+ messages)

[PATCH] btrfs: fix incorrect comparison for delayed refs
 2024-11-14 16:01 UTC  (4+ messages)

[PATCH v2] btrfs: fix improper generation check in snapshot delete
 2024-11-14 15:50 UTC  (2+ messages)

[PATCH] btrfs: fix deadlock between transaction commits and extent locks
 2024-11-14 12:47 UTC  (2+ messages)

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

[PATCH v2 0/3] btrfs: zoned: implement ZONE_RESET space_info reclaiming
 2024-11-14  8:04 UTC  (4+ messages)
` [PATCH v2 1/3] btrfs: introduce btrfs_return_free_space()
` [PATCH v2 2/3] btrfs: drop fs_info argument from btrfs_update_space_info_*
` [PATCH v2 3/3] btrfs: zoned: reclaim unused zone by zone resetting

[PATCH 3/3] btrfs: zoned: reclaim unused zone by zone resetting
 2024-11-14  7:09 UTC  (5+ messages)

[PATCH] btrfs: add test for encoded reads
 2024-11-14  5:06 UTC  (4+ messages)

[PATCH] btrfs/321: make the filter to handle older btrfs-progs
 2024-11-14  1:10 UTC  (3+ messages)

(no subject)
 2024-11-13 22:20 UTC 

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

validate queue limits in btrfs
 2024-11-13 18:46 UTC  (7+ messages)
` [PATCH 1/2] block: export blk_validate_limits
` [PATCH 2/2] btrfs: validate queue limits

[GIT PULL] Btrfs updates for 6.13
 2024-11-13 18:13 UTC 

[PATCH] btrfs: fix improper generation check in snapshot delete
 2024-11-13 16:49 UTC  (4+ messages)

[PATCH] btrfs: send: fix invalid clone operation for file that got its size decreased
 2024-11-13 16:50 UTC  (5+ messages)
` [PATCH v2] "

[syzbot] [btrfs?] BUG: unable to handle kernel paging request in btrfs_stop_all_workers
 2024-11-13 15:32 UTC 

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

[PATCH][next] btrfs: send: remove redundant assignments to variable ret
 2024-11-13 13:00 UTC 

Recovering from/avoiding metadata space exhaustion
 2024-11-13 11:02 UTC  (6+ messages)

[PATCH v3] btrfs: handle bio_split() error
 2024-11-13 10:08 UTC  (3+ messages)

[PATCH v2 0/2] btrfs: fix use-after-free in btrfs_encoded_read_endio
 2024-11-13  8:01 UTC  (4+ messages)
` [PATCH v2 1/2] "

[bug report] blktests zbd/009 lead kernel panic on latest linux-block/for-next
 2024-11-13  7:20 UTC  (2+ messages)

[PATCHSET v3 0/16] Uncached buffered IO
 2024-11-12 18:47 UTC  (10+ messages)
` [PATCH 12/16] ext4: add RWF_UNCACHED write support
` [PATCH 13/16] iomap: make buffered writes work with RWF_UNCACHED


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