messages from 2024-01-31 01:47:44 to 2024-02-01 03:21:14 UTC [more...]
[PATCH v2 0/7] eventfs: Rewrite to simplify the code (aka: crapectomy)
2024-02-01 3:21 UTC (13+ 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 v4 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension
2024-02-01 3:10 UTC (13+ messages)
` [PATCH v4 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
[PATCHv6 1/1] block: introduce content activity based ioprio
2024-02-01 2:39 UTC (3+ messages)
[PATCH v2 0/5] fuse: inode IO modes and mmap
2024-01-31 23:08 UTC (6+ messages)
` [PATCH v2 1/5] fuse: Fix VM_MAYSHARE and direct_io_allow_mmap
` [PATCH v2 2/5] fuse: Create helper function if DIO write needs exclusive lock
` [PATCH v2 3/5] fuse: Add fuse_dio_lock/unlock helper functions
` [PATCH v2 4/5] fuse: prepare for failing open response
` [PATCH v2 5/5] fuse: introduce inode io modes
[PATCH DRAFT 0/4] : Port tracefs to kernfs
2024-02-01 0:37 UTC (10+ 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
[syzbot] [udf?] KASAN: use-after-free Read in udf_sync_fs
2024-02-01 0:18 UTC (2+ messages)
[PATCH v3 00/47] filelock: split file leases out of struct file_lock
2024-01-31 23:02 UTC (48+ messages)
` [PATCH v3 01/47] filelock: fl_pid field should be signed int
` [PATCH v3 02/47] filelock: rename some fields in tracepoints
` [PATCH v3 03/47] filelock: rename fl_pid variable in lock_get_status
` [PATCH v3 04/47] filelock: add some new helper functions
` [PATCH v3 05/47] 9p: rename fl_type variable in v9fs_file_do_lock
` [PATCH v3 06/47] afs: convert to using new filelock helpers
` [PATCH v3 07/47] ceph: "
` [PATCH v3 08/47] dlm: "
` [PATCH v3 09/47] gfs2: "
` [PATCH v3 10/47] lockd: "
` [PATCH v3 11/47] nfs: "
` [PATCH v3 12/47] nfsd: "
` [PATCH v3 13/47] ocfs2: "
` [PATCH v3 14/47] smb/client: "
` [PATCH v3 15/47] smb/server: "
` [PATCH v3 16/47] filelock: drop the IS_* macros
` [PATCH v3 17/47] filelock: split common fields into struct file_lock_core
` [PATCH v3 18/47] filelock: have fs/locks.c deal with file_lock_core directly
` [PATCH v3 19/47] filelock: convert more internal functions to use file_lock_core
` [PATCH v3 20/47] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH v3 21/47] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH v3 22/47] filelock: make locks_{insert,delete}_global_locks "
` [PATCH v3 23/47] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH v3 24/47] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
` [PATCH v3 25/47] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH v3 26/47] filelock: convert fl_blocker to file_lock_core
` [PATCH v3 27/47] filelock: clean up locks_delete_block internals
` [PATCH v3 28/47] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH v3 29/47] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH v3 30/47] filelock: convert locks_wake_up_blocks to "
` [PATCH v3 31/47] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH v3 32/47] filelock: convert locks_translate_pid to take file_lock_core
` [PATCH v3 33/47] filelock: convert seqfile handling to use file_lock_core
` [PATCH v3 34/47] 9p: adapt to breakup of struct file_lock
` [PATCH v3 35/47] afs: "
` [PATCH v3 36/47] ceph: "
` [PATCH v3 37/47] dlm: "
` [PATCH v3 38/47] gfs2: "
` [PATCH v3 39/47] fuse: "
` [PATCH v3 40/47] lockd: "
` [PATCH v3 41/47] nfs: "
` [PATCH v3 42/47] nfsd: "
` [PATCH v3 43/47] ocfs2: "
` [PATCH v3 44/47] smb/client: "
` [PATCH v3 45/47] smb/server: "
` [PATCH v3 46/47] filelock: remove temporary compatibility macros
` [PATCH v3 47/47] filelock: split leases out of struct file_lock
[PATCH v2 0/2] test_xarray: advanced API multi-index tests
2024-01-31 22:51 UTC (3+ messages)
` [PATCH v2 1/2] test_xarray: add tests for advanced multi-index use
` [PATCH v2 2/2] XArray: add cmpxchg order test
[RFC PATCH v3 0/4] Introduce cpu_dcache_is_aliasing() to fix DAX regression
2024-01-31 22:18 UTC (9+ 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 0/3] per-vma locks in userfaultfd
2024-01-31 21:43 UTC (17+ 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 v9 00/19] Pass data lifetime information to SCSI disk devices
2024-01-31 21:07 UTC (13+ messages)
` [PATCH v9 01/19] fs: Fix rw_hint validation
` [PATCH v9 04/19] fs: Move enum rw_hint into a new header file
` [PATCH v9 03/19] fs: Split fcntl_rw_hint()
` [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 0/6] Restore data lifetime support
2024-01-31 21:07 UTC (8+ messages)
` [PATCH 1/6] fs: Fix rw_hint validation
` [PATCH 2/6] fs: Verify write lifetime constants at compile time
` [PATCH 3/6] fs: Split fcntl_rw_hint()
` [PATCH 4/6] fs: Move enum rw_hint into a new header file
` [PATCH 5/6] fs: Propagate write hints to the struct block_device inode
` [PATCH 6/6] block, fs: Restore the per-bio/request data lifetime fields
[overlay] [fuse] Potential bug with large file support for FUSE based lowerdir
2024-01-31 19:49 UTC (2+ messages)
About the conflict between XFS inode recycle and VFS rcu-walk
2024-01-31 19:30 UTC (3+ messages)
[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 (4+ messages)
` [PATCH v5 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup
[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
[PATCH v2 1/1] userfaultfd: handle zeropage moves by UFFDIO_MOVE
2024-01-31 17:56 UTC
[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
` "
[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
[RFC PATCH v2 0/8] Introduce dcache_is_aliasing() to fix DAX regression
2024-01-31 15:14 UTC (7+ messages)
` [RFC PATCH v2 1/8] dax: Introduce dax_is_supported()
` [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 RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
2024-01-31 14:18 UTC (33+ messages)
` [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 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
[PATCH] fs: Use KMEM_CACHE instead of kmem_cache_create
2024-01-31 13:39 UTC (3+ messages)
Convert write_cache_pages() to an iterator v5
2024-01-31 13:01 UTC (10+ messages)
` [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 (3+ messages)
[PATCH v3 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
2024-01-31 7:32 UTC (5+ messages)
` [PATCH v3 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
` [PATCH v3 4/5] f2fs: guard blkdev_zone_mgmt with "
[PATCH 1/3] fs: Introduce buffered_write_operations
2024-01-31 3:14 UTC (2+ 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).