linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-28 07:58:37 to 2023-06-29 04:20:57 UTC [more...]

[RFC][PATCH] fanotify: disallow mount/sb marks on kernel internal pseudo fs
 2023-06-29  4:20 UTC 

[syzbot] [ext4?] general protection fault in ext4_put_io_end_defer
 2023-06-29  3:57 UTC  (2+ messages)

[PATCH 1/7] block: add queue_logical_block_mask() and bdev_logical_block_mask()
 2023-06-29  3:44 UTC  (11+ messages)
` [PATCH 2/7] block: Convert to bdev_logical_block_mask()
` [PATCH 3/7] md: Convert to queue_logical_block_mask()
` [PATCH 4/7] buffer: Convert to bdev_logical_block_mask()
` [PATCH 5/7] iomap: "
` [PATCH 6/7] xfs: "
` [PATCH 7/7] erofs: "

[syzbot] [ext4?] UBSAN: shift-out-of-bounds in ext4_handle_clustersize
 2023-06-29  3:35 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_find_extent (3)
 2023-06-29  3:18 UTC  (2+ messages)

[PATCH] fs/vboxsf: Replace kmap() with kmap_local_{page, folio}()
 2023-06-29  3:16 UTC  (8+ messages)

[PATCH 01/23] btrfs: pass a flags argument to cow_file_range
 2023-06-29  2:34 UTC 

[GIT PULL] bcachefs
 2023-06-29  1:33 UTC  (36+ messages)

[PATCH] writeback: Account the number of pages written back
 2023-06-29  1:02 UTC  (4+ messages)

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-06-29  0:39 UTC  (4+ messages)
` [PATCH v7 1/2] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v7 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
  ` [Linux-cachefs] "

[PATCH v5 0/6] Per-VMA lock support for swap and userfaults
 2023-06-29  0:19 UTC  (9+ messages)
` [PATCH v5 1/6] swap: remove remnants of polling from read_swap_cache_async
` [PATCH v5 2/6] mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
` [PATCH v5 3/6] mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
` [PATCH v5 4/6] mm: change folio_lock_or_retry to use vm_fault directly
` [PATCH v5 5/6] mm: handle swap page faults under per-VMA lock
` [PATCH v5 6/6] mm: handle userfaults under VMA lock

[syzbot] [f2fs?] general protection fault in f2fs_drop_extent_tree
 2023-06-28 23:27 UTC 

[GIT PULL] sysctl changes for v6.5-rc1
 2023-06-28 23:15 UTC  (2+ messages)

[syzbot] [reiserfs?] general protection fault in __hrtimer_run_queues (3)
 2023-06-28 23:05 UTC 

[Reproducer] Corruption, possible race between splice and FALLOC_FL_PUNCH_HOLE
 2023-06-28 22:41 UTC  (12+ messages)

[PATCH 1/2] kernfs: add kernfs_ops.free operation to free resources tied to the file
 2023-06-28 21:50 UTC  (22+ messages)

[PATCH v3 0/3+1] fanotify accounting for fs/splice.c
 2023-06-28 20:18 UTC  (12+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] splice: always fsnotify_access(in), fsnotify_modify(out) on success

[PATCH] afs: Fix accidental truncation when storing data
 2023-06-28 20:15 UTC  (2+ messages)

[PATCH 00/12] Convert write_cache_pages() to an iterator
 2023-06-28 20:03 UTC  (8+ messages)
` [PATCH 09/12] writeback: Factor writeback_iter_next() out of write_cache_pages()

[PATCH] drop me from MAINTAINERS for iomap
 2023-06-28 17:56 UTC  (2+ messages)

[PATCH v2] fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap_file_buffered_write_punch_delalloc
 2023-06-28 17:55 UTC  (3+ messages)

[PATCH v4 0/6] Per-VMA lock support for swap and userfaults
 2023-06-28 16:47 UTC  (15+ messages)
` [PATCH v4 1/6] swap: remove remnants of polling from read_swap_cache_async
` [PATCH v4 2/6] mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
` [PATCH v4 3/6] mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
` [PATCH v4 4/6] mm: change folio_lock_or_retry to use vm_fault directly
` [PATCH v4 5/6] mm: handle swap page faults under per-VMA lock
` [PATCH v4 6/6] mm: handle userfaults under VMA lock

[LTP RFC PATCH v2] inotify13: new test for fs/splice.c functions vs pipes vs inotify
 2023-06-28 16:03 UTC  (4+ messages)
` [LTP RFC PATCH v3] "

btrfs compressed writeback cleanups
 2023-06-28 15:45 UTC  (25+ messages)
` [PATCH 01/23] btrfs: pass a flags argument to cow_file_range
` [PATCH 02/23] btrfs: don't create inline extents in fallback_to_cow
` [PATCH 03/23] btrfs: split page locking out of __process_pages_contig
` [PATCH 04/23] btrfs: remove btrfs_writepage_endio_finish_ordered
` [PATCH 05/23] btrfs: remove end_extent_writepage
` [PATCH 06/23] btrfs: reduce debug spam from submit_compressed_extents
` [PATCH 07/23] btrfs: remove the return value from submit_uncompressed_range
` [PATCH 08/23] btrfs: remove the return value from extent_write_locked_range
` [PATCH 09/23] btrfs: improve the delalloc_to_write calculation in writepage_delalloc
` [PATCH 10/23] btrfs: reduce the number of arguments to btrfs_run_delalloc_range
` [PATCH 11/23] btrfs: clean up the check for uncompressed ranges in submit_one_async_extent
` [PATCH 12/23] btrfs: don't clear async_chunk->inode in async_cow_start
` [PATCH 13/23] btrfs: merge async_cow_start and compress_file_range
` [PATCH 14/23] btrfs: merge submit_compressed_extents and async_cow_submit
` [PATCH 15/23] btrfs: streamline compress_file_range
` [PATCH 16/23] btrfs: further simplify the compress or not logic in compress_file_range
` [PATCH 17/23] btrfs: use a separate label for the incompressible case "
` [PATCH 18/23] btrfs: share the code to free the page array "
` [PATCH 19/23] btrfs: don't redirty pages "
` [PATCH 20/23] btrfs: refactor the zoned device handling in cow_file_range
` [PATCH 21/23] btrfs: don't redirty locked_page in run_delalloc_zoned
` [PATCH 22/23] btrfs: fix zoned handling in submit_uncompressed_range
` [PATCH 23/23] mm: remove folio_account_redirty

[PATCH v6 0/3] shmemfs stable directory offsets
 2023-06-28 15:25 UTC  (4+ messages)
` [PATCH v6 1/3] libfs: Add directory operations for stable offsets
` [PATCH v6 2/3] shmem: Refactor shmem_symlink()
` [PATCH v6 3/3] shmem: stable directory offsets

[GIT PULL] Filesystem fixes for 6.5-rc1
 2023-06-28 15:23 UTC 

[GIT PULL] fsnotify changes for 6.5-rc1
 2023-06-28 15:18 UTC 

[PATCH v5 0/3] shmemfs stable directory offsets
 2023-06-28 14:27 UTC  (4+ messages)
` [PATCH v5 1/3] libfs: Add directory operations for stable offsets

[PATCH v2 0/7] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
 2023-06-28 13:21 UTC  (8+ messages)
` [PATCH v2 1/7] quota: factor out dquot_write_dquot()
` [PATCH v2 2/7] quota: add new global dquot list releasing_dquots
` [PATCH v2 3/7] quota: rename dquot_active() to inode_dquot_active()
` [PATCH v2 4/7] quota: add new helper dquot_active()
` [PATCH v2 5/7] quota: fix dqput() to follow the guarantees dquot_srcu should provide
` [PATCH v2 6/7] quota: simplify drop_dquot_ref()
` [PATCH v2 7/7] quota: remove unused function put_dquot_list()

[PATCH v13 0/9] Implement copy offload support
 2023-06-28 12:52 UTC  (16+ messages)
    ` [PATCH v13 1/9] block: Introduce queue limits for copy-offload support
    ` [PATCH v13 2/9] block: Add copy offload support infrastructure
    ` [PATCH v13 3/9] block: add emulation for copy
    ` [PATCH v13 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
    ` [PATCH v13 5/9] nvme: add copy offload support
    ` [PATCH v13 6/9] nvmet: add copy command support for bdev and file ns
    ` [PATCH v13 7/9] dm: Add support for copy offload
    ` [PATCH v13 8/9] dm: Enable copy offload for dm-linear target
    ` [PATCH v13 9/9] null_blk: add support for copy offload

[PATCH v22 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-28 12:11 UTC  (7+ messages)
` [PATCH v22 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v22 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v22 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v22 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v22 5/5] selftests: mm: add pagemap ioctl tests

ask for help: Overlay FS - user failed to write when lower directory has no R-bit but only W-bit
 2023-06-28 11:35 UTC  (2+ messages)

[PATCH 0/2] btrfs: port to new mount api
 2023-06-28 11:01 UTC  (5+ messages)

[PATCH] mm/filemap.c:fix update prev_pos after one read request done
 2023-06-28 11:02 UTC 

[PATCH] fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigate a false sharing
 2023-06-28 10:56 UTC 

[PATCH v2 0/3] fanotify accounting for fs/splice.c
 2023-06-28 10:38 UTC  (4+ messages)
` [PATCH v3 0/3+1] "

[PATCH] mm: introduce statistic for inode's gen&tier
 2023-06-28  6:11 UTC  (2+ messages)

[PATCH] mm: increase usage of folio_next_index() helper
 2023-06-28  4:54 UTC  (2+ messages)

[syzbot] [f2fs?] possible deadlock in f2fs_fiemap
 2023-06-28  8:46 UTC  (2+ messages)

[PATCH v21 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-28  6:03 UTC  (8+ messages)
` [PATCH v21 2/5] fs/proc/task_mmu: "

[PATCH v2] readahead: Correct the start and size in ondemand_readahead()
 2023-06-28  4:43 UTC 

[syzbot] [reiserfs?] kernel BUG in flush_commit_list
 2023-06-28  7:07 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).