linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-16 16:20:18 to 2023-04-18 22:13:08 UTC [more...]

[PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage
 2023-04-18 22:12 UTC  (8+ messages)
  ` [PATCH v3 1/3] block: Introduce provisioning primitives
  ` [PATCH v4 0/4] Introduce provisioning primitives for thinly provisioned storage
    ` [PATCH v4 1/4] block: Introduce provisioning primitives
    ` [PATCH v4 2/4] dm: Add block provisioning support
    ` [PATCH v4 3/4] dm-thin: Add REQ_OP_PROVISION support
    ` [PATCH v4 4/4] loop: Add support for provision requests

[PATCH] ext4: Handle error pointers being returned from __filemap_get_folio
 2023-04-18 21:04 UTC  (3+ messages)

[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Read in ntfs_set_inode
 2023-04-18 20:27 UTC 

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

[RFC PATCH] getting misc stats/attributes via xattr API
 2023-04-18 18:57 UTC  (7+ messages)
    ` [LSF/MM TOPIC] fsinfo and mount namespace notifications

[PATCH v2] dax: enable dax fault handler to report VM_FAULT_HWPOISON
 2023-04-18 18:55 UTC  (2+ messages)

[PATCH v4 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-04-18 15:49 UTC 

[RFC][PATCH 0/2] Monitoring unmounted fs with fanotify
 2023-04-18 15:20 UTC  (9+ messages)
` [RFC][PATCH 1/2] fanotify: add support for FAN_UNMOUNT event
` [RFC][PATCH 2/2] fanotify: report mntid info record with FAN_UNMOUNT events

[PATCH v3 00/11] blksnap - block devices snapshots module
 2023-04-18 14:48 UTC  (6+ messages)
` [PATCH v3 03/11] documentation: Block Devices Snapshots Module

[PATCH v3 0/7] Split a folio to any lower order folios
 2023-04-18 14:00 UTC  (16+ messages)
` [PATCH v3 5/7] mm: thp: split huge page to any lower order pages
` [PATCH v3 6/7] mm: truncate: split huge page cache page to a non-zero order if possible

[PATCH v2 00/29] Convert most of ext4 to folios
 2023-04-18 13:08 UTC  (4+ messages)
` [PATCH v2 29/29] ext4: Use a folio in ext4_read_merkle_tree_page

[PATCH 1/2] fs: add FMODE_DIO_PARALLEL_WRITE flag
 2023-04-18 12:55 UTC  (8+ messages)

[syzbot] [fs?] [mm?] general protection fault in folio_wait_stable
 2023-04-18 11:04 UTC 

[PATCH v2 0/5] Alter fcntl to handle int arguments correctly
 2023-04-18 10:51 UTC  (5+ messages)
` [PATCH v2 1/5] fcntl: Cast commands with int args explicitly

[PATCH 0/6] Backport several patches to 5.10.y
 2023-04-18 10:34 UTC  (2+ messages)

[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-18  9:45 UTC  (3+ messages)

[PATCH] IMA: use vfs_getattr_nosec to get the i_version
 2023-04-18  9:08 UTC  (2+ messages)

allowing for a completely cached umount(2) pathwalk
 2023-04-18  8:10 UTC  (12+ messages)
` [PATCH/RFC] VFS: LOOKUP_MOUNTPOINT should used cached info whenever possible

btrfs induced data loss (on xfs) - 5.19.0-38-generic
 2023-04-18  8:00 UTC  (8+ messages)

[LSF TOPIC] online repair of filesystems: what next?
 2023-04-18  7:46 UTC  (4+ messages)
` [Lsf-pc] "

[syzbot] [squashfs?] general protection fault in squashfs_page_actor_init_special
 2023-04-18  6:46 UTC 

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-04-18  5:33 UTC  (39+ messages)
` [RFC PATCH v3 01/37] bpf: verifier: Accept dynptr mem as mem in herlpers
` [RFC PATCH v3 02/37] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
` [RFC PATCH v3 03/37] selftests/bpf: Test allowing NULL buffer in dynptr slice
` [RFC PATCH v3 04/37] fs: Generic function to convert iocb to rw flags
` [RFC PATCH v3 05/37] fuse-bpf: Update fuse side uapi
` [RFC PATCH v3 06/37] fuse-bpf: Add data structures for fuse-bpf
` [RFC PATCH v3 07/37] fuse-bpf: Prepare for fuse-bpf patch
` [RFC PATCH v3 08/37] fuse: Add fuse-bpf, a stacked fs extension for FUSE
` [RFC PATCH v3 09/37] fuse-bpf: Add ioctl interface for /dev/fuse
` [RFC PATCH v3 10/37] fuse-bpf: Don't support export_operations
` [RFC PATCH v3 11/37] fuse-bpf: Add support for access
` [RFC PATCH v3 12/37] fuse-bpf: Partially add mapping support
` [RFC PATCH v3 13/37] fuse-bpf: Add lseek support
` [RFC PATCH v3 14/37] fuse-bpf: Add support for fallocate
` [RFC PATCH v3 15/37] fuse-bpf: Support file/dir open/close
` [RFC PATCH v3 16/37] fuse-bpf: Support mknod/unlink/mkdir/rmdir
` [RFC PATCH v3 17/37] fuse-bpf: Add support for read/write iter
` [RFC PATCH v3 18/37] fuse-bpf: support readdir
` [RFC PATCH v3 19/37] fuse-bpf: Add support for sync operations
` [RFC PATCH v3 20/37] fuse-bpf: Add Rename support
` [RFC PATCH v3 21/37] fuse-bpf: Add attr support
` [RFC PATCH v3 22/37] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
` [RFC PATCH v3 23/37] fuse-bpf: Add xattr support
` [RFC PATCH v3 24/37] fuse-bpf: Add symlink/link support
` [RFC PATCH v3 25/37] fuse-bpf: allow mounting with no userspace daemon
` [RFC PATCH v3 26/37] bpf: Increase struct_op limits
` [RFC PATCH v3 27/37] fuse-bpf: Add fuse-bpf constants
` [RFC PATCH v3 28/37] WIP: bpf: Add fuse_ops struct_op programs
` [RFC PATCH v3 29/37] fuse-bpf: Export Functions
` [RFC PATCH v3 30/37] fuse: Provide registration functions for fuse-bpf
` [RFC PATCH v3 31/37] fuse-bpf: Set fuse_ops at mount or lookup time
` [RFC PATCH v3 32/37] fuse-bpf: Call bpf for pre/post filters
` [RFC PATCH v3 33/37] fuse-bpf: Add userspace "
` [RFC PATCH v3 34/37] WIP: fuse-bpf: add error_out
` [RFC PATCH v3 35/37] tools: Add FUSE, update bpf includes
` [RFC PATCH v3 36/37] fuse-bpf: Add selftests
` [RFC PATCH v3 37/37] fuse: Provide easy way to test fuse struct_op call

[syzbot] [ext4?] general protection fault in ext4_write_begin
 2023-04-18  5:19 UTC 

[PATCHv5 0/9] ext2: DIO to use iomap
 2023-04-18  5:04 UTC  (9+ messages)
` [PATCHv5 2/9] fs/buffer.c: Add generic_buffer_fsync implementation
` [PATCHv5 5/9] ext2: Move direct-io to use iomap

[PATCH 1/1] mm: handle swap page faults if the faulting page can be locked
 2023-04-18  1:07 UTC  (7+ messages)

[PATCH] nfsd: don't use GFP_KERNEL from nfsd_getxattr()/nfsd_listxattr()
 2023-04-17 23:07 UTC  (5+ messages)

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

[PATCH v1] shmem: stable directory cookies
 2023-04-17 19:23 UTC 

[PATCH 3/7] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-04-17 15:14 UTC  (7+ messages)

[PATCH] eventfd: support delayed wakeup for non-semaphore eventfd to reduce cpu utilization
 2023-04-17 16:32 UTC  (5+ messages)

[RFC][PATCH] fanotify: Enable FAN_REPORT_FID on more filesystem types
 2023-04-17 16:27 UTC  (4+ messages)

new order
 2023-04-17 15:22 UTC 

[RFC 0/4] convert create_page_buffers to create_folio_buffers
 2023-04-17 15:40 UTC  (16+ messages)

sequential 1MB mmap read ends in 1 page sync read-ahead
 2023-04-17 15:10 UTC  (8+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-04-17 15:01 UTC  (8+ messages)

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-04-17 14:07 UTC  (13+ messages)

[PATCH 0/4] convert create_page_buffers to folio_create_buffers
 2023-04-17 14:05 UTC  (13+ messages)
    ` [PATCH 1/4] fs/buffer: add folio_set_bh helper
    ` [PATCH 2/4] buffer: add folio_alloc_buffers() helper
    ` [PATCH 3/4] fs/buffer: add folio_create_empty_buffers helper
    ` [PATCH 4/4] fs/buffer: convert create_page_buffers to folio_create_buffers

[PATCH] fs/ntfs3: disable page fault during ntfs_fiemap()
 2023-04-17 14:03 UTC  (2+ messages)
    ` [PATCH] vfs: allow using kernel buffer during fiemap operation

[PATCH next] shmem: minor fixes to splice-read implementation
 2023-04-17 13:48 UTC  (4+ messages)

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-04-17 13:18 UTC  (7+ messages)

[PATCH mm-unstable RFC 0/5] cgroup: eliminate atomic rstat
 2023-04-17 11:54 UTC  (2+ messages)

[PATCH v3 3/7] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-04-17 11:01 UTC  (3+ messages)

[PATCH v12 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-17 11:11 UTC  (12+ messages)
` [PATCH v12 2/5] fs/proc/task_mmu: "

[RFCv3 02/10] libfs: Add __generic_file_fsync_nolock implementation
 2023-04-17 10:01 UTC  (4+ messages)

allowing for a completely cached umount(2) pathwalk
 2023-04-17  8:22 UTC  (11+ messages)

[PATCH] mm/filemap: allocate folios according to the blocksize
 2023-04-17  6:30 UTC  (7+ messages)

[syzbot] [hfs?] KASAN: wild-memory-access Read in hfsplus_bnode_dump
 2023-04-17  5:34 UTC 

[PATCH v7 0/3] io_uring: add getdents64 support
 2023-04-16 22:06 UTC  (2+ 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 NNTP newsgroup(s).