linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-03 19:51:54 to 2021-12-08 05:04:14 UTC [more...]

[syzbot] KASAN: use-after-free Write in io_submit_one
 2021-12-08  5:04 UTC  (3+ messages)

[PATCH 00/48] Folios for 5.17
 2021-12-08  4:22 UTC  (49+ messages)
` [PATCH 01/48] filemap: Remove PageHWPoison check from next_uptodate_page()
` [PATCH 02/48] fs/writeback: Convert inode_switch_wbs_work_fn to folios
` [PATCH 03/48] mm/doc: Add documentation for folio_test_uptodate
` [PATCH 04/48] mm/writeback: Improve __folio_mark_dirty() comment
` [PATCH 05/48] pagevec: Add folio_batch
` [PATCH 06/48] iov_iter: Add copy_folio_to_iter()
` [PATCH 07/48] iov_iter: Convert iter_xarray to use folios
` [PATCH 08/48] mm: Add folio_test_pmd_mappable()
` [PATCH 09/48] filemap: Add folio_put_wait_locked()
` [PATCH 10/48] filemap: Convert page_cache_delete to take a folio
` [PATCH 11/48] filemap: Add filemap_unaccount_folio()
` [PATCH 12/48] filemap: Convert tracing of page cache operations to folio
` [PATCH 13/48] filemap: Add filemap_remove_folio and __filemap_remove_folio
` [PATCH 14/48] filemap: Convert find_get_entry to return a folio
` [PATCH 15/48] filemap: Remove thp_contains()
` [PATCH 16/48] filemap: Convert filemap_get_read_batch to use folios
` [PATCH 17/48] filemap: Convert find_get_pages_contig to folios
` [PATCH 18/48] filemap: Convert filemap_read_page to take a folio
` [PATCH 19/48] filemap: Convert filemap_create_page to folio
` [PATCH 20/48] filemap: Convert filemap_range_uptodate to folios
` [PATCH 21/48] readahead: Convert page_cache_async_ra() to take a folio
` [PATCH 22/48] readahead: Convert page_cache_ra_unbounded to folios
` [PATCH 23/48] filemap: Convert do_async_mmap_readahead to take a folio
` [PATCH 24/48] filemap: Convert filemap_fault to folio
` [PATCH 25/48] filemap: Add read_cache_folio and read_mapping_folio
` [PATCH 26/48] filemap: Convert filemap_get_pages to use folios
` [PATCH 27/48] filemap: Convert page_cache_delete_batch to folios
` [PATCH 28/48] filemap: Use folios in next_uptodate_page
` [PATCH 29/48] filemap: Use a folio in filemap_map_pages
` [PATCH 30/48] filemap: Use a folio in filemap_page_mkwrite
` [PATCH 31/48] filemap: Add filemap_release_folio()
` [PATCH 32/48] truncate: Add truncate_cleanup_folio()
` [PATCH 33/48] mm: Add unmap_mapping_folio()
` [PATCH 34/48] shmem: Convert part of shmem_undo_range() to use a folio
` [PATCH 35/48] truncate,shmem: Add truncate_inode_folio()
` [PATCH 36/48] truncate: Skip known-truncated indices
` [PATCH 37/48] truncate: Convert invalidate_inode_pages2_range() to use a folio
` [PATCH 38/48] truncate: Add invalidate_complete_folio2()
` [PATCH 39/48] filemap: Convert filemap_read() to use a folio
` [PATCH 40/48] filemap: Convert filemap_get_read_batch() to use a folio_batch
` [PATCH 41/48] filemap: Return only folios from find_get_entries()
` [PATCH 42/48] mm: Convert find_lock_entries() to use a folio_batch
` [PATCH 43/48] mm: Remove pagevec_remove_exceptionals()
` [PATCH 44/48] fs: Convert vfs_dedupe_file_range_compare to folios
` [PATCH 45/48] truncate: Convert invalidate_inode_pages2_range "
` [PATCH 46/48] truncate,shmem: Handle truncates that split large folios
` [PATCH 47/48] XArray: Add xas_advance()
` [PATCH 48/48] mm: Use multi-index entries in the page cache

[PATCH v8 0/7] fuse,virtiofs: support per-file DAX
 2021-12-08  1:36 UTC  (4+ messages)
` [PATCH v8 6/7] fuse: mark inode DONT_CACHE when per inode DAX hint changes

[PATCH] aio: Fix incorrect usage of eventfd_signal_allowed()
 2021-12-07 23:33 UTC  (4+ messages)

[PATCH v2 0/5] aio: fix use-after-free and missing wakeups
 2021-12-07 23:24 UTC  (10+ messages)
` [PATCH v2 1/5] wait: add wake_up_pollfree()
` [PATCH v2 2/5] binder: use wake_up_pollfree()
` [PATCH v2 3/5] signalfd: "
` [PATCH v2 4/5] aio: keep poll requests on waitqueue until completed
` [PATCH v2 5/5] aio: fix use-after-free due to missing POLLFREE handling

[PATCH RFC v6 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-12-07 22:35 UTC  (15+ messages)
` [PATCH RFC v6 1/2] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations
` [PATCH RFC v6 2/2] nfsd: Initial implementation of NFSv4 Courteous Server

[PATCH v2] tracefs: Set all files to the same group ownership as the mount option
 2021-12-07 22:17 UTC 

[PATCH] fs/dcache: prevent repeated locking
 2021-12-07 22:11 UTC  (4+ messages)

[GIT PULL] netfs: Potential deadlock and error handling fixes
 2021-12-07 21:35 UTC 

[PATCH] tracefs: Set all files to the same group ownership as the mount option
 2021-12-07 21:15 UTC 

[PATCH] tracefs: Have new files inherit the ownership of their parent
 2021-12-07 19:48 UTC 

[RFC 0/3] headers: start rework to avoid recursive inclusion
 2021-12-07 18:50 UTC  (10+ messages)
` [RFC 1/3] headers: add more types to linux/types.h
` [RFC 2/3] headers: introduce linux/struct_types.h
` [RFC 3/3] headers: repurpose linux/fs_types.h

[RFC][PATCH] tracefs: Set all files to the same group ownership as the mount option
 2021-12-07 17:10 UTC  (3+ messages)

The new invalidate_lock seems to cause a potential deadlock with fscache
 2021-12-07 15:58 UTC  (3+ messages)

[PATCH V1] fuse: give wakeup hints to the scheduler
 2021-12-07 14:25 UTC  (10+ messages)

Pull trivial helper to preempt fscache merge conflict?
 2021-12-07 14:24 UTC 

[PATCH] fuse: Pass correct lend value to filemap_write_and_wait_range()
 2021-12-07 14:22 UTC  (3+ messages)

per-inode locks in FUSE (kernel vs userspace)
 2021-12-07 14:07 UTC  (5+ messages)

[PATCH v2 0/2] ceph: adapt ceph to the fscache rewrite
 2021-12-07 13:44 UTC  (3+ messages)
` [PATCH v2 1/2] ceph: conversion to new fscache API
` [PATCH v2 2/2] ceph: add fscache writeback support

[PATCH] netfs: fix parameter of cleanup()
 2021-12-07 13:42 UTC  (2+ messages)
` [Linux-cachefs] "

[PATCH] netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock
 2021-12-07 13:32 UTC  (3+ messages)

[PATCH 1/2] [v2] mm: move anon_vma declarations to linux/mm_inline.h
 2021-12-07 12:55 UTC 

[RFC PATCH 00/14] fs/proc/vmcore: Remove unnecessary user pointer conversions
 2021-12-07 11:15 UTC  (8+ messages)
` [RFC PATCH 01/14] fs/proc/vmcore: Update read_from_oldmem() for user pointer

[PATCH 0/2] aio poll: fix use-after-free and missing wakeups
 2021-12-07 10:21 UTC  (8+ messages)
` [PATCH 1/2] aio: keep poll requests on waitqueue until completed
` [PATCH 2/2] aio: fix use-after-free due to missing POLLFREE handling

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-07  9:28 UTC  (11+ messages)

mmotm 2021-12-06-22-21 uploaded
 2021-12-07  6:21 UTC 

[RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
 2021-12-07  5:33 UTC  (15+ messages)

Unused local variable load_addr in load_elf_binary()
 2021-12-07  3:23 UTC  (4+ messages)

[PATCH AUTOSEL 5.15 13/24] tools: Fix math.h breakage
 2021-12-06 21:19 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 24/24] fget: check that the fd still exists after getting a ref to it

[PATCH AUTOSEL 5.4 04/10] tools: Fix math.h breakage
 2021-12-06 21:17 UTC 

[PATCH AUTOSEL 5.10 09/15] tools: Fix math.h breakage
 2021-12-06 21:15 UTC 

[PATCH 0/3] iov_iter documentation
 2021-12-06 15:00 UTC  (8+ messages)
` [PATCH 1/3] iov_iter: Add skeleton documentation
` [PATCH 2/3] iov_iter: Add kernel-doc
` [PATCH 3/3] iov_iter: Move internal documentation

[PATCH v3 00/10] Extend and tweak mapping support
 2021-12-06 14:27 UTC  (5+ messages)
` [PATCH v3 10/10] fs: support mapped mounts of mapped filesystems

[PATCH 00/64] fscache, cachefiles: Rewrite
 2021-12-06 11:42 UTC  (3+ messages)
` [PATCH 24/64] netfs: Pass more information on how to deal with a hole in the cache

[PATCH 1/2] ceph: conversion to new fscache API
 2021-12-06 11:12 UTC  (5+ messages)
` [PATCH 0/2] ceph: adapt ceph to the fscache rewrite
  ` [PATCH 2/2] ceph: add fscache writeback support

[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
 2021-12-06  9:59 UTC  (6+ messages)

[PATCH] fs:remove redundant variable
 2021-12-06  7:47 UTC 

[PATCH v3] sched/numa: add per-process numa_balancing
 2021-12-06  2:45 UTC 

[PATCH -mm 0/5] Phase 2 of task comm cleanups
 2021-12-05  7:25 UTC  (11+ messages)
` [PATCH -mm 1/5] elfcore: replace old hard-code 16 with TASK_COMM_LEN_16
` [PATCH -mm 2/5] cn_proc: replaced old hard-coded "
` [PATCH -mm 3/5] samples/bpf/tracex2: replace hard-coded 16 with TASK_COMM_LEN
` [PATCH -mm 4/5] tools/perf: "
` [PATCH -mm 5/5] bpf/progs: "

[GIT PULL] xfs: bug fixes for 5.16-rc3
 2021-12-05  1:28 UTC  (2+ messages)

[PATCH] mm: split out anon_vma declarations to separate header
 2021-12-04 23:57 UTC  (3+ messages)

[PATCH 1/2] fs/inode: avoid unused-variable warning
 2021-12-04 11:57 UTC  (4+ messages)
` [PATCH 2/2] fs/dcache: avoid unused-function warning

[syzbot] INFO: trying to register non-static key in l2cap_sock_teardown_cb
 2021-12-04  9:32 UTC  (2+ messages)

overlay2: backporting a copy_file_range bug fix in Linux 5.6 to 5.10?
 2021-12-04  7:25 UTC  (3+ messages)

[PATCH bpf-next v1 0/8] Introduce BPF iterators for io_uring and epoll
 2021-12-03 23:16 UTC  (9+ messages)
` [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers

[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-12-03 21:22 UTC  (11+ messages)

[PATCH v2 0/4] Avoid live-lock in fault-in+uaccess loops with sub-page faults
 2021-12-03 19:51 UTC  (3+ messages)

[PATCH 2/2] ceph: add fscache writeback support
 2021-11-29 16:29 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).