public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-18 14:50:01 to 2024-11-20 10:55:27 UTC [more...]

[PATCH bpf-next v4 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-11-20 10:55 UTC  (9+ messages)
` [PATCH bpf-next v4 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v4 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v4 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v4 4/5] bpf: Make fs kfuncs available for SYSCALL and TRACING program types
` [PATCH bpf-next v4 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc

[PATCH v1] tmpfs: Unsigned expression compared with zero
 2024-11-20 10:51 UTC 

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-11-20 10:48 UTC  (22+ messages)
` [PATCH v1 01/11] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v1 02/11] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
` [PATCH v1 05/11] fs/proc/vmcore: factor out allocating a vmcore memory node
` [PATCH v1 06/11] fs/proc/vmcore: factor out freeing a list of vmcore ranges
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel

[PATCH v2 0/3] symlink length caching
 2024-11-20 10:42 UTC  (11+ messages)
` [PATCH v2 1/3] vfs: support caching symlink lengths in inodes
` [PATCH v2 2/3] ext4: use inode_set_cached_link()
` [PATCH v2 3/3] tmpfs: "

[BUG] fs/eventfd: Possible undefined behavior about read and eventfd interaction
 2024-11-20 10:26 UTC  (2+ messages)

[PATCH] Documentation: filesystems: update filename extensions
 2024-11-20 10:23 UTC  (2+ messages)

[PATCH v5 0/5] fuse: remove temp page copies in writeback
 2024-11-20  9:56 UTC  (4+ messages)
` [PATCH v5 5/5] fuse: remove tmp folio for writebacks and internal rb tree

[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
 2024-11-20  9:42 UTC  (7+ messages)
` [PATCH v21 1/6] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v21 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-20  9:28 UTC  (12+ messages)
` [PATCH bpf-next 2/4] bpf: Make bpf inode storage available to tracing program

[PATCH] fs: prevent data-race due to missing inode_lock when calling vfs_getattr
 2024-11-20  9:19 UTC  (7+ messages)

[PATCH v2] kernel: add pid_max to pid_namespace
 2024-11-20  9:06 UTC  (3+ messages)

[RFC PATCH 0/2] Improve simple directory offset wrap behavior
 2024-11-20  9:01 UTC  (8+ messages)
` [RFC PATCH 1/2] libfs: Return ENOSPC when the directory offset range is exhausted
` [RFC PATCH 2/2] libfs: Improve behavior when directory offset values wrap

[GIT PULL] vfs tmpfs
 2024-11-20  8:54 UTC  (4+ messages)

[GIT PULL] vfs netfs
 2024-11-20  8:49 UTC  (4+ messages)

[PATCH RFC 0/4] iomap: zero range folio batch processing prototype
 2024-11-20  8:43 UTC  (8+ messages)
` [PATCH RFC 1/4] iomap: allow passing a folio into write begin path
` [PATCH RFC 2/4] iomap: optional zero range dirty folio processing
` [PATCH RFC 3/4] xfs: always trim mapping to requested range for zero range
` [PATCH RFC 4/4] xfs: fill dirty folios on zero range of unwritten mappings

[PATCH 2/2] fs/fuse: Keep variables in fuse_i.h consistent with those in inode.c
 2024-11-20  8:40 UTC 

[RFC PATCH] vfs: dodge strlen() in vfs_readlink() when ->i_link is populated
 2024-11-20  8:36 UTC  (8+ messages)

[PATCH 1/2] fs/fuse: Change 'unsigned's to 'unsigned int's
 2024-11-20  8:30 UTC 

[PATCH v4 0/3] iomap: zero range flush fixes
 2024-11-20  8:33 UTC  (2+ messages)

[PATCH] netfs: silence an uninitialized variable warning
 2024-11-20  8:28 UTC  (2+ messages)

[RESEND PATCH] fscache: Remove duplicate included header
 2024-11-20  8:27 UTC  (2+ messages)

[PATCH v2] iomap: warn on zero range of a post-eof folio
 2024-11-20  8:24 UTC  (2+ messages)

[PATCH v2 0/2] fs: listmount()/statmount() fix and sample program
 2024-11-20  8:23 UTC  (2+ messages)

[PATCH] selftests/mount_setattr: Fix failures on 64K PAGE_SIZE kernels
 2024-11-20  8:19 UTC  (2+ messages)

[bug report] statmount: retrieve security mount options
 2024-11-20  8:17 UTC  (2+ messages)
` [PATCH] statmount: fix security option retrieval

[PATCH] fs: delay sysctl_nr_open check in expand_files()
 2024-11-20  8:08 UTC  (2+ messages)

[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
 2024-11-20  8:03 UTC  (4+ messages)
` [PATCH v2] mm/page-writeback: raise "
  ` [PATCH v2] mm/page-writeback: Raise "

[PATCH] Documentation: core-api: add generic parser docbook
 2024-11-20  6:07 UTC 

support block layer write streams and FDP
 2024-11-20  6:03 UTC  (20+ messages)
` [PATCH 01/15] fs: add write stream information to statx
` [PATCH 02/15] fs: add a write stream field to the kiocb
` [PATCH 03/15] io_uring: enable passing a per-io write stream
` [PATCH 04/15] block: don't bother checking the data direction for merges
` [PATCH 05/15] block: req->bio is always set in the merge code
` [PATCH 06/15] block: add a bi_write_stream field
` [PATCH 07/15] block: introduce max_write_streams queue limit
` [PATCH 08/15] block: introduce a write_stream_granularity "
` [PATCH 09/15] block: expose write streams for block device nodes
` [PATCH 10/15] nvme: store the endurance group id in struct nvme_ns_head
` [PATCH 11/15] nvme: pass a void pointer to nvme_get/set_features for the result
` [PATCH 12/15] nvme: add a nvme_get_log_lsi helper
` [PATCH 13/15] nvme.h: add FDP definitions
` [PATCH 14/15] nvme: enable FDP support
` [PATCH 15/15] RFC: block: allow write streams on partitions

[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
 2024-11-20  3:18 UTC  (7+ messages)
` [PATCH 03/27] ext4: don't write back data before punch hole in nojournal mode
` [PATCH 04/27] ext4: refactor ext4_punch_hole()

[PATCH] fs: add check for symlink corrupted
 2024-11-20  3:04 UTC  (4+ messages)
` [PATCH V2] fs: improve the check of whether i_link has been set
    ` [PATCH V3] fs/ntfs3: check if the inode is bad before creating symlink

[PATCH] fs: Fix data race in inode_set_ctime_to_ts
 2024-11-20  2:43 UTC 

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-19 22:35 UTC  (13+ messages)

[RFCv1 0/6] Page Detective
 2024-11-19 20:57 UTC  (33+ messages)
` [RFCv1 1/6] mm: Make get_vma_name() function public
` [RFCv1 2/6] pagewalk: Add a page table walker for init_mm page table
` [RFCv1 4/6] misc/page_detective: Introduce Page Detective
` [RFCv1 6/6] selftests/page_detective: Introduce self tests for "

[PATCH] fiemap: use kernel-doc includes in fiemap docbook
 2024-11-19 19:12 UTC  (3+ messages)

[syzbot] [exfat?] possible deadlock in fat_count_free_clusters
 2024-11-19 15:12 UTC  (8+ messages)
  ` [PATCH] loop: Fix ABBA locking race (Re: [syzbot] [exfat?] possible deadlock in fat_count_free_clusters)

xfs: new code for 6.13
 2024-11-19 14:56 UTC 

[PATCH v9 00/11] Read/Write with meta/integrity
 2024-11-19 12:49 UTC  (9+ messages)
  ` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support

[PATCH RFC v5 00/16] fuse: fuse-over-io-uring
 2024-11-19  9:32 UTC  (9+ messages)
` [PATCH RFC v5 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination

[RFC/PATCH v2 bpf-next fanotify 0/7] Fanotify fastpath handler
 2024-11-19  8:35 UTC  (15+ messages)
` [RFC/PATCH v2 bpf-next fanotify 7/7] selftests/bpf: Add test for BPF based fanotify "

[PATCHv11 0/9] write hints with nvme fdp and scsi streams
 2024-11-19  7:15 UTC  (12+ messages)
      ` [EXT] "

[PATCH] jfs: add extra superblock validation
 2024-11-19  6:46 UTC 

[amir73il:fan_pre_content 19/21] ERROR: modpost: "filemap_fsnotify_fault" [fs/xfs/xfs.ko] undefined!
 2024-11-19  6:45 UTC 

[PATCH 0/1] Fix generic/390 failure due to quota release after freeze
 2024-11-19  6:29 UTC  (9+ messages)
` [PATCH 1/1] quota: flush quota_release_work upon quota writeback

[RFC 0/8] enable bs > ps for block devices
 2024-11-19  6:08 UTC  (5+ messages)
` [RFC 8/8] bdev: use bdev_io_min() for statx block size

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-19  2:03 UTC  (11+ messages)

6.12 WARNING in netfs_consume_read_data()
 2024-11-18 23:04 UTC 

[git pull] xattr stuff
 2024-11-18 22:57 UTC  (5+ messages)
  ` [git pull] statx stuff

[git pull] ufs stuff
 2024-11-18 21:00 UTC  (2+ messages)

[git pull] struct fd series
 2024-11-18 21:00 UTC  (2+ messages)

[GIT PULL] vfs untorn writes
 2024-11-18 19:49 UTC  (2+ messages)

[GIT PULL] vfs ecryptfs
 2024-11-18 19:49 UTC  (2+ messages)

[GIT PULL] vfs copy_struct_to_user()
 2024-11-18 19:49 UTC  (2+ messages)

[GIT PULL] vfs pidfs
 2024-11-18 19:49 UTC  (2+ messages)

[GIT PULL] vfs overlayfs
 2024-11-18 19:49 UTC  (2+ messages)

[GIT PULL] vfs file
 2024-11-18 19:49 UTC  (2+ messages)

[GIT PULL] vfs pagecache
 2024-11-18 19:49 UTC  (2+ messages)

[GIT PULL] vfs rust file
 2024-11-18 19:49 UTC  (2+ messages)

[GIT PULL] vfs misc
 2024-11-18 19:49 UTC  (2+ messages)

[GIT PULL] vfs mount api conversions
 2024-11-18 19:49 UTC  (2+ messages)

[GIT PULL] vfs multigrain timestamps
 2024-11-18 19:49 UTC  (2+ messages)

[PATCH] filemap: Remove unused folio_add_wait_queue
 2024-11-18 18:58 UTC  (2+ messages)

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-18 18:14 UTC  (3+ messages)
` [PATCH v8 01/19] fs: get rid of __FMODE_NONOTIFY kludge

[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
 2024-11-18 17:20 UTC  (10+ messages)
` [PATCH v4 07/33] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v4 23/33] afs: Use netfslib for directories
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item

[PATCHSET v5 0/17] Uncached buffered IO
 2024-11-18 14:49 UTC  (4+ messages)
` [PATCH 10/17] mm/filemap: 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