Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2023-04-14 21:47:10 to 2023-04-18 01:42:31 UTC [more...]

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-04-18  1:40 UTC  (12+ 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

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

[PATCH v3 0/7] Split a folio to any lower order folios
 2023-04-18  1:05 UTC  (14+ 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] nfsd: don't use GFP_KERNEL from nfsd_getxattr()/nfsd_listxattr()
 2023-04-17 23:07 UTC  (5+ messages)

allowing for a completely cached umount(2) pathwalk
 2023-04-17 21:34 UTC  (26+ messages)
` [PATCH/RFC] VFS: LOOKUP_MOUNTPOINT should used cached info whenever possible

[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  (8+ messages)

[PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage
 2023-04-17 17:35 UTC  (5+ messages)
  ` [PATCH v3 1/3] block: Introduce provisioning primitives
  ` [PATCH v3 2/3] dm: Add support for block provisioning

[PATCH] IMA: use vfs_getattr_nosec to get the i_version
 2023-04-17 16:55 UTC 

[PATCHv5 0/9] ext2: DIO to use iomap
 2023-04-17 16:45 UTC  (16+ messages)
` [PATCHv5 1/9] ext2/dax: Fix ext2_setsize when len is page aligned
` [PATCHv5 2/9] fs/buffer.c: Add generic_buffer_fsync implementation
` [PATCHv5 3/9] ext4: Use generic_buffer_fsync() implementation
` [PATCHv5 4/9] ext2: "
` [PATCHv5 5/9] ext2: Move direct-io to use iomap
` [PATCHv5 6/9] fs.h: Add TRACE_IOCB_STRINGS for use in trace points
` [PATCHv5 7/9] ext2: Add direct-io "
` [PATCHv5 8/9] iomap: Remove IOMAP_DIO_NOSYNC unused dio flag
` [PATCHv5 9/9] iomap: Add DIO tracepoints

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

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

btrfs induced data loss (on xfs) - 5.19.0-38-generic
 2023-04-17  8:42 UTC  (4+ messages)

[RFC][PATCH 0/2] Monitoring unmounted fs with fanotify
 2023-04-17  8:38 UTC  (3+ messages)
` [RFC][PATCH 2/2] fanotify: report mntid info record with FAN_UNMOUNT events

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

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

[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-17  4:53 UTC 

[PATCH v7 0/3] io_uring: add getdents64 support
 2023-04-16 22:06 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] BoF for nfsd
 2023-04-16 16:02 UTC  (5+ messages)
  ` [Lsf-pc] "

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

[LSF/MM/BPF TOPIC] bpf iterator for file-system
 2023-04-16  7:55 UTC  (2+ messages)
` [Lsf-pc] "

[RFCv4 0/9] ext2: DIO to use iomap
 2023-04-16 11:54 UTC  (15+ messages)
` [RFCv4 1/9] ext2/dax: Fix ext2_setsize when len is page aligned
` [RFCv4 2/9] fs/buffer.c: Add generic_buffer_fsync implementation
` [RFCv4 3/9] ext4: Use generic_buffer_fsync() implementation
` [RFCv4 4/9] ext2: "
` [RFCv4 5/9] ext2: Move direct-io to use iomap
` [RFCv4 6/9] fs.h: Add TRACE_IOCB_STRINGS for use in trace points
` [RFCv4 7/9] ext2: Add direct-io "
` [RFCv4 8/9] iomap: Remove IOMAP_DIO_NOSYNC unused dio flag
` [RFCv4 9/9] iomap: Add couple of DIO tracepoints

[RFC][PATCH] fanotify: support watching filesystems and mounts inside userns
 2023-04-16  6:07 UTC 

[PATCH v3 00/11] blksnap - block devices snapshots module
 2023-04-16  6:06 UTC  (6+ messages)
` [PATCH v3 02/11] block: Block Device Filtering Mechanism

[PATCH 1/2] fs: add FMODE_DIO_PARALLEL_WRITE flag
 2023-04-16  5:54 UTC  (7+ messages)

[PATCH v2] fs/proc: add Kthread flag to /proc/$pid/status
 2023-04-16  5:52 UTC  (2+ messages)

[syzbot] [udf?] WARNING in udf_free_blocks
 2023-04-15 23:58 UTC 

[syzbot] [hfs?] KASAN: invalid-free in hfs_btree_close
 2023-04-15 23:36 UTC 

[RFC PATCH 0/3][RESEND] fs: opportunistic high-res file timestamps
 2023-04-15 16:19 UTC  (4+ messages)
  ` [RFC PATCH 0/3][RESEND] "

[PATCH] fs/proc: add Kthread flag to /proc/$pid/status
 2023-04-15 16:03 UTC  (2+ messages)

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

[PATCH v2 3/7] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-04-15  9:52 UTC  (2+ messages)

[syzbot] [hfs?] WARNING in check_flush_dependency (2)
 2023-04-15  9:31 UTC 

[PATCH v6 0/9] ext4: Convert inode preallocation list to an rbtree
 2023-04-15  3:06 UTC  (2+ messages)

[PATCH v2 00/29] Convert most of ext4 to folios
 2023-04-15  2:29 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-04-15  0:06 UTC  (4+ messages)

[PATCH v6 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-04-14 23:11 UTC  (8+ messages)
` [PATCH v6 3/3] mm: vmscan: refactor updating current->reclaim_state


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