messages from 2021-11-02 16:50:04 to 2021-11-08 08:40:11 UTC [more...]
[PATCH 0/7] task comm cleanups
2021-11-08 8:38 UTC (7+ messages)
` [PATCH 1/7] fs/exec: make __set_task_comm always set a nul terminated string
` [PATCH 2/7] fs/exec: make __get_task_comm always get "
` [PATCH 3/7] drivers/infiniband: use get_task_comm instead of open-coded string copy
` [PATCH 4/7] fs/binfmt_elf: "
` [PATCH 5/7] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH 6/7] tools/bpf/bpftool/skeleton: use bpf_probe_read_kernel_str to get task comm
[PATCH v2 00/28] iomap/xfs folio patches
2021-11-08 4:05 UTC (29+ messages)
` [PATCH v2 01/28] csky,sparc: Declare flush_dcache_folio()
` [PATCH v2 02/28] mm: Add functions to zero portions of a folio
` [PATCH v2 03/28] fs: Remove FS_THP_SUPPORT
` [PATCH v2 04/28] fs: Rename AS_THP_SUPPORT and mapping_thp_support
` [PATCH v2 05/28] block: Add bio_add_folio()
` [PATCH v2 06/28] block: Add bio_for_each_folio_all()
` [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to take a folio
` [PATCH v2 08/28] iomap: Convert to_iomap_page "
` [PATCH v2 09/28] iomap: Convert iomap_page_create "
` [PATCH v2 10/28] iomap: Convert iomap_page_release "
` [PATCH v2 11/28] iomap: Convert iomap_releasepage to use "
` [PATCH v2 12/28] iomap: Add iomap_invalidate_folio
` [PATCH v2 13/28] iomap: Pass the iomap_page into iomap_set_range_uptodate
` [PATCH v2 14/28] iomap: Convert bio completions to use folios
` [PATCH v2 15/28] iomap: Use folio offsets instead of page offsets
` [PATCH v2 16/28] iomap: Convert iomap_read_inline_data to take a folio
` [PATCH v2 17/28] iomap: Convert readahead and readpage to use "
` [PATCH v2 18/28] iomap: Convert iomap_page_mkwrite "
` [PATCH v2 19/28] iomap: Convert __iomap_zero_iter "
` [PATCH v2 20/28] iomap: Convert iomap_write_begin() and iomap_write_end() to folios
` [PATCH v2 21/28] iomap: Convert iomap_write_end_inline to take a folio
` [PATCH v2 22/28] iomap,xfs: Convert ->discard_page to ->discard_folio
` [PATCH v2 23/28] iomap: Simplify iomap_writepage_map()
` [PATCH v2 24/28] iomap: Simplify iomap_do_writepage()
` [PATCH v2 25/28] iomap: Convert iomap_add_to_ioend() to take a folio
` [PATCH v2 26/28] iomap: Convert iomap_migrate_page() to use folios
` [PATCH v2 27/28] iomap: Support multi-page folios in invalidatepage
` [PATCH v2 28/28] xfs: Support multi-page folios
[PATCH] fs: direct-io: use DIV_ROUND_UP helper macro for calculations
2021-11-08 4:02 UTC (4+ messages)
FUSE: anyway to return different stat::st_dev inside one filesystem?
2021-11-08 2:22 UTC
[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
2021-11-07 23:57 UTC
[PATCH v3] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
2021-11-07 23:51 UTC (2+ messages)
[PATCH v2] mm: Add PM_THP to /proc/pid/pagemap
2021-11-07 22:56 UTC (3+ messages)
[GIT PULL] Quota, isofs, reiserfs fixes for 5.16-rc1
2021-11-06 23:50 UTC (2+ messages)
[GIT PULL] Fsnotify changes for 5.16-rc1
2021-11-06 23:50 UTC (2+ messages)
[PATCH v2 0/2] Dax poison recovery
2021-11-06 16:48 UTC (6+ messages)
` [PATCH v2 1/2] dax: Introduce normal and recovery dax operation modes
` [PATCH v2 2/2] dax,pmem: Implement pmem based dax data recovery
[PATCH 0/7] Report more information in fanotify dirent events
2021-11-06 16:29 UTC (2+ messages)
[PATCH v7 00/11] extend task comm from 16 to 24
2021-11-06 11:29 UTC (6+ messages)
[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
2021-11-06 7:41 UTC (33+ messages)
` [dm-devel] "
[PATCH 00/21] iomap/xfs folio patches
2021-11-06 3:44 UTC (37+ messages)
` [PATCH 02/21] block: Add bio_add_folio()
` [PATCH 03/21] block: Add bio_for_each_folio_all()
` [PATCH 07/21] iomap: Convert iomap_releasepage to use a folio
` [PATCH 08/21] iomap: Add iomap_invalidate_folio
` [PATCH 15/21] iomap: Convert iomap_write_begin and iomap_write_end to folios
` [PATCH 17/21] iomap,xfs: Convert ->discard_page to ->discard_folio
` [PATCH 18/21] iomap: Convert iomap_add_to_ioend to take a folio
` [PATCH 19/21] iomap: Convert iomap_migrate_page to use folios
` [PATCH 20/21] iomap: Support multi-page folios in invalidatepage
` [PATCH 21/21] xfs: Support multi-page folios
[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
2021-11-05 14:30 UTC (19+ messages)
[PATCH v3 0/5]: initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME
2021-11-05 12:03 UTC (2+ messages)
[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
2021-11-05 8:25 UTC (19+ messages)
` [RFC PATCH 1/8] "
` [RFC PATCH 2/8] scsi: add REQ_OP_VERIFY support
` [RFC PATCH 3/8] nvme: add support for the Verify command
` [PATCH 4/8] nvmet: add Verify command support for bdev-ns
` [RFC PATCH 5/8] nvmet: add Verify emulation "
` [RFC PATCH 6/8] nvmet: add verify emulation support for file-ns
` [RFC PATCH 7/8] null_blk: add REQ_OP_VERIFY support
` [RFC PATCH 8/8] md: add support for REQ_OP_VERIFY
[PATCH] fuse: fix possible write position calculation error
2021-11-05 7:43 UTC (3+ messages)
[PATCH v15 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
2021-11-05 6:41 UTC (2+ messages)
` [fs] a0918006f9: netperf.Throughput_tps -11.6% regression
[PATCH 1/2] binfmt_misc: cleanup on filesystem umount
2021-11-05 4:30 UTC (4+ messages)
` [PATCH 2/2] binfmt_misc: enable sandboxed mounts
futher decouple DAX from block devices
2021-11-05 3:30 UTC (9+ messages)
[PATCH v9 00/17] gfs2: Fix mmap + page fault deadlocks
2021-11-04 20:31 UTC (4+ messages)
` [PATCH v9 04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
[PATCH 0/3] dax: clear poison on the fly along pwrite
2021-11-04 20:27 UTC (8+ messages)
` [PATCH 1/3] dax: introduce dax_operation dax_clear_poison
` [PATCH 2/3] dax: introduce dax_clear_poison to dax pwrite operation
` [PATCH 3/3] libnvdimm/pmem: Provide pmem_dax_clear_poison for dax operation
bcachefs status update - current and future work
2021-11-04 17:35 UTC
[PATCH] afs: Fix ENOSPC, EDQUOT and other errors to fail a write rather than retrying
2021-11-04 15:15 UTC (4+ messages)
[PATCH v3 0/6] netfs, 9p, afs, ceph: Support folios, at least partially
2021-11-04 14:32 UTC (10+ messages)
` [PATCH v3 4/6] folio: Add a function to get the host inode for a folio
` [PATCH v3 5/6] netfs, 9p, afs, ceph: Use folios
` [PATCH] folio: Add replacements for page_endio()
FUSE statfs f_fsid field
2021-11-04 14:21 UTC (4+ messages)
[PATCH] fs: Fix misspelling of "visible"
2021-11-04 13:17 UTC
[PATCH] fuse: add tracepoints for request
2021-11-04 10:11 UTC (2+ messages)
[PATCH] io_uring: prevent io_put_identity() from freeing a static identity
2021-11-04 1:21 UTC
[syzbot] KASAN: use-after-free Write in io_submit_one
2021-11-03 23:16 UTC
[PATCH] aio: Save a few cycles in 'lookup_ioctx()'
2021-11-03 21:31 UTC
[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
2021-11-03 12:44 UTC (12+ messages)
[PATCH] fs/super.c: defer more work after super_block is off of the super_blocks list
2021-11-03 12:14 UTC (2+ messages)
switch block layer polling to a bio based model v4
2021-11-03 8:05 UTC (5+ messages)
` [PATCH 14/16] block: switch polling to be bio based
[PATCH 0/4] exfat: minor cleanup changes
2021-11-03 2:41 UTC (6+ messages)
` [PATCH 1/4] exfat: simplify is_valid_cluster()
` [PATCH 2/4] exfat: fix typos in comments
` [PATCH 3/4] exfat: make exfat_find_location() static
` [PATCH 4/4] exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()
[GIT PULL] afs: Split readpage and fix file creation mtime
2021-11-02 19:52 UTC (2+ messages)
[GIT PULL] gfs2: Fix mmap + page fault deadlocks
2021-11-02 19:52 UTC (2+ messages)
[GIT PULL] xfs: new code for 5.16
2021-11-02 19:52 UTC (2+ messages)
[PATCH v2 0/2] fuse: Send file/inode security context during creation
2021-11-02 19:09 UTC (6+ messages)
` [PATCH v2 2/2] fuse: Send security context of inode on file creation
[PATCH v1] mm: Add /proc/$PID/pageflags
2021-11-02 18:38 UTC (7+ 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).