linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-23 17:14:27 to 2023-01-24 14:26:02 UTC [more...]

[PATCH] fuse: fixes after adapting to new posix acl api
 2023-01-24 14:25 UTC  (3+ messages)

[PATCH v8 00/10] iov_iter: Improve page extraction (pin or just list)
 2023-01-24 14:14 UTC  (48+ messages)
` [PATCH v8 01/10] iov_iter: Define flags to qualify page extraction
` [PATCH v8 02/10] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v8 03/10] mm: Provide a helper to drop a pin/ref on a page
` [PATCH v8 04/10] iomap: don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v8 05/10] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v8 06/10] block: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
` [PATCH v8 07/10] block: Switch to pinning pages
` [PATCH v8 08/10] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v8 09/10] block: convert bio_map_user_iov "
` [PATCH v8 10/10] mm: Renumber FOLL_PIN and FOLL_GET down

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

consolidate btrfs checksumming, repair and bio splitting v4
 2023-01-24 13:22 UTC  (20+ messages)
` [PATCH 10/34] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 13/34] btrfs: remove now unused checksumming helpers
` [PATCH 14/34] btrfs: remove the device field in struct btrfs_bio
` [PATCH 15/34] btrfs: remove the io_failure_record infrastructure
` [PATCH 16/34] btrfs: rename the iter field in struct btrfs_bio
` [PATCH 17/34] btrfs: remove the is_metadata flag "
` [PATCH 18/34] btrfs: remove the submit_bio_start helpers

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

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

replacement i_version counter for xfs
 2023-01-24 12:56 UTC 

[PATCH 0/22] udf: Fix couple of preallocation related bugs
 2023-01-24 12:18 UTC  (23+ messages)
` [PATCH 01/22] udf: Unify types in anchor block detection
` [PATCH 02/22] udf: Drop VARCONV support
` [PATCH 03/22] udf: Move incrementing of goal block directly into inode_getblk()
` [PATCH 04/22] udf: Factor out block mapping into udf_map_block()
` [PATCH 05/22] udf: Use udf_bread() in udf_get_pblock_virt15()
` [PATCH 06/22] udf: Use udf_bread() in udf_load_vat()
` [PATCH 07/22] udf: Do not call udf_block_map() on ICB files
` [PATCH 08/22] udf: Convert udf_symlink_filler() to use udf_bread()
` [PATCH 09/22] udf: Fold udf_block_map() into udf_map_block()
` [PATCH 10/22] udf: Pass mapping request into inode_getblk()
` [PATCH 11/22] udf: Add flag to disable block preallocation
` [PATCH 12/22] udf: Use udf_map_block() in udf_getblk()
` [PATCH 13/22] udf: Fold udf_getblk() into udf_bread()
` [PATCH 14/22] udf: Protect rename against modification of moved directory
` [PATCH 15/22] udf: Push i_data_sem locking into udf_expand_file_adinicb()
` [PATCH 16/22] udf: Push i_data_sem locking into udf_extend_file()
` [PATCH 17/22] udf: Simplify error handling in udf_file_write_iter()
` [PATCH 18/22] udf: Protect truncate and file type conversion with invalidate_lock
` [PATCH 19/22] udf: Allocate blocks on write page fault
` [PATCH 20/22] udf: Do not allocate blocks on page writeback
` [PATCH 21/22] udf: Fix file corruption when appending just after end of preallocated extent
` [PATCH 22/22] udf: Fix off-by-one error when discarding preallocation

[PATCH v8 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-24 11:15 UTC  (10+ 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 v8 4/4] selftests: vm: add pagemap ioctl tests

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

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

[PATCH] fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected
 2023-01-24 10:12 UTC  (2+ messages)

Faktoring
 2023-01-24  8:51 UTC 

[syzbot] BUG: unable to handle kernel paging request in evict
 2023-01-24  8:57 UTC  (2+ messages)

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

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

[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
 2023-01-24  4:09 UTC  (23+ messages)
` [RESEND RFC PATCH v1 01/20] mm: add new flag to enable ksm per process
` [RESEND RFC PATCH v1 02/20] mm: add flag to __ksm_enter
` [RESEND RFC PATCH v1 03/20] mm: add flag to __ksm_exit call
` [RESEND RFC PATCH v1 04/20] mm: invoke madvise for all vmas in scan_get_next_rmap_item
` [RESEND RFC PATCH v1 05/20] mm: support disabling of ksm for a process
` [RESEND RFC PATCH v1 06/20] mm: add new prctl option to get and set "
` [RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm
` [RESEND RFC PATCH v1 08/20] mm: split off pages_volatile function
` [RESEND RFC PATCH v1 09/20] mm: expose general_profit metric
` [RESEND RFC PATCH v1 10/20] docs: document general_profit sysfs knob
` [RESEND RFC PATCH v1 11/20] mm: calculate ksm process profit metric
` [RESEND RFC PATCH v1 12/20] mm: add ksm_merge_type() function
` [RESEND RFC PATCH v1 13/20] mm: expose ksm process profit metric in ksm_stat
` [RESEND RFC PATCH v1 14/20] mm: expose ksm merge type "
` [RESEND RFC PATCH v1 15/20] docs: document new procfs ksm knobs
` [RESEND RFC PATCH v1 16/20] tools: add new prctl flags to prctl in tools dir
` [RESEND RFC PATCH v1 17/20] selftests/vm: add KSM prctl merge test
` [RESEND RFC PATCH v1 18/20] selftests/vm: add KSM get merge type test
` [RESEND RFC PATCH v1 19/20] selftests/vm: add KSM fork test
` [RESEND RFC PATCH v1 20/20] selftests/vm: add two functions for debugging merge outcome

[PATCH v2 00/10] Performance fixes for 9p filesystem
 2023-01-24  3:35 UTC  (21+ messages)
  ` [PATCH v2 03/10] Consolidate file operations and add readahead and writeback
  ` [PATCH v2 08/10] Add new mount modes
  ` [PATCH v3 00/11] Performance fixes for 9p filesystem
    ` [PATCH v3 01/11] Adjust maximum MSIZE to account for p9 header
    ` [PATCH v3 02/11] Expand setup of writeback cache to all levels
    ` [PATCH v3 03/11] Consolidate file operations and add readahead and writeback
    ` [PATCH v3 04/11] Remove unnecessary superblock flags
    ` [PATCH v3 05/11] allow disable of xattr support on mount
    ` [PATCH v3 06/11] fix bug in client create for .L
    ` [PATCH v3 07/11] Add additional debug flags and open modes
    ` [PATCH v3 08/11] Add new mount modes
    ` [PATCH v3 09/11] fix error reporting in v9fs_dir_release
    ` [PATCH v3 10/11] writeback mode fixes
    ` [PATCH v3 11/11] Fix revalidate

[PATCH v5 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-24  3:30 UTC  (7+ 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  0:05 UTC 

[GIT PULL] fsverity MAINTAINERS entry update for 6.2-rc6
 2023-01-24  0:04 UTC 

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

return an ERR_PTR from __filemap_get_folio v2
 2023-01-23 19:18 UTC  (5+ messages)

[RFC] memcpy_from_folio()
 2023-01-23 17:50 UTC  (4+ messages)

[syzbot] [udf?] BUG: unable to handle kernel NULL pointer dereference in __writepage
 2023-01-23 17:18 UTC  (4+ messages)

[PATCH v3 0/4] fs/sysv: Replace kmap() with kmap_local_page()
 2023-01-23 17:14 UTC  (4+ messages)
` [PATCH v3 4/4] "


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