public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-11 09:37:26 to 2024-11-12 08:35:32 UTC [more...]

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-12  8:35 UTC  (8+ messages)
` [PATCH bpf-next 1/4] bpf: lsm: Remove hook to bpf_task_storage_free
` [PATCH bpf-next 2/4] bpf: Make bpf inode storage available to tracing program
` [PATCH bpf-next 3/4] bpf: Add recursion avoid logic for inode storage
` [PATCH bpf-next 3/4] bpf: Add recursion prevention "
` [PATCH bpf-next 4/4] selftest/bpf: Add test for inode local storage recursion
` [PATCH bpf-next 4/4] selftest/bpf: Test inode local storage recursion prevention

[PATCH v6 00/17] fanotify: add pre-content hooks
 2024-11-12  8:11 UTC  (28+ messages)
` [PATCH v6 01/17] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v6 02/17] fanotify: rename a misnamed constant
` [PATCH v6 03/17] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH v6 04/17] fsnotify: introduce pre-content permission events
` [PATCH v6 05/17] fsnotify: pass optional file access range in pre-content event
` [PATCH v6 06/17] fsnotify: generate pre-content permission event on open
` [PATCH v6 07/17] fsnotify: generate pre-content permission event on truncate
` [PATCH v6 08/17] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v6 09/17] fanotify: report file range info with pre-content events
` [PATCH v6 10/17] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v6 11/17] fanotify: add a helper to check for pre content events
` [PATCH v6 12/17] fanotify: disable readahead if we have pre-content watches
` [PATCH v6 13/17] mm: don't allow huge faults for files with pre content watches
` [PATCH v6 14/17] fsnotify: generate pre-content permission event on page fault
` [PATCH v6 15/17] xfs: add pre-content fsnotify hook for write faults
` [PATCH v6 16/17] btrfs: disable defrag on pre-content watched files
` [PATCH v6 17/17] fs: enable pre-content events on supported file systems

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

[PATCH RESEND V2 0/5] Fixes and cleanups to xarray
 2024-11-12  7:05 UTC  (9+ messages)
` [PATCH RESEND V2 1/5] Xarray: Do not return sibling entries from xas_find_marked()
` [PATCH RESEND V2 2/5] Xarray: distinguish large entries correctly in xas_split_alloc()
` [PATCH RESEND V2 3/5] Xarray: move forward index correctly in xas_pause()
` [PATCH RESEND V2 4/5] Xarray: remove repeat check in xas_squash_marks()
` [PATCH RESEND V2 5/5] Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent

[PATCH v8 00/10] Read/Write with meta/integrity
 2024-11-12  6:51 UTC  (6+ messages)
  ` [PATCH v8 06/10] io_uring/rw: add support to send metadata along with read/write

About using on-stack fsdata pointer for write_begin() and write_end() callbacks
 2024-11-12  6:13 UTC  (9+ messages)

two little writeback cleanups v2
 2024-11-12  5:43 UTC  (3+ messages)
` [PATCH 1/2] writeback: add a __releases annoation to wbc_attach_and_unlock_inode
` [PATCH 2/2] writeback: wbc_attach_fdatawrite_inode out of line

[PATCH] ntfs3: remove a_ops->write_begin/end() call backs
 2024-11-12  5:13 UTC  (2+ messages)

[PATCHSET v2 0/15] Uncached buffered IO
 2024-11-12  5:13 UTC  (22+ messages)
` [PATCH 08/15] mm/filemap: add read support for RWF_UNCACHED
` [PATCH 15/15] xfs: flag as supporting FOP_UNCACHED

[syzbot] [fs?] WARNING in fanotify_handle_event (2)
 2024-11-12  4:21 UTC 

[PATCH v2] exfat: fix file being changed by unaligned direct write
 2024-11-12  3:59 UTC 

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

[PATCH 0/3] io path options + reflink (mild security implications)
 2024-11-12  3:35 UTC  (4+ messages)
` [PATCH 1/3] bcachefs: BCH_SB_VERSION_INCOMPAT
` [PATCH 2/3] bcachefs: bcachefs_metadata_version_reflink_p_may_update_opts
` [PATCH 3/3] bcachefs: Option changes now get propagated to reflinked data

[syzbot] [ntfs3?] WARNING in attr_data_get_block (4)
 2024-11-12  3:23 UTC  (2+ messages)

[PATCH net-next v9 0/6] Suspend IRQs during application busy periods
 2024-11-12  3:00 UTC  (2+ messages)

[PATCH v4 0/6] fuse: remove temp page copies in writeback
 2024-11-12  2:31 UTC  (8+ messages)
` [PATCH v4 1/6] mm: add AS_WRITEBACK_MAY_BLOCK mapping flag
` [PATCH v4 6/6] fuse: remove tmp folio for writebacks and internal rb tree

[PATCH] proc/softirqs: change softirqs info from possile_cpu to online_cpu
 2024-11-12  2:16 UTC  (2+ messages)

[PATCH v6 00/10] Read/Write with metadata/integrity
 2024-11-12  1:32 UTC  (10+ messages)
  ` [PATCH v6 06/10] io_uring/rw: add support to send metadata along with read/write

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

[PATCHSET v4] Uncached buffered IO
 2024-11-11 23:54 UTC  (9+ messages)
` [PATCH 08/13] fs: add read support for RWF_UNCACHED

[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
 2024-11-11 22:14 UTC  (7+ messages)

[PATCH v6 0/2] man-pages: add documentation for statmount/listmount
 2024-11-11 21:17 UTC  (3+ messages)
` [PATCH v6 2/2] listmount.2: New page describing the listmount syscall

[PATCH v8 00/29] riscv control-flow integrity for usermode
 2024-11-11 20:54 UTC  (30+ messages)
` [PATCH v8 01/29] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v8 02/29] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v8 03/29] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v8 04/29] riscv: zicfiss / zicfilp enumeration
` [PATCH v8 05/29] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v8 06/29] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v8 07/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v8 08/29] riscv mm: manufacture shadow stack pte
` [PATCH v8 09/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v8 10/29] riscv mmu: write protect and shadow stack
` [PATCH v8 11/29] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v8 12/29] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v8 13/29] prctl: arch-agnostic prctl for shadow stack
` [PATCH v8 14/29] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v8 15/29] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v8 16/29] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v8 17/29] riscv/traps: Introduce software check exception
` [PATCH v8 18/29] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v8 19/29] riscv/signal: save and restore of shadow stack for signal
` [PATCH v8 20/29] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v8 21/29] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v8 22/29] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v8 23/29] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v8 24/29] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v8 25/29] riscv: kernel command line option to opt out of user cfi
` [PATCH v8 26/29] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v8 27/29] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v8 28/29] riscv: Documentation for shadow stack on riscv
` [PATCH v8 29/29] kselftest/riscv: kselftest for user mode cfi

[PATCH] fsnotify: fix sending inotify event with unexpected filename
 2024-11-11 20:11 UTC 

[PATCH 0/4] proc/kcore: performance optimizations
 2024-11-11 18:08 UTC  (3+ messages)

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

[PATCH 00/12] fuse: support large folios
 2024-11-11 17:44 UTC  (4+ messages)

[PATCH v4 0/3] fs: allow statmount to fetch the fs_subtype and sb_source
 2024-11-11 17:44 UTC  (5+ messages)
` [PATCH v4 1/3] fs: don't let statmount return empty strings
` [PATCH v4 2/3] fs: add the ability for statmount() to report the fs_subtype
` [PATCH v4 3/3] fs: add the ability for statmount() to report the sb_source

[PATCHSET v3] struct fd and memory safety
 2024-11-11 17:22 UTC  (4+ messages)
` [PATCH v3 01/28] net/socket.c: switch to CLASS(fd)
  ` [PATCH v3 14/28] fdget(), trivial conversions

[syzbot] [exfat?] possible deadlock in fat_count_free_clusters
 2024-11-11 13:07 UTC  (2+ messages)

[PATCH] fs: aio: Transition from Linked List to Hash Table for Active Request Management in AIO
 2024-11-11 16:42 UTC  (3+ messages)

[PATCHv11 0/9] write hints with nvme fdp and scsi streams
 2024-11-11 16:34 UTC  (3+ messages)

[PATCH 0/4] Add the ability to query mount options in statmount
 2024-11-11 16:02 UTC  (13+ messages)

[ISSUE] split_folio() and dirty IOMAP folios
 2024-11-11 15:19 UTC  (6+ messages)

[PATCH v3 0/2] fs: allow statmount to fetch the subtype and devname
 2024-11-11 14:31 UTC  (11+ messages)
` [PATCH v3 1/2] fs: add the ability for statmount() to report the fs_subtype
` [PATCH v3 2/2] fs: add the ability for statmount() to report the mnt_devname

[RFC bpf-next fanotify 0/5] Fanotify fastpath handler
 2024-11-11 14:09 UTC  (5+ messages)
` [RFC bpf-next fanotify 1/5] fanotify: Introduce fanotify "

[PATCH] iomap: drop an obsolete comment in iomap_dio_bio_iter
 2024-11-11 13:36 UTC  (2+ messages)

lots of fstests cases fail on overlay with util-linux 2.40.2 (new mount APIs)
 2024-11-11 12:30 UTC  (6+ messages)

[REGRESSION] mold linker depends on ETXTBSY, but open(2) no longer returns it
 2024-11-11 12:02 UTC 

[syzbot] [hfs?] possible deadlock in hfsplus_file_extend (2)
 2024-11-11 11:50 UTC 

[PATCH v2 0/6] exfat: reduce FAT chain traversal
 2024-11-11 11:07 UTC  (2+ messages)

[PATCH v2 0/5] fscache/cachefiles: Some bugfixes
 2024-11-11 11:33 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