messages from 2025-06-25 14:18:03 to 2025-06-26 17:10:32 UTC [more...]
[PATCH 0/4] hfs/hfsplus: add uncached buffer io support
2025-06-26 17:30 UTC (5+ messages)
` [PATCH 1/4] block: Add struct kiocb pointer to block_write_begin()
` [PATCH 2/4] fs/buffer: parse IOCB_DONTCACHE flag in block_write_begin()
` [PATCH 3/4] hfsplus: enable uncached buffer io support
` [PATCH 4/4] hfs: "
[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
2025-06-26 16:48 UTC (21+ messages)
` [PATCH 01/16] MAINTAINERS: Include clk.py under COMMON CLK FRAMEWORK entry
` [PATCH 02/16] MAINTAINERS: Include device.py under DRIVER CORE entry
` [PATCH 03/16] MAINTAINERS: Include genpd.py under GENERIC PM DOMAINS entry
` [PATCH 04/16] MAINTAINERS: Include radixtree.py under GENERIC RADIX TREE entry
` [PATCH 05/16] MAINTAINERS: Include interrupts.py under IRQ SUBSYSTEM entry
` [PATCH 06/16] MAINTAINERS: Include kasan.py under KASAN entry
` [PATCH 07/16] MAINTAINERS: Include mapletree.py under MAPLE TREE entry
` [PATCH 08/16] MAINTAINERS: Include GDB scripts under MEMORY MANAGEMENT entry
` [PATCH 09/16] MAINTAINERS: Include modules.py under MODULE SUPPORT entry
` [PATCH 10/16] MAINTAINERS: Include cpus.py under PER-CPU MEMORY ALLOCATOR entry
` [PATCH 11/16] MAINTAINERS: Include timerlist.py under POSIX CLOCKS and TIMERS entry
` [PATCH 12/16] MAINTAINERS: Include dmesg.py under PRINTK entry
` [PATCH 13/16] MAINTAINERS: Include proc.py under PROC FILESYSTEM entry
` [PATCH 14/16] MAINTAINERS: Include vmalloc.py under VMALLOC entry
` [PATCH 15/16] MAINTAINERS: Include xarray.py under XARRAY entry
` [PATCH 16/16] MAINTAINERS: Include vfs.py under FILESYSTEMS entry
[PATCH v3] eventpoll: Fix priority inversion problem
2025-06-26 15:56 UTC (13+ messages)
refactor the iomap writeback code v2
2025-06-26 14:59 UTC (2+ messages)
[PATCH v2 0/8] ext4: enable large folio for regular files
2025-06-26 14:56 UTC (8+ messages)
` [PATCH v2 8/8] ext4: enable large folio for regular file
[PATCH v5 bpf-next 0/5] bpf path iterator
2025-06-26 14:49 UTC (10+ messages)
squashfs can starve/block apps
2025-06-26 14:27 UTC (2+ messages)
[PATCH] netfs: Fix i_size updating
2025-06-26 14:07 UTC (4+ messages)
` [PATCH] netfs: Merge i_size update functions
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-26 13:57 UTC (3+ messages)
next-20250626: WARNING fs jbd2 transaction.c start_this_handle with ARM64_64K_PAGES
2025-06-26 13:52 UTC (2+ messages)
[PATCH v3] ovl: support layers on case-folding capable filesystems
2025-06-26 13:44 UTC (6+ messages)
[PATCH v2] fs/proc/vmcore: a few cleanups for vmcore_add_device_dump
2025-06-26 13:24 UTC (2+ messages)
[PATCH v1 00/32] Live Update Orchestrator
2025-06-26 13:00 UTC (41+ messages)
` [PATCH v1 01/32] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v1 02/32] kho: mm: Don't allow deferred struct page with KHO
` [PATCH v1 03/32] kho: warn if KHO is disabled due to an error
` [PATCH v1 04/32] kho: allow to drive kho from within kernel
` [PATCH v1 05/32] kho: make debugfs interface optional
` [PATCH v1 06/32] kho: drop notifiers
` [PATCH v1 07/32] kho: add interfaces to unpreserve folios and physical memory ranges
` [PATCH v1 08/32] kho: don't unpreserve memory during abort
` [PATCH v1 09/32] liveupdate: kho: move to kernel/liveupdate
` [PATCH v1 10/32] liveupdate: luo_core: Live Update Orchestrator
` [PATCH v1 11/32] liveupdate: luo_core: integrate with KHO
` [PATCH v1 12/32] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v1 13/32] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v1 14/32] liveupdate: luo_files: add infrastructure for FDs
` [PATCH v1 15/32] liveupdate: luo_files: implement file systems callbacks
` [PATCH v1 16/32] liveupdate: luo_ioctl: add ioctl interface
` [PATCH v1 17/32] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v1 18/32] reboot: call liveupdate_reboot() before kexec
` [PATCH v1 19/32] liveupdate: luo_files: luo_ioctl: session-based file descriptor tracking
` [PATCH v1 20/32] kho: move kho debugfs directory to liveupdate
` [PATCH v1 21/32] liveupdate: add selftests for subsystems un/registration
` [PATCH v1 22/32] selftests/liveupdate: add subsystem/state tests
` [PATCH v1 23/32] docs: add luo documentation
` [PATCH v1 24/32] MAINTAINERS: add liveupdate entry
` [PATCH v1 25/32] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v1 26/32] mm: shmem: allow freezing inode mapping
` [PATCH v1 27/32] mm: shmem: export some functions to internal.h
` [PATCH v1 28/32] luo: allow preserving memfd
` [PATCH v1 29/32] docs: add documentation for memfd preservation via LUO
` [RFC v1 30/32] tools: introduce libluo
` [RFC v1 31/32] libluo: introduce luoctl
` [RFC v1 32/32] libluo: add tests
[PATCH v4] fs/buffer: remove the min and max limit checks in __getblk_slow()
2025-06-26 11:32 UTC
[PATCH 0/6] btrfs: add remove_bdev() callback
2025-06-26 11:02 UTC (15+ messages)
` [PATCH 1/6] fs: add a new remove_bdev() super operations callback
` [PATCH 2/6] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN
` [PATCH 3/6] btrfs: reject file operations if in shutdown state
` [PATCH 4/6] btrfs: reject delalloc ranges if the fs is shutdown
` [PATCH 5/6] btrfs: implement shutdown ioctl
` [PATCH 6/6] btrfs: implement remove_bdev super operation callback
[PATCH] fanotify: selftests for fanotify permission events
2025-06-26 10:48 UTC (3+ messages)
[PATCH] xfs: report a writeback error on a read() call
2025-06-26 10:25 UTC (12+ messages)
[PATCH] coredump: reduce stack usage in vfs_coredump()
2025-06-26 8:19 UTC (6+ messages)
[PATCH] hfs: add logic of correcting a next unused CNID
2025-06-26 7:42 UTC (2+ messages)
[PATCH v3] fs/buffer: remove the min and max limit checks in __getblk_slow()
2025-06-26 7:19 UTC (4+ messages)
[PATCH] mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
2025-06-26 7:00 UTC (3+ messages)
[PATCH 0/5] powerpc: Implement masked user access
2025-06-26 5:56 UTC (8+ messages)
[PATCH v4 00/15] kunit: Introduce UAPI testing framework
2025-06-26 6:10 UTC (3+ messages)
` [PATCH v4 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support
` [PATCH v4 12/15] kunit: Introduce UAPI testing framework
[linus:master] [pipe_read] aaec5a95d5: hackbench.throughput 6.4% regression
2025-06-26 6:00 UTC
[git pull] more mount fixes
2025-06-26 4:12 UTC (2+ messages)
[PATCH] ocfs2: update d_splice_alias() return code checking
2025-06-26 3:34 UTC (2+ messages)
[syzbot] [fs?] KASAN: null-ptr-deref Write in do_pagemap_cmd
2025-06-25 23:23 UTC (2+ messages)
[PATCH 00/12] ovl: narrow regions protected by directory i_rw_sem
2025-06-25 21:45 UTC (30+ messages)
` [PATCH 01/12] ovl: use is_subdir() for testing if one thing is a subdir of another
` [PATCH 02/12] ovl: Call ovl_create_temp() and ovl_create_index() without lock held
` [PATCH 03/12] ovl: narrow the locked region in ovl_copy_up_workdir()
` [PATCH 04/12] ovl: narrow locking in ovl_create_upper()
` [PATCH 05/12] ovl: narrow locking in ovl_clear_empty()
` [PATCH 06/12] ovl: narrow locking in ovl_create_over_whiteout()
` [PATCH 07/12] ovl: narrow locking in ovl_rename()
` [PATCH 08/12] ovl: narrow locking in ovl_cleanup_whiteouts()
` [PATCH 09/12] ovl: whiteout locking changes
` [PATCH 10/12] ovl: narrow locking in ovl_check_rename_whiteout()
` [PATCH 11/12] ovl: change ovl_create_real() to receive dentry parent
` [PATCH 12/12] ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()
[PATCH] selftests/landlock: Add tests for access through disconnected paths
2025-06-25 20:46 UTC (7+ messages)
[PATCH v2 00/16] netfs, cifs: Fixes to retry-related code and RDMA support
2025-06-25 18:53 UTC (22+ messages)
` [PATCH v2 01/16] netfs: Fix hang due to missing case in final DIO read result collection
` [PATCH v2 02/16] netfs: Put double put of request
` [PATCH v2 03/16] netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
` [PATCH v2 04/16] netfs: Fix looping in wait functions
` [PATCH v2 05/16] netfs: Fix ref leak on inserted extra subreq in write retry
` [PATCH v2 06/16] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH v2 07/16] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH v2 08/16] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH v2 09/16] smb: client: fix regression with native SMB symlinks
` [PATCH v2 10/16] smb: client: fix warning when reconnecting channel
` [PATCH v2 11/16] smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data
` [PATCH v2 12/16] cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
` [PATCH v3 "
` [PATCH v2 13/16] cifs: Fix the smbd_reponse slab to allow usercopy
` [PATCH v2 14/16] smb: client: fix potential deadlock when reconnecting channels
` [PATCH v2 15/16] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH v2 16/16] netfs: Update tracepoints in a number of ways
[PATCH v2] docs/vfs: update references to i_mutex to i_rwsem
2025-06-25 18:51 UTC (3+ messages)
[PATCH v3 14/16] fuse: use iomap for folio laundering
2025-06-25 17:02 UTC (2+ messages)
[PATCH v3 13/16] fuse: use iomap for writeback
2025-06-25 16:48 UTC (3+ messages)
[PATCH v1 0/8] fuse: use iomap for buffered writes + writeback
2025-06-25 16:44 UTC (11+ messages)
` [PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
[PATCH] cifs: Fix the smbd_request and smbd_reponse slabs to allow usercopy
2025-06-25 16:21 UTC (4+ messages)
` [PATCH v2] "
[PATCH] cifs: Collapse smbd_recv_*() into smbd_recv() and just use copy_to_iter()
2025-06-25 16:00 UTC (3+ messages)
[PATCH 00/13] Parallelizing filesystem writeback
2025-06-25 15:44 UTC (3+ messages)
[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
2025-06-25 15:23 UTC (9+ messages)
` [PATCH v4 1/7] cxl/region: Avoid null pointer dereference in is_cxl_region()
` [PATCH v4 5/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
[PATCH v5 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
2025-06-25 15:22 UTC (4+ messages)
` [PATCH v5 6/7] mm/maps: read proc/pid/maps under per-vma lock
[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-06-25 14:36 UTC (5+ messages)
` [PATCH v2 4/5] ext4: handle IOCB_DONTCACHE in buffered write path
` [PATCH v2 5/5] ext4: declare support for FOP_DONTCACHE
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).