public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-13 14:07:49 to 2024-11-14 21:49:31 UTC [more...]

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-14 21:49 UTC  (18+ messages)
` [PATCH bpf-next 2/4] bpf: Make bpf inode storage available to tracing program

[PATCH RFC v5 00/16] fuse: fuse-over-io-uring
 2024-11-14 21:29 UTC  (5+ messages)
` [PATCH RFC v5 05/16] fuse: make args->in_args[0] to be always the header

[PATCH v4 0/4] overlayfs: Optimize override/revert creds
 2024-11-14 21:01 UTC  (8+ messages)
` [PATCH v4 4/4] ovl: "

[RFC/PATCH v2 bpf-next fanotify 0/7] Fanotify fastpath handler
 2024-11-14 20:14 UTC  (9+ messages)
` [RFC/PATCH v2 bpf-next fanotify 1/7] fanotify: Introduce fanotify "
` [RFC/PATCH v2 bpf-next fanotify 2/7] samples/fanotify: Add a sample "
` [RFC/PATCH v2 bpf-next fanotify 3/7] bpf: Make bpf inode storage available to tracing programs
` [RFC/PATCH v2 bpf-next fanotify 4/7] bpf: fs: Add three kfuncs
` [RFC/PATCH v2 bpf-next fanotify 5/7] bpf: Allow bpf map hold reference on dentry
` [RFC/PATCH v2 bpf-next fanotify 6/7] fanotify: Enable bpf based fanotify fastpath handler
` [RFC/PATCH v2 bpf-next fanotify 7/7] selftests/bpf: Add test for BPF "

[PATCH v4 00/14] forcealign for xfs
 2024-11-14 20:07 UTC  (13+ messages)

[PATCH RESEND v9 0/3] fuse: add kernel-enforced request timeout option
 2024-11-14 19:13 UTC  (4+ messages)
` [PATCH RESEND v9 1/3] fs_parser: add fsparam_u16 helper
` [PATCH RESEND v9 2/3] fuse: add optional kernel-enforced timeout for requests
` [PATCH RESEND v9 3/3] fuse: add default_request_timeout and max_request_timeout sysctls

[GIT PULL] bcachefs fixes for 6.12
 2024-11-14 18:50 UTC  (2+ messages)

[PATCH v4 0/6] fuse: remove temp page copies in writeback
 2024-11-14 18:19 UTC  (10+ messages)
` [PATCH v4 6/6] fuse: remove tmp folio for writebacks and internal rb tree

[syzbot] [ntfs3?] general protection fault in pick_link
 2024-11-14 18:08 UTC 

[PATCH v7 00/18] fanotify: add pre-content hooks
 2024-11-14 17:22 UTC  (23+ messages)
` [PATCH v7 05/18] fsnotify: introduce pre-content permission events
` [PATCH v7 12/18] fanotify: add a helper to check for pre content events

[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
 2024-11-14 16:39 UTC  (3+ messages)
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item

[PATCH v2 0/3] Fixes multiple sysctl proc_handler usage error
 2024-11-14 16:25 UTC  (4+ messages)
` [PATCH v2 1/3] coredump: Fixes core_pipe_limit sysctl proc_handler
` [PATCH v2 2/3] sysctl: Fix underflow value setting risk in vm_table
` [PATCH v2 3/3] tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handler

[PATCH v4 0/3] fs: allow statmount to fetch the fs_subtype and sb_source
 2024-11-14 16:12 UTC  (19+ messages)
                  ` [PATCH] statmount: retrieve security mount options

[PATCH 0/4] pidfs: implement file handle support
 2024-11-14 16:10 UTC  (20+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] pseudofs: add support for export_ops
  ` [PATCH v2 2/3] exportfs: allow fs to disable CAP_DAC_READ_SEARCH check
  ` [PATCH v2 3/3] pidfs: implement file handle support

[PATCH v8 00/29] riscv control-flow integrity for usermode
 2024-11-14 15:50 UTC  (8+ messages)
` [PATCH v8 24/29] riscv: enable kernel access to shadow stack memory via FWFT sbi call

[PATCHSET v5 0/17] Uncached buffered IO
 2024-11-14 15:25 UTC  (18+ messages)
` [PATCH 01/17] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/17] mm/readahead: add folio allocation helper
` [PATCH 03/17] mm: add PG_uncached page flag
` [PATCH 04/17] mm/readahead: add readahead_control->uncached member
` [PATCH 05/17] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 06/17] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/17] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 08/17] mm/filemap: add read support for RWF_UNCACHED
` [PATCH 09/17] mm/filemap: drop uncached pages when writeback completes
` [PATCH 10/17] mm/filemap: make buffered writes work with RWF_UNCACHED
` [PATCH 11/17] mm/filemap: add filemap_fdatawrite_range_kick() helper
` [PATCH 12/17] mm: add FGP_UNCACHED folio creation flag
` [PATCH 13/17] ext4: add RWF_UNCACHED write support
` [PATCH 14/17] iomap: make buffered writes work with RWF_UNCACHED
` [PATCH 15/17] xfs: punt uncached write completions to the completion wq
` [PATCH 16/17] xfs: flag as supporting FOP_UNCACHED
` [PATCH 17/17] btrfs: add support for uncached writes

[PATCH v9 00/11] Read/Write with meta/integrity
 2024-11-14 15:19 UTC  (15+ messages)
  ` [PATCH v9 01/11] block: define set of integrity flags to be inherited by cloned bip
  ` [PATCH v9 02/11] block: copy back bounce buffer to user-space correctly in case of split
  ` [PATCH v9 03/11] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v9 04/11] fs, iov_iter: define meta io descriptor
  ` [PATCH v9 05/11] fs: introduce IOCB_HAS_METADATA for metadata
  ` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support
  ` [PATCH v9 07/11] io_uring: inline read/write attributes and PI
  ` [PATCH v9 08/11] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v9 09/11] nvme: add support for passing on the application tag
  ` [PATCH v9 10/11] scsi: add support for user-meta interface
  ` [PATCH v9 11/11] block: add support to pass user meta buffer

[PATCH] statmount: add flag to retrieve unescaped options
 2024-11-14 14:53 UTC  (4+ messages)

[PATCH 0/3] Fixes multiple sysctl proc_handler usage error
 2024-11-14 14:25 UTC  (6+ messages)
` [PATCH 1/3] coredump: Fixes core_pipe_limit sysctl proc_handler

[PATCH v2 1/4] iov_iter: Provide copy_iomem_to|from_iter()
 2024-11-14 14:12 UTC  (4+ messages)
` [PATCH v3 "

[RFC 0/8] enable bs > ps for block devices
 2024-11-14 13:47 UTC  (8+ messages)
` [RFC 2/8] fs/mpage: avoid negative shift for large blocksize
` [RFC 3/8] fs/buffer: restart block_read_full_folio() to avoid array overflow
` [RFC 6/8] block/bdev: lift block size restrictions and use common definition

[PATCH 0/4] pidfs: implement file handle support
 2024-11-14 12:21 UTC  (16+ messages)
` [PATCH 4/4] pidfs: implement fh_to_dentry

[PATCH] ovl: pass an explicit reference of creators creds to callers
 2024-11-14 12:19 UTC  (6+ messages)

[RFC PATCH v2 02/13] x86/um: nommu: elf loader for fdpic
 2024-11-14 10:41 UTC  (12+ messages)

[RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
 2024-11-14 10:17 UTC  (2+ messages)

[PATCH RFC] fs: reduce pointer chasing in is_mgtime() test
 2024-11-14  9:46 UTC  (3+ messages)

[PATCH] vfs: make evict() use smp_mb__after_spinlock instead of smp_mb
 2024-11-14  9:44 UTC  (4+ messages)

[PATCH] fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()
 2024-11-14  8:59 UTC 

[PATCH] fuse: check attributes staleness on fuse_iget()
 2024-11-14  7:09 UTC 

[GIT PULL 05/10] xfs: preparation for realtime allocation groups
 2024-11-14  6:27 UTC 

[PATCHv11 0/9] write hints with nvme fdp and scsi streams
 2024-11-14  6:07 UTC  (9+ messages)
          ` [EXT] "

[syzbot] [fuse?] general protection fault in fuse_do_readpage
 2024-11-14  5:52 UTC  (5+ messages)
` [PATCH] fuse: check file before running readpage

[PATCH v1 2/6] exfat: add exfat_get_dentry_set_by_inode() helper
 2024-11-14  5:09 UTC  (3+ messages)

[PATCH] ocfs2: uncache inode which has failed entering the group
 2024-11-14  4:38 UTC 

[GIT PULL 05/10] xfs: preparation for realtime allocation groups
 2024-11-14  0:18 UTC 

[viro-vfs:next.getname 17/17] ipc/mqueue.c:886:9: error: implicit declaration of function 'audit_inode'
 2024-11-13 22:39 UTC 

[PATCH RFC v3 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2024-11-13 22:34 UTC  (3+ messages)
` [PATCH RFC v3 1/2] KVM: guest_memfd: Convert .free_folio() to .release_folio()
` [PATCH RFC v3 2/2] mm: guestmem: Convert address_space operations to guestmem library

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-11-13 20:40 UTC  (6+ messages)
` [PATCH v7 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers

[PATCH 00/12] fuse: support large folios
 2024-11-13 18:58 UTC  (6+ messages)
` [PATCH 04/12] fuse: support large folios for non-writeback writes

[PATCH v2] fsnotify: fix sending inotify event with unexpected filename
 2024-11-13 18:25 UTC  (2+ messages)

[PATCH] zonefs: Fix the wrong format specifier
 2024-11-13 17:55 UTC  (2+ messages)

[PATCH manpages] listmount.2: fix verbiage about continuing the iteration
 2024-11-13 17:12 UTC  (3+ messages)

[PATCH] fsnotify: fix sending inotify event with unexpected filename
 2024-11-13 15:38 UTC  (5+ messages)

[RFC PATCH 0/6 6.6] Address rename/readdir bugs in fs/libfs.c
 2024-11-13 15:17 UTC  (6+ messages)
` [RFC PATCH 6/6 6.6] libfs: fix infinite directory reads for offset dir

[PATCH] fuse: dax: No-op writepages callback
 2024-11-13 15:17 UTC  (3+ messages)

[PATCH] samples: add a mountinfo program to demonstrate statmount()/listmount()
 2024-11-13 14:50 UTC  (3+ messages)

[PATCH] dquot.c: get rid of include ../internal.h
 2024-11-13 14:25 UTC  (2+ messages)

[linux-next:master] [fs/file.c] 0c40bf47cf: will-it-scale.per_thread_ops 6.7% improvement
 2024-11-13 14:14 UTC 

[PATCHES][RFC] statx-related stuff
 2024-11-13 14:07 UTC  (3+ messages)
` [PATCH 1/5] io_statx_prep(): use getname_uflags()


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