Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-05 16:51:18 to 2023-06-07 02:15:26 UTC [more...]

[PATCH v7 0/5] Introduce provisioning primitives
 2023-06-07  2:15 UTC  (11+ messages)

[PATCH] ceph: Convert ceph_writepages_start() to use folios a little more
 2023-06-07  0:31 UTC  (4+ messages)

[syzbot] [ext4?] KASAN: slab-use-after-free Read in __ext4_iget
 2023-06-07  0:11 UTC 

[PATCH 1/1] page cache: fix page_cache_next/prev_miss off by one
 2023-06-06 23:35 UTC  (4+ messages)

[PATCH v2 00/14] gfs2/buffer folio changes for 6.5
 2023-06-06 23:26 UTC  (17+ messages)
` [PATCH v2 01/14] gfs2: Use a folio inside gfs2_jdata_writepage()
` [PATCH v2 02/14] gfs2: Pass a folio to __gfs2_jdata_write_folio()
` [PATCH v2 03/14] gfs2: Convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()
` [PATCH v2 04/14] buffer: Convert __block_write_full_page() to __block_write_full_folio()
` [PATCH v2 05/14] gfs2: Support ludicrously large folios in gfs2_trans_add_databufs()
` [PATCH v2 06/14] buffer: Make block_write_full_page() handle large folios correctly
` [PATCH v2 07/14] buffer: Convert block_page_mkwrite() to use a folio
` [PATCH v2 08/14] buffer: Convert __block_commit_write() to take "
` [PATCH v2 09/14] buffer; Convert page_zero_new_buffers() to folio_zero_new_buffers()
` [PATCH v2 10/14] buffer: Convert grow_dev_page() to use a folio
` [PATCH v2 11/14] buffer: Convert init_page_buffers() to folio_init_buffers()
` [PATCH v2 12/14] buffer: Convert link_dev_buffers to take a folio
` [PATCH v2 13/14] buffer: Use a folio in __find_get_block_slow()
` [PATCH v2 14/14] buffer: Convert block_truncate_page() to use a folio

[syzbot] Monthly f2fs report (Jun 2023)
 2023-06-06 23:21 UTC 

decouple block open flags from fmode_t
 2023-06-06 23:00 UTC  (41+ messages)
` [PATCH 01/31] block: also call ->open for incremental partition opens
` [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [PATCH 09/31] block: pass a gendisk to ->open
` [PATCH 10/31] block: remove the unused mode argument to ->release
` [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/31] bcache: "
` [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 15/31] btrfs: "
` [PATCH 16/31] block: use the holder as indication for exclusive opens
` [PATCH 17/31] block: add a sb_open_mode helper
` [PATCH 18/31] fs: remove sb->s_mode
` [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 25/31] ubd: remove commented out code in ubd_open
` [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
` [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 30/31] block: store the holder in file->private_data
` [PATCH 31/31] fs: remove the now unused FMODE_* flags

[syzbot] [btrfs?] INFO: task hung in btrfs_sync_file (2)
 2023-06-06 22:45 UTC  (3+ messages)

[PATCH v2 0/3] mm: Make unregistration of super_block shrinker more faster
 2023-06-06 22:30 UTC  (15+ messages)
` [PATCH v2 1/3] mm: vmscan: move shrinker_debugfs_remove() before synchronize_srcu()
` [PATCH v2 2/3] mm: Split unregister_shrinker() in fast and slow part
` [PATCH v2 3/3] fs: Use delayed shrinker unregistration

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

[PATCH 0/2] sysctl: move umh and keys sysctls
 2023-06-06 20:39 UTC  (7+ messages)
` [PATCH 1/2] sysctl: move umh sysctl registration to its own file
` [PATCH 2/2] sysctl: move security keys "

[PATCH 0/6] vfs: provide automatic kernel freeze / resume
 2023-06-06 20:18 UTC  (5+ messages)
  ` [fuse-devel] "

[RFC PATCH 00/19] hugetlb support for KVM guest_mem
 2023-06-06 19:04 UTC  (20+ messages)
` [RFC PATCH 01/19] mm: hugetlb: Expose get_hstate_idx()
` [RFC PATCH 02/19] mm: hugetlb: Move and expose hugetlbfs_zero_partial_page
` [RFC PATCH 03/19] mm: hugetlb: Expose remove_inode_hugepages
` [RFC PATCH 04/19] mm: hugetlb: Decouple hstate, subpool from inode
` [RFC PATCH 05/19] mm: hugetlb: Allow alloc_hugetlb_folio() to be parametrized by subpool and hstate
` [RFC PATCH 06/19] mm: hugetlb: Provide hugetlb_filemap_add_folio()
` [RFC PATCH 07/19] mm: hugetlb: Refactor vma_*_reservation functions
` [RFC PATCH 08/19] mm: hugetlb: Refactor restore_reserve_on_error
` [RFC PATCH 09/19] mm: hugetlb: Use restore_reserve_on_error directly in filesystems
` [RFC PATCH 10/19] mm: hugetlb: Parametrize alloc_hugetlb_folio_from_subpool() by resv_map
` [RFC PATCH 11/19] mm: hugetlb: Parametrize hugetlb functions "
` [RFC PATCH 12/19] mm: truncate: Expose preparation steps for truncate_inode_pages_final
` [RFC PATCH 13/19] KVM: guest_mem: Refactor kvm_gmem fd creation to be in layers
` [RFC PATCH 14/19] KVM: guest_mem: Refactor cleanup to separate inode and file cleanup
` [RFC PATCH 15/19] KVM: guest_mem: hugetlb: initialization and cleanup
` [RFC PATCH 16/19] KVM: guest_mem: hugetlb: allocate and truncate from hugetlb
` [RFC PATCH 17/19] KVM: selftests: Add basic selftests for hugetlbfs-backed guest_mem
` [RFC PATCH 18/19] KVM: selftests: Support various types of backing sources for private memory
` [RFC PATCH 19/19] KVM: selftests: Update test for various private memory backing source types

[PATCH 0/8] Remove child from struct ctl_table
 2023-06-06 18:56 UTC  (2+ messages)

[PATCH 6/8] test_sysclt: Test for registering a mount point
 2023-06-06 18:47 UTC  (3+ messages)

[PATCH v2 0/7] Create large folios in iomap buffered write path
 2023-06-06 18:07 UTC  (6+ messages)
` [PATCH v2 7/7] iomap: Copy larger chunks from userspace

[PATCH 0/6] vfs: provide automatic kernel freeze / resume
 2023-06-06 17:19 UTC  (5+ messages)
` [PATCH 3/6] fs: distinguish between user initiated freeze and kernel initiated freeze

[PATCHv7 0/6] iomap: Add support for per-block dirty state to improve write performance
 2023-06-06 16:29 UTC  (16+ messages)
` [PATCHv7 1/6] iomap: Rename iomap_page_create/release() to iomap_iop_alloc/free()
` [PATCHv7 3/6] iomap: Refactor some iop related accessor functions
` [PATCHv7 4/6] iomap: Refactor iomap_write_delalloc_punch() function out
` [PATCHv7 5/6] iomap: Allocate iop in ->write_begin() early
` [PATCHv7 6/6] iomap: Add per-block dirty state tracking to improve performance

Is coredump_wait broken in 6.4-rc5?
 2023-06-06 15:28 UTC 

[PATCHv8 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-06-06 15:16 UTC  (11+ messages)
` [PATCHv8 1/5] iomap: Rename iomap_page to iomap_folio and others
` [PATCHv8 2/5] iomap: Renames and refactor iomap_folio state bitmap handling
` [PATCHv8 3/5] iomap: Refactor iomap_write_delalloc_punch() function out
` [PATCHv8 4/5] iomap: Allocate iof in ->write_begin() early
` [PATCHv8 5/5] iomap: Add per-block dirty state tracking to improve performance

[PATCH 0/4] ubifs: Convert writeback to use folios
 2023-06-06 14:37 UTC  (13+ messages)
` [PATCH 1/4] ubifs: Convert from writepage to writepages
` [PATCH 3/4] ubifs: Use a folio in do_truncation()
` [PATCH 4/4] ubifs: Convert do_writepage() to take a folio

[PATCH v12 0/9] Implement copy offload support
 2023-06-06 11:35 UTC  (4+ messages)
  ` [PATCH v12 5/9] nvme: add "

[syzbot] [btrfs?] kernel BUG in btrfs_exclop_balance (2)
 2023-06-06 14:07 UTC  (3+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_ioctl_add_dev
 2023-06-06 14:03 UTC  (3+ messages)

[PATCH v2 00/12] multiblock allocator improvements
 2023-06-06 14:00 UTC  (5+ messages)
` [PATCH v2 04/12] ext4: Convert mballoc cr (criteria) to enum
` [PATCH v2 09/12] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs

[PATCH v1 0/5] Landlock support for UML
 2023-06-06 13:12 UTC  (7+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

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

[PATCH net-next v3 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
 2023-06-06 13:08 UTC  (4+ messages)
` [PATCH net-next v3 02/10] Fix a couple of spelling mistakes
` [PATCH net-next v3 03/10] Wrap lines at 80
` [PATCH net-next v3 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c

[PATCH v13 00/10] fuse: Add support for passthrough read/write
 2023-06-06 13:06 UTC  (9+ messages)
` [PATCH v13 10/10] fuse: setup a passthrough fd without a permanent backing id
  ` Fwd: "
    ` [fuse-devel] "

[PATCHv6 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-06-06 12:17 UTC  (2+ messages)

[bug report] fs: Restrict lock_two_nondirectories() to non-directory inodes
 2023-06-06  9:56 UTC  (2+ messages)

[PATCH v5] kernel/watch_queue: NULL the dangling *pipe, and use it for clear check
 2023-06-06  9:08 UTC  (3+ messages)

[PATCH net-next v2 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
 2023-06-06  9:00 UTC  (2+ messages)

[syzbot] [fat?] possible deadlock in do_user_addr_fault
 2023-06-06  8:23 UTC  (2+ messages)

cleanup the filemap / direct I/O interaction v4
 2023-06-06  6:43 UTC  (4+ messages)
` [PATCH 09/12] fs: factor out a direct_write_fallback helper

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-06-06  0:54 UTC  (11+ messages)
  ` uuid ioctl - was: "

[PATCH v3] bpf: Remove in_atomic() from bpf_link_put()
 2023-06-05 22:47 UTC  (2+ messages)

[PATCHv7 3/6] iomap: Refactor some iop related accessor functions
 2023-06-05 21:50 UTC  (3+ messages)

[PATCH 0/7] block layer patches for bcachefs
 2023-06-05 21:26 UTC  (9+ messages)

[PATCH v2 3/7] iomap: Remove unnecessary test from iomap_release_folio()
 2023-06-05 21:10 UTC  (2+ messages)

[PATCHv7 3/6] iomap: Refactor some iop related accessor functions
 2023-06-05 20:48 UTC  (2+ messages)

introduce bdev holder ops and a file system shutdown method v3
 2023-06-05 17:22 UTC  (2+ messages)

DIO hangs in 6.4.0-rc2
 2023-06-05 17:18 UTC  (4+ messages)


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).