messages from 2022-04-13 09:09:50 to 2022-04-16 02:07:46 UTC [more...]
Regression with v5.18-rc1 tag on STM32F7 and STM32H7 based boards
2022-04-16 0:58 UTC (5+ messages)
[PATCH v2] binfmt_flat: do not stop relocating GOT entries prematurely on riscv
2022-04-16 0:14 UTC (14+ 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)
Fwd: Adding crates
2022-04-15 20:39 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 v3 1/7] fs/inode: move sgid strip operation from inode_init_owner into inode_sgid_strip
2022-04-15 14:24 UTC (11+ 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 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
[PATCH] fs-writeback: Flush plug before next iteration in wb_writeback()
2022-04-15 8:39 UTC (3+ messages)
use block_device based APIs in block layer consumers v3
2022-04-15 5:51 UTC (45+ 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
` [PATCH 27/27] direct-io: remove random prefetches
[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 (5+ 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 RFC v19 0/11] NFSD: Initial implementation of NFSv4 Courteous Server
2022-04-13 18:42 UTC (8+ messages)
` [PATCH RFC v19 06/11] NFSD: Update find_clp_in_name_tree() to handle courtesy client
[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 (15+ 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 (10+ messages)
` [PATCH v5 RESEND 1/3] vmcore: Convert copy_oldmem_page() to take "
` [PATCH v5 RESEND 2/3] vmcore: Convert __read_vmcore to use "
` [PATCH v5 RESEND 3/3] vmcore: Convert read_from_oldmem() to take "
generic/068 crash on 5.18-rc2?
2022-04-13 16:35 UTC (4+ messages)
[PATCH v3 1/5] idmapped-mounts: Reset errno to zero after detect fs_allow_idmap
2022-04-13 10:09 UTC (6+ messages)
` [PATCH v3 4/5] idmapped-mounts: Add new setgid_create_umask test
Wycena paneli fotowoltaicznych
2022-04-13 7:40 UTC
[PATCH v3 00/16] Evictable fanotify marks
2022-04-13 9:09 UTC (17+ messages)
` [PATCH v3 01/16] inotify: show inotify mask flags in proc fdinfo
` [PATCH v3 02/16] inotify: move control flags from mask to mark flags
` [PATCH v3 03/16] fsnotify: fix wrong lockdep annotations
` [PATCH v3 04/16] fsnotify: pass flags argument to fsnotify_add_mark() via mark
` [PATCH v3 05/16] fsnotify: pass flags argument to fsnotify_alloc_group()
` [PATCH v3 06/16] fsnotify: create helpers for group mark_mutex lock
` [PATCH v3 07/16] inotify: use fsnotify group lock helpers
` [PATCH v3 08/16] audit: "
` [PATCH v3 09/16] nfsd: "
` [PATCH v3 10/16] dnotify: "
` [PATCH v3 11/16] fsnotify: allow adding an inode mark without pinning inode
` [PATCH v3 12/16] fanotify: create helper fanotify_mark_user_flags()
` [PATCH v3 13/16] fanotify: factor out helper fanotify_mark_update_flags()
` [PATCH v3 14/16] fanotify: implement "evictable" inode marks
` [PATCH v3 15/16] fanotify: use fsnotify group lock helpers
` [PATCH v3 16/16] fanotify: enable "evictable" inode marks
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).