messages from 2022-10-06 23:35:47 to 2022-10-10 11:37:18 UTC [more...]
[PATCH v2 0/5] fs/ntfs3: Fix and rename hidedotfiles mount option
2022-10-10 11:37 UTC (6+ messages)
` [PATCH v2 1/5] fs/ntfs3: fix hidedotfiles mount option by reversing behaviour
` [PATCH v2 2/5] fs/ntfs3: make hidedotfiles mount option work when renaming files
` [PATCH v2 3/5] fs/ntfs3: add hidedotfiles to the list of enabled mount options
` [PATCH v2 4/5] fs/ntfs3: document the hidedotfiles mount option
` [PATCH v2 5/5] fs/ntfs3: rename hidedotfiles mount option to hide_dot_files
[PATCH v2 0/2] fs/ntfs3: Add windows_names mount option
2022-10-10 11:16 UTC (3+ messages)
` [PATCH v2 1/2] fs/ntfs3: add "
` [PATCH v2 2/2] fs/ntfs3: document "
[PATCH 0/8] ext4: Convert inode preallocation list to an rbtree
2022-10-10 11:00 UTC (6+ messages)
` [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 v9 00/11] landlock: truncate support
2022-10-10 10:35 UTC (13+ messages)
` [PATCH v9 01/11] security: Create file_truncate hook from path_truncate hook
` [PATCH v9 02/11] landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
` [PATCH v9 03/11] landlock: Document init_layer_masks() helper
` [PATCH v9 04/11] landlock: Support file truncation
` [PATCH v9 05/11] selftests/landlock: Test file truncation support
` [PATCH v9 06/11] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v9 07/11] selftests/landlock: Locally define __maybe_unused
` [PATCH v9 08/11] selftests/landlock: Test FD passing from restricted to unrestricted processes
` [PATCH v9 09/11] selftests/landlock: Test ftruncate on FDs created by memfd_create(2)
` [PATCH v9 10/11] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v9 11/11] landlock: Document Landlock's file truncation support
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-10-10 8:33 UTC (16+ messages)
` [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
[GIT PULL] fsnotify changes for v6.1-rc1
2022-10-10 8:20 UTC (4+ messages)
[PATCH] fs/select: avoid clang stack usage warning
2022-10-10 7:44 UTC (11+ messages)
` [PATCH] fs/select: mark do_select noinline_for_stack for 32b
[syzbot] stack segment fault in truncate_inode_pages_final
2022-10-10 7:42 UTC (2+ messages)
[syzbot] general protection fault in __d_add
2022-10-10 7:35 UTC
[syzbot] WARNING: locking bug in find_lock_entries
2022-10-10 7:32 UTC (2+ messages)
[PATCH 0/8] Some pstore improvements
2022-10-10 7:24 UTC (41+ messages)
` [PATCH 1/8] pstore: Improve error reporting in case of backend overlap
` [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
[PATCH v3 0/4] Dump command line of faulting process to syslog
2022-10-10 6:16 UTC (4+ messages)
` [PATCH v3 4/4] arc: Use generic dump_stack_print_cmdline() implementation
[GIT PULL] 9p fixes for 6.1
2022-10-10 5:23 UTC
[regression, v6.0-rc0] filesystem freeze hangs on sb_wait_write()
2022-10-10 5:03 UTC
[syzbot] BUG: scheduling while atomic in exit_to_user_mode_loop
2022-10-10 3:48 UTC (2+ messages)
[PATCH] fs/ceph/super: add mount options "snapdir{mode,uid,gid}"
2022-10-10 2:02 UTC (6+ messages)
A field in files_struct has been used without initialization
2022-10-09 18:21 UTC (5+ messages)
[PATCH] proc: Remove unnecessary ‘NULL’ and '0' values
2022-10-09 15:12 UTC (2+ messages)
[PATCH v5 0/7] treewide cleanup of random integer usage
2022-10-09 14:17 UTC (12+ messages)
` [PATCH v5 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v5 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v5 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v5 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v5 5/7] treewide: use get_random_u32() when possible
` [PATCH v5 6/7] treewide: use get_random_bytes "
` [PATCH v5 7/7] prandom: remove unused functions
[RFC PATCH 0/5] Introduce daemon failover mechanism to recover from crashing
2022-10-09 12:49 UTC (10+ messages)
` [RFC PATCH 2/5] cachefiles: extract ondemand info field from cachefiles_object
` [External] "
` [RFC PATCH 3/5] cachefiles: resend an open request if the read request's object is closed
` [External] "
` [RFC PATCH 5/5] cachefiles: add restore command to recover inflight ondemand read requests
` [External] "
[PATCH] fs/ntfs3: Add windows_names mount option
2022-10-09 12:24 UTC (2+ messages)
[PATCH][CFT] [coredump] don't use __kernel_write() on kmap_local_page()
2022-10-09 10:37 UTC (11+ messages)
[PATCH -next] coredump: fix unused-function warning
2022-10-09 9:24 UTC
[PATCH v3 0/5] treewide cleanup of random integer usage
2022-10-09 2:57 UTC (19+ messages)
` [PATCH v3 3/5] treewide: use get_random_u32() when possible
` [PATCH v3 4/5] treewide: use get_random_bytes "
[PATCH v4 0/6] treewide cleanup of random integer usage
2022-10-09 0:26 UTC (21+ messages)
` [PATCH v4 1/6] treewide: use prandom_u32_max() when possible, mechanically
` [PATCH v4 2/6] treewide: use prandom_u32_max() when possible
` [PATCH v4 3/6] treewide: use get_random_{u8,u16}() "
` [PATCH v4 4/6] treewide: use get_random_u32() "
` [PATCH v4 5/6] treewide: use get_random_bytes "
` [PATCH v4 6/6] prandom: remove unused functions
[syzbot] UBSAN: array-index-out-of-bounds in truncate_inode_pages_range
2022-10-08 19:12 UTC (4+ messages)
[PATCH v4 2/6] treewide: use prandom_u32_max() when possible
2022-10-08 18:16 UTC (3+ messages)
[PATCH v9 10/11] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
2022-10-08 11:19 UTC (3+ messages)
` [PATCH v9 11/11] landlock: Document Landlock's file truncation support
[PATCH v8 0/9] landlock: truncate support
2022-10-08 10:20 UTC (24+ 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 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 v2 0/5] fs: improve setgid stripping consistency even more
2022-10-08 5:56 UTC (8+ messages)
` [PATCH v2 1/5] attr: add setattr_drop_sgid()
` [PATCH v2 2/5] attr: add should_remove_sgid()
` [PATCH v2 3/5] attr: use consistent sgid stripping checks
` [PATCH v2 4/5] ovl: remove privs in ovl_copyfile()
` [PATCH v2 5/5] ovl: remove privs in ovl_fallocate()
[man-pages RFC PATCH v6] statx, inode: document the new STATX_VERSION field
2022-10-08 2:03 UTC (2+ messages)
[man-pages PATCH v3] statx.2, open.2: document STATX_DIOALIGN
2022-10-08 1:56 UTC (3+ messages)
[git pull] vfs.git pile 7 (tmpfile)
2022-10-08 1:23 UTC
[syzbot] WARNING in change_pte_range
2022-10-07 22:36 UTC (2+ messages)
[PATCH v10 00/27] Rust support
2022-10-07 17:17 UTC (3+ messages)
` [PATCH v10 25/27] x86: enable initial "
[GIT PULL] ext2, udf, reiserfs, and quota fixes for v6.1-rc1
2022-10-07 17:00 UTC (2+ messages)
thoughts about fanotify and HSM
2022-10-07 13:58 UTC (12+ messages)
[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 (4+ messages)
[PATCH v2] 9p/trans_fd: perform read/write with TIF_SIGPENDING set
2022-10-07 11:52 UTC (5+ messages)
[RFC UKL 00/10] Unikernel Linux (UKL)
2022-10-07 10:21 UTC (5+ messages)
` [RFC UKL 10/10] Kconfig: Add config option for enabling and sample for testing UKL
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)
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).