messages from 2023-11-24 02:53:20 to 2023-11-24 19:41:02 UTC [more...]
[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
2023-11-24 19:40 UTC (7+ messages)
` [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
[GIT PULL] afs: Miscellaneous fixes
2023-11-24 18:54 UTC (3+ messages)
[GIT PULL] vfs fixes
2023-11-24 18:52 UTC (4+ 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)
[PATCHES] assorted dcache stuff
2023-11-24 18:21 UTC (30+ messages)
` [PATCH 01/20] selinux: saner handling of policy reloads
` [PATCH 02/20] ovl: stop using d_alloc_anon()/d_instantiate_anon()
` [PATCH 03/20] struct dentry: get rid of randomize_layout idiocy
` [PATCH 04/20] get rid of __dget()
` [PATCH 05/20] DCACHE_... ->d_flags bits: switch to BIT()
` [PATCH 06/20] DCACHE_COOKIE: RIP
` [PATCH 07/20] kill d_{is,set}_fallthru()
` [PATCH 08/20] dentry.h: trim externs
` [PATCH 09/20] [software coproarchaeology] dentry.h: kill a mysterious comment
` [PATCH 10/20] kill d_backing_dentry()
` [PATCH 11/20] kill d_instantate_anon(), fold __d_instantiate_anon() into remaining caller
` [PATCH 12/20] d_alloc_pseudo(): move setting ->d_op there from the (sole) caller
` [PATCH 13/20] nsfs: use d_make_root()
` [PATCH 14/20] simple_fill_super(): don't bother with d_genocide() on failure
` [PATCH 15/20] d_genocide(): move the extern into fs/internal.h
` d_genocide()? What about d_holodomor(), d_massmurder(), d_execute_warcrimes()? "
` identifiers
` [PATCH 16/20] get rid of DCACHE_GENOCIDE
` [PATCH 17/20] d_alloc_parallel(): in-lookup hash insertion doesn't need an RCU variant
` [PATCH 18/20] __d_unalias() doesn't use inode argument
` [PATCH 19/20] kill DCACHE_MAY_FREE
` [PATCH 20/20] dcache: remove unnecessary NULL check in dget_dlock()
[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 v3 00/25] Permission Overlay Extension
2023-11-24 17:18 UTC (31+ 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
[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 (5+ 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 V6 RESEND 0/5] cachefiles: Introduce failover mechanism for on-demand mode
2023-11-24 15:33 UTC (2+ messages)
[syzbot] [overlayfs?] KASAN: invalid-free in ovl_copy_up_one
2023-11-24 15:26 UTC (4+ messages)
[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
2023-11-24 15:22 UTC (12+ messages)
` [f2fs-dev] "
[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 (29+ messages)
` [PATCH v2 01/16] ovl: add permission hooks outside of do_splice_direct()
` [PATCH v2 02/16] splice: remove permission hook from do_splice_direct()
` [PATCH v2 03/16] splice: move permission hook out of splice_direct_to_actor()
` [PATCH v2 04/16] splice: move permission hook out of splice_file_to_pipe()
` [PATCH v2 06/16] remap_range: move permission hooks out of do_clone_file_range()
` [PATCH v2 07/16] remap_range: move file_start_write() to after permission hook
` [PATCH v2 08/16] btrfs: "
` [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 13/16] fs: move kiocb_start_write() into vfs_iocb_iter_write()
` [PATCH v2 14/16] fs: create __sb_write_started() helper
` [PATCH v2 16/16] fs: create {sb,file}_write_not_started() helpers
[PATCH] scsi: target: core: add missing file_{start,end}_write()
2023-11-24 8:24 UTC (5+ messages)
[RFC][PATCHSET v3] simplifying fast_dput(), dentry_kill() et.al
2023-11-24 8:02 UTC (25+ 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 v3 03/21] dentry: switch the lists of children to hlist
` [PATCH v3 04/21] centralize killing dentry from shrink list
` [PATCH v3 05/21] shrink_dentry_list(): no need to check that dentry refcount is marked dead
` [PATCH v3 06/21] fast_dput(): having ->d_delete() is not reason to delay refcount decrement
` [PATCH v3 07/21] fast_dput(): handle underflows gracefully
` [PATCH v3 08/21] fast_dput(): new rules for refcount
` [PATCH v3 09/21] __dput_to_list(): do decrement of refcount in the callers
` [PATCH v3 10/21] make retain_dentry() neutral with respect to refcounting
` [PATCH v3 11/21] __dentry_kill(): get consistent rules for victim's refcount
` [PATCH v3 12/21] dentry_kill(): don't bother with retain_dentry() on slow path
` [PATCH v3 13/21] Call retain_dentry() with refcount 0
` [PATCH v3 14/21] fold the call of retain_dentry() into fast_dput()
` [PATCH v3 15/21] don't try to cut corners in shrink_lock_dentry()
` [PATCH v3 16/21] fold dentry_kill() into dput()
` [PATCH v3 17/21] to_shrink_list(): call only if refcount is 0
` [PATCH v3 18/21] switch select_collect{,2}() to use of to_shrink_list()
` [PATCH v3 19/21] d_prune_aliases(): use a shrink list
` [PATCH v3 20/21] __dentry_kill(): new locking scheme
` [PATCH v3 21/21] retain_dentry(): introduce a trimmed-down lockless variant
[PATCH 0/4] mnt_idmapping: decouple from namespaces
2023-11-24 7:52 UTC (2+ messages)
[PATCH v2 0/4] eventfd: simplify signal helpers
2023-11-24 7:47 UTC (2+ messages)
[PATCH] fs/aio: obey min_nr when doing wakeups
2023-11-24 7:47 UTC (2+ messages)
[PATCHES][CFT] rename deadlock fixes
2023-11-24 7:24 UTC (14+ messages)
` [PATCH 1/9] reiserfs: Avoid touching renamed directory if parent does not change
` [PATCH 3/9] udf_rename(): only access the child content on cross-directory rename
` [PATCH 5/9] ext4: don't access the source subdirectory content on same-directory rename
` [PATCH 7/9] rename(): fix the locking of subdirectories
` [PATCH 8/9] kill lock_two_inodes()
` [PATCH 9/9] rename(): avoid a deadlock in the case of parents having no common ancestor
[linus:master] [filemap] c8be038067: vm-scalability.throughput -27.3% regression
2023-11-24 6:42 UTC (3+ messages)
[syzbot] [btrfs?] memory leak in clear_state_bit
2023-11-24 4:07 UTC
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 read-only IMAP folder(s) and NNTP newsgroup(s).