messages from 2025-11-23 16:34:27 to 2025-11-25 09:20:04 UTC [more...]
[PATCH V5 0/6] loop: improve loop aio perf by IOCB_NOWAIT
2025-11-25 9:19 UTC (8+ messages)
` calling into file systems directly from ->queue_rq, was "
re-enable IOCB_NOWAIT writes to files v2
2025-11-25 9:18 UTC (2+ messages)
[PATCH] include/linux/fs.h: trivial fix: regualr -> regular
2025-11-25 9:13 UTC (2+ messages)
[PATCH] fs/splice.c: trivial fix: pipes -> pipe's
2025-11-25 9:11 UTC (2+ messages)
[PATCH v2 0/4] initial work on making VMA flags a bitmap
2025-11-25 9:09 UTC (6+ messages)
` [PATCH v2 3/4] tools/testing/vma: eliminate dependency on vma->__vm_flags
[PATCH v2] fs: Add uoff_t
2025-11-25 9:08 UTC (2+ messages)
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-25 9:06 UTC (4+ messages)
` [PATCH 30/44] fs: use min() or umin() instead of min_t()
[PATCH] fs: mark lookup_slow() as noinline
2025-11-25 9:05 UTC (3+ messages)
[PATCH v5] fs: add predicts based on nd->depth
2025-11-25 9:04 UTC (2+ messages)
[PATCH v2 22/50] convert efivarfs
2025-11-25 9:00 UTC (11+ messages)
` [REGRESSION] "
[linux-next:master] [sysctl] 50b496351d: ltp.proc01.fail
2025-11-25 8:56 UTC
[linus:master] [exfat] e6fd5d3a43: ltp.fanotify21.fail
2025-11-25 8:50 UTC
[PATCH] fs/namespace: fix reference leak in grab_requested_mnt_ns
2025-11-25 8:35 UTC (2+ messages)
[linus:master] [fs/namespace] 78f0e33cd6: ltp.listmount04.fail
2025-11-25 8:33 UTC
[PATCH] iomap: allocate s_dio_done_wq for async reads as well
2025-11-25 8:23 UTC (5+ messages)
[PATCH] fs: rework I_NEW handling to operate without fences
2025-11-25 3:00 UTC (5+ messages)
[PATCH v2 0/8] fuse: support io-uring registered buffers
2025-11-25 1:13 UTC (6+ messages)
` [PATCH v2 8/8] "
[PATCH] hfs: Validate CNIDs in hfs_read_inode
2025-11-24 23:46 UTC (16+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] hfs: Update sanity check of the root record
[PATCH v7 00/22] Live Update Orchestrator
2025-11-24 23:45 UTC (49+ messages)
` [PATCH v7 01/22] liveupdate: luo_core: "
` [PATCH v7 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v7 04/22] liveupdate: luo_session: add sessions support
` [PATCH v7 05/22] liveupdate: luo_core: add user interface
` [PATCH v7 06/22] liveupdate: luo_file: implement file systems callbacks
` [PATCH v7 07/22] liveupdate: luo_session: Add ioctls for file preservation
` [PATCH v7 08/22] docs: add luo documentation
` [PATCH v7 09/22] MAINTAINERS: add liveupdate entry
` [PATCH v7 11/22] mm: shmem: allow freezing inode mapping
` [PATCH v7 14/22] mm: memfd_luo: allow preserving memfd
` [PATCH v7 16/22] selftests/liveupdate: Add userspace API selftests
` [PATCH v7 17/22] selftests/liveupdate: Add kexec-based selftest for
` [PATCH v7 18/22] selftests/liveupdate: Add kexec test for multiple and empty sessions
` [PATCH v7 19/22] selftests/liveupdate: add test infrastructure and scripts
` [PATCH v7 21/22] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
[PATCH v3 1/4] btrfs: make sure all ordered extents beyond EOF is properly truncated
2025-11-24 23:16 UTC
[PATCH] ceph: fix kernel crash in ceph_open()
2025-11-24 21:12 UTC (8+ messages)
[PATCH v4 00/11] cifs: Miscellaneous prep patches for rewrite of I/O layer
2025-11-24 19:56 UTC (21+ messages)
` [PATCH v4 01/11] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v4 02/11] cifs: Do some preparation prior to organising the function declarations
` [PATCH v4 03/11] cifs: Clean up declarations
` [PATCH v4 04/11] cifs: Rename mid_q_entry to smb_message
` [PATCH v4 05/11] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v4 06/11] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v4 07/11] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v4 08/11] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v4 09/11] cifs: Remove the server pointer from smb_message
` [PATCH v4 10/11] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v4 11/11] cifs: Add a tracepoint to log EIO errors
[PATCH] Replace BUG_ON with error handling in hfs_new_inode()
2025-11-24 19:29 UTC (4+ messages)
` [PATCH] hfs: "
[PATCH] fs/namespace: correctly handle errors returned by grab_requested_mnt_ns
2025-11-24 19:28 UTC (6+ messages)
[PATCH v6 02/20] liveupdate: luo_core: integrate with KHO
2025-11-24 19:08 UTC (11+ messages)
[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
2025-11-24 18:06 UTC (7+ messages)
RWF_DONTCACHE documentation
2025-11-24 17:16 UTC (6+ messages)
` [PATCH v2] man/man2/readv.2: Document RWF_DONTCACHE
[PATCH v4 00/47] file: FD_{ADD,PREPARE}()
2025-11-24 17:13 UTC (33+ messages)
` [PATCH v4 01/47] file: add FD_{ADD,PREPARE}()
` [PATCH v4 08/47] fanotify: convert fanotify_init() to FD_PREPARE()
` [PATCH v4 24/47] bpf: convert bpf_token_create() "
` [PATCH v4 25/47] memfd: convert memfd_create() "
` [PATCH v4 26/47] secretmem: convert memfd_secret() "
` [PATCH v4 27/47] net/handshake: convert handshake_nl_accept_doit() "
` [PATCH v4 28/47] net/kcm: convert kcm_ioctl() "
` [PATCH v4 29/47] net/sctp: convert sctp_getsockopt_peeloff_common() "
` [PATCH v4 30/47] net/socket: convert sock_map_fd() "
` [PATCH v4 31/47] net/socket: convert __sys_accept4_file() "
` [PATCH v4 32/47] spufs: convert spufs_context_open() "
` [PATCH v4 33/47] papr-hvpipe: convert papr_hvpipe_dev_create_handle() "
` [PATCH v4 34/47] spufs: convert spufs_gang_open() "
` [PATCH v4 35/47] pseries: convert papr_platform_dump_create_handle() "
` [PATCH v4 36/47] pseries: port papr_rtas_setup_file_interface() "
` [PATCH v4 37/47] dma: port sw_sync_ioctl_create_fence() "
` [PATCH v4 38/47] gpio: convert linehandle_create() "
` [PATCH v4 39/47] hv: convert mshv_ioctl_create_partition() "
` [PATCH v4 40/47] media: convert media_request_alloc() "
` [PATCH v4 41/47] ntsync: convert ntsync_obj_get_fd() "
` [PATCH v4 42/47] tty: convert ptm_open_peer() "
` [PATCH v4 43/47] vfio: convert vfio_group_ioctl_get_device_fd() "
` [PATCH v4 44/47] file: convert replace_fd() "
` [PATCH v4 45/47] io_uring: convert io_create_mock_file() "
` [PATCH v4 46/47] kvm: convert kvm_arch_supports_gmem_init_shared() "
` [PATCH v4 47/47] kvm: convert kvm_vcpu_ioctl_get_stats_fd() "
[PATCH v6 00/20] Live Update Orchestrator
2025-11-24 15:06 UTC (4+ messages)
` [PATCH v6 12/20] mm: shmem: allow freezing inode mapping
[PATCH v4 0/3] initrd: remove half of classic initrd support
2025-11-24 14:28 UTC (7+ messages)
` [PATCH v4 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v4 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v4 3/3] init: remove /proc/sys/kernel/real-root-dev
fscrypt API cleanups
2025-11-24 14:17 UTC (7+ messages)
` [PATCH 04/11] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [PATCH 10/11] fscrypt: pass a byte length to fscrypt_zeroout_range
[RFC v2 00/11] Add dmabuf read/write via io_uring
2025-11-24 14:17 UTC (18+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 03/11] block: move around bio flagging helpers
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens
` [RFC v2 06/11] nvme-pci: add support for dmabuf reggistration
` [RFC v2 07/11] nvme-pci: implement dma_token backed requests
` [RFC v2 08/11] io_uring/rsrc: add imu flags
` [RFC v2 09/11] io_uring/rsrc: extended reg buffer registration
` [RFC v2 10/11] io_uring/rsrc: add dmabuf-backed buffer registeration
` [RFC v2 11/11] io_uring/rsrc: implement dmabuf regbuf import
[PATCH v2 00/13] ext4: replace ext4_es_insert_extent() when caching on-disk extents
2025-11-24 14:05 UTC (5+ messages)
[syzbot] [iomap?] general protection fault in iomap_dio_bio_end_io
2025-11-24 12:49 UTC (5+ messages)
` [PATCH Next] iomap: Add sanity check for dio done workqueue
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-24 12:27 UTC (8+ messages)
` [PATCH v3 07/16] mm: avoid unnecessary use of is_swap_pmd()
enable iomap dio write completions from interrupt context v2
2025-11-24 11:11 UTC (5+ messages)
` [PATCH 3/5] iomap: rework REQ_FUA selection
` [PATCH 4/5] iomap: support write completions from interrupt context
[PATCH] sys/linux/filesystem: remove hpfs check=none mount option
2025-11-24 10:50 UTC
[syzbot] [ntfs3?] INFO: task hung in __start_renaming
2025-11-24 9:21 UTC (16+ messages)
[PATCH next] fuse: Uninitialized variable in fuse_epoch_work()
2025-11-24 6:05 UTC (5+ messages)
[PATCH v2] fuse: Uninitialized variable in fuse_epoch_work()
2025-11-24 6:04 UTC
[PATCH] exfat: fix memory leak in exfat_fill_super
2025-11-24 2:07 UTC (2+ messages)
[syzbot] [erofs?] WARNING in get_next_unlocked_entry
2025-11-24 0:44 UTC (3+ messages)
` [PATCH] erofs: correct FSDAX detection
[PATCH v3 00/12] cifs: Miscellaneous prep patches for rewrite of I/O layer
2025-11-23 23:52 UTC (13+ messages)
` [PATCH v3 01/12] cifs: Do some preparation prior to organising the function declarations
` [PATCH v3 02/12] cifs: Clean up declarations
` [PATCH v3 03/12] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH v3 04/12] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v3 05/12] cifs: Rename mid_q_entry to smb_message
` [PATCH v3 06/12] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v3 07/12] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v3 08/12] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v3 09/12] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v3 10/12] cifs: Remove the server pointer from smb_message
` [PATCH v3 11/12] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v3 12/12] cifs: Add a tracepoint to log EIO errors
[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-23 23:22 UTC (18+ messages)
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
` [PATCH v18] "
` [RFC][PATCH] exec: Move cred computation under exec_update_lock
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).