Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-12-09 14:04:36 to 2024-12-11 05:58:32 UTC [more...]

[PATCH v22 0/8] Script execution control (was O_MAYEXEC)
 2024-12-11  5:58 UTC  (8+ messages)
` [PATCH v22 1/8] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v22 2/8] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v22 8/8] ima: instantiate the bprm_creds_for_exec() hook

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

silent data corruption in fuse in rc1
 2024-12-11  2:57 UTC  (19+ messages)

[PATCH] fuse: Abort connection if FUSE server get stuck
 2024-12-11  0:17 UTC  (4+ messages)

[PATCH v8 00/16] fuse: fuse-over-io-uring
 2024-12-10 23:14 UTC  (18+ messages)
` [PATCH v8 01/16] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH v8 02/16] fuse: Move fuse_get_dev to header file
` [PATCH v8 03/16] fuse: Move request bits
` [PATCH v8 04/16] fuse: Add fuse-io-uring design documentation
` [PATCH v8 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH v8 06/16] fuse: {io-uring} Handle SQEs - register commands
` [PATCH v8 07/16] fuse: Make fuse_copy non static
` [PATCH v8 08/16] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH v8 09/16] fuse: {io-uring} Make hash-list req unique finding functions non-static
` [PATCH v8 10/16] fuse: Add io-uring sqe commit and fetch support
` [PATCH v8 11/16] fuse: {io-uring} Handle teardown of ring entries
` [PATCH v8 12/16] fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static
` [PATCH v8 13/16] fuse: Allow to queue fg requests through io-uring
` [PATCH v8 14/16] fuse: Allow to queue bg "
` [PATCH v8 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH v8 16/16] fuse: enable fuse-over-io-uring

[PATCH v3 bpf-next 0/6] Enable writing xattr from BPF programs
 2024-12-10 22:06 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/6] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v3 bpf-next 2/6] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v3 bpf-next 3/6] bpf: lsm: Add two more sleepable hooks
` [PATCH v3 bpf-next 4/6] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v3 bpf-next 5/6] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs
` [PATCH v3 bpf-next 6/6] selftests/bpf: Add __failure tests for set/remove xattr kfuncs

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-12-10 21:12 UTC  (7+ messages)
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault

[PATCH 0/5] fs: lockless mntns rbtree lookup
 2024-12-10 20:58 UTC  (6+ messages)
` [PATCH 1/5] mount: remove inlude/nospec.h include
` [PATCH 2/5] fs: add mount namespace to rbtree late
` [PATCH 3/5] fs: lockless mntns rbtree lookup
` [PATCH 4/5] selftests: remove unneeded include
` [PATCH 5/5] samples: add test-list-all-mounts

[PATCH linux-next v4] ksm: add ksm involvement information for each process
 2024-12-10 20:05 UTC  (3+ messages)

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

[MEH PATCH] fs: sort out a stale comment about races between fd alloc and dup2
 2024-12-10 18:15 UTC  (6+ messages)

[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-12-10 18:14 UTC  (3+ messages)
` [PATCH RFC v3 02/10] sched_getattr: port to copy_struct_to_user

[PATCH 0/6] convert efivarfs to manage object data correctly
 2024-12-10 17:27 UTC  (9+ messages)
` [PATCH 1/6] efivarfs: remove unused efi_varaible.Attributes and .kobj
` [PATCH 2/6] efivarfs: add helper to convert from UC16 name and GUID to utf8 name
` [PATCH 3/6] efivarfs: make variable_is_present use dcache lookup
` [PATCH 4/6] efivarfs: move freeing of variable entry into evict_inode
` [PATCH 5/6] efivarfs: remove unused efivarfs_list
` [PATCH 6/6] efivarfs: fix error on write to new variable leaving remnants

[PATCH 0/5] mm/vma: make more mmap logic userland testable
 2024-12-10 17:14 UTC  (3+ messages)
` [PATCH 3/5] mm: abstract get_arg_page() stack expansion and mmap read lock

ANNOUNCE: nfs-utils-2.8.2 released
 2024-12-10 16:34 UTC 

[PATCH v2] fanotify: notify on mount attach and detach
 2024-12-10 16:11 UTC  (9+ messages)

[PATCHv12 06/12] block: expose write streams for block device nodes
 2024-12-10 15:23 UTC  (17+ messages)
` [PATCHv12 00/12] block write streams with nvme fdp
    ` [PATCHv12 02/12] fs: add a write stream field to the kiocb
    ` [PATCHv12 12/12] nvme: use fdp streams if write stream is provided
    ` [PATCHv12 03/12] block: add a bi_write_stream field
    ` [PATCHv12 04/12] block: introduce max_write_streams queue limit
    ` [PATCHv12 05/12] block: introduce a write_stream_granularity "
  ` [PATCHv12 11/12] nvme: register fdp parameters with the block layer
    ` [PATCHv12 08/12] nvme: add a nvme_get_log_lsi helper
    ` [PATCHv12 09/12] nvme: pass a void pointer to nvme_get/set_features for the result
    ` [PATCHv12 10/12] nvme.h: add FDP definitions

[PATCH v2 0/3] Fixes multiple sysctl proc_handler usage error
 2024-12-10 14:58 UTC  (4+ messages)
` [PATCH v2 2/3] sysctl: Fix underflow value setting risk in vm_table

[linus:master] [iomap] fde4c4c3ec: stress-ng.metamix.ops_per_sec 5880.5% improvement
 2024-12-10 14:25 UTC 

[PATCH bpf-next v4 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-10 14:17 UTC  (6+ messages)
` [PATCH bpf-next v4 2/5] selftests/bpf: Add tests for open-coded style process file iterator

[PATCH v2 0/7] large atomic writes for xfs
 2024-12-10 12:57 UTC  (8+ messages)
` [PATCH v2 1/7] iomap: Increase iomap_dio_zero() size limit
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support
` [PATCH v2 3/7] iomap: Lift blocksize restriction on atomic writes
` [PATCH v2 4/7] xfs: Add extent zeroing support for "
` [PATCH v2 5/7] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v2 6/7] xfs: Add RT atomic write unit max to xfs_mount
` [PATCH v2 7/7] xfs: Update xfs_get_atomic_write_attr() for large atomic writes

[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
 2024-12-10 12:57 UTC  (7+ messages)
` [PATCH 12/27] ext4: introduce seq counter for the extent status entry

[PATCH 0/4] exportfs: add flag to allow marking export operations as only supporting file handles
 2024-12-10 12:44 UTC  (16+ messages)

Removing page->index
 2024-12-10 12:16 UTC  (6+ messages)

[PATCH v6 0/3] iomap: fix zero padding data issue in concurrent append writes
 2024-12-10 11:50 UTC  (7+ messages)
` [PATCH v6 1/3] iomap: pass byte granular end position to iomap_add_to_ioend

[PATCHSET v6 0/12] Uncached buffered IO
 2024-12-10 11:31 UTC  (20+ messages)
` [PATCH 01/12] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 05/12] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 06/12] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/12] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 11/12] mm/filemap: make buffered writes work with RWF_UNCACHED

commit 0790303ec869 leads to cpu stall without CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
 2024-12-10 11:20 UTC  (5+ messages)

[PATCH 4.19.y] fs/iomap: use consistent gfp flags during xfs readpages
 2024-12-10  9:46 UTC 

[PATCH v3 0/3] Additional miscdevice fops parameters
 2024-12-10  9:39 UTC  (4+ messages)
` [PATCH v3 1/3] rust: miscdevice: access file in fops
` [PATCH v3 2/3] rust: miscdevice: access the `struct miscdevice` from fops->open()
` [PATCH v3 3/3] rust: miscdevice: Provide accessor to pull out miscdevice::this_device

[PATCH][RFC] make take_dentry_name_snapshot() lockless
 2024-12-10  2:48 UTC  (15+ messages)
              ` [PATCH 1/5] make sure that DCACHE_INLINE_LEN is a multiple of word size
                ` [PATCH 2/5] dcache: back inline names with a struct-wrapped array of unsigned long
                ` [PATCH 3/5] make take_dentry_name_snapshot() lockless
                ` [PATCH 4/5] dissolve external_name.u into separate members
                ` [PATCH 5/5] ext4 fast_commit: make use of name_snapshot primitives

[PATCH 0/2] userfaultfd: handle few NULL check inline
 2024-12-10  2:25 UTC  (6+ messages)
` [PATCH 2/2] mm, rmap: handle anon_vma_fork() "

[PATCH v2 00/12] fuse: support large folios
 2024-12-10  0:31 UTC  (13+ messages)
` [PATCH v2 10/12] fuse: support large folios for direct io

[PATCH v2 0/2] Additional miscdevice fops parameters
 2024-12-09 20:06 UTC  (4+ messages)

[PATCH] fstests: disable generic duperemove tests for NFS and others
 2024-12-09 19:35 UTC  (7+ messages)

[PATCHv11 00/10] block write streams with nvme fdp
 2024-12-09 17:35 UTC  (6+ messages)
  ` [EXT] "

[syzbot] [hfs?] KASAN: slab-use-after-free Read in hfsplus_read_wrapper (2)
 2024-12-09 17:32 UTC  (2+ messages)

[PATCH] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
 2024-12-09 17:12 UTC  (2+ messages)

[PATCH v2 2/2] rust: miscdevice: access the `struct miscdevice` from fops->open()
 2024-12-09 15:11 UTC  (13+ messages)

[PATCH v2 2/2] rust: miscdevice: access the `struct miscdevice` from fops->open()
 2024-12-09 14:42 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