messages from 2022-09-29 14:59:13 to 2022-10-03 02:04:43 UTC [more...]
[PATCH v9 12/27] rust: add `kernel` crate
2022-10-03 2:03 UTC (12+ messages)
[ANNOUNCE] xfs-linux: iomap-6.1-merge updated to adc9c2e5a723
2022-10-02 21:34 UTC
[syzbot] KASAN: slab-out-of-bounds Read in ntfs_trim_fs
2022-10-02 20:04 UTC
[PATCHSET v23.3 00/14] xfs: design documentation for online fsck
2022-10-02 18:19 UTC (15+ messages)
` [PATCH 01/14] xfs: document the motivation for online fsck design
` [PATCH 02/14] xfs: document the general theory underlying "
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
` [PATCH 04/14] xfs: document the user interface for online fsck
` [PATCH 09/14] xfs: document online file metadata repair code
` [PATCH 03/14] xfs: document the testing plan for online fsck
` [PATCH 08/14] xfs: document btree bulk loading
` [PATCH 07/14] xfs: document pageable kernel memory
` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
` [PATCH 11/14] xfs: document metadata file repair
` [PATCH 12/14] xfs: document directory tree repairs
` [PATCH 13/14] xfs: document the userspace fsck driver program
` [PATCH 14/14] xfs: document future directions of online fsck
` [PATCH 10/14] xfs: document full filesystem scans for "
[syzbot] invalid opcode in writeback_single_inode
2022-10-02 18:22 UTC (2+ messages)
Commit 'iomap: add support for dma aligned direct-io' causes qemu/KVM boot failures
2022-10-02 13:56 UTC (9+ messages)
[PATCH v6 0/9] vfs/nfsd: clean up handling of i_version counter
2022-10-02 7:08 UTC (15+ messages)
` [PATCH v6 1/9] iversion: move inode_query_iversion to libfs.c
` [PATCH v6 2/9] iversion: clarify when the i_version counter must be updated
` [PATCH v6 3/9] vfs: plumb i_version handling into struct kstat
` [PATCH v6 4/9] nfs: report the inode version in getattr if requested
` [PATCH v6 5/9] ceph: "
` [PATCH v6 6/9] nfsd: use the getattr operation to fetch i_version
` [PATCH v6 7/9] vfs: expose STATX_VERSION to userland
` [PATCH v6 8/9] vfs: update times after copying data in __generic_file_write_iter
` [PATCH v6 9/9] ext4: update times after I/O in write codepaths
[PATCH v7 0/3] ksmbd patches included vfs changes
2022-10-02 2:22 UTC (7+ messages)
` [PATCH v7 2/3] fs: introduce lock_rename_child() helper
` [PATCH v7 3/3] ksmbd: fix racy issue from using ->d_parent and ->d_name
[PATCH v2 RESEND] namei: clear nd->root.mnt before O_CREAT unlazy
2022-10-02 0:06 UTC (2+ messages)
[syzbot] WARNING in __brelse
2022-10-01 22:50 UTC (2+ messages)
[PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
2022-10-01 16:28 UTC (5+ messages)
` [PATCH v2 01/16] slab: Remove __malloc attribute from realloc functions
` [PATCH v2 02/16] slab: Introduce kmalloc_size_roundup()
[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
2022-10-01 16:01 UTC (7+ messages)
[PATCH v8 0/9] landlock: truncate support
2022-10-01 15:49 UTC (10+ messages)
` [PATCH v8 1/9] security: Create file_truncate hook from path_truncate hook
` [PATCH v8 2/9] selftests/landlock: Locally define __maybe_unused
` [PATCH v8 3/9] landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
` [PATCH v8 4/9] landlock: Support file truncation
` [PATCH v8 5/9] selftests/landlock: Selftests for file truncation support
` [PATCH v8 6/9] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v8 7/9] selftests/landlock: Test FD passing from a Landlock-restricted to an unrestricted process
` [PATCH v8 8/9] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v8 9/9] landlock: Document Landlock's file truncation support
[syzbot] WARNING in __find_get_block
2022-10-01 14:26 UTC (2+ messages)
[syzbot] BUG: unable to handle kernel NULL pointer dereference in truncate_inode_pages_final
2022-10-01 13:44 UTC (2+ messages)
[syzbot] WARNING: nested lock was not taken in evict
2022-10-01 13:43 UTC (2+ messages)
[PATCH 00/26] FUSE BPF: A Stacked Filesystem Extension for FUSE
2022-10-01 7:47 UTC (12+ messages)
` [PATCH 03/26] fuse-bpf: Update uapi for fuse-bpf
` [PATCH 15/26] fuse-bpf: Add support for read/write iter
[PATCH printk 00/18] preparation for threaded/atomic printing
2022-09-30 22:41 UTC (7+ messages)
` [PATCH printk 11/18] printk: Convert console_drivers list to hlist
[REGRESSION][PATCH] Revert "pstore: migrate to crypto acomp interface"
2022-09-30 19:08 UTC (7+ messages)
` [REGRESSION][PATCH] Revert "pstore: migrate to crypto acomp interface" #forregzbot
[PATCH v2 05/18] xfs: Add xfs_break_layouts() to the inode eviction path
2022-09-30 18:46 UTC (15+ messages)
[PATCH v7 0/7] landlock: truncate support
2022-09-30 18:32 UTC (9+ messages)
` [PATCH v7 1/7] security: Create file_truncate hook from path_truncate hook
` [PATCH v7 2/7] landlock: Support file truncation
` [PATCH v7 3/7] selftests/landlock: Selftests for file truncation support
` [PATCH v7 4/7] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v7 5/7] selftests/landlock: Test FD passing from a Landlock-restricted to an unrestricted process
` [PATCH v7 6/7] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v7 7/7] landlock: Document Landlock's file truncation support
[PATCH v2 00/23] Convert to filemap_get_folios_tag()
2022-09-30 17:33 UTC (4+ messages)
` [PATCH v2 08/23] ceph: Convert ceph_writepages_start() to use filemap_get_folios_tag()
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-09-30 16:23 UTC (17+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed
[PATCH v2 0/5] Update the sysctl/fs documentation
2022-09-30 10:35 UTC (7+ messages)
` [PATCH v2 1/5] docs: sysctl/fs: remove references to inode-max
` [PATCH v2 2/5] docs: sysctl/fs: remove references to dquot-max/-nr
` [PATCH v2 3/5] docs: sysctl/fs: merge the aio sections
` [PATCH v2 4/5] docs: sysctl/fs: remove references to super-max/-nr
` [PATCH v2 5/5] docs: sysctl/fs: re-order, prettify
[PATCH v6 0/5] landlock: truncate support
2022-09-30 15:56 UTC (9+ messages)
` [PATCH v6 2/5] landlock: Support file truncation
[PATCH v4 00/30] acl: add vfs posix acl api
2022-09-30 14:11 UTC (52+ messages)
` [PATCH v4 01/30] orangefs: rework posix acl handling when creating new filesystem objects
` [PATCH v4 02/30] fs: pass dentry to set acl method
` [PATCH v4 03/30] fs: rename current get "
` [PATCH v4 04/30] fs: add new "
` [PATCH v4 05/30] cifs: implement "
` [PATCH v4 06/30] cifs: implement set "
` [PATCH v4 07/30] 9p: implement get "
` [PATCH v4 08/30] 9p: implement set "
` [PATCH v4 09/30] security: add get, remove and set acl hook
` [PATCH v4 10/30] selinux: implement get, set and remove "
` [PATCH v4 11/30] smack: "
` [PATCH v4 12/30] integrity: implement get and set "
` [PATCH v4 13/30] evm: add post "
` [PATCH v4 14/30] internal: add may_write_xattr()
` [PATCH v4 15/30] acl: add vfs_set_acl()
` [PATCH v4 16/30] acl: add vfs_get_acl()
` [PATCH v4 17/30] acl: add vfs_remove_acl()
` [PATCH v4 18/30] ksmbd: use vfs_remove_acl()
` [PATCH v4 19/30] ecryptfs: implement get acl method
` [PATCH v4 20/30] ecryptfs: implement set "
` [PATCH v4 21/30] ovl: implement get "
` [PATCH v4 22/30] ovl: implement set "
` [PATCH v4 23/30] ovl: use posix acl api
` [PATCH v4 24/30] xattr: "
` [PATCH v4 25/30] evm: remove evm_xattr_acl_change()
` [PATCH v4 26/30] ecryptfs: use stub posix acl handlers
` [PATCH v4 27/30] ovl: "
` [PATCH v4 28/30] cifs: "
` [PATCH v4 29/30] 9p: "
` [PATCH v4 30/30] acl: remove a slew of now unused helpers
[syzbot] kernel panic: stack is corrupted in writeback_single_inode
2022-09-30 14:09 UTC (4+ messages)
[PATCH v4 00/10] fuse tmpfile
2022-09-30 13:53 UTC (4+ messages)
` [PATCH v4 05/10] cachefiles: use vfs_tmpfile_open() helper
[syzbot] inconsistent lock state in kmem_cache_alloc
2022-09-30 13:51 UTC (5+ messages)
[eventpoll] ee22f2b4c8: kernel_BUG_at_arch/x86/mm/physaddr.c
2022-09-30 12:57 UTC
[PATCH] exfat: use updated exfat_chain directly during renaming
2022-09-30 10:03 UTC (4+ messages)
[PATCH v3 00/29] acl: add vfs posix acl api
2022-09-30 8:35 UTC (4+ messages)
` [PATCH v3 12/29] integrity: implement get and set acl hook
KASAN: use-after-free Read in filp_close
2022-09-30 6:51 UTC
[PATCH v9 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2022-09-30 3:28 UTC (2+ messages)
[PATCH v5 0/8] vfs/nfsd: clean up handling of the i_version counter
2022-09-30 1:22 UTC (3+ messages)
` [PATCH v5 2/8] ext4: fix i_version handling in ext4
[PATCH] xfs: fail dax mount if reflink is enabled on a partition
2022-09-30 0:56 UTC (15+ messages)
[PATCH] iomap: fix memory corruption when recording errors during writeback
2022-09-29 23:10 UTC (6+ messages)
[PATCH v2 00/18] Fix the DAX-gup mistake
2022-09-29 22:38 UTC (4+ messages)
` [PATCH v2 12/18] devdax: Move address_space helpers to the DAX core
[PATCH] iomap: add a tracepoint for mappings returned by map_blocks
2022-09-29 22:00 UTC (2+ messages)
[git pull] coredump fix
2022-09-29 21:49 UTC (2+ messages)
[RFC PATCH] xfs: drop experimental warning for fsdax
2022-09-29 19:05 UTC (8+ messages)
[syzbot] kernel panic: stack is corrupted in lock_acquire (2)
2022-09-29 17:28 UTC (2+ messages)
[PATCHv3 0/4] submit_bh: Drop unnecessary return value
2022-09-29 14:58 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).