linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-20 07:51:04 to 2021-10-21 17:09:39 UTC [more...]

[PATCH v7 05/19] iov_iter: Introduce fault_in_iov_iter_writeable
 2021-10-21 17:09 UTC  (16+ messages)
        ` [RFC][arm64] possible infinite loop in btrfs search_ioctl()

[RFC 0/5] kernel: Introduce CPU Namespace
 2021-10-21 17:06 UTC  (10+ messages)

[PATCH] fs: kill unused ret2 argument from iocb->ki_complete()
 2021-10-21 16:56 UTC  (15+ messages)

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-10-21 16:55 UTC  (24+ messages)
` [PATCH v11 04/14] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v11 01/10] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v11 02/10] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v11 03/10] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v11 04/10] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v11 05/10] btrfs-progs: receive: process encoded_write commands
` [PATCH v11 06/10] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v11 07/10] btrfs-progs: receive: process fallocate commands
` [PATCH v11 08/10] btrfs-progs: receive: process setflags ioctl commands

[PATCH v3 0/3] last batch of add_disk() error handling conversions
 2021-10-21 16:38 UTC  (4+ messages)
` [PATCH v3 1/3] ataflop: remove ataflop_probe_lock mutex
` [PATCH v3 2/3] block: make __register_blkdev() return an error
` [PATCH v3 3/3] block: add __must_check for *add_disk*() callers

[PATCH v2 00/10] firmware_loader: built-in API and make x86 use it
 2021-10-21 15:58 UTC  (11+ messages)
` [PATCH v2 01/10] firmware_loader: formalize built-in firmware API
` [PATCH v2 02/10] firmware_loader: remove old DECLARE_BUILTIN_FIRMWARE()
` [PATCH v2 03/10] x86/microcode: Use the firmware_loader built-in API
` [PATCH v2 04/10] firmware_loader: move struct builtin_fw to the only place used
` [PATCH v2 05/10] vmlinux.lds.h: wrap built-in firmware support under FW_LOADER
` [PATCH v2 06/10] x86/build: Tuck away built-in firmware "
` [PATCH v2 07/10] firmware_loader: rename EXTRA_FIRMWARE and EXTRA_FIRMWARE_DIR
` [PATCH v2 08/10] firmware_loader: move builtin build helper to shared library
` [PATCH v2 09/10] test_firmware: move a few test knobs out to its library
` [PATCH v2 10/10] test_firmware: add support for testing built-in firmware

[PATCH v2] fs: replace the ki_complete two integer arguments with a single argument
 2021-10-21 15:19 UTC  (10+ messages)

[PATCH bpf-next v2 1/3] libfs: support RENAME_EXCHANGE in simple_rename()
 2021-10-21 15:15 UTC 

[PATCH 1/2] fs: bdev: fix conflicting comment from lookup_bdev
 2021-10-21 14:35 UTC  (6+ messages)
` [PATCH 2/2] scsi: bsg: fix errno when scsi_bsg_register_queue fails

Turn off readahead completely
 2021-10-21 13:27 UTC  (2+ messages)

Folio discussion recap
 2021-10-21 13:00 UTC  (29+ messages)
    ` Folios for 5.15 request - Was: re: Folio discussion recap -
                ` Splitting struct page into multiple types "

simplify bdi unregistation
 2021-10-21 12:44 UTC  (6+ messages)
` [PATCH 1/5] mm: export bdi_unregister
` [PATCH 2/5] mtd: call bdi_unregister explicitly
` [PATCH 3/5] fs: explicitly unregister per-superblock BDIs
` [PATCH 4/5] mm: don't automatically unregister bdis
` [PATCH 5/5] mm: simplify bdi refcounting

Problem with direct IO
 2021-10-21 12:20 UTC  (6+ messages)

[PATCH v3 00/13] ext4: new mount API conversion
 2021-10-21 11:45 UTC  (14+ messages)
` [PATCH v3 01/13] fs_parse: allow parameter value to be empty
` [PATCH v3 02/13] ext4: Add fs parameter specifications for mount options
` [PATCH v3 03/13] ext4: move option validation to a separate function
` [PATCH v3 04/13] ext4: Change handle_mount_opt() to use fs_parameter
` [PATCH v3 05/13] ext4: Allow sb to be NULL in ext4_msg()
` [PATCH v3 06/13] ext4: move quota configuration out of handle_mount_opt()
` [PATCH v3 07/13] ext4: check ext2/3 compatibility outside handle_mount_opt()
` [PATCH v3 08/13] ext4: get rid of super block and sbi from handle_mount_ops()
` [PATCH v3 09/13] ext4: Completely separate options parsing and sb setup
` [PATCH v3 10/13] ext4: clean up return values in handle_mount_opt()
` [PATCH v3 11/13] ext4: change token2str() to use ext4_param_specs
` [PATCH v3 12/13] ext4: switch to the new mount api
` [PATCH v3 13/13] ext4: Remove unused match_table_t tokens

[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
 2021-10-21 11:31 UTC  (12+ messages)
` [PATCH 1/6] dax: introduce RWF_RECOVERY_DATA flag to preadv2() and pwritev2()
` [PATCH 2/6] dax: prepare dax_direct_access() API with DAXDEV_F_RECOVERY flag
` [PATCH 3/6] pmem: pmem_dax_direct_access() to honor the "
` [PATCH 4/6] dm,dax,pmem: prepare dax_copy_to/from_iter() APIs with DAXDEV_F_RECOVERY
` [PATCH 5/6] dax,pmem: Add data recovery feature to pmem_copy_to/from_iter()
` [PATCH 6/6] dm: Ensure dm honors DAXDEV_F_RECOVERY flag on dax only
` [dm-devel] [PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag

[RFC 0/3] extend vmalloc support for constrained allocations
 2021-10-21 10:40 UTC  (18+ messages)
` [RFC 2/3] mm/vmalloc: add support for __GFP_NOFAIL
  ` [PATCH] mm/vmalloc: be more explicit about supported gfp flags

[syzbot] general protection fault in fuse_test_super
 2021-10-21  9:30 UTC  (3+ messages)

[PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-10-21  6:19 UTC  (8+ messages)
` [PATCH v8 05/17] iov_iter: Introduce fault_in_iov_iter_writeable

[v5 PATCH 0/6] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-10-21  6:19 UTC  (8+ messages)
` [v5 PATCH 1/6] mm: hwpoison: remove the unnecessary THP check
` [v5 PATCH 2/6] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
` [v5 PATCH 3/6] mm: filemap: coding style cleanup for filemap_map_pmd()
` [v5 PATCH 4/6] mm: hwpoison: refactor refcount check handling
` [v5 PATCH 5/6] mm: shmem: don't truncate page if memory failure happens
` [v5 PATCH 6/6] mm: hwpoison: handle non-anonymous THP correctly

[PATCH v5 10/15] tools/lib/perf: use TASK_COMM_LEN_16 instead of hard-coded 16
 2021-10-21  3:46 UTC  (6+ messages)
` [PATCH v5 11/15] tools/bpf/bpftool: "
` [PATCH v5 12/15] tools/perf/test: make perf test adopt to task comm size change
` [PATCH v5 13/15] tools/testing/selftests/bpf: use TASK_COMM_LEN_16 instead of hard-coded 16
` [PATCH v5 14/15] sched.h: extend task comm from 16 to 24 for CONFIG_BASE_FULL
` [PATCH v5 15/15] kernel/kthread: show a warning if kthread's comm is truncated

[PATCH v5 00/15] extend task comm from 16 to 24 for CONFIG_BASE_FULL
 2021-10-21  3:45 UTC  (10+ messages)
` [PATCH v5 01/15] fs/exec: make __set_task_comm always set a nul ternimated string
` [PATCH v5 02/15] fs/exec: make __get_task_comm always get a nul terminated string
` [PATCH v5 03/15] sched.h: introduce TASK_COMM_LEN_16
` [PATCH v5 04/15] cn_proc: make connector comm always nul ternimated
` [PATCH v5 05/15] drivers/infiniband: make setup_ctxt always get a nul terminated task comm
` [PATCH v5 06/15] elfcore: make prpsinfo "
` [PATCH v5 07/15] samples/bpf/kern: use TASK_COMM_LEN instead of hard-coded 16
` [PATCH v5 08/15] samples/bpf/user: use TASK_COMM_LEN_16 "
` [PATCH v5 09/15] tools/include: introduce TASK_COMM_LEN_16

mmotm 2021-10-20-20-40 uploaded
 2021-10-21  3:41 UTC 

[PATCH] fs: buffer: check huge page size instead of single page for invalidatepage
 2021-10-21  1:36 UTC  (11+ messages)

[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
 2021-10-21  0:39 UTC  (20+ messages)

[PATCH] aio: Prefer struct_size over open coded arithmetic
 2021-10-20 23:23 UTC  (3+ messages)

[PATCH v2] writeback: prefer struct_size over open coded arithmetic
 2021-10-20 23:19 UTC  (3+ messages)

fuse: kernel panic while using splice (lru corruption)
 2021-10-20 21:26 UTC  (3+ messages)

[RFC Proposal] Deterministic memcg charging for shared memory
 2021-10-20 19:02 UTC  (6+ messages)

[RFC v4 PATCH 0/6] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-10-20 18:32 UTC  (4+ messages)
` [v4 PATCH 5/6] mm: shmem: don't truncate page if memory failure happens

[PATCH] fs/fs-writeback.c: add a preemption point to move_expired_inodes
 2021-10-20 16:12 UTC  (2+ messages)

[PATCH v6 0/7] fuse,virtiofs: support per-file DAX
 2021-10-20 16:06 UTC  (18+ messages)
` [PATCH v6 2/7] fuse: make DAX mount option a tri-state
` [PATCH v6 3/7] fuse: support per-file DAX in fuse protocol
` [PATCH v6 4/7] fuse: negotiate per-file DAX in FUSE_INIT

[PATCH] [linux-5.10.y] io_uring: fix splice_fd_in checks backport typo
 2021-10-20 12:38 UTC  (3+ messages)

[PATCH v2] security: Return xattr name from security_dentry_init_security()
 2021-10-20 12:31 UTC  (3+ messages)

[PATCH 4.19,v2] VFS: Fix fuseblk memory leak caused by mount concurrency
 2021-10-20 12:30 UTC  (5+ messages)

[oss-security] CVE-2021-3847: OverlayFS - Potential Privilege Escalation using overlays copy_up
 2021-10-20 11:37 UTC  (3+ messages)

[PATCH v2] mm: Stop filemap_read() from grabbing a superfluous page
 2021-10-20 11:06 UTC  (3+ messages)

[PATCH 03/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
 2021-10-20 10:57 UTC  (6+ messages)
` [PATCH 00/67] fscache: Rewrite index API and management system
  ` [PATCH 06/67] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite

[PATCH v4 0/8] Remove dependency on congestion_wait in mm/
 2021-10-20  8:44 UTC  (3+ messages)

[PATCH bpf-next 1/2] libfs: support RENAME_EXCHANGE in simple_rename()
 2021-10-20  8:29 UTC 

[PATCH 06/67] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
 2021-10-19 17:50 UTC 


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).