public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-02 17:39:18 to 2024-07-04 22:06:55 UTC [more...]

[PATCH v8 00/10] enable bs > ps in XFS
 2024-07-04 22:06 UTC  (23+ messages)
` [PATCH v8 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v8 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v8 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size

[PATCH 0/3] fs/file.c: optimize the critical section of
 2024-07-04 21:55 UTC  (17+ messages)
` [PATCH v3 0/3] fs/file.c: optimize the critical section of file_lock in
  ` [PATCH v3 1/3] fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()
  ` [PATCH v3 2/3] fs/file.c: conditionally clear full_fds
  ` [PATCH v3 3/3] fs/file.c: add fast path in find_next_fd()

Non-power-of-2 zone size (was: [PATCH] dm-table:fix zone block_device not aligned with zonesize)
 2024-07-04 21:43 UTC  (2+ messages)

[PATCH v2 0/7] Make core VMA operations internal and testable
 2024-07-04 19:28 UTC  (8+ messages)
` [PATCH v2 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
` [PATCH v2 2/7] mm: move vma_modify() and helpers to internal header
` [PATCH v2 3/7] mm: move vma_shrink(), vma_expand() "
` [PATCH v2 4/7] mm: move internal core VMA manipulation functions to own file
` [PATCH v2 5/7] MAINTAINERS: Add entry for new VMA files
` [PATCH v2 6/7] tools: separate out shared radix-tree components
` [PATCH v2 7/7] tools: add skeleton code for userland testing of VMA logic

[RFC PATCH v19 0/5] Script execution control (was O_MAYEXEC)
 2024-07-04 19:01 UTC  (6+ messages)
` [RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2)
` [RFC PATCH v19 2/5] security: Add new SHOULD_EXEC_CHECK and SHOULD_EXEC_RESTRICT securebits
` [RFC PATCH v19 3/5] selftests/exec: Add tests for AT_CHECK and related securebits
` [RFC PATCH v19 4/5] selftests/landlock: Add tests for execveat + AT_CHECK
` [RFC PATCH v19 5/5] samples/should-exec: Add set-should-exec

Security issue in NFS localio
 2024-07-04 19:00 UTC 

[PATCH][RESEND] fuse: add simple request tracepoints
 2024-07-04 17:20 UTC  (2+ messages)

[PATCH v2] mm/filemap: Allow arch to request folio size for exec memory
 2024-07-04 16:23 UTC  (4+ messages)

[PATCH v7 0/8] File abstractions needed by Rust Binder
 2024-07-04 15:55 UTC  (3+ messages)
` [PATCH v7 1/8] rust: types: add `NotThreadSafe`

[PATCH] fuse: Allow to align reads/writes
 2024-07-04 15:49 UTC  (11+ messages)

[PATCH v9 00/10] enable bs > ps in XFS
 2024-07-04 15:37 UTC  (12+ messages)
` [PATCH v9 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v9 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v9 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v9 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v9 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v9 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v9 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v9 08/10] xfs: expose block size in stat
` [PATCH v9 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v9 10/10] xfs: enable block size larger than page size support

[PATCH] fuse: Disable the combination of passthrough and writeback cache
 2024-07-04 15:09 UTC  (2+ messages)

[syzbot] [fs?] KCSAN: data-race in __ep_remove / __fput (4)
 2024-07-04 14:40 UTC  (2+ messages)

[syzbot] [fs?] KCSAN: data-race in __fsnotify_parent / __fsnotify_recalc_mask (5)
 2024-07-04 14:28 UTC  (2+ messages)

[PATCH v2 0/2] Introduce tracepoint for hugetlbfs
 2024-07-04 14:13 UTC  (7+ messages)
` [PATCH v2 1/2] hugetlbfs: support tracepoint
` [PATCH v2 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

[PATCH] fs/hfsplus: expand s_vhdr_buf size to avoid slab oob
 2024-07-04 14:05 UTC  (2+ messages)

[PATCH v6] fs: Improve eventpoll logging to stop indicting timerfd
 2024-07-04 14:03 UTC  (3+ messages)

[syzbot] [jffs2?] KASAN: slab-out-of-bounds Read in jffs2_sum_add_kvec
 2024-07-04 14:03 UTC  (2+ messages)

[syzbot] [hfs?] KMSAN: uninit-value in copy_name
 2024-07-04 13:36 UTC  (3+ messages)
` [PATCH] hfsplus: fix "

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-07-04 12:47 UTC  (5+ messages)
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values

[PATCH v5] fs: Improve eventpoll logging to stop indicting timerfd
 2024-07-04 12:44 UTC  (4+ messages)

[PATCH 0/7] Make core VMA operations internal and testable
 2024-07-04 11:44 UTC  (22+ messages)
` [PATCH 1/7] userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
` [PATCH 2/7] mm: move vma_modify() and helpers to internal header
` [PATCH 3/7] mm: move vma_shrink(), vma_expand() "
` [PATCH 4/7] mm: move internal core VMA manipulation functions to own file
` [PATCH 5/7] MAINTAINERS: Add entry for new VMA files
` [PATCH 6/7] tools: separate out shared radix-tree components
` [PATCH 7/7] tools: add skeleton code for userland testing of VMA logic

[syzbot] [gfs2?] KASAN: stack-out-of-bounds Read in gfs2_dump_glock
 2024-07-04 11:04 UTC  (2+ messages)

[PATCH 0/2] Reject invalid mount id values early
 2024-07-04  8:58 UTC  (3+ messages)
` [PATCH 1/2] fs: refuse mnt id requests with invalid ids early
` [PATCH 2/2] fs: reject invalid last mount id early

[ANNOUNCE] util-linux v2.40.2
 2024-07-04  8:52 UTC 

[PATCH 0/2] statx NULL path support
 2024-07-04  6:02 UTC  (35+ messages)
` [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)

[RFC v3 1/1] fs/namespace: remove RCU sync for MNT_DETACH umount
 2024-07-04  1:23 UTC  (12+ messages)

[PATCH] vfs: don't mod negative dentry count when on shrinker list
 2024-07-04  1:04 UTC  (7+ messages)

[PATCH v2] vfs: don't mod negative dentry count when on shrinker list
 2024-07-03 17:02 UTC  (5+ messages)

[PATCH 0/1] Fuse Passthrough cache issues
 2024-07-03 16:24 UTC  (6+ messages)
` [PATCH 1/1] fuse: Keep attributes consistent with Passthrough

[PATCH 0/2] fuse: fix up uid/gid mount option handling
 2024-07-03 14:58 UTC  (6+ messages)
` [PATCH 1/2] fuse: verify {g,u}id mount options correctly
` [PATCH 2/2] fuse: Convert to new uid/gid option parsing helpers

[PATCH] filelock: fix potential use-after-free in posix_lock_inode
 2024-07-03 13:53 UTC  (3+ messages)

[RFC PATCH v2 0/7] Make core VMA operations internal and testable
 2024-07-03 10:25 UTC  (8+ messages)
` [RFC PATCH v2 3/7] mm: move vma_shrink(), vma_expand() to internal header
` [RFC PATCH v2 4/7] mm: move internal core VMA manipulation functions to own file

[RFC PATCH v2 7/7] tools: add skeleton code for userland testing of VMA logic
 2024-07-03 10:23 UTC  (3+ messages)

[RFC PATCH v2 5/7] MAINTAINERS: Add entry for new VMA files
 2024-07-03 10:23 UTC  (3+ messages)

[PATCH 2/2] kpageflags: fix wrong KPF_THP on non-pmd-mappable compound pages
 2024-07-03 10:11 UTC  (3+ messages)

[PATCH V2 0/3] fat: convert to the new mount API
 2024-07-03  8:49 UTC  (9+ messages)
` [PATCH V2 1/3] fat: move debug into fat_mount_options
` [PATCH V2 2/3] fat: Convert to new mount api
` [PATCH V2 3/3] fat: Convert to new uid/gid option parsing helpers

[PATCH v3 0/9] cachefiles: random bugfixes
 2024-07-03  8:37 UTC  (3+ messages)
` (subset) "

[syzbot] [ext4?] general protection fault in __block_commit_write
 2024-07-03  7:01 UTC  (2+ messages)
` [PATCH] kernel/ext4: sanity check for NULL pointer after ext4_force_shutdown

[PATCH 01/10] fs: turn inode ctime fields into a single ktime_t
 2024-07-03  5:27 UTC  (12+ messages)

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-07-02 23:08 UTC  (8+ messages)
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[GIT PULL] vfs fixes
 2024-07-02 20:56 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