messages from 2023-08-18 07:02:35 to 2023-08-22 05:12:04 UTC [more...]
[PATCH] procfs: Fix /proc/self/maps output for 32-bit kernel and compat tasks
2023-08-22 5:11 UTC (4+ messages)
[ANNOUNCE] xfs: online repair is completely finished!
2023-08-22 0:22 UTC
[PATCH 5.4 0/1] mm: allow a controlled amount of unfairness in the page lock
2023-08-21 22:25 UTC (2+ messages)
` [PATCH 5.4 1/1] "
Possible io_uring related race leads to btrfs data csum mismatch
2023-08-21 21:42 UTC (19+ messages)
[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
2023-08-21 19:49 UTC (6+ messages)
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-21 19:33 UTC (3+ messages)
[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
2023-08-21 18:54 UTC (5+ messages)
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()
[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
2023-08-21 18:53 UTC (4+ messages)
landlock: fs_test: fs_test.c:4524:9: error: initializer element is not a compile-time constant
2023-08-21 18:10 UTC (5+ messages)
[PATCH vfs.tmpfs 0/5] tmpfs: user xattrs and direct IO
2023-08-21 17:57 UTC (7+ messages)
` [PATCH vfs.tmpfs] tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrs
[PATCH RFC -next 0/2] fuse: Parallel DIO writes with O_DIRECT
2023-08-21 17:47 UTC (3+ messages)
` [PATCH 1/2] [RFC for fuse-next ] fuse: DIO writes always use the same code path
` [PATCH 2/2] libfs: Remove export of direct_write_fallback
[syzbot] [nilfs2?] kernel BUG in folio_end_writeback
2023-08-21 16:47 UTC (3+ messages)
` [syzbot] [nilfs?] "
[PATCH 5.15.y] exfat: check if filename entries exceeds max filename length
2023-08-21 16:43 UTC (2+ messages)
[PATCH v3 0/7] kiocb_{start,end}_write() helpers
2023-08-21 16:37 UTC (8+ messages)
` [PATCH v3 4/7] io_uring: use "
[syzbot] [ntfs3?] [squashfs?] INFO: task hung in truncate_inode_pages_final
2023-08-21 16:36 UTC
[PATCH v3 0/4] super: allow waiting without s_umount held
2023-08-21 16:08 UTC (13+ messages)
` [PATCH v3 1/4] super: use locking helpers
` [PATCH v3 2/4] super: make locking naming consistent
` [PATCH v3 3/4] super: wait for nascent superblocks
` [PATCH v3 4/4] super: wait until we passed kill super
[REGRESSION] fuse: execve() fails with ETXTBSY due to async fuse_flush
2023-08-21 15:31 UTC (8+ messages)
[PATCH v13 00/10] fuse: Add support for passthrough read/write
2023-08-21 15:27 UTC (5+ messages)
` [PATCH v13 05/10] fuse: Handle asynchronous read and write in passthrough
[PATCH] splice: Convert page_cache_pipe_buf_confirm() to use a folio
2023-08-21 15:26 UTC (2+ messages)
[PATCH] libfs: Convert simple_write_begin and simple_write_end to use a folio
2023-08-21 15:25 UTC (2+ messages)
[PATCH 1/2] ceph: Convert ceph_page_mkwrite() to use a folio
2023-08-21 14:36 UTC (2+ messages)
` [PATCH 2/2] mm: Delete page_mkwrite_check_truncate()
[PATCH v33 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-08-21 14:15 UTC (7+ messages)
` [PATCH v33 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v33 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v33 3/6] fs/proc/task_mmu: Add fast paths to get/clear PAGE_IS_WRITTEN flag
` [PATCH v33 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v33 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v33 6/6] selftests: mm: add pagemap ioctl tests
[PATCH v32 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-08-21 14:11 UTC (7+ messages)
` [PATCH v32 2/6] fs/proc/task_mmu: "
[syzbot] [udf?] UBSAN: array-index-out-of-bounds in udf_process_sequence
2023-08-21 12:23 UTC (3+ messages)
[PATCH] fs: clean up usage of noop_dirty_folio
2023-08-21 12:20 UTC (3+ messages)
[PATCH] fuse: make fuse_valid_size static
2023-08-21 10:24 UTC (2+ messages)
[RESEND PATCH v2] xarray: Document necessary flag in alloc functions
2023-08-21 8:21 UTC
[RESEND PATCH v10 00/25] DEPT(Dependency Tracker)
2023-08-21 4:51 UTC (30+ messages)
` [RESEND PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [RESEND PATCH v10 02/25] dept: Implement Dept(Dependency Tracker)
` [RESEND PATCH v10 03/25] dept: Add single event dependency tracker APIs
` [RESEND PATCH v10 04/25] dept: Add lock "
` [RESEND PATCH v10 05/25] dept: Tie to Lockdep and IRQ tracing
` [RESEND PATCH v10 06/25] dept: Add proc knobs to show stats and dependency graph
` [RESEND PATCH v10 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [RESEND PATCH v10 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [RESEND PATCH v10 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [RESEND PATCH v10 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [RESEND PATCH v10 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [RESEND PATCH v10 12/25] dept: Distinguish each syscall context from another
` [RESEND PATCH v10 13/25] dept: Distinguish each work "
` [RESEND PATCH v10 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [RESEND PATCH v10 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [RESEND PATCH v10 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [RESEND PATCH v10 17/25] dept: Track timeout waits separately with a new Kconfig
` [RESEND PATCH v10 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [RESEND PATCH v10 19/25] dept: Apply timeout consideration to swait
` [RESEND PATCH v10 20/25] dept: Apply timeout consideration to waitqueue wait
` [RESEND PATCH v10 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [RESEND PATCH v10 22/25] dept: Apply timeout consideration to dma fence wait
` [RESEND PATCH v10 23/25] dept: Record the latest one out of consecutive waits of the same class
` [RESEND PATCH v10 24/25] dept: Make Dept able to work with an external wgen
` [RESEND PATCH v10 25/25] dept: Track the potential waits of PG_{locked,writeback}
[GIT PULL] bcachefs
2023-08-21 0:09 UTC (8+ messages)
[PATCH V2 0/3] Supporting same fsid mounting through a compat_ro feature
2023-08-20 18:16 UTC (4+ messages)
` [PATCH 3/3] btrfs: Add parameter to force devices behave as single-dev ones
[PATCH RFC bootconfig 0/2] Distinguish bootloader and embedded kernel parameters
2023-08-20 15:40 UTC (13+ messages)
` [PATCH RFC bootconfig] 1/2] fs/proc: Add /proc/cmdline_load for boot loader arguments
[syzbot] [ntfs?] WARNING in do_open_execat
2023-08-19 20:03 UTC (11+ messages)
[PATCHSET 0/3] xfs: maintainer transition for 6.6
2023-08-19 19:07 UTC (13+ messages)
` [PATCH 1/3] docs: add maintainer entry profile for XFS
[PATCH v1] fs/dcache: Replace printk and WARN_ON by WARN
2023-08-19 11:48 UTC (2+ messages)
[PATCH][next] fs/pipe: remove redundant initialization of pointer buf
2023-08-19 11:38 UTC (2+ messages)
[syzbot] [ntfs3?] WARNING in do_symlinkat (2)
2023-08-19 10:47 UTC
[PATCH] fs: Fix kernel-doc warnings
2023-08-19 10:13 UTC (2+ messages)
[PATCH] devpts: Fix kernel-doc warnings
2023-08-19 10:11 UTC (2+ messages)
[syzbot] [jfs?] INFO: task hung in path_mount (2)
2023-08-19 6:33 UTC
[PATCH v5 2/2] pipe: use __pipe_{lock,unlock} instead of spinlock
2023-08-19 3:53 UTC (5+ messages)
` [PATCH v5 1/2] watch_queue: refactor post_one_notification
[syzbot] [f2fs?] possible deadlock in f2fs_getxattr
2023-08-18 21:49 UTC (7+ messages)
[BUG] KCSAN: data-race in xas_clear_mark / xas_find_marked
2023-08-18 21:47 UTC (5+ messages)
[PATCH v3 2/2] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
2023-08-18 21:39 UTC (20+ messages)
` [PATCH v3 0/2] iov_iter: Convert the iterator macros into inline funcs
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-18 20:15 UTC (12+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
[PATCH v3 0/5] Landlock: IOCTL support
2023-08-18 17:06 UTC (7+ messages)
` [PATCH v3 2/5] selftests/landlock: Test ioctl support
` [PATCH v3 5/5] landlock: Document "
[syzbot] [ext4?] INFO: task hung in __writeback_inodes_sb_nr (6)
2023-08-18 16:50 UTC (3+ messages)
[syzbot] [ext4?] kernel panic: EXT4-fs (device loop0): panic forced after error (3)
2023-08-18 16:46 UTC (12+ messages)
[PATCH 00/11] Introduce mt_dup() to improve the performance of fork()
2023-08-18 16:15 UTC (17+ messages)
` [PATCH 04/11] maple_tree: Introduce interfaces __mt_dup() and mt_dup()
` [PATCH 06/11] maple_tree: Introduce mas_replace_entry() to directly replace an entry
[PATCH v3] proc/ksm: add ksm stats to /proc/pid/smaps
2023-08-18 14:35 UTC (2+ messages)
[syzbot] [nilfs?] WARNING in mark_buffer_dirty (5)
2023-08-18 13:18 UTC (2+ messages)
` [PATCH] nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse
[PATCH v2 0/4] super: allow waiting without s_umount held
2023-08-18 13:06 UTC (12+ messages)
` [PATCH v2 1/4] super: use locking helpers
` [PATCH v2 2/4] super: make locking naming consistent
` [PATCH v2 3/4] super: wait for nascent superblocks
` [PATCH v2 4/4] super: wait until we passed kill super
[PATCH 0/3] super: allow waiting without s_umount held
2023-08-18 10:56 UTC (5+ messages)
` [PATCH 2/3] super: wait for nascent superblocks
Pytanie o samochód
2023-08-18 8:15 UTC
[PATCH 00/13] Remove pagevecs
2023-08-18 7:05 UTC (7+ messages)
` [PATCH 03/13] scatterlist: Add sg_set_folio()
fanotify HSM open issues
2023-08-18 7:01 UTC
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).