messages from 2023-11-24 08:44:42 to 2023-11-26 16:51:52 UTC [more...]
[RFC] simplifying fast_dput(), dentry_kill() et.al
2023-11-26 16:51 UTC (12+ messages)
` [PATCH 01/15] fast_dput(): having ->d_delete() is not reason to delay refcount decrement
` [PATCH 09/15] fold the call of retain_dentry() into fast_dput()
` lockless case of retain_dentry() (was Re: [PATCH 09/15] fold the call of retain_dentry() into fast_dput())
[PATCH v6 00/45] use refcount+RCU method to implement lockless slab shrink
2023-11-26 14:27 UTC (2+ messages)
[GIT PULL] tracing/eventfs: Fixes for v6.7-rc2
2023-11-26 15:09 UTC (2+ messages)
RFC: map multiple blocks per ->map_blocks in iomap writeback
2023-11-26 12:47 UTC (14+ messages)
` [PATCH 01/13] iomap: clear the per-folio dirty bits on all writeback failures
` [PATCH 02/13] iomap: treat inline data in iomap_writepage_map as an I/O error
` [PATCH 03/13] iomap: move the io_folios field out of struct iomap_ioend
` [PATCH 04/13] iomap: drop the obsolete PF_MEMALLOC check in iomap_do_writepage
` [PATCH 05/13] iomap: factor out a iomap_writepage_handle_eof helper
` [PATCH 06/13] iomap: move all remaining per-folio logic into xfs_writepage_map
` [PATCH 07/13] iomap: clean up the iomap_new_ioend calling convention
` [PATCH 08/13] iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
` [PATCH 09/13] iomap: don't chain bios
` [PATCH 10/13] iomap: only call mapping_set_error once for each failed bio
` [PATCH 11/13] iomap: factor out a iomap_writepage_map_block helper
` [PATCH 12/13] iomap: submit ioends immediately
` [PATCH 13/13] iomap: map multiple blocks at a time
[RFC][PATCH] simpler way to get benefits of "vfs: shave work on failed file open"
2023-11-26 10:58 UTC (7+ messages)
[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
2023-11-26 4:52 UTC (14+ messages)
` [f2fs-dev] "
[syzbot] [jfs?] UBSAN: array-index-out-of-bounds in xtSearch
2023-11-25 23:21 UTC
[syzbot] [btrfs?] WARNING in btrfs_use_block_rsv
2023-11-25 22:59 UTC (3+ messages)
[PATCHES][CFT] rename deadlock fixes
2023-11-25 20:11 UTC (11+ messages)
` [PATCHES v2][CFT] "
` [PATCH v2 1/9] reiserfs: Avoid touching renamed directory if parent does not change
` [PATCH v2 2/9] ocfs2: "
` [PATCH v2 3/9] udf_rename(): only access the child content on cross-directory rename
` [PATCH v2 4/9] ext2: Avoid reading renamed directory if parent does not change
` [PATCH v2 5/9] ext4: don't access the source subdirectory content on same-directory rename
` [PATCH v2 6/9] f2fs: Avoid reading renamed directory if parent does not change
` [PATCH v2 7/9] rename(): fix the locking of subdirectories
` [PATCH v2 8/9] kill lock_two_inodes()
` [PATCH v2 9/9] rename(): avoid a deadlock in the case of parents having no common ancestor
[GIT PULL] xfs: new code for 6.7
2023-11-25 17:13 UTC (2+ messages)
[PATCH V6 RESEND 0/5] cachefiles: Introduce failover mechanism for on-demand mode
2023-11-25 15:06 UTC (3+ messages)
[PATCH -next] block: remove field 'bd_inode' from block_device
2023-11-25 14:32 UTC (2+ messages)
[syzbot] [bfs?] general protection fault in bfs_get_block (2)
2023-11-25 14:24 UTC
[GIT PULL] vfs fixes
2023-11-25 14:04 UTC (9+ messages)
[PATCH RFC 0/7] sysctl: constify sysctl ctl_tables
2023-11-25 12:52 UTC (8+ messages)
` [PATCH RFC 1/7] sysctl: add helper sysctl_run_handler
` [PATCH RFC 2/7] bpf: cgroup: call proc handler through helper
` [PATCH RFC 3/7] sysctl: add proc_handler_new to struct ctl_table
` [PATCH RFC 4/7] net: sysctl: add new sysctl table handler to debug message
` [PATCH RFC 5/7] treewide: sysctl: migrate proc_dostring to proc_handler_new
` [PATCH RFC 6/7] treewide: sysctl: migrate proc_dobool "
` [PATCH RFC 7/7] treewide: sysctl: migrate proc_dointvec "
[PATCH v3 00/25] Permission Overlay Extension
2023-11-25 12:11 UTC (33+ messages)
` [PATCH v3 01/25] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v3 02/25] arm64/sysreg: update CPACR_EL1 register
` [PATCH v3 03/25] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v3 04/25] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v3 05/25] arm64: context switch POR_EL0 register
` [PATCH v3 06/25] KVM: arm64: Save/restore POE registers
` [PATCH v3 07/25] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v3 08/25] arm64: add POIndex defines
` [PATCH v3 09/25] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v3 10/25] arm64: mask out POIndex when modifying a PTE
` [PATCH v3 11/25] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v3 12/25] arm64: handle PKEY/POE faults
` [PATCH v3 13/25] arm64: stop using generic mm_hooks.h
` [PATCH v3 14/25] arm64: implement PKEYS support
` [PATCH v3 15/25] arm64: add POE signal support
` [PATCH v3 16/25] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v3 17/25] arm64: enable POE and PIE to coexist
` [PATCH v3 18/25] arm64/ptrace: add support for FEAT_POE
` [PATCH v3 19/25] kselftest/arm64: move get_header()
` [PATCH v3 20/25] selftests: mm: move fpregs printing
` [PATCH v3 21/25] selftests: mm: make protection_keys test work on arm64
` [PATCH v3 22/25] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v3 23/25] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v3 24/25] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v3 25/25] KVM: selftests: get-reg-list: add Permission Overlay registers
[syzbot] [udf?] KASAN: slab-use-after-free Read in udf_free_blocks
2023-11-25 11:54 UTC (2+ messages)
[syzbot] [overlayfs?] KASAN: invalid-free in ovl_copy_up_one
2023-11-25 11:50 UTC (7+ messages)
[syzbot] [ext4?] kernel BUG in ext4_mb_release_inode_pa
2023-11-25 10:34 UTC
[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
2023-11-25 10:03 UTC (15+ messages)
` [PATCH RFC v2 04/27] mm: migrate/mempolicy: Add hook to modify migration target gfp
` [PATCH RFC v2 05/27] mm: page_alloc: Add an arch hook to allow prep_new_page() to fail
` [PATCH RFC v2 06/27] mm: page_alloc: Allow an arch to hook early into free_pages_prepare()
` [PATCH RFC v2 12/27] arm64: mte: Add tag storage pages to the MIGRATE_CMA migratetype
` [PATCH RFC v2 13/27] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC v2 14/27] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
[viro-vfs:work.dcache-misc 10/18] fs/dcache.c:2062 __d_obtain_alias() warn: variable dereferenced before check 'inode' (see line 2059)
2023-11-25 6:59 UTC
[MEGAPATCHSET v28] xfs: online repair, second part of part 1
2023-11-24 23:39 UTC
[MEGAPATCHSET v28] xfs: online repair, second part of part 1
2023-11-24 23:32 UTC
[MEGAPATCHSET v27] xfs: online repair, second part of part 1
2023-11-24 23:30 UTC (2+ messages)
` [MEGAPATCHSET v28] "
[RFC][PATCHSET v3] simplifying fast_dput(), dentry_kill() et.al
2023-11-24 22:58 UTC (6+ messages)
` [PATCH v3 01/21] switch nfsd_client_rmdir() to use of simple_recursive_removal()
` [PATCH v3 02/21] coda_flag_children(): cope with dentries turning negative
[PATCH] scsi: target: core: add missing file_{start,end}_write()
2023-11-24 22:46 UTC (5+ messages)
[PATCH v13 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
2023-11-24 21:54 UTC (2+ messages)
[PATCHES] assorted dcache stuff
2023-11-24 21:41 UTC (6+ messages)
` d_genocide()? What about d_holodomor(), d_massmurder(), d_execute_warcrimes()? Re: [PATCH 15/20] d_genocide(): move the extern into fs/internal.h
` identifiers
[viro-vfs:work.csum-x86 4/18] net/core/datagram.c:754:23: sparse: sparse: incorrect type in argument 1 (different base types)
2023-11-24 20:04 UTC
[GIT PULL] afs: Miscellaneous fixes
2023-11-24 18:54 UTC (3+ messages)
[PATCH 6.5 396/491] cifs: Fix encryption of cleared, but unset rq_iter data buffers
2023-11-24 17:50 UTC
[viro-vfs:work.csum-x86 4/18] arch/x86/include/asm/checksum_32.h:41:57: sparse: sparse: incorrect type in argument 1 (different base types)
2023-11-24 18:31 UTC (2+ messages)
[viro-vfs:work.csum-x86 4/18] net/core/datagram.c:745:55: sparse: sparse: incorrect type in argument 1 (different base types)
2023-11-24 18:29 UTC (2+ messages)
[PATCH 6.6 429/530] cifs: Fix encryption of cleared, but unset rq_iter data buffers
2023-11-24 17:49 UTC
[RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
2023-11-24 18:08 UTC (5+ messages)
` [RESEND RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns
[PATCH v6 0/9] Landlock: IOCTL support
2023-11-24 17:30 UTC (10+ messages)
` [PATCH v6 1/9] landlock: Remove remaining "inline" modifiers in .c files
` [PATCH v6 2/9] selftests/landlock: Rename "permitted" to "allowed" in ftruncate tests
` [PATCH v6 3/9] landlock: Optimize the number of calls to get_access_mask slightly
` [PATCH v6 4/9] landlock: Add IOCTL access right
` [PATCH v6 5/9] selftests/landlock: Test IOCTL support
` [PATCH v6 6/9] selftests/landlock: Test IOCTL with memfds
` [PATCH v6 7/9] selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)
` [PATCH v6 8/9] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL
` [PATCH v6 9/9] landlock: Document IOCTL support
[PATCH v6 00/11] blksnap - block devices snapshots module
2023-11-24 17:12 UTC (14+ messages)
` [PATCH v6 01/11] documentation: Block Device Filtering Mechanism
` [PATCH v6 02/11] block: "
` [PATCH v6 03/11] documentation: Block Devices Snapshots Module
` [PATCH v6 04/11] blksnap: header file of the module interface
` [PATCH v6 05/11] blksnap: module management interface functions
` [PATCH v6 06/11] blksnap: handling and tracking I/O units
` [PATCH v6 07/11] blksnap: difference storage and chunk
` [PATCH v6 08/11] blksnap: event queue from the difference storage
` [PATCH v6 09/11] blksnap: snapshot and snapshot image block device
` [PATCH v6 10/11] blksnap: Kconfig and Makefile
` [PATCH v6 11/11] blksnap: prevents using devices with data integrity or inline encryption
[PATCH v13 bpf-next 0/6] bpf: File verification with LSM and fsverity
2023-11-24 17:07 UTC (4+ messages)
` [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
[PATCH v5 0/7] Landlock: IOCTL support
2023-11-24 16:57 UTC (9+ messages)
` [PATCH v5 2/7] landlock: Add IOCTL access right
` [PATCH v5 3/7] selftests/landlock: Test IOCTL support
[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
2023-11-24 16:47 UTC (5+ messages)
[PATCH v6 00/11] blksnap - block devices snapshots module
2023-11-24 16:38 UTC (11+ messages)
` [PATCH v6 01/11] documentation: Block Device Filtering Mechanism
` [PATCH v6 02/11] block: "
` [PATCH v6 03/11] documentation: Block Devices Snapshots Module
` [PATCH v6 04/11] blksnap: header file of the module interface
` [PATCH v6 05/11] blksnap: module management interface functions
` [PATCH v6 06/11] blksnap: handling and tracking I/O units
` [PATCH v6 07/11] blksnap: difference storage and chunk
` [PATCH v6 08/11] blksnap: event queue from the difference storage
` [PATCH v6 09/11] blksnap: snapshot and snapshot image block device
` [PATCH v6 10/11] blksnap: Kconfig and Makefile
[PATCH v6 00/11] blksnap - block devices snapshots module
2023-11-24 16:04 UTC (5+ messages)
` [PATCH v6 01/11] documentation: Block Device Filtering Mechanism
` [PATCH v6 02/11] block: "
` [PATCH v6 03/11] documentation: Block Devices Snapshots Module
` [PATCH v6 04/11] blksnap: header file of the module interface
[PATCH] fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()
2023-11-24 16:02 UTC (4+ messages)
[viro-vfs:work.dcache2 13/21] htmldocs: Documentation/filesystems/porting.rst:1079: WARNING: Block quote ends without a blank line; unexpected unindent
2023-11-24 15:42 UTC
[PATCH v2] fs/Kconfig: Make hugetlbfs a menuconfig
2023-11-24 15:19 UTC
[PATCH] fs/Kconfig: Make hugetlbfs a menuconfig
2023-11-24 15:16 UTC (4+ messages)
(no subject)
2023-11-24 15:16 UTC
[syzbot] possible deadlock in pipe_write
2023-11-24 15:03 UTC (6+ messages)
` [syzbot] [fs?] "
[RFC PATCH 00/18] ext4: use iomap for regular file's buffered IO path and enable large foilo
2023-11-24 13:57 UTC (3+ messages)
` [RFC PATCH 17/18] ext4: partial enable iomap for regular file's buffered IO path
[PATCH v4 0/7] Landlock: IOCTL support
2023-11-24 13:02 UTC (5+ messages)
[PATCH v2 00/16] Tidy up file permission hooks
2023-11-24 9:14 UTC (9+ messages)
` [PATCH v2 11/16] fs: move permission hook out of do_iter_write()
` [PATCH v2 12/16] fs: move permission hook out of do_iter_read()
` [PATCH v2 14/16] fs: create __sb_write_started() helper
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).