Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-24 12:34:17 to 2026-07-26 22:37:00 UTC [more...]

[PATCH 0/5] rust: sync: add WaitQueue infrastructure
 2026-07-26 22:36 UTC  (6+ messages)
` [PATCH 1/5] rust: task: add safe schedule_timeout() wrapper
` [PATCH 2/5] rust: workqueue: replace deprecated system_wq with system_{percpu,dfl}_wq
` [PATCH 3/5] rust: sync: add WaitQueue infrastructure
` [PATCH 4/5] rust: sync: convert CondVar and PollCondVar to use WaitQueue
` [PATCH 5/5] rust: sync: condvar: use task::schedule_timeout()

[PATCH v1] audit: free proctitle in context so it can be set by fork
 2026-07-26 21:37 UTC 

[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
 2026-07-26 21:31 UTC  (39+ messages)
` [PATCH v3 01/24] binfmt_misc: restore write access when removing an entry
` [PATCH v3 03/24] binfmt_misc: reject a flag character as the field delimiter
` [PATCH v3 07/24] binfmt_misc: turn the entry bit numbers into a proper enum
` [PATCH v3 08/24] binfmt_misc: turn the entry behavior flags into an enum
` [PATCH v3 09/24] binfmt_misc: rename Node to struct binfmt_misc_entry
` [PATCH v3 10/24] binfmt_misc: remove the VERBOSE_STATUS toggle
` [PATCH v3 11/24] binfmt_misc: use print_hex_dump_debug() for the register debug output
` [PATCH v3 12/24] binfmt_misc: convert the entry file to seq_file
` [PATCH v3 13/24] binfmt_misc: factor out the entry matching
` [PATCH v3 14/24] binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()
` [PATCH v3 15/24] binfmt_misc: return errors directly in load_misc_binary()
` [PATCH v3 16/24] binfmt_misc: give the parse_command() results names
` [PATCH v3 17/24] binfmt_misc: factor out the entry removal
` [PATCH v3 18/24] binfmt_misc: simplify check_special_flags()
` [PATCH v3 19/24] binfmt_misc: use a flexible array member for the register string
` [PATCH v3 20/24] binfmt_misc: split the field parsing out of create_entry()
` [PATCH v3 21/24] binfmt_misc: use __free(kfree) in bm_register_write()
` [PATCH v3 22/24] binfmt_misc: assorted small cleanups
` [PATCH v3 24/24] binfmt_misc: allow removing entries via unlink(2)

[PATCH 1/6] fs/cachefiles: replace simple_strtoul with kstrtoul in fcull
 2026-07-26 20:45 UTC  (7+ messages)
` [PATCH 2/6] fs/cachefiles: replace simple_strtoul with kstrtoul in fstop
` [PATCH 3/6] fs/cachefiles: replace simple_strtoul with kstrtoul in brun
` [PATCH 4/6] fs/cachefiles: replace simple_strtoul with kstrtoul in bcull
` [PATCH 5/6] fs/cachefiles: replace simple_strtoul with kstrtoul in bstop
` [PATCH 6/6] fs/cachefiles: replace simple_strtoul with kstrtoul in debug

[GIT PULL for v7.2] vfs fixes
 2026-07-26 19:59 UTC  (2+ messages)

[RFC PATCH] fs: allow opening overlayfs/erofs layers through O_ALT
 2026-07-26 17:02 UTC  (5+ messages)

[PATCH v3 00/12] Landlock: Namespace and capability control
 2026-07-26 16:13 UTC  (13+ messages)
` [PATCH v3 01/12] ns: Free anonymous mount namespaces via ns_common_free()
` [PATCH v3 02/12] security: add LSM blob and hooks for namespaces
` [PATCH v3 03/12] security: Add LSM_AUDIT_DATA_NS for namespace audit records
` [PATCH v3 04/12] landlock: Rename quiet_masks to quiet_access
` [PATCH v3 05/12] landlock: Wrap per-layer access masks in struct layer_config
` [PATCH v3 06/12] landlock: Copy the quiet mask in the ruleset merge helper
` [PATCH v3 07/12] landlock: Enforce namespace use restrictions
` [PATCH v3 08/12] landlock: Enforce capability restrictions
` [PATCH v3 09/12] selftests/landlock: Add namespace restriction tests
` [PATCH v3 10/12] selftests/landlock: Add capability "
` [PATCH v3 11/12] samples/landlock: Add capability and namespace restriction support
` [PATCH v3 12/12] landlock: Add documentation for capability and namespace restrictions

[PATCH] fat: preserve reserved lcase bits across rename
 2026-07-26  8:31 UTC  (2+ messages)

[PATCH] fs: hfsplus: remove redundant NULL check before kfree()
 2026-07-26  6:42 UTC  (6+ messages)

[PATCH] freevxfs: fix off-page read on a crafted dirblock
 2026-07-26  6:25 UTC 

[PATCH] udf: fix OOB read for a crafted unallocSpaceEntry
 2026-07-26  6:25 UTC 

[PATCH] fscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy()
 2026-07-26  4:34 UTC 

[PATCH v3 0/2] fuse: fix passthrough parallel direct writes
 2026-07-26  1:59 UTC  (4+ messages)
` [PATCH v4 0/2] fuse: allow parallel direct writes for passthrough
  ` [PATCH v4 1/2] fuse: preserve FOPEN_PARALLEL_DIRECT_WRITES for passthrough opens
  ` [PATCH v4 2/2] fuse: allow parallel direct writes in passthrough write_iter

[PATCH 0/2] nilfs2: convert O_DIRECT reads to iomap
 2026-07-25 23:00 UTC  (5+ messages)
` [PATCH 1/2] nilfs2: add iomap operations for direct I/O reads
` [PATCH 2/2] nilfs2: switch O_DIRECT reads to iomap

[PATCH v2 0/3] Bring includes in linux/kmod.h up to date
 2026-07-25 20:31 UTC  (3+ messages)
` [PATCH v2 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),

[linux-next:master] BUILD SUCCESS WITH WARNING 9eebf259d5352b87080d67758f483583d9e763d7
 2026-07-25 19:22 UTC 

[PATCH 0/5] mm: add basic PTE const type-safety
 2026-07-25 17:38 UTC  (11+ messages)
` [PATCH 3/5] mm/parisc: constify ptep_get() argument

[PATCH v5 00/12] Use generic_file_read_iter() in hugetlbfs
 2026-07-25 16:00 UTC  (13+ messages)
` [PATCH v5 01/12] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v5 02/12] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v5 03/12] hugetlb: Mark some function arguments as const
` [PATCH v5 04/12] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v5 05/12] hugetlb: Use the has_hwpoisoned flag
` [PATCH v5 06/12] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v5 07/12] mm: Check individual hugetlb pages for poison
` [PATCH v5 08/12] filemap: Add hwpoison handling to filemap_read()
` [PATCH v5 09/12] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v5 10/12] hugetlb: Set mapping folio order
` [PATCH v5 11/12] filemap: Add support for authoritative mappings
` [PATCH v5 12/12] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()

[PATCH 0/1] pipe: only enable the extra wake_up(rd_wait) when epoll is actually used
 2026-07-25 15:19 UTC  (6+ messages)

[syzbot] [net?] [fs?] possible deadlock in rht_lock
 2026-07-25 13:19 UTC 

[PATCH v2 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
 2026-07-25  8:08 UTC  (2+ messages)

[PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back
 2026-07-25  6:26 UTC  (5+ messages)

[PATCH v4 00/14] Use generic_file_read_iter() in hugetlbfs
 2026-07-25  5:04 UTC  (37+ messages)
` [PATCH v4 02/14] memory-failure: Test the page is hwpoison before taking the mutex
` [PATCH v4 03/14] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v4 04/14] hugetlb: Mark some function arguments as const
` [PATCH v4 05/14] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v4 06/14] memory-failure: Remove raw_hwp_list_head()
` [PATCH v4 07/14] hugetlb: Use the has_hwpoisoned flag
` [PATCH v4 08/14] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v4 09/14] mm: Check individual hugetlb pages for poison
` [PATCH v4 10/14] filemap: Add hwpoison handling to filemap_read()
` [PATCH v4 11/14] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v4 12/14] hugetlb: Set mapping folio order
` [PATCH v4 13/14] filemap: Add support for authoritative mappings
` [PATCH v4 14/14] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()
` [syzbot ci] Re: Use generic_file_read_iter() in hugetlbfs

[PATCH] exfat: preserve allocated extents for swap activation
 2026-07-25  4:58 UTC  (7+ messages)

[BUG] ntfs: data race on ni->mrec between resident read path and MFT record mutation
 2026-07-25  4:24 UTC 

[RFC PATCH] fs/ntfs3: prevent positive E_NTFS_NONRESIDENT from reaching writeback error handling
 2026-07-25  4:15 UTC  (3+ messages)

[PATCH V11 0/9] famfs: port into fuse
 2026-07-25  4:01 UTC  (8+ messages)

[PATCH v3] eventpoll: fix use-after-free in clear_tfile_check_list()
 2026-07-25  2:03 UTC  (2+ messages)

[PATCH v13 00/23] fs-verity support for XFS with post EOF merkle tree
 2026-07-24 23:55 UTC  (20+ messages)
` [PATCH v13 02/23] fsverity: expose ensure_fsverity_info()
` [PATCH v13 05/23] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v13 06/23] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v13 07/23] fs,fsverity: remove check for fsverity being enabled in setattr_prepare()
` [PATCH v13 08/23] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v13 11/23] xfs: disable direct read path for fs-verity files
` [PATCH v13 16/23] xfs: add fs-verity support
` [PATCH v13 17/23] xfs: remove unwritten extents after preallocations in fsverity metadata

decouple simple direct I/O reads from iomap_dio_rw v2
 2026-07-24 21:50 UTC  (5+ messages)
` [PATCH 2/3] iomap: decouple simple direct I/O reads from iomap_dio_rw

[PATCH 3/3] fs/namei.c: update kerneldoc of atomic_open()
 2026-07-24 21:10 UTC  (2+ messages)

[PATCH 2/3] vfs: call audit_inode_child() in lookup_open() on failure
 2026-07-24 21:10 UTC  (2+ messages)

[PATCH 1/3] vfs: move create error && negative dentry case in lookup_open() up
 2026-07-24 21:10 UTC  (2+ messages)

[GIT PULL] fscrypt fixes for v7.2-rc5
 2026-07-24 21:03 UTC  (2+ messages)

[PATCH 0/6] hfsplus: convert regular file I/O to iomap-based operations
 2026-07-24 19:50 UTC  (13+ messages)
` [PATCH 3/6] hfsplus: take the bitmap page lock for allocate/free
` [PATCH 4/6] hfsplus: add iomap operations for regular file data
` [PATCH 5/6] hfsplus: add iomap-based file_operations
` [PATCH 6/6] hfsplus: switch address_space_operations on iomap-based support

[PATCH v3] hfsplus: validate B-tree record offset table
 2026-07-24 19:19 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] squashfs: avoid thundering-herd cache wakeups
 2026-07-24 19:05 UTC 

[syzbot] [netfs?] WARNING in netfs_writepages (3)
 2026-07-24 17:55 UTC  (2+ messages)

[PATCH 0/2] lockref tidy ups + touch ups to it's usage by dcache
 2026-07-24 17:14 UTC  (3+ messages)
` [PATCH 1/2] lockref: tidy up dead count handling
` [PATCH 2/2] dcache: use lockref routines for dead count checks

[PATCH] eventpoll: compute timer slack lazily in ep_poll()
 2026-07-24 16:20 UTC  (2+ messages)

[PATCH v6 00/22] Introduce SCMI Telemetry support
 2026-07-24 15:05 UTC  (24+ messages)
` [PATCH v6 01/22] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v6 02/22] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v6 03/22] firmware: arm_scmi: Introduce protocol instance notifiers
` [PATCH v6 04/22] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
` [PATCH v6 05/22] include: trace: Add Telemetry trace events
` [PATCH v6 06/22] firmware: arm_scmi: Add basic Telemetry support
` [PATCH v6 07/22] firmware: arm_scmi: Add support to parse SHMTIs areas
` [PATCH v6 08/22] firmware: arm_scmi: Add Telemetry configuration operations
` [PATCH v6 09/22] firmware: arm_scmi: Add Telemetry DataEvent read capabilities
` [PATCH v6 10/22] firmware: arm_scmi: Add support for Telemetry reset
` [PATCH v6 11/22] firmware: arm_scmi: Add Telemetry notification support
` [PATCH v6 12/22] firmware: arm_scmi: Add support for boot-on Telemetry
` [PATCH v6 13/22] firmware: arm_scmi: Add Telemetry generation counter
` [PATCH v6 14/22] firmware: arm_scmi: Add common per-protocol debugfs support
` [PATCH v6 15/22] firmware: arm_scmi: Add Telemetry debugfs SHMTI dump support
` [PATCH v6 16/22] firmware: arm_scmi: Add Telemetry debugfs ABI documentation
` [PATCH v6 17/22] firmware: arm_scmi: Expose per-instance identifier
` [PATCH v6 18/22] uapi: Add ARM SCMI Telemetry definitions
` [PATCH v6 19/22] firmware: arm_scmi: Add System Telemetry driver
` [PATCH v6 20/22] docs: ioctl-number: Add SCMI Ioctls
` [PATCH v6 21/22] [RFC] Documentation: Add SCMI System Telemetry documentation
` [PATCH v6 22/22] [RFC] tools/scmi: Add SCMI Telemetry testing tool

[PATCH v4 0/6] xfs write streams
 2026-07-24 14:57 UTC  (4+ messages)
  ` [PATCH v4 4/6] xfs: generic AG set based steering

[PATCH] eventpoll: pin files while checking reverse paths
 2026-07-24 14:54 UTC  (4+ messages)

fix fs-integrity for non-PI metadata v2
 2026-07-24 13:48 UTC  (5+ messages)
` [PATCH 4/4] iomap: don't free integrity payload that doesn't exist

[PATCH v2 0/7] fs: add failfs
 2026-07-24 13:41 UTC  (8+ messages)
` [PATCH v2 1/7] "
` [PATCH v2 2/7] fs: support FD_FAILFS_ROOT in fchdir()
` [PATCH v2 3/7] fs: add fchroot()
` [PATCH v2 4/7] fs: support FD_FAILFS_ROOT in fchroot()
` [PATCH v2 5/7] arch: hookup fchroot() system call
` [PATCH v2 6/7] selftests/filesystems: add failfs selftests
` [PATCH v2 7/7] Documentation: add failfs documentation

[PATCH v3 00/14] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-07-24 13:04 UTC  (12+ messages)
` [PATCH v3 09/14] "

[RFC PATCH 0/4] Introduce capable_noaudit
 2026-07-24 12:55 UTC  (4+ messages)
` [RFC PATCH 3/4] xfs: replace ns_capable_noaudit()

lazy bounce buffering for checksummed reads
 2026-07-24 12:54 UTC  (6+ messages)
` [PATCH 18/22] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os

decouple simple direct I/O reads from iomap_dio_rw
 2026-07-24 12:47 UTC  (7+ messages)
` [PATCH 2/3] iomap: "


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