linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-15 21:44:19 to 2022-12-20 23:03:29 UTC [more...]

[PATCH v4] epoll: use refcount to reduce ep_mutex contention
 2022-12-20 23:03 UTC  (3+ messages)

[PATCH] selftests: Add missing <sys/syscall.h> to mount_setattr test
 2022-12-20 20:31 UTC  (2+ messages)

[PATCH 0/8] Convert reiserfs from b_page to b_folio
 2022-12-20 18:34 UTC  (25+ messages)
` [PATCH 1/8] reiserfs: use b_folio instead of b_page in some obvious cases
` [PATCH 2/8] reiserfs: use kmap_local_folio() in _get_block_create_0()
` [PATCH 3/8] reiserfs: Convert direct2indirect() to call folio_zero_range()
` [PATCH 4/8] reiserfs: Convert reiserfs_delete_item() to use kmap_local_folio()
` [PATCH 5/8] reiserfs: Convert do_journal_end() "
` [PATCH 6/8] reiserfs: Convert map_block_for_writepage() "
` [PATCH 7/8] reiserfs: Convert convert_tail_for_hole() to use folios
` [PATCH 8/8] reiserfs: Use flush_dcache_folio() in reiserfs_quota_write()

[PATCH RFC] mm: implement granular soft-dirty vma support
 2022-12-20 16:26 UTC 

[GIT PULL] vfsuid fix for v6.2-rc1
 2022-12-20 14:17 UTC 

[GIT PULL] ntfs3: bugfixes for 6.2
 2022-12-20 12:23 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-20  9:55 UTC  (23+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes

[PATCH] fs: Unifiy the format of function pointers in some commonly used operation structures
 2022-12-20  9:29 UTC  (2+ messages)

[PATCH] fs: add macro when api not used
 2022-12-20  7:28 UTC 

[PATCH AUTOSEL 6.1 13/16] iomap: write iomap validity checks
 2022-12-20  4:01 UTC  (2+ messages)

[PATCH] fs: add macro when api not used
 2022-12-20  3:14 UTC 

[PATCH AUTOSEL 6.0 13/16] iomap: write iomap validity checks
 2022-12-20  1:21 UTC 

FIDEDUPERANGE claims to succeed for non-identical files
 2022-12-20  0:10 UTC 

[PATCH] pnode: terminate for peers
 2022-12-19 17:52 UTC 

[PATCH v3 0/3] fs/ufs: replace kmap() with kmap_local_page
 2022-12-19 17:50 UTC  (5+ messages)
` [PATCH v3 1/3] fs/ufs: Use the offset_in_page() helper
` [PATCH v3 2/3] fs/ufs: Change the signature of ufs_get_page()
` [PATCH v3 3/3] fs/ufs: Replace kmap() with kmap_local_page()

[PATCH mm-stable RFC 0/2] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
 2022-12-19 16:30 UTC  (3+ messages)
` [PATCH mm-stable RFC 1/2] mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()
` [PATCH mm-stable RFC 2/2] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings

[PATCH v3] nsfs: add compat ioctl handler
 2022-12-19 13:00 UTC 

[PATCH v2] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-12-19 12:06 UTC  (3+ messages)

[syzbot] [vfs?] [ntfs3?] [tmpfs?] WARNING in lookup_slow
 2022-12-19 10:37 UTC 

[PATCH v5 0/3] fanotify: Allow user space to pass back additional audit info
 2022-12-19 10:10 UTC  (5+ messages)
` [PATCH v5 2/3] fanotify: define struct members to hold response decision context

Słowa kluczowe do wypozycjonowania
 2022-12-19  9:00 UTC 

Why fstests g/673 and g/683~687 suddently fail (on xfs, ext4...) on latest linux v6.1+ ?
 2022-12-19  4:11 UTC  (5+ messages)

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

[RFC v3 0/7] Turn iomap_page_ops into iomap_folio_ops
 2022-12-18 22:10 UTC  (18+ messages)
` [RFC v3 1/7] fs: Add folio_may_straddle_isize helper
` [RFC v3 2/7] iomap: Add iomap_folio_done helper
` [RFC v3 3/7] iomap/gfs2: Unlock and put folio in page_done handler
` [RFC v3 4/7] iomap: Add iomap_folio_prepare helper
` [RFC v3 5/7] iomap: Get page in page_prepare handler
` [RFC v3 6/7] iomap/xfs: Eliminate the iomap_valid handler
` [RFC v3 7/7] iomap: Rename page_ops to folio_ops
` [RFC v4 0/7] Turn iomap_page_ops into iomap_folio_ops
` [RFC v4 1/7] fs: Add folio_may_straddle_isize helper
` [RFC v4 2/7] iomap: Add iomap_folio_done helper
` [RFC v4 3/7] iomap/gfs2: Unlock and put folio in page_done handler
` [RFC v4 4/7] iomap: Add iomap_folio_prepare helper
` [RFC v4 5/7] iomap/gfs2: Get page in page_prepare handler
` [RFC v4 6/7] iomap/xfs: Eliminate the iomap_valid handler
` [RFC v4 7/7] iomap: Rename page_ops to folio_ops

[PATCH] nsfs: add compat ioctl handler
 2022-12-18 21:25 UTC 

[PATCH] Improve 9p performance for read operations
 2022-12-18 19:59 UTC  (16+ messages)
` [PATCH 1/6] Adjust maximum MSIZE to account for p9 header
` [PATCH 2/6] Don't assume UID 0 attach
        ` [V9fs-developer] "
` [PATCH 3/6] Expand setup of writeback cache to all levels
` [PATCH 4/6] Consolidate file operations and add readahead and writeback
` [PATCH 5/6] Remove unnecessary superblock flags
` [PATCH 6/6] allow disable of xattr support on mount

[PATCH AUTOSEL 6.1 13/22] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-12-18 11:28 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 22/22] hfs: fix OOB Read in __hfs_brec_find

[PATCH 0/20] udf: Fix various syzbot reports
 2022-12-18  5:34 UTC  (23+ messages)
` [PATCH 01/20] udf: Define EFSCORRUPTED error code
` [PATCH 02/20] udf: New directory iteration code
` [PATCH 03/20] udf: Convert udf_readdir() to new directory iteration
` [PATCH 04/20] udf: Convert udf_expand_dir_adinicb() "
` [PATCH 05/20] udf: Move udf_expand_dir_adinicb() to its callsite
` [PATCH 06/20] udf: Implement searching for directory entry using new iteration code
` [PATCH 07/20] udf: Convert udf_lookup() to use new directory "
` [PATCH 08/20] udf: Convert udf_get_parent() to "
` [PATCH 09/20] udf: Convert empty_dir() "
` [PATCH 10/20] udf: Provide function to mark entry as deleted using "
` [PATCH 11/20] udf: Convert udf_rmdir() to "
` [PATCH 12/20] udf: Convert udf_unlink() "
` [PATCH 13/20] udf: Implement adding of dir entries using new "
` [PATCH 14/20] udf: Convert udf_add_nondir() to new directory iteration
` [PATCH 15/20] udf: Convert udf_mkdir() to new directory iteration code
` [PATCH 16/20] udf: Convert udf_link() "
` [PATCH 17/20] udf: Convert udf_rename() "
` [PATCH 18/20] udf: Remove old "
` [PATCH 19/20] udf: Truncate added extents on failed expansion
` [PATCH 20/20] udf: Do not bother merging very long extents

[PATCH AUTOSEL 4.9 5/8] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-12-17 15:30 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 8/8] hfs: fix OOB Read in __hfs_brec_find

[PATCH AUTOSEL 4.14 5/8] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-12-17 15:30 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 8/8] hfs: fix OOB Read in __hfs_brec_find

[PATCH AUTOSEL 4.19 5/8] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-12-17 15:30 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 8/8] hfs: fix OOB Read in __hfs_brec_find

[PATCH AUTOSEL 5.4 5/9] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-12-17 15:29 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 9/9] hfs: fix OOB Read in __hfs_brec_find

[PATCH AUTOSEL 5.10 5/9] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-12-17 15:29 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 9/9] hfs: fix OOB Read in __hfs_brec_find

[PATCH AUTOSEL 5.15 06/10] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-12-17 15:29 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 10/10] hfs: fix OOB Read in __hfs_brec_find

[PATCH AUTOSEL 6.0 08/16] proc/vmcore: fix potential memory leak in vmcore_init()
 2022-12-17 15:28 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 16/16] hfs: fix OOB Read in __hfs_brec_find

[syzbot] [udf?] BUG: unable to handle kernel NULL pointer dereference in __writepage
 2022-12-17 15:04 UTC 

[syzbot] KASAN: slab-out-of-bounds Read in hfs_cat_keycmp
 2022-12-17 14:42 UTC 

[syzbot] KASAN: use-after-free Read in hfsplus_release_folio
 2022-12-17  4:59 UTC 

possible deadlock in __ata_sff_interrupt
 2022-12-17  4:41 UTC  (13+ messages)

[PATCH v2 0/2] initialize 'struct hfsplus_inode_info' in hfsplus_iget()
 2022-12-17  2:20 UTC  (6+ messages)
` [PATCH v2 2/2] hfsplus: fix uninit-value in hfsplus_delete_cat()

[PATCH AUTOSEL 4.9] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:11 UTC 

[PATCH AUTOSEL 4.14] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:11 UTC 

[PATCH AUTOSEL 4.19] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:11 UTC 

[PATCH AUTOSEL 5.4 2/2] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:11 UTC 

[PATCH AUTOSEL 5.10 5/5] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:10 UTC 

[PATCH AUTOSEL 5.15 5/5] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:10 UTC 

[PATCH AUTOSEL 6.0 6/8] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:10 UTC 

[PATCH AUTOSEL 6.1 6/9] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:09 UTC 

Napływ Klientów ze strony
 2022-12-16  8:56 UTC 

[PATCH] iomap: Move page_done callback under the folio lock
 2022-12-16  8:22 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v5 0/2] ceph: fix the use-after-free bug for file_lock
 2022-12-16  6:45 UTC  (5+ messages)
` [PATCH v5 1/2] ceph: switch to vfs_inode_has_locks() to fix file lock bug

[PATCH v3 -next] fs: coredump: using preprocessor directives for dump_emit_page
 2022-12-16  6:07 UTC 

[RFC PATCH 00/11] fs-verity support for XFS
 2022-12-16  5:04 UTC  (8+ messages)

[GIT PULL] Writeback fixes for 6.2-rc1
 2022-12-16  2:16 UTC  (2+ messages)

[PATCH] fs/stat.c: Drop choose_32_64() macro
 2022-12-15 22:42 UTC 

[PATCH 00/12] Start converting buffer_heads to use folios
 2022-12-15 21:44 UTC  (5+ messages)
` [PATCH 02/12] buffer: Replace obvious uses of b_page with b_folio
` [PATCH 05/12] buffer: Use b_folio in end_buffer_async_write()
` [PATCH 09/12] jbd2: Replace obvious uses of b_page with b_folio
` [PATCH 10/12] nilfs2: "


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