linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-24 16:08:29 to 2023-01-25 19:46:38 UTC [more...]

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-25 19:45 UTC  (22+ messages)

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-25 19:22 UTC  (24+ 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()

[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
 2023-01-25 18:43 UTC  (9+ messages)
` [RESEND RFC PATCH v1 10/20] docs: document general_profit sysfs knob

remove ->rw_page
 2023-01-25 18:38 UTC  (15+ messages)
` [PATCH 1/7] mpage: stop using bdev_{read,write}_page
` [PATCH 2/7] mm: remove the swap_readpage return value
` [PATCH 3/7] mm: factor out a swap_readpage_bdev helper
` [PATCH 4/7] mm: use an on-stack bio for synchronous swapin
` [PATCH 5/7] mm: remove the __swap_writepage return value
` [PATCH 6/7] mm: factor out a swap_writepage_bdev helper
` [PATCH 7/7] block: remove ->rw_page

[PATCH v8 RESEND 0/8] fs: clean up internal i_version handling
 2023-01-25 18:30 UTC  (14+ 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 v8 RESEND 4/8] nfs: report the inode version in getattr if requested
` [PATCH v8 RESEND 5/8] ceph: "
` [PATCH v8 RESEND 6/8] nfsd: move nfsd4_change_attribute to nfsfh.c
` [PATCH v8 RESEND 7/8] nfsd: use the getattr operation to fetch i_version
` [PATCH v8 RESEND 8/8] nfsd: remove fetch_iversion export operation

build direct-io.c conditionally
 2023-01-25 18:18 UTC  (7+ messages)
` [PATCH 1/2] fs: move sb_init_dio_done_wq out of direct-io.c
` [PATCH 2/2] fs: build the legacy direct I/O code conditionally

replacement i_version counter for xfs
 2023-01-25 17:58 UTC  (5+ messages)

[GIT PULL] fuse acl fix for v6.2-rc6
 2023-01-25 17:42 UTC  (2+ messages)

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

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-25 16:01 UTC  (6+ messages)

[PATCH v3 1/2] capability: add cap_isidentical
 2023-01-25 15:55 UTC  (2+ messages)
` [PATCH v3 2/2] vfs: avoid duplicating creds in faccessat if possible

[RFC PATCH v1 0/6] proc: Add allowlist for procfs files
 2023-01-25 15:28 UTC  (7+ messages)
` [RFC PATCH v1 1/6] proc: Fix separator for subset option
` [RFC PATCH v1 2/6] proc: Add allowlist to control access to procfs files
` [RFC PATCH v1 3/6] proc: Check that subset= option has been set
` [RFC PATCH v1 4/6] proc: Allow to use the allowlist filter in userns
` [RFC PATCH v1 5/6] proc: Validate incoming allowlist
` [RFC PATCH v1 6/6] doc: proc: Add description of subset=allowlist

[PATCH] fs: don't allocate blocks beyond EOF from __mpage_writepage
 2023-01-25 15:45 UTC  (4+ messages)

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-25 14:45 UTC  (17+ 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 00/12] acl: remove remaining posix acl handlers
 2023-01-25 13:03 UTC  (14+ 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 06/12] ext2: "
` [PATCH 07/12] ext4: "
` [PATCH 08/12] f2fs: "
` [PATCH 09/12] jffs2: "
` [PATCH 10/12] ocfs2: "
` [PATCH 11/12] reiserfs: "
` [PATCH 12/12] acl: remove "

[PATCH 1/5] fs: ext4: initialize fsdata in pagecache_write()
 2023-01-25  9:51 UTC  (5+ messages)
` [PATCH 4/5] fs: hfs: initialize fsdata in hfs_file_truncate()

[PATCH v2 0/12] udf: Unify aops
 2023-01-25  9:41 UTC  (13+ messages)
` [PATCH v2 01/12] udf: Unify .read_folio for normal and in-ICB files
` [PATCH v2 02/12] udf: Convert in-ICB files to use udf_writepages()
` [PATCH v2 03/12] udf: Convert in-ICB files to use udf_direct_IO()
` [PATCH v2 04/12] udf: Convert in-ICB files to use udf_write_begin()
` [PATCH v2 05/12] udf: Convert all file types to use udf_write_end()
` [PATCH v2 06/12] udf: Add handling of in-ICB files to udf_bmap()
` [PATCH v2 07/12] udf: Switch to single address_space_operations
` [PATCH v2 08/12] udf: Mark aops implementation static
` [PATCH v2 09/12] udf: Move udf_adinicb_readpage() to inode.c
` [PATCH v2 10/12] udf: Switch udf_adinicb_readpage() to kmap_local_page()
` [PATCH v2 11/12] udf: Convert udf_adinicb_writepage() to memcpy_to_page()
` [PATCH v2 12/12] udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic()

[PATCH 0/10] udf: Unify aops
 2023-01-25  9:28 UTC  (4+ messages)
` [PATCH 02/10] udf: Convert in-ICB files to use udf_writepages()

consolidate btrfs checksumming, repair and bio splitting v4
 2023-01-25  7:42 UTC  (5+ messages)
` [PATCH 04/34] btrfs: remove the direct I/O read checksum lookup optimization

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

[ANNOUNCE] New mailing list for fsverity development
 2023-01-24 22:19 UTC 

[PATCH v5 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-24 21:39 UTC  (10+ messages)
` [PATCH 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration

[GIT PULL] fscrypt MAINTAINERS entry update for 6.2-rc6
 2023-01-24 21:16 UTC  (2+ messages)

[GIT PULL] fsverity MAINTAINERS entry update for 6.2-rc6
 2023-01-24 21:16 UTC  (2+ messages)

[PATCH v3 0/4] fs/sysv: Replace kmap() with kmap_local_page()
 2023-01-24 20:16 UTC  (5+ messages)
` [PATCH v3 4/4] "

[PATCH v8 07/10] block: Switch to pinning pages
 2023-01-24 18:55 UTC  (12+ messages)
  ` [PATCH v8 00/10] iov_iter: Improve page extraction (pin or just list)

[syzbot] KASAN: use-after-free Read in fuse_dev_poll
 2023-01-24 16:37 UTC  (3+ messages)

What would happen if the block device driver/firmware found some block of a bio is corrupted?
 2023-01-24 16:08 UTC  (5+ messages)


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