Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-12-03 15:32:56 to 2024-12-05 17:48:29 UTC [more...]

[PATCH v22 0/8] Script execution control (was O_MAYEXEC)
 2024-12-05 17:48 UTC  (10+ 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 3/8] selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits
` [PATCH v22 4/8] selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK
` [PATCH v22 5/8] samples/check-exec: Add set-exec
` [PATCH v22 6/8] selftests: ktap_helpers: Fix uninitialized variable
` [PATCH v22 7/8] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests
` [PATCH v22 8/8] ima: instantiate the bprm_creds_for_exec() hook

[PATCH] fuse: Prevent hung task warning if FUSE server gets stuck
 2024-12-05 17:09 UTC  (3+ messages)

[PATCH v4 0/5] Improve simple directory offset wrap behavior
 2024-12-05 17:09 UTC  (7+ messages)
` [PATCH v4 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [PATCH v4 2/5] Revert "libfs: Add simple_offset_empty()"
` [PATCH v4 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [PATCH v4 4/5] libfs: Replace simple_offset end-of-directory detection
` [PATCH v4 5/5] libfs: Use d_children list to iterate simple_offset directories

[MEH PATCH] fs: sort out a stale comment about races between fd alloc and dup2
 2024-12-05 15:47 UTC 

[RFC] why do we need smp_rmb/smp_wmb pair in fd_install()/expand_fdtable()?
 2024-12-05 15:36 UTC  (10+ messages)
` [RFC PATCH] fs: elide the smp_rmb fence in fd_install()

[PATCH] hfs: don't use BUG() when we can continue
 2024-12-05 14:14 UTC  (4+ messages)
` [PATCH (REPOST)] "

[syzbot] [iomap?] WARNING in iomap_zero_iter
 2024-12-05 14:00 UTC  (4+ messages)

[PATCH v3 02/13] x86/um: nommu: elf loader for fdpic
 2024-12-05 13:41 UTC  (3+ messages)

[PATCH] fs: don't block write during exec on pre-content watched files
 2024-12-05 13:28 UTC  (7+ messages)

[PATCH v5 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-12-05 12:47 UTC  (12+ messages)

[PATCH v1] exfat: fix exfat_find_empty_entry() not returning error on failure
 2024-12-05 12:45 UTC  (4+ messages)

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

[PATCH 0/4] large atomic writes for xfs
 2024-12-05 11:51 UTC  (9+ messages)
` [PATCH 1/4] iomap: Lift blocksize restriction on atomic writes
` [PATCH 2/4] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH 3/4] xfs: Add RT atomic write unit max to xfs_mount
` [PATCH 4/4] xfs: Update xfs_get_atomic_write_attr() for large atomic writes

[PATCH RESEND v9 0/3] fuse: add kernel-enforced request timeout option
 2024-12-05 11:07 UTC  (17+ messages)
` [PATCH RESEND v9 2/3] fuse: add optional kernel-enforced timeout for requests

[PATCH] statx.2: Update STATX_WRITE_ATOMIC filesystem support
 2024-12-05 10:02 UTC  (5+ messages)

[syzbot] [netfs?] kernel BUG in iov_iter_revert (2)
 2024-12-05  9:59 UTC  (8+ messages)

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

[PATCH] common/config: use modprobe -w when supported
 2024-12-05  7:41 UTC  (4+ messages)

[PATCH 0/5] mm/vma: make more mmap logic userland testable
 2024-12-05  7:06 UTC  (15+ messages)
` [PATCH 1/5] mm/vma: move brk() internals to mm/vma.c
` [PATCH 2/5] mm/vma: move unmapped_area() "
` [PATCH 3/5] mm: abstract get_arg_page() stack expansion and mmap read lock
` [PATCH 4/5] mm/vma: move stack expansion logic to mm/vma.c
` [PATCH 5/5] mm/vma: move __vm_munmap() "

[PATCH v2] firmware_loader: minor spelling fixes
 2024-12-05  3:44 UTC 

[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
 2024-12-05  3:33 UTC  (7+ messages)
` [PATCH v21 1/6] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)

[PATCH] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-12-04 23:50 UTC  (3+ messages)

[RFC PATCH 0/2] Improve simple directory offset wrap behavior
 2024-12-04 21:05 UTC  (12+ messages)
` [RFC PATCH 2/2] libfs: Improve behavior when directory offset values wrap

[syzbot] [mm] KASAN: null-ptr-deref Write in sys_io_uring_register
 2024-12-04 20:18 UTC 

[PATCH] hung_task: add task->flags, blocked by coredump to log
 2024-12-04 18:29 UTC 

[PATCH 0/2] readahead: Reintroduce fix for improper RA window sizing
 2024-12-04 18:10 UTC  (3+ messages)
` [PATCH 1/2] readahead: Don't shorted readahead window in read_pages()
` [PATCH 2/2] readahead: properly shorten readahead when falling back to do_page_cache_ra()

[PATCH] smaps: count large pages smaller than PMD size to anonymous_thp
 2024-12-04 17:07 UTC  (9+ messages)

[PATCHSET v6 0/12] Uncached buffered IO
 2024-12-04 16:36 UTC  (13+ messages)
` [PATCH 07/12] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 08/12] mm/filemap: add read support for RWF_UNCACHED
` [PATCH 09/12] mm/filemap: drop uncached pages when writeback completes
` [PATCH 10/12] mm/filemap: add filemap_fdatawrite_range_kick() helper
` [PATCH 11/12] mm/filemap: make buffered writes work with RWF_UNCACHED
` [PATCH 12/12] mm: add FGP_UNCACHED folio creation flag

[RFC PATCH] file: Wrap locking mechanism for f_pos_lock
 2024-12-04 16:34 UTC  (7+ messages)

Removing page->index
 2024-12-04 15:58 UTC  (3+ messages)

[PATCH 0/2] jbd2: two straightforward fixes
 2024-12-04 14:18 UTC  (4+ messages)

[PATCH] selftests/pidfd: add pidfs file handle selftests
 2024-12-04 14:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/11] fix hungtask due to repeated traversal of inodes list
 2024-12-04 14:16 UTC  (6+ messages)
` [PATCH 10/11] fs: "

[PATCH v2] netfs: fix kernel BUG in iov_iter_revert()
 2024-12-04 14:03 UTC  (6+ messages)
` syzbot program that crashes netfslib can also crash fuse

[linux-next:master] [mm/readahead] 13da30d6f9: BUG:soft_lockup-CPU##stuck_for#s![usemem:#]
 2024-12-04 13:38 UTC  (5+ messages)

[PATCH v2 00/12] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-12-04 12:54 UTC  (13+ messages)
` [PATCH v2 01/12] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v2 02/12] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v2 03/12] fs/proc/vmcore: disallow vmcore modifications while the vmcore is open
` [PATCH v2 04/12] fs/proc/vmcore: prefix all pr_* with "vmcore:"
` [PATCH v2 05/12] fs/proc/vmcore: move vmcore definitions out of kcore.h
` [PATCH v2 06/12] fs/proc/vmcore: factor out allocating a vmcore range and adding it to a list
` [PATCH v2 07/12] fs/proc/vmcore: factor out freeing a list of vmcore ranges
` [PATCH v2 08/12] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel
` [PATCH v2 09/12] virtio-mem: mark device ready before registering callbacks in kdump mode
` [PATCH v2 10/12] virtio-mem: remember usable region size
` [PATCH v2 11/12] virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM
` [PATCH v2 12/12] s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)

[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2024-12-04 12:44 UTC  (3+ messages)
` [PATCH v5 1/2] filemap: Pass address_space mapping to ->free_folio()

[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
 2024-12-04 12:42 UTC  (24+ messages)
` [PATCH 01/27] ext4: remove writable userspace mappings before truncating page cache
` [PATCH 03/27] ext4: don't write back data before punch hole in nojournal mode
` [PATCH 04/27] ext4: refactor ext4_punch_hole()
` [PATCH 05/27] ext4: refactor ext4_zero_range()
` [PATCH 06/27] ext4: refactor ext4_collapse_range()
` [PATCH 07/27] ext4: refactor ext4_insert_range()
` [PATCH 09/27] ext4: move out inode_lock into ext4_fallocate()
` [PATCH 10/27] ext4: move out common parts "
` [PATCH 11/27] ext4: use reserved metadata blocks when splitting extent on endio
` [PATCH 12/27] ext4: introduce seq counter for the extent status entry

[PATCH] binfmt_flat: Fix integer overflow bug on 32 bit systems
 2024-12-04 12:07 UTC 

[RFC PATCH] fanotify: notify on mount attach and detach
 2024-12-04 11:30 UTC  (9+ messages)

[PATCH] fs: Fix typo in pnode.c
 2024-12-04 10:48 UTC  (2+ messages)

[QUESTION] inconsistent use of smp_mb()
 2024-12-04  8:27 UTC  (2+ messages)

[PATCH v11 00/10] Read/Write with meta/integrity
 2024-12-04  8:09 UTC  (6+ messages)
  ` [PATCH v11 06/10] io_uring: introduce attributes for read/write and PI support

[PATCH] f2fs: ensure that node info flags are always initialized
 2024-12-04  6:09 UTC 

[syzbot] [netfs?] WARNING in netfs_retry_reads (2)
 2024-12-04  1:51 UTC  (3+ messages)

[PATCH linux-next v4] ksm: add ksm involvement information for each process
 2024-12-04  0:56 UTC  (2+ messages)

[PATCH RFC v7 00/16] fuse: fuse-over-io-uring
 2024-12-03 22:46 UTC  (4+ messages)
` [PATCH RFC v7 11/16] fuse: {uring} Allow to queue fg requests through io-uring

[PATCH] initramfs: Protect the built-in initramfs from the external one
 2024-12-03 20:52 UTC 

[GIT PULL] Quota and udf fixes for 6.13-rc2
 2024-12-03 19:06 UTC  (2+ messages)

[syzbot] [exfat?] general protection fault in exfat_get_dentry_cached
 2024-12-03 18:30 UTC 

[PATCH RESEND v5] XArray: minor documentation improvements
 2024-12-03 17:02 UTC  (2+ messages)

fs/netfs/read_retry.c:235:20: error: variable 'subreq' is uninitialized when used here [-Werror,-Wuninitialized]
 2024-12-03 16:55 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