messages from 2022-10-21 09:18:18 to 2022-10-26 07:36:51 UTC [more...]
consolidate btrfs checksumming, repair and bio splitting
2022-10-26 7:36 UTC (12+ messages)
[PATCH 0/2] fsnotify: fix softlockups iterating over d_subdirs
2022-10-26 5:41 UTC (11+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] fsnotify: Use d_find_any_alias to get dentry associated with inode
` [PATCH v2 2/3] fsnotify: Protect i_fsnotify_mask and child flags with inode rwsem
[PATCH v3 1/4] ext4: fix bug_on in __es_tree_search caused by bad quota inode
2022-10-26 4:23 UTC
[PATCH] fs/binfmt_elf: Fix memory leak in load_elf_binary()
2022-10-25 22:24 UTC (3+ messages)
[PATCH] fs/exec.c: simplify initial stack size expansion
2022-10-25 22:24 UTC (2+ messages)
[PATCH] binfmt_elf: simplify error handling in load_elf_phdrs()
2022-10-25 22:24 UTC (2+ messages)
[PATCH] binfmt_elf: fix documented return value for load_elf_phdrs()
2022-10-25 22:24 UTC (2+ messages)
writeback completion soft lockup BUG in folio_wake_bit()
2022-10-25 19:20 UTC (17+ messages)
[PATCH] userfaultfd: wake on unregister for minor faults as well as missing
2022-10-25 18:44 UTC (4+ messages)
[PATCH] xfs: fail dax mount if reflink is enabled on a partition
2022-10-25 17:56 UTC (19+ messages)
[PATCH v3] fuse: Rearrange fuse_allow_current_process checks
2022-10-25 16:58 UTC (2+ messages)
[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
2022-10-25 16:17 UTC (11+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v9 7/8] KVM: Handle page fault for private memory
` [PATCH v9 8/8] KVM: Enable and expose KVM_MEM_PRIVATE
Should FUSE set IO_FLUSHER for the userspace process?
2022-10-25 15:38 UTC (3+ messages)
[PATCH] vfs: Make vfs_get_super() internal
2022-10-25 14:56 UTC (3+ messages)
[PATCH printk v2 00/38] reduce console_lock scope
2022-10-25 14:40 UTC (5+ messages)
` [PATCH printk v2 02/38] printk: Convert console_drivers list to hlist
` [PATCH printk v2 25/38] proc: consoles: document console_lock usage
[PATCH v2] chardev: fix error handling in cdev_device_add()
2022-10-25 13:37 UTC (4+ messages)
[PATCH] fs/ceph/super: add mount options "snapdir{mode,uid,gid}"
2022-10-25 9:57 UTC (12+ messages)
[PATCH] vboxsf: Remove variable out_len
2022-10-25 9:55 UTC (2+ messages)
[PATCH] maintainers: Add ISOFS entry
2022-10-25 9:36 UTC
[PATCH] isofs: prevent file time rollover after year 2038
2022-10-25 9:26 UTC (7+ messages)
[PATCH 0/8] finish port to new vfs*id helpers
2022-10-25 8:37 UTC (14+ messages)
` [PATCH 1/8] mnt_idmapping: add missing helpers
` [PATCH 2/8] fs: use type safe idmapping helpers
` [PATCH 3/8] caps: "
` [PATCH 4/8] apparmor: "
` [apparmor] "
` [PATCH 5/8] ima: "
` [PATCH 6/8] fuse: port to vfs{g,u}id_t and associated helpers
` [PATCH 7/8] ovl: "
` [PATCH 8/8] fs: remove unused idmapping helpers
[PATCH 1/1] squashfs: enable idmapped mounts
2022-10-25 7:46 UTC
[syzbot] BUG: unable to handle kernel NULL pointer dereference in filemap_free_folio
2022-10-25 6:59 UTC (3+ messages)
[syzbot] KASAN: use-after-free Read in move_expired_inodes (2)
2022-10-25 5:24 UTC
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-10-24 15:26 UTC (16+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
How to convert I/O iterators to iterators, sglists and RDMA lists
2022-10-24 19:53 UTC (7+ messages)
[PATCH v3 00/23] Convert to filemap_get_folios_tag()
2022-10-24 20:12 UTC (16+ messages)
` [PATCH v3 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v3 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v3 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v3 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v3 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v3 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v3 17/23] gfs2: Convert gfs2_write_cache_jdata() "
[PATCH v2] fuse: Rearrange fuse_allow_current_process checks
2022-10-24 16:53 UTC (9+ messages)
[PATCH v4] proc: report open files as size in stat() for /proc/pid/fd
2022-10-24 17:31 UTC
[PATCH v1 0/5] convert tree to get_random_u32_{below,above,between}()
2022-10-24 16:43 UTC (17+ messages)
` [PATCH v1 1/5] treewide: use get_random_u32_below() instead of deprecated function
` [PATCH v1 2/5] prandom: remove prandom_u32_max()
` [PATCH v1 3/5] random: add helpers for random numbers with given floor or range
` [PATCH v1 4/5] treewide: use get_random_u32_{above,below}() instead of manual loop
` [PATCH v1 5/5] treewide: use get_random_u32_between() when possible
[PATCH -next 0/5] fs: fix possible null-ptr-deref when parsing param
2022-10-24 10:53 UTC (15+ messages)
` [PATCH -next 1/5] smb3: "
` [PATCH -next 2/5] nfs: "
` [PATCH -next 3/5] ceph: "
` [PATCH -next 4/5] gfs2: "
` [PATCH -next 5/5] proc: "
[PATCH] unicode: mkutf8data: Add unicode_data_remalloc function
2022-10-24 10:02 UTC
[syzbot] general protection fault in exfat_fill_super
2022-10-24 9:56 UTC
[PATCH 1/2] unicode: mkutf8data: Add compound malloc function
2022-10-24 9:16 UTC (4+ messages)
[PATCH] unicode: mkutf8data: Add unicode_data_malloc function
2022-10-24 8:52 UTC
[PATCH 0/2] kernfs: remove i_lock usage that isn't needed
2022-10-24 8:50 UTC (5+ messages)
` [PATCH 1/2] kernfs: dont take i_lock on inode attr read
` [PATCH 2/2] kernfs: dont take i_lock on revalidate
[PATCH] unicode: mkutf8data: Add malloc allocation check
2022-10-24 8:30 UTC
[PATCH 2/2] unicode: mkutf8data: Add malloc allocation check
2022-10-24 7:59 UTC (2+ messages)
[syzbot] inconsistent lock state in _atomic_dec_and_lock
2022-10-24 2:35 UTC (2+ messages)
Partnership
2022-10-23 23:12 UTC
[PATCH] coredump: wrap dump_emit_page() in #ifdef CONFIG_ELF_CORE
2022-10-23 21:46 UTC
[PATCH v3 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
2022-10-23 14:01 UTC (2+ messages)
[syzbot] KASAN: use-after-free Read in mas_next_entry
2022-10-23 6:25 UTC
[PATCH] XArray: fix xas_split_alloc() on checking split limit
2022-10-23 6:25 UTC
[PATCH] include/linux: fix repeated words in comments
2022-10-22 6:51 UTC
[RFC PATCH] mm: move xa forward when run across zombie page
2022-10-21 22:40 UTC (3+ messages)
smacot
2022-10-21 18:53 UTC
[PATCH 0/4] fs/ntfs3: Bugfix and refactoring
2022-10-21 16:53 UTC (5+ messages)
` [PATCH 1/4] fs/ntfs3: Add ntfs_bitmap_weight_le function "
` [PATCH 2/4] fs/ntfs3: Fix sparse problems
` [PATCH 3/4] fs/ntfs3: Remove unused functions
` [PATCH 4/4] fs/ntfs3: Simplify ntfs_update_mftmirr function
[PATCH 0/2] netfs,erofs: reuse netfs_put_subrequest() and
2022-10-21 13:55 UTC (4+ messages)
` [PATCH 2/2] erofs: use netfs helpers manipulating request and subrequest
[PATCH v8 0/8] fs: clean up internal i_version handling
2022-10-21 13:06 UTC (9+ messages)
` [PATCH v8 1/8] fs: uninline inode_query_iversion
` [PATCH v8 2/8] fs: clarify when the i_version counter must be updated
` [PATCH v8 3/8] vfs: plumb i_version handling into struct kstat
` [PATCH v8 4/8] nfs: report the inode version in getattr if requested
` [PATCH v8 5/8] ceph: "
` [PATCH v8 6/8] nfsd: move nfsd4_change_attribute to nfsfh.c
` [PATCH v8 7/8] nfsd: use the getattr operation to fetch i_version
` [PATCH v8 8/8] nfsd: remove fetch_iversion export operation
[PATCH v7 0/9] fs: clean up handling of i_version counter
2022-10-21 10:08 UTC (12+ messages)
` [RFC PATCH v7 9/9] vfs: expose STATX_VERSION to userland
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).