messages from 2022-10-04 16:53:20 to 2022-10-07 13:01:51 UTC [more...]
[PATCH 0/8] Some pstore improvements
2022-10-07 13:00 UTC (26+ messages)
` [PATCH 1/8] pstore: Improve error reporting in case of backend overlap
` [PATCH 2/8] pstore: Expose kmsg_bytes as a module parameter
` [PATCH 3/8] pstore: Inform unregistered backend names as well
` [PATCH 4/8] pstore: Alert on backend write error
` [PATCH 5/8] pstore: Fix long-term implicit conversions in the compression routines
` [PATCH 6/8] MAINTAINERS: Add a mailing-list for the pstore infrastructure
` [PATCH 7/8] efi: pstore: Follow convention for the efi-pstore backend name
` [PATCH 8/8] efi: pstore: Add module parameter for setting the record size
[GIT PULL] ext2, udf, reiserfs, and quota fixes for v6.1-rc1
2022-10-07 12:54 UTC
[GIT PULL] fsnotify changes for v6.1-rc1
2022-10-07 12:48 UTC
[PATCH 0/4] fs/ntfs3: Fix and rename hidedotfiles mount option
2022-10-07 12:43 UTC (5+ messages)
` [PATCH 1/4] fs/ntfs3: fix hidedotfiles mount option by reversing, behaviour
` [PATCH 2/4] fs/ntfs3: make hidedotfiles mount option work when renaming files
` [PATCH 3/4] fs/ntfs3: add hidedotfiles to the list of enabled mount options
` [PATCH 4/4] fs/ntfs3: rename hidedotfiles mount option to hide_dot_files
[PATCH] Fix race condition when exec'ing setuid files
2022-10-07 11:58 UTC (8+ messages)
[PATCH] fs/ntfs3: Add windows_names mount option
2022-10-07 11:55 UTC
[PATCH v2] 9p/trans_fd: perform read/write with TIF_SIGPENDING set
2022-10-07 11:52 UTC (5+ messages)
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-10-07 11:14 UTC (14+ 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 8/8] KVM: Enable and expose KVM_MEM_PRIVATE
[RFC UKL 00/10] Unikernel Linux (UKL)
2022-10-07 10:21 UTC (21+ messages)
` [RFC UKL 02/10] x86/boot: Load the PT_TLS segment for Unikernel configs
` [RFC UKL 04/10] x86/entry: Create alternate entry path for system calls
` [RFC UKL 05/10] x86/uaccess: Make access_ok UKL aware
` [RFC UKL 07/10] x86/signal: Adjust signal handler register values and return frame
` [RFC UKL 09/10] exec: Give userspace a method for starting UKL process
` [RFC UKL 10/10] Kconfig: Add config option for enabling and sample for testing UKL
[PATCH v3 0/5] treewide cleanup of random integer usage
2022-10-07 9:26 UTC (18+ messages)
` [PATCH v3 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v3 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v3 3/5] treewide: use get_random_u32() "
` [PATCH v3 4/5] treewide: use get_random_bytes "
` [PATCH v3 5/5] prandom: remove unused functions
[PATCH] fs/select: avoid clang stack usage warning
2022-10-07 8:28 UTC (3+ messages)
[man-pages PATCH v3] statx.2, open.2: document STATX_DIOALIGN
2022-10-07 2:35 UTC (2+ messages)
soft lockup with pre-rc1
2022-10-07 1:05 UTC
[GIT PULL] iomap: new code for 6.1
2022-10-07 1:01 UTC (2+ messages)
[git pull] vfs.git pile 3 (file)
2022-10-07 0:36 UTC (2+ messages)
[git pull] vfs.git pile 2 (d_path)
2022-10-07 0:36 UTC (2+ messages)
[git pull] vfs.git pile 1 (inode)
2022-10-07 0:36 UTC (2+ messages)
[git pull] vfs.git pile 4 (file_inode)
2022-10-07 0:36 UTC (2+ messages)
[git pull] vfs.git pile 6 (constification, mostly struct path)
2022-10-07 0:36 UTC (2+ messages)
[PATCH v6 0/9] vfs/nfsd: clean up handling of i_version counter
2022-10-06 21:17 UTC (24+ messages)
` [PATCH v6 4/9] nfs: report the inode version in getattr if requested
` [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 0/8] ext4: Convert inode preallocation list to an rbtree
2022-10-06 20:46 UTC (9+ messages)
` [PATCH 1/8] ext4: Stop searching if PA doesn't satisfy non-extent file
` [PATCH 2/8] ext4: Refactor code related to freeing PAs
` [PATCH 3/8] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [PATCH 4/8] ext4: Move overlap assert logic into a separate function
` [PATCH 5/8] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [PATCH 6/8] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [PATCH 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [PATCH 8/8] ext4: Remove the logic to trim inode PAs
[PATCH v8 0/9] landlock: truncate support
2022-10-06 20:19 UTC (22+ 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 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
[PATCH v4 2/2] f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACE
2022-10-06 16:32 UTC (2+ messages)
[PATCH v2 0/5] treewide cleanup of random integer usage
2022-10-06 16:25 UTC (11+ messages)
` [PATCH v2 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v2 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v2 3/5] treewide: use get_random_u32() "
` [PATCH v2 4/5] treewide: use get_random_bytes "
` [PATCH v2 5/5] prandom: remove unused functions
[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
2022-10-06 15:35 UTC (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] exec: Remove LSM_UNSAFE_SHARE
[PATCH 0/3] fs: improve setgid stripping consistency even more
2022-10-06 13:35 UTC (9+ messages)
` [PATCH 1/3] attr: use consistent sgid stripping checks
` [PATCH 2/3] ovl: remove privs in ovl_copyfile()
` [PATCH 3/3] ovl: remove privs in ovl_fallocate()
[PATCH v1 0/5] treewide cleanup of random integer usage
2022-10-06 13:20 UTC (10+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
` [f2fs-dev] "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions
[PATCH v4 00/30] acl: add vfs posix acl api
2022-10-06 12:50 UTC (14+ messages)
` [PATCH v4 04/30] fs: add new get acl method
` [PATCH v4 22/30] ovl: implement set "
` [PATCH v4 23/30] ovl: use posix acl api
A field in files_struct has been used without initialization
2022-10-06 10:57 UTC (2+ messages)
[RFC v2 0/8] ext4: Convert inode preallocation list to an rbtree
2022-10-06 10:03 UTC (6+ messages)
` [RFC v3 8/8] ext4: Remove the logic to trim inode PAs
[PATCH 00/26] FUSE BPF: A Stacked Filesystem Extension for FUSE
2022-10-06 1:58 UTC (4+ messages)
Abrelatam | Contacto
2022-10-05 18:40 UTC
[PATCH 0/2] Some fixes for overlayfs remove privs
2022-10-05 15:16 UTC (11+ messages)
` [PATCH 1/2] ovl: remove privs in ovl_copyfile()
` [PATCH 2/2] ovl: remove privs in ovl_fallocate()
[proc] 5336f1902b: BUG:KASAN:global-out-of-bounds_in_memchr
2022-10-05 13:10 UTC
[PATCH v4 3/7] Display inflated memory to users
2022-10-05 9:01 UTC
Biznesowy angielski
2022-10-05 8:05 UTC
[RFC PATCH 0/2] iomap/xfs: fix data corruption due to stale cached iomaps
2022-10-05 1:34 UTC (8+ messages)
` [PATCH 2/2] xfs: use iomap_valid method to detect "
[PATCH] mm: /proc/pid/smaps_rollup: fix no vma's null-deref
2022-10-04 21:05 UTC (3+ messages)
[PATCH] ext4: journal_path mount options should follow links
2022-10-04 18:47 UTC (2+ messages)
[PATCH] xfs: fail dax mount if reflink is enabled on a partition
2022-10-04 18:26 UTC (11+ messages)
[PATCH v2 RESEND] namei: clear nd->root.mnt before O_CREAT unlazy
2022-10-04 17:09 UTC (3+ 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).