public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-11 23:22:26 to 2024-11-12 20:05:27 UTC [more...]

[PATCH v2 0/4] Add iomem helpers for use from debugfs
 2024-11-12 20:04 UTC 

[PATCH] fuse: dax: No-op writepages callback
 2024-11-12 19:55 UTC 

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

[PATCHSET v2 0/15] Uncached buffered IO
 2024-11-12 19:45 UTC  (17+ messages)
` [PATCH 08/15] mm/filemap: add read support for RWF_UNCACHED

[PATCH] dax: Allow block size > PAGE_SIZE
 2024-11-12 19:32 UTC  (13+ messages)

[PATCH 0/2] xarray: extract __xa_cmpxchg_raw
 2024-11-12 19:25 UTC  (3+ messages)
` [PATCH 1/2] xarray: extract xa_zero_to_null
` [PATCH 2/2] xarray: extract helper from __xa_{insert,cmpxchg}

[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
 2024-11-12 19:18 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 v21 3/6] selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits
` [PATCH v21 4/6] selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK
` [PATCH v21 5/6] samples/check-exec: Add set-exec
` [PATCH v21 6/6] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests

[PATCHSET v3 0/16] Uncached buffered IO
 2024-11-12 18:47 UTC  (37+ 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 bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-12 18:44 UTC  (10+ 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

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

[PATCH] fsnotify: fix sending inotify event with unexpected filename
 2024-11-12 17:51 UTC  (2+ messages)

[PATCH 00/12] fuse: support large folios
 2024-11-12 17:32 UTC  (3+ messages)
` [PATCH 04/12] fuse: support large folios for non-writeback writes

[PATCH v6 00/17] fanotify: add pre-content hooks
 2024-11-12 17:27 UTC  (15+ messages)
` [PATCH v6 06/17] fsnotify: generate pre-content permission event on open

[PATCH] iov_iter: fix copy_page_from_iter_atomic() for highmem
 2024-11-12 16:59 UTC  (3+ messages)

[PATCH 0/4] pidfs: implement file handle support
 2024-11-12 16:33 UTC  (11+ messages)
` [PATCH 1/4] pseudofs: add support for export_ops
` [PATCH 2/4] pidfs: implement file handle export support
` [PATCH 3/4] pid: introduce find_get_pid_ns
` [PATCH 4/4] pidfs: implement fh_to_dentry

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-12 13:52 UTC  (10+ messages)

[PATCH] hfs: use kzalloc in hfs_find_init() to fix KMSAN bug
 2024-11-12 16:08 UTC  (2+ messages)

[PATCH RESEND V2 0/5] Fixes and cleanups to xarray
 2024-11-12 15:48 UTC  (4+ messages)

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

[linux-next:master] [epoll] 900bbaae67: filebench.sum_operations/s 3.8% regression
 2024-11-12 14:00 UTC 

[PATCH v3 0/4] iomap: zero range flush fixes
 2024-11-12 14:01 UTC  (12+ messages)
` [PATCH v3 1/4] iomap: reset per-iter state on non-error iter advances
` [PATCH v3 2/4] iomap: lift zeroed mapping handling into iomap_zero_range()
` [PATCH v3 4/4] iomap: warn on zero range of a post-eof folio

two little writeback cleanups v2
 2024-11-12 13:44 UTC  (4+ 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 v4 0/3] fs: allow statmount to fetch the fs_subtype and sb_source
 2024-11-12 13:39 UTC  (4+ messages)

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

[PATCH] fs:aio: Remove TODO comment suggesting hash or array usage in io_cancel()
 2024-11-12 13:13 UTC  (3+ messages)

[PATCH v3 0/2] fs: allow statmount to fetch the subtype and devname
 2024-11-12 13:12 UTC  (8+ messages)

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

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

[syzbot] [fs?] WARNING in fanotify_handle_event (2)
 2024-11-12 11:50 UTC  (2+ messages)

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

[PATCH 0/3] io path options + reflink (mild security implications)
 2024-11-12 10:53 UTC  (5+ 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

[PATCH AUTOSEL 4.19] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
 2024-11-12 10:38 UTC 

[PATCH AUTOSEL 5.4 5/5] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
 2024-11-12 10:38 UTC 

[PATCH AUTOSEL 5.10 6/6] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
 2024-11-12 10:38 UTC 

[PATCH AUTOSEL 5.15 8/8] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
 2024-11-12 10:37 UTC 

[PATCH AUTOSEL 6.1 12/12] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
 2024-11-12 10:37 UTC 

[PATCH AUTOSEL 6.6 15/15] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
 2024-11-12 10:36 UTC 

[PATCH AUTOSEL 6.11 16/16] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
 2024-11-12 10:35 UTC 

[PATCH v8 12/29] riscv/shstk: If needed allocate a new shadow stack on clone
 2024-11-12  9:47 UTC  (2+ messages)

[PATCH 0/4] proc/kcore: performance optimizations
 2024-11-12  9:35 UTC  (4+ messages)

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

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

[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
 2024-11-12  8:45 UTC  (2+ messages)

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

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

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

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

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


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