linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-18 10:41:54 to 2023-01-20 22:19:38 UTC [more...]

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-20 22:18 UTC  (9+ messages)
` [PATCH v3 1/6] fsverity: Export fsverity_get_digest
` [PATCH v3 2/6] composefs: Add on-disk layout header
` [PATCH v3 3/6] composefs: Add descriptor parsing code
` [PATCH v3 4/6] composefs: Add filesystem implementation
` [PATCH v3 5/6] composefs: Add documentation
` [PATCH v3 6/6] composefs: Add kconfig and build support

[PATCH v2 1/2] capability: add cap_isidentical
 2023-01-20 20:45 UTC  (3+ messages)
` [PATCH v2 2/2] vfs: avoid duplicating creds in faccessat if possible

[syzbot] WARNING in walk_component
 2023-01-20 20:43 UTC  (2+ messages)
` [syzbot] [vfs?] [ntfs3?] [tmpfs?] "

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-01-20 19:56 UTC  (5+ messages)
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()

[PATCH 1/2] fs/aio: Use kmap_local() instead of kmap()
 2023-01-20 19:47 UTC  (5+ messages)
` [PATCH 2/2] fs/aio: obey min_nr when doing wakeups
` [PATCH v2] "

[PATCH v7 0/8] iov_iter: Improve page extraction (ref, pin or just list)
 2023-01-20 19:18 UTC  (11+ messages)
` [PATCH v7 1/8] iov_iter: Define flags to qualify page extraction
` [PATCH v7 2/8] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v7 3/8] mm: Provide a helper to drop a pin/ref on a page
` [PATCH v7 4/8] block: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
` [PATCH v7 5/8] block: Add BIO_PAGE_PINNED
` [PATCH v7 6/8] block: Make bio structs pin pages rather than ref'ing if appropriate
` [PATCH v7 7/8] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v7 8/8] mm: Renumber FOLL_GET and FOLL_PIN down

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

[bug report] iomap: write iomap validity checks
 2023-01-20 16:16 UTC  (2+ messages)

[PATCH v3 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-20 15:49 UTC  (6+ messages)
` [PATCH v3 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH v3 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH v3 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration

[PATCH] shmem: support idmapped mounts for tmpfs
 2023-01-20 15:01 UTC  (3+ messages)

[RFC] memcpy_from_folio()
 2023-01-20 14:57 UTC 

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-20 14:53 UTC  (9+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v7 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs

[PATCH] Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"
 2023-01-20 14:11 UTC 

[PATCH] fuse: fixes after adapting to new posix acl api
 2023-01-20 11:55 UTC 

[PATCH v2 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-20 10:49 UTC  (10+ messages)
` [PATCH 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration

[PATCH v2 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-20  9:22 UTC  (11+ messages)

[RFC PATCH RESEND 0/1] fs/namespace: defer free_mount from namespace_unlock
 2023-01-20  8:43 UTC  (4+ messages)
` [RFC PATCH RESEND 1/1] "

[PATCH v3 0/4] fs/sysv: Replace kmap() with kmap_local_page()
 2023-01-20  7:17 UTC  (13+ messages)
` [PATCH v3 1/4] fs/sysv: Use the offset_in_page() helper
` [PATCH v3 2/4] fs/sysv: Change the signature of dir_get_page()
` [PATCH v3 3/4] fs/sysv: Use dir_put_page() in sysv_rename()
` [PATCH v3 4/4] fs/sysv: Replace kmap() with kmap_local_page()

[GIT PULL] zonefs fixes for 6.2-rc5
 2023-01-19 18:25 UTC  (2+ messages)

[PATCH v3] exfat: handle unreconized benign secondary entries
 2023-01-19  9:08 UTC  (3+ messages)

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-20  3:26 UTC  (20+ messages)
` [PATCH RFC v7 03/23] dept: Add single event dependency tracker APIs
` [PATCH RFC v7 06/23] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v7 07/23] dept: Apply sdt_might_sleep_strong() to wait_for_completion()/complete()

[syzbot] [btrfs?] INFO: task hung in extent_write_cache_pages
 2023-01-19 23:38 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-19 22:37 UTC  (11+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[RFC PATCH 0/1] fs/namespace: defer free_mount from namespace_unlock
 2023-01-19 22:03 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH v6 09/34] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
 2023-01-19 21:14 UTC  (47+ messages)
` [PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
  ` [PATCH v6 01/34] vfs: Unconditionally set IOCB_WRITE in call_write_iter()
  ` [PATCH v6 02/34] iov_iter: Use IOCB/IOMAP_WRITE/op_is_write rather than iterator direction
  ` [PATCH v6 03/34] iov_iter: Pass I/O direction into iov_iter_get_pages*()
  ` [PATCH v6 05/34] iov_iter: Change the direction macros into an enum
  ` [PATCH v6 06/34] iov_iter: Use the direction in the iterator functions
  ` [PATCH v6 18/34] dio: Pin pages rather than ref'ing if appropriate
  ` [PATCH v6 20/34] vfs: Make splice use iov_iter_extract_pages()
  ` [PATCH v6 21/34] 9p: Pin pages rather than ref'ing if appropriate
  ` [PATCH v6 31/34] cifs: Fix problem with encrypted RDMA data read

[PATCH] xfstests: add fuse support
 2023-01-19 19:18 UTC  (3+ messages)

consolidate btrfs checksumming, repair and bio splitting v3
 2023-01-19 18:21 UTC  (4+ messages)
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer

[syzbot] [udf?] BUG: unable to handle kernel NULL pointer dereference in __writepage
 2023-01-19 16:31 UTC  (2+ messages)

[PATCH v3] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
 2023-01-19 16:20 UTC 

[PATCH] iov_iter: Add a function to extract a page list from an iterator
 2023-01-19 15:33 UTC  (2+ messages)

[PATCH] writeback: fix call of incorrect macro
 2023-01-19 10:44 UTC 

[PATCH v3] generic: update setgid tests
 2023-01-19 10:03 UTC  (2+ messages)

[RESEND PATCH] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
 2023-01-19  9:41 UTC  (2+ messages)

[syzbot] KASAN: slab-out-of-bounds Read in mi_find_attr
 2023-01-19  9:35 UTC 

Should we orphan JFS?
 2023-01-19  8:05 UTC  (3+ messages)
  ` [Jfs-discussion] "

question about fuse livelock situation
 2023-01-19  7:05 UTC  (3+ messages)
  `  "

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

remove iomap_writepage v2
 2023-01-19  6:22 UTC  (4+ messages)
` [PATCH 1/4] gfs2: stop using generic_writepages in gfs2_ail1_start_one

btrfs mount failure with context option and latest mount command
 2023-01-19  6:13 UTC  (3+ messages)

remove most callers of write_one_page v3
 2023-01-19  5:28 UTC  (12+ messages)
` [PATCH 1/7] minix: move releasing pages into unlink and rename
` [PATCH 2/7] minix: fix error handling in minix_delete_entry
` [PATCH 3/7] minix: fix error handling in minix_set_link
` [PATCH 4/7] minix: don't flush page immediately for DIRSYNC directories
` [PATCH 5/7] sysv: "
` [PATCH 6/7] ufs: "
` [PATCH 7/7] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, an expansion plan for the storage stack test framework
 2023-01-19  2:20 UTC  (2+ messages)

Memory transaction instructions
 2023-01-19  1:41 UTC  (8+ messages)
` lockref scalability on x86-64 vs cpu_relax

[PATCH v5 1/2] fs/proc: optimize register ctl_tables
 2023-01-19  0:10 UTC  (4+ messages)

[GIT PULL] AFFS fix for 6.2
 2023-01-18 22:47 UTC  (2+ messages)

[RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
 2023-01-18 21:42 UTC  (11+ messages)
` [RFC v6 08/10] iomap/xfs: Eliminate the iomap_valid handler

[ANNOUNCE] xfs-linux: iomap-for-next updated to 471859f57d42
 2023-01-18 21:29 UTC  (2+ messages)

[RFC PATCH 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-18 20:40 UTC  (5+ messages)
` [PATCH 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension

Locking issue with directory renames
 2023-01-18 18:41 UTC  (5+ messages)

return an ERR_PTR from __filemap_get_folio
 2023-01-18 16:50 UTC  (21+ messages)
` [PATCH 1/9] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/9] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/9] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/9] shmem: remove shmem_get_partial_folio
` [PATCH 7/9] gfs2: handle a NULL folio in gfs2_jhead_process_page
    ` [Cluster-devel] "
` [PATCH 8/9] btrfs: handle a NULL folio in extent_range_redirty_for_io
` [PATCH 9/9] mm: return an ERR_PTR from __filemap_get_folio

[syzbot] general protection fault in s_show
 2023-01-18 13:12 UTC 

[PATCH linux-next v3] swap_state: update shadow_nodes for anonymous page
 2023-01-18 12:17 UTC  (2+ messages)

[PATCH linux-next v4] swap_state: update shadow_nodes for anonymous page
 2023-01-18 12:13 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).