messages from 2023-03-08 00:19:42 to 2023-03-09 15:10:34 UTC [more...]
[RFC 00/11] multiblock allocator improvements
2023-03-09 15:06 UTC (23+ messages)
` [RFC 01/11] ext4: mballoc: Remove useless setting of ac_criteria
` [RFC 02/11] ext4: Remove unused extern variables declaration
` [RFC 03/11] ext4: mballoc: Fix getting the right group desc in ext4_mb_prefetch_fini
` [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
` [RFC 05/11] ext4: Add per CR extent scanned counter
` [RFC 06/11] ext4: Add counter to track successful allocation of goal length
` [RFC 07/11] ext4: Avoid scanning smaller extents in BG during CR1
` [RFC 08/11] ext4: Don't skip prefetching BLOCK_UNINIT groups
` [RFC 09/11] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
` [RFC 10/11] ext4: Abstract out logic to search average fragment list
` [RFC 11/11] ext4: Add allocation criteria 1.5 (CR1_5)
WIP: verity support for overlayfs
2023-03-09 14:59 UTC (2+ messages)
[PATCH v2 1/5] fs: add i_blockmask()
2023-03-09 14:58 UTC (6+ messages)
` [PATCH v2 2/5] erofs: convert to use i_blockmask()
` [PATCH v2 3/5] gfs2: "
` [PATCH v2 4/5] ext4: "
` [PATCH v2 5/5] ocfs2: "
[PATCH printk v1 00/18] threaded/atomic console support
2023-03-09 14:08 UTC (5+ messages)
` [PATCH printk v1 05/18] printk: Add non-BKL console basic infrastructure
` global states: was: "
[LSF/MM/BPF TOPIC] Cloud storage optimizations
2023-03-09 14:05 UTC (26+ messages)
[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
2023-03-09 13:57 UTC (8+ messages)
` [PATCH v11 1/7] userfaultfd: Add UFFD WP Async support
` [PATCH v11 2/7] userfaultfd: Define dummy uffd_wp_range()
` [PATCH v11 3/7] userfaultfd: update documentation to describe UFFD_FEATURE_WP_ASYNC
` [PATCH v11 4/7] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v11 5/7] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v11 6/7] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v11 7/7] selftests: mm: add pagemap ioctl tests
[git pull] vfs.git sysv pile
2023-03-09 13:45 UTC (5+ messages)
[PATCH 00/28] security: Move IMA and EVM to the LSM infrastructure
2023-03-09 13:07 UTC (23+ messages)
` [PATCH 03/28] ima: Align ima_post_create_tmpfile() definition with "
` [PATCH 14/28] security: Introduce inode_post_setattr hook
` [PATCH 15/28] security: Introduce inode_post_removexattr hook
` [PATCH 18/28] security: Introduce path_post_mknod hook
` [PATCH 22/28] security: Introduce key_post_create_or_update hook
` [PATCH 23/28] security: Introduce LSM_ORDER_LAST
[PATCH v5] epoll: use refcount to reduce ep_mutex contention
2023-03-09 12:47 UTC (3+ messages)
[PATCH] mm: hugetlb: move hugeltb sysctls to its own file
2023-03-09 12:20 UTC
[syzbot] [btrfs?] WARNING in btrfs_run_delayed_refs
2023-03-09 11:57 UTC
[PATCH] fs/locks: Remove redundant assignment to cmd
2023-03-09 11:50 UTC (4+ messages)
[PATCH v2 0/3] kernfs: Introduce separate rwsem to protect inode
2023-03-09 11:09 UTC (4+ messages)
` [PATCH v2 1/3] kernfs: Introduce separate rwsem to protect inode attributes
` [PATCH v2 2/3] kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info
` [PATCH v2 3/3] kernfs: change kernfs_rename_lock into a read-write lock
consolidate btrfs checksumming, repair and bio splitting v4
2023-03-09 10:32 UTC (10+ messages)
` [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio
[PATCH 1/4] fs: add i_blocksize_mask()
2023-03-09 10:21 UTC (5+ messages)
` [PATCH 2/4] erofs: convert to use i_blocksize_mask()
` [PATCH 3/4] gfs2: "
` [PATCH 4/4] ext4: "
[PATCH V3 1/2] mm: compaction: move compact_memory sysctl to its own file
2023-03-09 9:47 UTC (2+ messages)
[PATCH v2 0/3] Ignore non-LRU-based reclaim in memcg reclaim
2023-03-09 9:39 UTC (5+ messages)
` [PATCH v2 1/3] mm: vmscan: move set_task_reclaim_state() after cgroup_reclaim()
` [PATCH v2 2/3] mm: vmscan: refactor updating reclaimed pages in reclaim_state
` [PATCH v2 3/3] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim
[PATCH v16 00/13] splice, block: Use page pinning and kill ITER_PIPE
2023-03-09 9:29 UTC (20+ messages)
` [PATCH v16 01/13] splice: Clean up direct_splice_read() a bit
` [PATCH v16 02/13] shmem: Implement splice-read
` [PATCH v16 03/13] overlayfs: "
` [PATCH v16 04/13] coda: "
` [PATCH v16 05/13] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v16 06/13] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v16 07/13] iov_iter: Kill ITER_PIPE
` [PATCH v16 08/13] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v16 09/13] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v16 10/13] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v16 11/13] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v16 12/13] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v16 13/13] block: convert bio_map_user_iov "
[PATCH] splice: Remove redundant assignment to ret
2023-03-09 9:15 UTC (4+ messages)
[PATCH v4 0/4] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
2023-03-09 9:10 UTC (10+ messages)
` [PATCH v4 1/4] mm: userfaultfd: rename functions for clarity + consistency
` [PATCH v4 2/4] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v4 3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
` [PATCH v4 4/4] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
[PATCH] fs/ceph/mds_client: ignore responses for waiting requests
2023-03-09 7:33 UTC (6+ messages)
[PATCH] mm: memory-failure: Move memory failure sysctls to its own file
2023-03-09 6:03 UTC (3+ messages)
[PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
2023-03-09 4:08 UTC (9+ messages)
[PATCH V3 2/2] mm: compaction: limit illegal input parameters of compact_memory interface
2023-03-09 3:56 UTC (2+ messages)
[PATCH v17 00/14] splice, block: Use page pinning and kill ITER_PIPE
2023-03-08 23:42 UTC (18+ messages)
` [PATCH v17 01/14] splice: Clean up direct_splice_read() a bit
` [PATCH v17 02/14] splice: Make do_splice_to() generic and export it
` [PATCH v17 03/14] shmem: Implement splice-read
` [PATCH v17 04/14] overlayfs: "
` [PATCH v17 05/14] coda: "
` [PATCH v17 06/14] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v17 07/14] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v17 08/14] iov_iter: Kill ITER_PIPE
` [PATCH v17 09/14] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v17 10/14] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v17 11/14] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v17 12/14] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v17 13/14] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v17 14/14] block: convert bio_map_user_iov "
[PATCH V2 2/2] mm: compaction: Limit the value of interface compact_memory
2023-03-08 22:23 UTC (5+ messages)
[LSF TOPIC] online repair of filesystems: what next?
2023-03-08 21:54 UTC (3+ messages)
[PATCH v4 RESEND] epoll: use refcount to reduce ep_mutex contention
2023-03-08 20:34 UTC (5+ messages)
[GIT PULL] udf fixes for 6.3-rc2
2023-03-08 20:17 UTC (2+ messages)
[PATCH V2 1/2] sysctl: Limit the value of interface compact_memory
2023-03-08 19:58 UTC (3+ messages)
[PATCH v3 4/5] mm: userfaultfd: don't separate addr + len arguments
2023-03-08 18:48 UTC (3+ messages)
[syzbot] [reiserfs?] divide error in flush_journal_list
2023-03-08 18:05 UTC
[syzbot] [ext4?] WARNING in ext4_xattr_block_set (2)
2023-03-08 16:59 UTC
[PATCH v3 0/5] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
2023-03-08 15:17 UTC (9+ messages)
` [PATCH v3 2/5] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v3 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
[PATCH] MAINTAINERS: repair a malformed T: entry in IDMAPPED MOUNTS
2023-03-08 15:15 UTC (2+ messages)
[PATCHSET for-next 0/3] Add FMODE_NOWAIT support to pipes
2023-03-08 14:30 UTC (7+ messages)
` [PATCH 1/3] fs: add 'nonblock' parameter to pipe_buf_confirm() and fops method
` [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
` [PATCH 3/3] pipe: set FMODE_NOWAIT on pipes
[RFC v2 bpf-next 0/9] mm/bpf/perf: Store build id in inode object
2023-03-08 14:00 UTC (13+ messages)
` [PATCH RFC v2 bpf-next 4/9] libbpf: Allow to resolve binary path in current directory
` [PATCH RFC v2 bpf-next 5/9] selftests/bpf: Add read_buildid function
` [PATCH RFC v2 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
` [PATCH RFC v2 bpf-next 9/9] selftests/bpf: Add iter_task_vma_buildid test
[PATCH v2] vfs: parse sloppy mount option in correct order
2023-03-08 13:02 UTC (3+ messages)
[PATCH v2] watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
2023-03-08 10:47 UTC (2+ messages)
[LSF/MM/BFP TOPIC] Composefs vs erofs+overlay
2023-03-08 10:37 UTC (10+ messages)
[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
2023-03-08 7:40 UTC (3+ messages)
[PATCH] ext4: fix cgroup writeback accounting with fs-layer encryption
2023-03-08 4:33 UTC (2+ messages)
[PATCHSET for-next 0/2] Make pipe honor IOCB_NOWAIT
2023-03-08 0:31 UTC (3+ messages)
[LSF/MM/BPF TOPIC] bpf iterator for file-system
2023-03-08 0:31 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).