messages from 2022-04-13 16:41:14 to 2022-04-18 16:49:43 UTC [more...]
[PATCH RFC 0/5] Implement a TLS handshake upcall
2022-04-18 16:49 UTC (3+ messages)
` [PATCH RFC 1/5] net: Add distinct sk_psock field
` [PATCH RFC 2/5] tls: build proto after context has been initialized
[PATCH v2] fs-writeback: writeback_sb_inodes: Recalculate 'wrote' according skipped pages
2022-04-18 13:27 UTC
use block_device based APIs in block layer consumers v3
2022-04-18 12:52 UTC (47+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [f2fs-dev] "
` [PATCH 27/27] direct-io: remove random prefetches
[PATCH v2] fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pages
2022-04-18 9:28 UTC
[PATCH v3 1/7] fs/inode: move sgid strip operation from inode_init_owner into inode_sgid_strip
2022-04-18 8:39 UTC (18+ messages)
` [PATCH v3 2/7] fs/namei.c: Add missing umask strip in vfs_tmpfile
` [PATCH v3 3/7] xfs: Only do posix acl setup/release operation under CONFIG_XFS_POSIX_ACL
` [PATCH v3 4/7] nfs3: Only do posix acl setup/release operation under CONFIG_NFS_V3_ACL
` [PATCH v3 5/7] fs: Add new helper prepare_mode
` [PATCH v3 6/7] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v3 7/7] ceph: Remove S_ISGID clear code in ceph_finish_async_create
[PATCH] ext4: Fix journal_ioprio mount option handling
2022-04-18 8:35 UTC
[PATCH v2] block: add filemap_invalidate_lock_killable()
2022-04-18 5:14 UTC (2+ messages)
[PATCH] fs-writeback: Flush plug before next iteration in wb_writeback()
2022-04-18 5:00 UTC (6+ messages)
[PATCH RFC v19 0/11] NFSD: Initial implementation of NFSv4 Courteous Server
2022-04-18 1:18 UTC (10+ messages)
` [PATCH RFC v19 06/11] NFSD: Update find_clp_in_name_tree() to handle courtesy client
[PATCH 0/8] zonefs improvements
2022-04-18 1:12 UTC (9+ messages)
` [PATCH 1/8] zonefs: Clear inode information flags on inode creation
` [PATCH 2/8] zonefs: Fix management of open zones
` [PATCH 3/8] zonefs: Rename super block information fields
` [PATCH 4/8] zonefs: Always do seq file write open accounting
` [PATCH 5/8] zonefs: Export open zone resource information through sysfs
` [PATCH 6/8] zonefs: Add active seq file accounting
` [PATCH 7/8] documentation: zonefs: Cleanup the mount options section
` [PATCH 8/8] documentation: zonefs: Document sysfs attributes
fscache corruption in Linux 5.17?
2022-04-16 19:55 UTC (3+ messages)
[PATCH v2] binfmt_flat: do not stop relocating GOT entries prematurely on riscv
2022-04-16 4:25 UTC (15+ messages)
Fwd: Adding crates
2022-04-16 3:27 UTC (3+ messages)
Regression with v5.18-rc1 tag on STM32F7 and STM32H7 based boards
2022-04-16 0:58 UTC (5+ messages)
[PATCH sysctl-next] kernel/kexec_core: move kexec_core sysctls into its own file
2022-04-15 22:59 UTC (8+ messages)
[PATCH] fs/proc: Introduce list_for_each_table_entry for proc sysctl
2022-04-15 22:35 UTC (2+ messages)
[PATCH sysctl-next v3] latencytop: move sysctl to its own file
2022-04-15 22:01 UTC (2+ messages)
[syzbot] WARNING in fuse_write_file_get
2022-04-15 18:30 UTC
[PATCH v7 0/6] DAX poison recovery
2022-04-15 16:18 UTC (32+ messages)
` [PATCH v7 1/6] x86/mm: fix comment
` [PATCH v7 2/6] x86/mce: relocate set{clear}_mce_nospec() functions
` [PATCH v7 3/6] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v7 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops
` [PATCH v7 5/6] pmem: refactor pmem_clear_poison()
[PATCH v2 1/3] vfs: Add inode_sgid_strip() api
2022-04-15 14:03 UTC (13+ messages)
` [PATCH v2 2/3] vfs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v2 3/3] ceph: Remove S_ISGID clear code in ceph_finish_async_create
[PATCH v9 00/21] fscache,erofs: fscache-based on-demand read semantics
2022-04-15 12:36 UTC (22+ messages)
` [PATCH v9 01/21] cachefiles: extract write routine
` [PATCH v9 02/21] cachefiles: notify user daemon when looking up cookie
` [PATCH v9 03/21] cachefiles: unbind cachefiles gracefully in on-demand mode
` [PATCH v9 04/21] cachefiles: notify user daemon when withdrawing cookie
` [PATCH v9 05/21] cachefiles: implement on-demand read
` [PATCH v9 06/21] cachefiles: enable on-demand read mode
` [PATCH v9 07/21] cachefiles: add tracepoints for "
` [PATCH v9 08/21] cachefiles: document "
` [PATCH v9 09/21] erofs: make erofs_map_blocks() generally available
` [PATCH v9 10/21] erofs: add fscache mode check helper
` [PATCH v9 11/21] erofs: register fscache volume
` [PATCH v9 12/21] erofs: add fscache context helper functions
` [PATCH v9 13/21] erofs: add anonymous inode caching metadata for data blobs
` [PATCH v9 14/21] erofs: add erofs_fscache_read_folios() helper
` [PATCH v9 15/21] erofs: register fscache context for primary data blob
` [PATCH v9 16/21] erofs: register fscache context for extra data blobs
` [PATCH v9 17/21] erofs: implement fscache-based metadata read
` [PATCH v9 18/21] erofs: implement fscache-based data read for non-inline layout
` [PATCH v9 19/21] erofs: implement fscache-based data read for inline layout
` [PATCH v9 20/21] erofs: implement fscache-based data readahead
` [PATCH v9 21/21] erofs: add 'fsid' mount option
[PATCH] fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT flag
2022-04-15 11:53 UTC
[syzbot] general protection fault in __dentry_path (2)
2022-04-15 5:01 UTC
[PATCH] fs: sendfile handles O_NONBLOCK of out_fd
2022-04-15 0:50 UTC
[PATCH resend] VFS: filename_create(): fix incorrect intent
2022-04-14 23:02 UTC (2+ messages)
[GIT PULL] fscache: Miscellaneous fixes
2022-04-14 18:59 UTC (2+ messages)
ext4_writepages: jbd2_start: 5120 pages, ino 11; err -5
2022-04-14 15:19 UTC
[PATCH] mm/smaps_rollup: return empty file for kthreads instead of ESRCH
2022-04-14 15:24 UTC (8+ messages)
[PATCH v12 0/7] fsdax: introduce fs query to support reflink
2022-04-14 13:22 UTC (8+ messages)
` [PATCH v12 6/7] xfs: Implement ->notify_failure() for XFS
` [xfs] bf68be0c39: BUG:KASAN:null-ptr-deref_in_fs_put_dax
Fanotify Directory exclusion not working when using FAN_MARK_MOUNT
2022-04-14 11:02 UTC (6+ messages)
[PATCH v8 00/20] fscache,erofs: fscache-based on-demand read semantics
2022-04-14 9:29 UTC (4+ messages)
` "
mmotm 2022-04-12-21-05 uploaded
2022-04-14 3:51 UTC (5+ messages)
` mmotm 2022-04-12-21-05 uploaded (ARCH_HAS_NONLEAF_PMD_YOUNG)
` mmotm 2022-04-12-21-05 uploaded (fs/btrfs/raid56.o)
[PATCH v3 sysctl-next] bpf: move bpf sysctls from kernel/sysctl.c to bpf module
2022-04-13 19:50 UTC (7+ messages)
` [PATCH v4 "
[PATCH] binfmt_flat: do not stop relocating GOT entries prematurely
2022-04-13 18:13 UTC (5+ messages)
[PATCH] tmpfs: fix regressions from wider use of ZERO_PAGE
2022-04-13 18:06 UTC (7+ messages)
` making x86 clear_user not suck, was "
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-13 17:52 UTC (9+ messages)
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
[PATCH v5 RESEND 0/3] Convert vmcore to use an iov_iter
2022-04-13 16:41 UTC (3+ messages)
` [PATCH v5 RESEND 3/3] vmcore: Convert read_from_oldmem() to take "
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