linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-25 21:08:54 to 2023-01-27 11:14:39 UTC [more...]

[PATCH] vfs: parse sloppy mount option in correct order
 2023-01-27 11:13 UTC  (2+ messages)

[PATCH v2 0/2] ipc,namespace: fix free vs allocation race
 2023-01-27 11:03 UTC  (5+ messages)
` [PATCH 1/2] ipc,namespace: make ipc namespace allocation wait for pending free
` [PATCH 2/2] ipc,namespace: batch free ipc_namespace structures
  ` [PATCH v2 "

[PATCH] fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected
 2023-01-27 10:58 UTC  (3+ messages)

[RFC 00/13] smb3: Use iov_iters down to the network transport and fix DIO page pinning
 2023-01-27 10:38 UTC  (21+ messages)
` [RFC 01/13] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [RFC 02/13] netfs: Add a function to extract an iterator into a scatterlist
` [RFC 03/13] cifs: Fix oops due to uncleared server->smbd_conn in reconnect
` [RFC 04/13] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [RFC 05/13] cifs: Add a function to build an RDMA SGE list from an iterator
` [RFC 06/13] cifs: Add a function to Hash the contents of "
` [RFC 07/13] cifs: Add some helper functions
` [RFC 08/13] cifs: Add a function to read into an iter from a socket
` [RFC 09/13] cifs: Change the I/O paths to use an iterator rather than a page list
` [RFC 10/13] cifs: Build the RDMA SGE list directly from an iterator
` [RFC 11/13] cifs: Remove unused code
` [RFC 12/13] cifs: Fix problem with encrypted RDMA data read
` [RFC 13/13] cifs: DIO to/from KVEC-type iterators should now work

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-27 10:24 UTC  (10+ messages)

[syzbot] BUG: unable to handle kernel paging request in evict
 2023-01-27  7:17 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in mas_next_nentry
 2023-01-27  7:09 UTC  (4+ messages)

consolidate btrfs checksumming, repair and bio splitting v4
 2023-01-27  7:02 UTC  (8+ messages)
` [PATCH 23/34] btrfs: allow btrfs_submit_bio to split bios
            ` test not in the auto group, was: "

[PATCH v8 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-27  6:47 UTC  (4+ messages)
` [PATCH v8 1/4] userfaultfd: Add UFFD WP Async support

build direct-io.c conditionally
 2023-01-27  6:30 UTC  (5+ messages)
` [PATCH 2/2] fs: build the legacy direct I/O code conditionally

[PATCH 00/31] Convert most of ext4 to folios
 2023-01-27  4:15 UTC  (34+ messages)
` [PATCH 01/31] fs: Add FGP_WRITEBEGIN
` [PATCH 02/31] fscrypt: Add some folio helper functions
` [PATCH 03/31] ext4: Convert ext4_bio_write_page() to use a folio
` [PATCH 04/31] ext4: Convert ext4_finish_bio() to use folios
` [PATCH 05/31] ext4: Convert ext4_writepage() to use a folio
` [PATCH 06/31] ext4: Turn mpage_process_page() into mpage_process_folio()
` [PATCH 07/31] ext4: Convert mpage_submit_page() to mpage_submit_folio()
` [PATCH 08/31] ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()
` [PATCH 09/31] ext4: Convert ext4_readpage_inline() to take a folio
` [PATCH 10/31] ext4: Convert ext4_convert_inline_data_to_extent() to use "
` [PATCH 11/31] ext4: Convert ext4_try_to_write_inline_data() "
` [PATCH 12/31] ext4: Convert ext4_da_convert_inline_data_to_extent() "
` [PATCH 13/31] ext4: Convert ext4_da_write_inline_data_begin() "
` [PATCH 14/31] ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio()
` [PATCH 15/31] ext4: Convert ext4_write_inline_data_end() to use a folio
` [PATCH 16/31] ext4: Convert ext4_write_begin() "
` [PATCH 17/31] ext4: Convert ext4_write_end() "
` [PATCH 18/31] ext4: Use a folio in ext4_journalled_write_end()
` [PATCH 19/31] ext4: Convert ext4_journalled_zero_new_buffers() to use a folio
` [PATCH 20/31] ext4: Convert __ext4_block_zero_page_range() "
` [PATCH 21/31] ext4: Convert __ext4_journalled_writepage() to take "
` [PATCH 22/31] ext4: Convert ext4_page_nomap_can_writeout() "
` [PATCH 23/31] ext4: Use a folio in ext4_da_write_begin()
` [PATCH 24/31] ext4: Convert ext4_mpage_readpages() to work on folios
` [PATCH 25/31] ext4: Convert ext4_block_write_begin() to take a folio
` [PATCH 26/31] ext4: Convert ext4_writepage() "
` [PATCH 27/31] ext4: Use a folio in ext4_page_mkwrite()
` [PATCH 28/31] ext4: Use a folio iterator in __read_end_io()
` [PATCH 29/31] ext4: Convert mext_page_mkuptodate() to take a folio
` [PATCH 30/31] ext4: Convert pagecache_read() to use "
` [PATCH 31/31] ext4: Use a folio in ext4_read_merkle_tree_page

[PATCH] mm: Add memcpy_from_file_folio()
 2023-01-27  2:04 UTC  (3+ messages)

[PATCH v11 0/8] iov_iter: Improve page extraction (pin or just list)
 2023-01-27  2:02 UTC  (21+ messages)
` [PATCH v11 1/8] iov_iter: Define flags to qualify page extraction
` [PATCH v11 2/8] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v11 3/8] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v11 4/8] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v11 5/8] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v11 6/8] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v11 7/8] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v11 8/8] block: convert bio_map_user_iov "

[PATCH v8 00/25] DEPT(Dependency Tracker)
 2023-01-27  1:19 UTC  (26+ messages)
` [PATCH v8 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v8 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v8 03/25] dept: Add single event dependency tracker APIs
` [PATCH v8 04/25] dept: Add lock "
` [PATCH v8 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v8 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v8 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v8 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v8 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v8 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v8 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v8 12/25] dept: Distinguish each syscall context from another
` [PATCH v8 13/25] dept: Distinguish each work "
` [PATCH v8 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v8 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v8 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v8 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v8 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v8 19/25] dept: Apply timeout consideration to swait
` [PATCH v8 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v8 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v8 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v8 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v8 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v8 25/25] dept: Track the potential waits of PG_{locked,writeback}

[PATCH v7 2/8] iov_iter: Add a function to extract a page list from an iterator
 2023-01-27  0:20 UTC  (11+ messages)
  ` [PATCH v7 0/8] iov_iter: Improve page extraction (ref, pin or just list)

[syzbot] WARNING in path_openat
 2023-01-26 23:55 UTC  (2+ messages)
` [syzbot] [vfs?] [ntfs3?] "

[PATCH 0/2] Convert writepage_t to use a folio
 2023-01-26 22:59 UTC  (4+ messages)
` [PATCH 1/2] fs: Convert writepage_t callback to pass "
` [PATCH 2/2] mpage: Convert __mpage_writepage() to use a folio more fully

[PATCH v10 0/8] iov_iter: Improve page extraction (pin or just list)
 2023-01-26 22:27 UTC  (19+ messages)
` [PATCH v10 1/8] iov_iter: Define flags to qualify page extraction
    ` [PATCH] iov_iter: Use __bitwise with the extraction_flags
` [PATCH v10 2/8] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v10 5/8] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v10 6/8] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v10 7/8] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v10 8/8] block: convert bio_map_user_iov "

[PATCH 0/2] ipc,namespace: fix free vs allocation race
 2023-01-26 21:14 UTC  (4+ messages)
` [PATCH 1/2] ipc,namespace: make ipc namespace allocation wait for pending free
` [PATCH 2/2] ipc,namespace: batch free ipc_namespace structures

[PATCH 1/5] fs: ext4: initialize fsdata in pagecache_write()
 2023-01-26 21:09 UTC  (5+ messages)
` [PATCH 3/5] fs: f2fs: "

[PATCH] fs: gracefully handle ->get_block not mapping bh in __mpage_writepage
 2023-01-26 19:54 UTC  (3+ messages)

return an ERR_PTR from __filemap_get_folio v2
 2023-01-26 17:24 UTC  (3+ messages)
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (17+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[LSF/MM/BPF TOPIC] State Of The Page
 2023-01-26 16:40 UTC 

[PATCH] fuse: add inode/permission checks to fileattr_get/fileattr_set
 2023-01-26 16:22 UTC  (2+ messages)

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-26 14:32 UTC  (6+ messages)
` [PATCH v7 3/4] fs/proc/task_mmu: "

[PATCH] fuse: fix all W=1 kernel-doc warnings
 2023-01-26 14:15 UTC  (2+ messages)

[PATCH] writeback: fix call of incorrect macro
 2023-01-26 13:52 UTC  (2+ messages)

[RFC PATCH v1 0/6] proc: Add allowlist for procfs files
 2023-01-26 13:39 UTC  (9+ messages)
` [RFC PATCH v1 2/6] proc: Add allowlist to control access to "

[PATCH] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
 2023-01-26 13:26 UTC  (15+ messages)
          ` [PATCH] [REGRESSION] "

[PATCH v8 RESEND 0/8] fs: clean up internal i_version handling
 2023-01-26 12:02 UTC  (13+ messages)
` [PATCH v8 RESEND 1/8] fs: uninline inode_query_iversion
` [PATCH v8 RESEND 2/8] fs: clarify when the i_version counter must be updated
` [PATCH v8 RESEND 3/8] vfs: plumb i_version handling into struct kstat

[PATCH] fs: don't allocate blocks beyond EOF from __mpage_writepage
 2023-01-26  8:42 UTC  (5+ messages)

remove ->rw_page
 2023-01-26  5:30 UTC  (7+ messages)
` [PATCH 2/7] mm: remove the swap_readpage return value
` [PATCH 7/7] block: remove ->rw_page

[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
 2023-01-26  2:31 UTC  (5+ messages)
` [RESEND RFC PATCH v1 10/20] docs: document general_profit sysfs knob

[PATCH v6 0/3] fanotify: Allow user space to pass back additional audit info
 2023-01-25 22:11 UTC  (7+ messages)
` [PATCH v6 3/3] fanotify,audit: Allow audit to use the full permission event response


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