messages from 2022-10-18 18:23:22 to 2022-10-23 16:49:11 UTC [more...]
[PATCH -next 0/5] fs: fix possible null-ptr-deref when parsing param
2022-10-23 16:48 UTC (7+ 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 v3 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
2022-10-23 14:01 UTC (2+ messages)
[PATCH] xfs: fail dax mount if reflink is enabled on a partition
2022-10-23 7:04 UTC (14+ 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 v1 0/5] convert tree to get_random_u32_{below,above,between}()
2022-10-22 18:44 UTC (14+ 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 v2] fuse: Rearrange fuse_allow_current_process checks
2022-10-22 13:30 UTC (6+ messages)
[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 v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-10-21 16:53 UTC (37+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
[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 (7+ messages)
` [PATCH 1/2] netfs: export helpers for request and subrequest
` [PATCH 2/2] erofs: use netfs helpers manipulating "
[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] isofs: prevent file time rollover after year 2038
2022-10-21 12:41 UTC (3+ messages)
[PATCH v7 0/9] fs: clean up handling of i_version counter
2022-10-21 10:08 UTC (17+ messages)
` [RFC PATCH v7 9/9] vfs: expose STATX_VERSION to userland
[RFC] fsnotify: allow sleepable child dentry flag update
2022-10-21 9:25 UTC (19+ messages)
` [PATCH 0/2] fsnotify: fix softlockups iterating over d_subdirs
` [PATCH 1/2] fsnotify: Protect i_fsnotify_mask and child flags with inode rwsem
` [PATCH v2 0/3] fsnotify: fix softlockups iterating over d_subdirs
` [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 v2 3/3] fsnotify: allow sleepable child flag update
[PATCH v5 0/1] FUSE: Allow non-extending parallel direct writes
2022-10-21 9:16 UTC (9+ messages)
` [PATCH v5 1/1] Allow non-extending parallel direct writes on the same file
[PATCH v3] fuse: fix readdir cache race
2022-10-21 7:03 UTC
How to convert I/O iterators to iterators, sglists and RDMA lists
2022-10-21 3:30 UTC (4+ messages)
[PATCH] erofs: fix use-after-free of fsid and domain_id string
2022-10-21 2:31 UTC
[PATCH v3] proc: report open files as size in stat() for /proc/pid/fd
2022-10-21 0:52 UTC (6+ messages)
[PATCH] fs/ceph/super: add mount options "snapdir{mode,uid,gid}"
2022-10-21 0:47 UTC (9+ messages)
[RFC PATCH] mm: move xa forward when run across zombie page
2022-10-20 21:52 UTC (20+ messages)
Odd interaction with file capabilities and procfs files
2022-10-20 21:35 UTC (5+ messages)
[PATCH] fuse: Rearrange fuse_allow_current_process checks
2022-10-20 20:26 UTC (4+ messages)
[syzbot] BUG: unable to handle kernel NULL pointer dereference in filemap_read_folio
2022-10-20 13:31 UTC (2+ messages)
[RFC for-next v2 0/4] enable pcpu bio caching for IRQ I/O
2022-10-20 12:53 UTC (13+ messages)
` [RFC for-next v2 1/4] bio: safeguard REQ_ALLOC_CACHE bio put
` [RFC for-next v2 2/4] bio: split pcpu cache part of bio_put into a helper
` [RFC for-next v2 3/4] block/bio: add pcpu caching for non-polling bio_put
` [RFC for-next v2 4/4] io_uring/rw: enable bio caches for IRQ rw
` (subset) [RFC for-next v2 0/4] enable pcpu bio caching for IRQ I/O
[PATCH printk v2 00/38] reduce console_lock scope
2022-10-20 12:36 UTC (8+ 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 printk v2 36/38] proc: consoles: use console_list_lock for list iteration
[PATCH linux-next] binfmt_elf: Replace IS_ERR() with IS_ERR_VALUE()
2022-10-20 11:55 UTC
[PATCH linux-next] aio: Replace IS_ERR() with IS_ERR_VALUE()
2022-10-20 11:50 UTC
[PATCH -mm] -funsigned-char, namei: delete cast in lookup_one_common()
2022-10-20 9:56 UTC
[PATCH v10 00/11] landlock: truncate support
2022-10-20 9:52 UTC (7+ messages)
` [PATCH v10 04/11] landlock: Support file truncation
` [PATCH v10 11/11] landlock: Document Landlock's file truncation support
[PATCH linux-next] fs/proc/kcore.c: Use strscpy() instead of strlcpy()
2022-10-20 9:49 UTC (2+ messages)
[PATCH linux-next] fs/super.c: use strscpy() is more robust and safer
2022-10-20 9:47 UTC (2+ messages)
Zwiększenie płynności finansowej
2022-10-20 8:05 UTC
[PATCH] vfs: fs_context: Modify mismatched function name
2022-10-20 3:53 UTC (2+ messages)
[RFC PATCH] xfs: drop experimental warning for fsdax
2022-10-20 3:02 UTC (12+ messages)
writeback completion soft lockup BUG in folio_wake_bit()
2022-10-20 1:35 UTC (7+ messages)
[PATCH v2 0/5] Update the sysctl/fs documentation
2022-10-19 22:43 UTC (2+ messages)
[RESEND PATCH] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
2022-10-19 19:07 UTC (4+ messages)
[RFC PATCH v5 3/8] mm: Display inflated memory to users
2022-10-19 9:56 UTC
[PATCH] fscrypt: fix keyring memory leak on mount failure
2022-10-19 11:36 UTC (2+ messages)
[PATCH] binfmt: Fix whitespace issues
2022-10-19 11:35 UTC (2+ messages)
[PATCH] exec: Add comments on check_unsafe_exec() fs counting
2022-10-19 11:35 UTC (2+ messages)
[PATCH] binfmt_elf: simplify error handling in load_elf_phdrs()
2022-10-19 7:52 UTC
[PATCH] binfmt_elf: fix documented return value for load_elf_phdrs()
2022-10-19 7:43 UTC
[PATCH] fs/exec.c: simplify initial stack size expansion
2022-10-19 7:32 UTC
[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
2022-10-19 7:18 UTC (7+ messages)
[PATCH] mm: remove kern_addr_valid() completely
2022-10-19 1:31 UTC (2+ messages)
[PATCH 00/23] Convert to filemap_get_folios_tag()
2022-10-18 21:45 UTC (4+ messages)
` [PATCH 04/23] page-writeback: Convert write_cache_pages() to use filemap_get_folios_tag()
[PATCH v5 0/8] make statx() return DIO alignment information
2022-10-18 20:08 UTC (7+ messages)
[RFC for-next 0/4] enable pcpu bio caching for IRQ I/O
2022-10-18 19:33 UTC (6+ messages)
` [RFC for-next 1/4] bio: safeguard REQ_ALLOC_CACHE bio put
` [RFC for-next 2/4] bio: split pcpu cache part of bio_put into a helper
` [RFC for-next 3/4] block/bio: add pcpu caching for non-polling bio_put
` [RFC for-next 4/4] io_uring/rw: enable bio caches for IRQ rw
[PATCH v5 00/30] acl: add vfs posix acl api
2022-10-18 19:17 UTC (3+ messages)
` [PATCH v5 12/30] integrity: implement get and set acl hook
[PATCH v9 00/11] landlock: truncate support
2022-10-18 18:32 UTC (9+ 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).