messages from 2026-05-11 18:02:15 to 2026-05-13 06:56:18 UTC [more...]
improve the swap_activate interface
2026-05-13 6:56 UTC (43+ messages)
` [PATCH 01/12] swap: remove the maxpages variable in sys_swapon
` [PATCH 02/12] swap: move boilerplate code into the core swap code
` [PATCH 03/12] swap,fs: move swapfile operations to struct file_operations
` [PATCH 04/12] swap: restrict to regular files or block devices
` [PATCH 05/12] swap: cleanup setup_swap_extents
` [PATCH 06/12] swap,block: move the block device swapon code into block/fops.c
` [PATCH 07/12] swap,block: limit swap file size to device size
` [PATCH 08/12] swap,iomap: simplify iomap_swapfile_iter
` [PATCH 09/12] swap: push down setting sis->bdev into ->swap_activate
` [PATCH 10/12] swap: add a swap_activate_fs_ops helper
` [PATCH 11/12] swap: move struct swap_extent to swapfile.c
` [PATCH 12/12] swap: move swap_info_struct to mm/swap.h
[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
2026-05-13 5:44 UTC (3+ messages)
[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
2026-05-13 3:58 UTC (5+ messages)
[PATCH v7 0/3] mm: improve write performance with RWF_DONTCACHE
2026-05-13 3:01 UTC (9+ messages)
` [PATCH v7 1/3] mm: preserve PG_dropbehind flag during folio split
` [PATCH v7 2/3] mm: track DONTCACHE dirty pages per bdi_writeback
` [PATCH v7 3/3] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
[PATCH 0/3] ntfs: fix quota out-of-date marking
2026-05-13 2:14 UTC (3+ messages)
` [PATCH 1/3] ntfs: return view index entry data from lookup
[PATCH 0/2] mm: document read_pages and simplify usage
2026-05-13 2:14 UTC (6+ messages)
` [PATCH 1/2] mm/readahead: add kerneldoc for read_pages
` [PATCH 2/2] mm/readahead: simplify page_cache_ra_unbounded loop counter reset
[PATCH v3] generic/790: test post-EOF gap zeroing persistence
2026-05-13 1:23 UTC (4+ messages)
[PATCH] mm/readahead: no PG_readahead on EOF
2026-05-12 23:42 UTC (3+ messages)
[post LSFMM summary] where is fuse going?
2026-05-12 21:40 UTC (14+ messages)
` "
[PATCH] fuse: add fusex filesystem
2026-05-12 21:28 UTC (21+ messages)
` "
[PATCH] fuse: disable default bdi strictlimiting
2026-05-12 20:56 UTC (2+ messages)
[PATCH v2] mm/filemap: fix page_cache_prev_miss() when no hole is found
2026-05-12 20:45 UTC
[PATCH] fuse: propagate async RELEASE queue errno in fuse_file_put()
2026-05-12 20:19 UTC (3+ messages)
` [PATCH v2] "
[PATCHSET 0/5] io_uring related epoll cleanups
2026-05-12 20:04 UTC (13+ messages)
` [PATCH 1/5] eventpoll: pass struct epoll_filefd through ep_find() and ep_insert()
` [PATCH 2/5] eventpoll: export is_file_epoll()
` [PATCH 3/5] eventpoll: add file based control interface
` [PATCH 5/5] io_uring/epoll: disallow adding an epoll file to an epoll context
[PATCH] fuse: invalidate readdir cache on epoch bump
2026-05-12 19:58 UTC (2+ messages)
[PATCH v2 0/3] security, sched: Expand task_setscheduler LSM hook and related fixes
2026-05-12 19:48 UTC (4+ messages)
` [PATCH v2 2/3] security: Expand task_setscheduler LSM hook to include CPU affinity mask
[PATCH 0/3] security, sched: Expand task_setscheduler LSM hook and related fixes
2026-05-12 19:37 UTC (7+ messages)
` [PATCH 1/3] cgroup/cpuset: Fix deadline bandwidth leak in cpuset_can_attach()
[PATCH v2] lib: free pagelist on error in iov_iter_extract_pages()
2026-05-12 19:20 UTC (4+ messages)
[PATCH v3 0/7] lsm: Replace security_sb_mount with granular mount hooks
2026-05-12 18:07 UTC (6+ messages)
` [PATCH v3 6/7] tomoyo: Convert from sb_mount to "
[PATCH 6.12 180/206] fs: prepare for adding LSM blob to backing_file
2026-05-12 17:40 UTC
[RFC PATCH v2 0/2] vfs: syscalls: add mkdirat2() that returns an O_DIRECTORY fd
2026-05-12 17:11 UTC (6+ messages)
` [RFC PATCH v2 1/2] "
[PATCH v8 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
2026-05-12 15:44 UTC (3+ messages)
tools/testing/radix-tree/maple.c & vs | defect
2026-05-12 14:31 UTC (2+ messages)
[PATCH 0/9] fs: Fix missed inode write during fsync
2026-05-12 14:17 UTC (8+ messages)
` [PATCH 6/9] fat: Fix possibly missing inode write on fsync(2)
` [syzbot ci] Re: fs: Fix missed inode write during fsync
Faulty interaction between open_tree_clone and OPEN_TREE_NAMESPACE?
2026-05-12 13:26 UTC (2+ messages)
[PATCH v6 00/24] netfs: Miscellaneous fixes
2026-05-12 13:22 UTC (28+ messages)
` [PATCH v6 01/24] netfs: Fix cancellation of a DIO and single read subrequests
` [PATCH v6 02/24] netfs: Fix missing locking around retry adding new subreqs
` [PATCH v6 03/24] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v6 04/24] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH v6 05/24] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v6 06/24] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v6 07/24] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v6 08/24] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH v6 09/24] netfs: fix error handling "
` [PATCH v6 10/24] netfs: Fix overrun check "
` [PATCH v6 11/24] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v6 12/24] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v6 13/24] netfs: Fix streaming write being overwritten
` [PATCH v6 14/24] netfs: Fix potential deadlock in write-through mode
` [PATCH v6 15/24] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v6 16/24] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v6 17/24] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v6 18/24] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v6 19/24] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v6 20/24] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v6 21/24] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v6 22/24] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v6 23/24] netfs, afs: Fix write skipping in dir/link writepages
` [PATCH v6 24/24] afs: Fix the locking used by afs_get_link()
[RFC PATCH 0/2] net: af_unix: Useful handling of LSM denials on SCM_RIGHTS
2026-05-12 13:06 UTC (4+ messages)
` [RFC PATCH 1/2] "
[PATCH v2] fs/dax: check for empty/zero entries before calling pfn_to_page()
2026-05-12 12:49 UTC (5+ messages)
[PATCH] sync_file_range: delete dead S_ISLNK code
2026-05-12 12:44 UTC (2+ messages)
[PATCH] fs/select: reject negative timeval components in kern_select()
2026-05-12 12:41 UTC (2+ messages)
[PATCH] fdinfo: Add fops flag to allow CAP_PERFMON to see fdinfo
2026-05-12 12:29 UTC (2+ messages)
[PATCH RESEND v2] namei: use QSTR() instead of QSTR_INIT() in path_pts
2026-05-12 12:17 UTC (2+ messages)
fix crashes when mounting legacy file system with sector size > PAGE_SIZE
2026-05-12 12:13 UTC (5+ messages)
` [PATCH 08/10] minix: handle set_blocksize failures
[PATCH RESEND] iomap: remove over-strict inline data boundary check
2026-05-12 12:12 UTC (5+ messages)
[PATCH] lib: free pagelist on error in iov_iter_extract_pages()
2026-05-12 11:23 UTC (5+ messages)
try_break_deleg() and atomic_open()
2026-05-12 10:52 UTC (4+ messages)
[PATCH] docs/power: note Btrfs limitation with FIBMAP for swap file offset
2026-05-12 9:42 UTC
[PATCH v3 00/10] Add dmabuf read/write via io_uring
2026-05-12 9:30 UTC (7+ messages)
[patch V2 00/11] hrtimers: Prevent hrtimer interrupt starvation
2026-05-12 8:06 UTC (3+ messages)
` [patch V2 01/11] hrtimer: Provide hrtimer_start_range_ns_user()
[PATCH] mm/filemap: fix page_cache_prev_miss() when no hole is found
2026-05-12 8:02 UTC (6+ messages)
[PATCH] docs/power: note Btrfs limitation with FIBMAP for swap file offset
2026-05-12 8:01 UTC
[PATCH v2 0/9] exfat: convert to iomap
2026-05-12 7:50 UTC (10+ messages)
` [PATCH v2 7/9] exfat: add iomap buffered I/O support
` [PATCH v2 8/9] exfat: add iomap direct "
` [PATCH v2 9/9] exfat: add support for SEEK_HOLE and SEEK_DATA in llseek
[PATCH] fuse: use current creds for backing files
2026-05-12 6:22 UTC (3+ messages)
[PATCH] zonefs: handle integer overflow in zonefs_fname_to_fno
2026-05-11 22:55 UTC (2+ messages)
drop unused VFS exports
2026-05-11 22:02 UTC (4+ messages)
` [PATCH 3/3] fs: fold __start_removing_path into start_removing_path
[PATCH v4 0/7]] VFS: Prepare to lift lookup out of exclusive lock for directory ops
2026-05-11 21:58 UTC (4+ messages)
` [PATCH v4 2/7] VFS: use wait_var_event for waiting in d_alloc_parallel()
[PATCH] fs/dax: check for empty/zero entries before calling pfn_to_page()
2026-05-11 21:40 UTC (4+ messages)
[PATCH v3 7/7] lsm: Remove security_sb_mount and security_move_mount
2026-05-11 21:06 UTC (3+ messages)
[PATCH v3 5/7] landlock: Convert from sb_mount to granular mount hooks
2026-05-11 19:52 UTC (2+ messages)
[PATCH v3 3/7] apparmor: Convert from sb_mount to granular mount hooks
2026-05-11 19:52 UTC (2+ messages)
[PATCH v3 2/7] apparmor: Remove redundant MS_MGC_MSK stripping in apparmor_sb_mount
2026-05-11 19:52 UTC (2+ messages)
[PATCH v5 0/2] vfs: add O_EMPTYPATH to openat(2)/openat2(2)
2026-05-11 18:29 UTC (3+ messages)
` [PATCH v5 1/2] "
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