Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2023-01-26 16:35:56 to 2023-01-30 09:16:21 UTC [more...]

[PATCH 00/12] acl: remove remaining posix acl handlers
 2023-01-30  9:16 UTC  (15+ messages)
` [PATCH 01/12] xattr: simplify listxattr helpers
` [PATCH 02/12] xattr, posix acl: add "
` [PATCH 03/12] xattr: remove unused argument
` [PATCH 04/12] fs: drop unused posix acl handlers
` [PATCH 05/12] erofs: drop "

[PATCH v8 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-30  9:10 UTC  (11+ messages)
` [PATCH v8 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v8 2/4] userfaultfd: split mwriteprotect_range()
` [PATCH v8 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs

[PATCH v11 0/8] iov_iter: Improve page extraction (pin or just list)
 2023-01-30  7:41 UTC  (18+ 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 v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
 2023-01-30  6:04 UTC  (3+ messages)

[RFC PATCH RESEND 1/1] fs/namespace: defer free_mount from namespace_unlock
 2023-01-30  2:57 UTC  (2+ messages)

[PATCH 0/3 v2] NFS: NFSD: Allow crossing mounts when re-exporting
 2023-01-30  2:15 UTC  (5+ messages)
` [PATCH 2/3] fs: namei: Allow follow_down() to uncover auto mounts
  ` [PATCH 2/3] "

replacement i_version counter for xfs
 2023-01-30  2:05 UTC  (7+ messages)

[PATCH v4 RESEND] fs: coredump: using preprocessor directives for dump_emit_page
 2023-01-30  1:33 UTC 

[PATCH 0/2] Convert writepage_t to use a folio
 2023-01-29 21:33 UTC  (6+ 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] fscrypt: Copy the memcg information to the ciphertext page
 2023-01-29 21:26 UTC  (3+ messages)

[PATCH 1/2] eventfd: use wait_event_interruptible_locked_irq() helper
 2023-01-29 17:47 UTC 

[PATCH 2/2] eventfd: support delayed wakeup for non-semaphore eventfd to reduce cpu utilization
 2023-01-29 17:47 UTC 

[PATCH] proc: remove mark_inode_dirty() in proc_notify_change()
 2023-01-29 14:58 UTC  (3+ messages)

[PATCH v4] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-29  7:33 UTC  (2+ messages)

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-01-29  5:39 UTC  (3+ messages)

LSF/MM/BPF BoF: pains / goods with automation with kdevops
 2023-01-29  5:34 UTC 

LSF/MM/BPF 2023 BoF: removing kthread freezer next steps
 2023-01-29  5:04 UTC 

[PATCH v3] pipe: use __pipe_{lock,unlock} instead of spinlock
 2023-01-29  2:29 UTC  (7+ messages)

[PATCH 00/31] Convert most of ext4 to folios
 2023-01-28 19:07 UTC  (40+ 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 v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-28 14:00 UTC  (7+ messages)
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[LSF/MM/BPF BoF] Session for Zoned Storage 2023
 2023-01-28 11:34 UTC  (5+ messages)
    ` [External] "

[PATCH v3 0/2] ipc,namespace: fix free vs allocation race
 2023-01-28  1:31 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] fscrypt: support decrypting data from large folios
 2023-01-27 23:41 UTC  (3+ messages)

[PATCH] fsverity: support verifying data from large folios
 2023-01-27 22:15 UTC 

[GIT PULL] overlayfs fixes for 6.2-rc6
 2023-01-27 21:58 UTC  (2+ messages)

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

[PATCH] fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected
 2023-01-27 18:38 UTC  (4+ messages)

BUG: BISECTED: memleak in vfs_write()
 2023-01-27 18:36 UTC 

[PATCH v2 0/2] ipc,namespace: fix free vs allocation race
 2023-01-27 18:16 UTC  (6+ 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 v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-27 15:57 UTC  (11+ messages)

[PATCH v3 0/8] ext4: Convert inode preallocation list to an rbtree
 2023-01-27 14:43 UTC  (7+ messages)
` [PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list

[PATCH] fs: gracefully handle ->get_block not mapping bh in __mpage_writepage
 2023-01-27 13:32 UTC  (3+ messages)

[RFC 00/11] multiblock allocator improvements
 2023-01-27 12:37 UTC  (12+ 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)

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

[RFC 06/13] cifs: Add a function to Hash the contents of an iterator
 2023-01-27 10:38 UTC  (4+ messages)

[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: "

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] mm: Add memcpy_from_file_folio()
 2023-01-27  2:04 UTC  (3+ messages)

[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 v10 1/8] iov_iter: Define flags to qualify page extraction
 2023-01-26 22:27 UTC  (7+ messages)
  ` [PATCH v10 0/8] iov_iter: Improve page extraction (pin or just list)
        ` [PATCH] iov_iter: Use __bitwise with the extraction_flags

[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: "

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  (3+ messages)
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls

[RFC 08/13] cifs: Add a function to read into an iter from a socket
 2023-01-26 16:41 UTC  (6+ messages)
` [RFC 00/13] smb3: Use iov_iters down to the network transport and fix DIO page pinning

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox