messages from 2024-01-30 09:39:47 to 2024-01-31 19:17:38 UTC [more...]
[PATCH v2 0/7] eventfs: Rewrite to simplify the code (aka: crapectomy)
2024-01-31 19:17 UTC (9+ messages)
` [PATCH v2 1/7] tracefs: Zero out the tracefs_inode when allocating it
` [PATCH v2 2/7] eventfs: Initialize the tracefs inode properly
` [PATCH v2 3/7] tracefs: Avoid using the ei->dentry pointer unnecessarily
` [PATCH v2 4/7] tracefs: dentry lookup crapectomy
` [PATCH v2 5/7] eventfs: Remove unused d_parent pointer field
` [PATCH v2 6/7] eventfs: Clean up dentry ops and add revalidate function
` [PATCH v2 7/7] eventfs: Get rid of dentry pointers without refcounts
[PATCH] btrfs: fix oob Read in getname_kernel
2024-01-31 18:43 UTC (3+ messages)
` [syzbot] [btrfs?] KASAN: slab-out-of-bounds Read in getname_kernel (2)
[PATCH v5 00/12] Set casefold/fscrypt dentry operations through sb->s_d_op
2024-01-31 18:35 UTC (13+ messages)
` [PATCH v5 01/12] ovl: Reject mounting over case-insensitive directories
` [PATCH v5 02/12] fscrypt: Factor out a helper to configure the lookup dentry
` [PATCH v5 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup
` [PATCH v5 06/12] fscrypt: Ignore plaintext dentries during d_move
` [PATCH v5 07/12] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
[PATCH v2 00/34] Open block devices as files
2024-01-31 18:32 UTC (23+ messages)
` [PATCH v2 02/34] block/ioctl: port blkdev_bszset() to file
` [PATCH v2 03/34] block/genhd: port disk_scan_partitions() "
` [PATCH v2 04/34] md: port block device access "
` [PATCH v2 05/34] swap: port block device usage "
` [PATCH v2 06/34] power: port block device access "
` [PATCH v2 07/34] xfs: port block device access to files
` [PATCH v2 08/34] drbd: port block device access to file
` [PATCH v2 09/34] pktcdvd: "
` [PATCH v2 10/34] rnbd: "
` [PATCH v2 11/34] xen: "
` [PATCH v2 12/34] zram: "
[PATCH net-next v5 0/3] Per epoll context busy poll support
2024-01-31 18:08 UTC (4+ messages)
` [PATCH net-next v5 1/3] eventpoll: support busy poll per epoll instance
` [PATCH net-next v5 2/3] eventpoll: Add per-epoll busy poll packet budget
` [PATCH net-next v5 3/3] eventpoll: Add epoll ioctl for epoll_params
[RFC PATCH v3 0/4] Introduce cpu_dcache_is_aliasing() to fix DAX regression
2024-01-31 17:59 UTC (5+ messages)
` [RFC PATCH v3 1/4] dm: Treat alloc_dax failure as non-fatal
` [RFC PATCH v3 2/4] dax: Check for data cache aliasing at runtime
` [RFC PATCH v3 4/4] dax: Fix incorrect list of data cache aliasing architectures
` [RFC PATCH v3 3/4] Introduce cpu_dcache_is_aliasing() across all architectures
[PATCH v2 1/1] userfaultfd: handle zeropage moves by UFFDIO_MOVE
2024-01-31 17:56 UTC
[PATCH v4 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension
2024-01-31 17:29 UTC (10+ messages)
` [PATCH v4 1/3] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v4 2/3] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH v4 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
[syzbot] [reiserfs?] BUG: unable to handle kernel NULL pointer dereference in reiserfs_find_entry
2024-01-31 17:18 UTC (2+ messages)
[PATCH v8 0/9] Landlock: IOCTL support
2024-01-31 16:52 UTC (7+ messages)
` [PATCH v8 4/9] landlock: Add IOCTL access right
` "
[overlay] [fuse] Potential bug with large file support for FUSE based lowerdir
2024-01-31 16:38 UTC
[PATCH net-next v4 0/3] Per epoll context busy poll support
2024-01-31 16:16 UTC (10+ messages)
` [PATCH net-next v4 1/3] eventpoll: support busy poll per epoll instance
` [PATCH net-next v4 2/3] eventpoll: Add per-epoll busy poll packet budget
` [PATCH net-next v4 3/3] eventpoll: Add epoll ioctl for epoll_params
[linus:master] [remap_range] dfad37051a: stress-ng.file-ioctl.ops_per_sec -11.2% regression
2024-01-31 15:47 UTC (2+ messages)
[PATCH v2] printk: Remove redundant CONFIG_BASE_SMALL
2024-01-31 15:47 UTC (4+ messages)
[syzbot] [ext4?] general protection fault in jbd2__journal_start
2024-01-31 15:41 UTC (12+ messages)
` [syzbot] [xfs?] "
` current->journal_info got nested! (was Re: [syzbot] [xfs?] [ext4?] general protection fault in jbd2__journal_start)
` [PATCH] jbd2: user-memory-access in jbd2__journal_start
[PATCH DRAFT 0/4] : Port tracefs to kernfs
2024-01-31 15:28 UTC (8+ messages)
` [PATCH DRAFT 1/4] : tracefs: port "
` [PATCH DRAFT 2/4] : trace: stash kernfs_node instead of dentries
` [PATCH DRAFT 3/4] : hwlat: port struct file_operations thread_mode_fops to struct kernfs_ops
` [PATCH DRAFT 4/4] : trace: illustrate how to convert basic open functions
[RFC PATCH v2 0/8] Introduce dcache_is_aliasing() to fix DAX regression
2024-01-31 15:14 UTC (12+ messages)
` [RFC PATCH v2 1/8] dax: Introduce dax_is_supported()
` [RFC PATCH v2 2/8] erofs: Use dax_is_supported()
` [RFC PATCH v2 3/8] ext2: "
` [RFC PATCH v2 4/8] ext4: "
` [RFC PATCH v2 5/8] fuse: "
` [RFC PATCH v2 8/8] dax: Fix incorrect list of dcache aliasing architectures
[syzbot] [ext4?] [nilfs?] INFO: task hung in migrate_pages_batch
2024-01-31 14:56 UTC (2+ messages)
` [PATCH] nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
[PATCH v9 00/19] Pass data lifetime information to SCSI disk devices
2024-01-31 14:55 UTC (26+ messages)
` [PATCH v9 01/19] fs: Fix rw_hint validation
` [PATCH v9 02/19] fs: Verify write lifetime constants at compile time
` [PATCH v9 03/19] fs: Split fcntl_rw_hint()
` [PATCH v9 04/19] fs: Move enum rw_hint into a new header file
` [PATCH v9 05/19] fs: Propagate write hints to the struct block_device inode
` [PATCH v9 06/19] block, fs: Restore the per-bio/request data lifetime fields
` [PATCH v9 07/19] fs/f2fs: Restore the whint_mode mount option
` [PATCH v9 08/19] fs/f2fs: Restore support for tracing data lifetimes
` [PATCH v9 09/19] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v9 10/19] scsi: scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v9 11/19] scsi: sd: Translate data lifetime information
` [PATCH v9 12/19] scsi: scsi_debug: Reduce code duplication
` [PATCH v9 13/19] scsi: scsi_debug: Support the block limits extension VPD page
` [PATCH v9 14/19] scsi: scsi_debug: Rework page code error handling
` [PATCH v9 15/19] scsi: scsi_debug: Rework subpage "
` [PATCH v9 16/19] scsi: scsi_debug: Allocate the MODE SENSE response from the heap
` [PATCH v9 17/19] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v9 18/19] scsi: scsi_debug: Implement GET STREAM STATUS
` [PATCH v9 19/19] scsi: scsi_debug: Maintain write statistics per group number
[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
2024-01-31 14:18 UTC (44+ messages)
` [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
` [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
` [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
` [PATCH RFC v3 10/35] mm: cma: Fast track allocating memory when the pages are free
` [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()
[PATCH] fs: Use KMEM_CACHE instead of kmem_cache_create
2024-01-31 13:39 UTC (3+ messages)
[PATCHv6 1/1] block: introduce content activity based ioprio
2024-01-31 13:22 UTC (2+ messages)
Convert write_cache_pages() to an iterator v5
2024-01-31 13:01 UTC (18+ messages)
` [PATCH 06/19] writeback: Factor out writeback_finish()
` [PATCH 18/19] iomap: Convert iomap_writepages() to use for_each_writeback_folio()
` [PATCH 19/19] writeback: simplify writeback iteration
[ANNOUNCE] xfs-linux: for-next updated to 881f78f47255
2024-01-31 12:28 UTC
[syzbot] [fs?] BUG: sleeping function called from invalid context in __getblk_gfp
2024-01-31 10:56 UTC (4+ messages)
[PATCH v3 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
2024-01-31 7:32 UTC (9+ messages)
` [PATCH v3 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
` [PATCH v3 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
` [PATCH v3 4/5] f2fs: guard blkdev_zone_mgmt with "
` [PATCH v3 5/5] block: remove gfp_flags from blkdev_zone_mgmt
About the conflict between XFS inode recycle and VFS rcu-walk
2024-01-31 6:35 UTC (2+ messages)
[PATCH 1/3] fs: Introduce buffered_write_operations
2024-01-31 3:14 UTC (2+ messages)
[PATCH v2 0/3] per-vma locks in userfaultfd
2024-01-31 3:03 UTC (15+ messages)
` [PATCH v2 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v2 3/3] userfaultfd: use per-vma locks in userfaultfd operations
[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
2024-01-31 1:13 UTC (3+ messages)
` [PATCH RFC gmem v1 8/8] KVM: x86: Determine shared/private faults based on vm_type
[PATCH 0/2] netfs: Miscellaneous fixes
2024-01-30 21:57 UTC (3+ messages)
` [PATCH 2/2] netfs: Fix missing zero-length check in unbuffered write
[PATCH net-next v3 0/3] Per epoll context busy poll support
2024-01-30 20:33 UTC (4+ messages)
Fixing ELF loader for systems with oversized pages [was: Re: [musl] Segmentation fault musl 1.2.4]
2024-01-30 20:17 UTC
[syzbot] [btrfs?] general protection fault in btrfs_orphan_cleanup
2024-01-30 18:24 UTC (2+ messages)
[PATCH v7 0/1] mm: report per-page metadata information
2024-01-30 17:09 UTC (4+ messages)
` [PATCH v7 1/1] "
[syzbot] [net?] [v9fs?] WARNING: refcount bug in p9_req_put (3)
2024-01-30 16:41 UTC (3+ messages)
[PATCH v3 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
2024-01-30 16:01 UTC (11+ messages)
` [PATCH v3 4/4] mm/mempolicy: change cur_il_weight to atomic and carry the node with it
[RFC PATCH 0/7] Introduce cache_is_aliasing() to fix DAX regression
2024-01-30 15:14 UTC
[PATCHv5 1/1] block: introduce content activity based ioprio
2024-01-30 13:53 UTC (7+ messages)
Future of libfuse maintenance
2024-01-30 12:27 UTC (3+ messages)
[RFC PATCH] mm/readahead: readahead aggressively if read drops in willneed range
2024-01-30 11:34 UTC (12+ messages)
[PATCH] select: Avoid wrap-around instrumentation in do_sys_poll()
2024-01-30 11:15 UTC (3+ messages)
[PATCH 0/3] fs/exec: remove current->in_execve flag
2024-01-30 10:42 UTC (6+ messages)
` [PATCH 1/3] LSM: add security_bprm_aborting_creds() hook
[PATCH v1 0/9] fuse: basic support for idmapped mounts
2024-01-30 9:52 UTC (5+ messages)
` [PATCH v1 6/9] fs/fuse: support idmapped ->setattr op
[PATCH 1/2] ntfs3: use file_mnt_idmap helper
2024-01-30 9:40 UTC (4+ messages)
` [PATCH 2/2] io_uring: "
` (subset) [PATCH 1/2] ntfs3: "
[RFC PATCH] mm/readahead: readahead aggressively if read drops in willneed range
2024-01-29 3:57 UTC (5+ messages)
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).