Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-07 01:18:30 to 2024-04-09 23:31:48 UTC [more...]

[PATCH 0/1] sget_dev() minor bug fix
 2024-04-09 23:31 UTC  (2+ messages)
` [PATCH 1/1] sget_dev() bug fix: dev_t passed by value but stored via stack address

[syzbot] [ntfs3?] WARNING in do_open_execat (2)
 2024-04-09 22:42 UTC 

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-09 21:42 UTC  (22+ messages)
` [PATCH v1 01/18] mm: allow for detecting underflows with page_mapcount() again
` [PATCH v1 02/18] mm/rmap: always inline anon/file rmap duplication of a single PTE
` [PATCH v1 03/18] mm/rmap: add fast-path for small folios when adding/removing/duplicating
` [PATCH v1 04/18] mm: track mapcount of large folios in single value
` [PATCH v1 05/18] mm: improve folio_likely_mapped_shared() using the mapcount of large folios
` [PATCH v1 06/18] mm: make folio_mapcount() return 0 for small typed folios
` [PATCH v1 07/18] mm/memory: use folio_mapcount() in zap_present_folio_ptes()
` [PATCH v1 08/18] mm/huge_memory: use folio_mapcount() in zap_huge_pmd() sanity check
` [PATCH v1 09/18] mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()
` [PATCH v1 10/18] mm/page_alloc: use folio_mapped() in __alloc_contig_migrate_range()
` [PATCH v1 11/18] mm/migrate: use folio_likely_mapped_shared() in add_page_for_migration()
` [PATCH v1 12/18] sh/mm/cache: use folio_mapped() in copy_from_user_page()
` [PATCH v1 13/18] mm/filemap: use folio_mapcount() in filemap_unaccount_folio()
` [PATCH v1 14/18] mm/migrate_device: use folio_mapcount() in migrate_vma_check_page()
` [PATCH v1 15/18] trace/events/page_ref: trace the raw page mapcount value
` [PATCH v1 16/18] xtensa/mm: convert check_tlb_entry() to sanity check folios
` [PATCH v1 17/18] mm/debug: print only page mapcount (excluding folio entire mapcount) in __dump_folio()
` [PATCH v1 18/18] Documentation/admin-guide/cgroup-v1/memory.rst: don't reference page_mapcount()

[syzbot] [ext4?] [jffs2?] [xfs?] kernel BUG in unrefer_xattr_datum
 2024-04-09 21:29 UTC  (2+ messages)

[PATCH] tracing: Add new_exec tracepoint
 2024-04-09 21:28 UTC  (6+ messages)

[GIT PULL] security changes for v6.9-rc3
 2024-04-09 20:14 UTC  (7+ messages)

[PATCH 0/3] fiemap extension to add physical extent length
 2024-04-09 19:57 UTC  (4+ messages)

[PATCH v3 00/13] fiemap extension for more physical information
 2024-04-09 19:50 UTC  (4+ messages)
` [PATCH v3 01/13] fs: fiemap: add physical_length field to extents

[PATCH] [RESEND] orangefs: fix out-of-bounds fsid access
 2024-04-09 19:33 UTC  (6+ messages)

[PATCH v2 0/5] fiemap extension for more physical information
 2024-04-09 19:31 UTC  (8+ messages)
` [PATCH v2 5/5] btrfs: fiemap: return extent physical size

[PATCH v3 1/2] proc: restrict /proc/pid/mem access via param knobs
 2024-04-09 17:57 UTC  (2+ messages)
` [PATCH v3 2/2] proc: add Kconfigs to restrict /proc/pid/mem access

[PATCHSET v3 0/3] Convert fs drivers to ->read_iter()
 2024-04-09 17:10 UTC  (7+ messages)
` [PATCH 1/4] iov_iter: add copy_to_iter_full()
` [PATCH 2/4] timerfd: convert to ->read_iter()
` [PATCH 3/4] userfaultfd: "
` [PATCH 4/4] signalfd: "

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-04-09 16:59 UTC  (2+ messages)

[PATCH 0/3] FUSE passthrough fixes
 2024-04-09 16:18 UTC  (8+ messages)
` [PATCH 1/3] fuse: fix wrong ff->iomode state changes from parallel dio write
` [PATCH 2/3] fuse: fix parallel dio write on file open in passthrough mode
` [PATCH 3/3] fuse: prepare for long lived reference on backing file

[PATCH fs/proc/bootconfig] remove redundant comments from /proc/bootconfig
 2024-04-09 16:07 UTC  (15+ messages)
` [PATCH v2 fs/proc/bootconfig 0/2] "
  ` [PATCH v2 fs/proc/bootconfig 1/2] fs/proc: "
  ` [PATCH v2 fs/proc/bootconfig 2/2] fs/proc: Skip bootloader comment if no embedded kernel parameters

[syzbot] [kernfs?] possible deadlock in lookup_one_unlocked
 2024-04-09 14:57 UTC  (2+ messages)

[syzbot] [kernfs?] possible deadlock in walk_component (3)
 2024-04-09 14:54 UTC  (2+ messages)

[PATCH 0/1] fuse: Add initial support for fs-verity
 2024-04-09 14:50 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] mm: Convert pagecache_isize_extended to use a folio
 2024-04-09 14:27 UTC  (4+ messages)

[PATCHSET v30.2] xfs: atomic file content exchanges
 2024-04-09 13:34 UTC  (17+ messages)
` [PATCH 01/14] vfs: export remap and write check helpers
` [PATCH 02/14] xfs: introduce new file range exchange ioctl
` [PATCH 03/14] xfs: create a incompat flag for atomic file mapping exchanges
` [PATCH 04/14] xfs: introduce a file mapping exchange log intent item
` [PATCH 05/14] xfs: create deferred log items for file mapping exchanges
` [PATCH 06/14] xfs: bind together the front and back ends of the file range exchange code
` [PATCH 07/14] xfs: add error injection to test file mapping exchange recovery
` [PATCH 08/14] xfs: condense extended attributes after a mapping exchange operation
` [PATCH 09/14] xfs: condense directories "
` [PATCH 10/14] xfs: condense symbolic links "
` [PATCH 11/14] xfs: make file range exchange support realtime files
` [PATCH 12/14] xfs: support non-power-of-two rtextsize with exchange-range
` [PATCH 13/14] docs: update swapext -> exchmaps language
` [PATCH 14/14] xfs: enable logged file mapping exchange feature

[syzbot] [jffs2?] KASAN: slab-use-after-free Read in jffs2_erase_pending_blocks
 2024-04-09 12:40 UTC 

[PATCH v14 00/12] Landlock: IOCTL support
 2024-04-09 12:11 UTC  (4+ messages)
` [PATCH v14 01/12] fs: Return ENOTTY directly if FS_IOC_GETUUID or FS_IOC_GETFSSYSFSPATH fail
  ` (subset) "

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-04-09 11:53 UTC  (26+ messages)
` [PATCH vfs.all 04/26] block: prevent direct access of bd_inode
` [PATCH vfs.all 08/26] erofs: "
` [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-09 11:45 UTC  (3+ messages)
` [PATCH v2 15/25] misc: nsm: drop owner assignment

[WIP 0/3] Memory model and atomic API in Rust
 2024-04-09 10:50 UTC  (19+ messages)

[PATCH] fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading
 2024-04-09 10:29 UTC  (2+ messages)

[PATCH 2/9] tools/include: Sync uapi/linux/fs.h with the kernel sources
 2024-04-09 10:10 UTC  (3+ messages)

[PATCHES] misc stuff that should've been pushed in the last window
 2024-04-09  9:26 UTC  (13+ messages)
` [PATCH 1/6] close_on_exec(): pass files_struct instead of fdtable
` [PATCH 2/6] fd_is_open(): move to fs/file.c
` [PATCH 3/6] get_file_rcu(): no need to check for NULL separately
` [PATCH 4/6] kernel_file_open(): get rid of inode argument
` [PATCH 5/6] do_dentry_open(): kill "
` [PATCH 6/6] remove call_{read,write}_iter() functions

[syzbot] [kernfs?] possible deadlock in kernfs_fop_llseek
 2024-04-09  9:18 UTC  (7+ messages)

[PATCH v2] fs: claw back a few FMODE_* bits
 2024-04-09  9:12 UTC  (4+ messages)

[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-04-09  9:02 UTC  (3+ messages)
` [PATCH v3 06/10] scheduler: Remove the now superfluous sentinel elements from ctl_table array

[PATCH] fs: Add FOP_HUGE_PAGES
 2024-04-09  8:55 UTC  (4+ messages)

[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_listxattr (2)
 2024-04-09  8:31 UTC 

[PATCH] quota: don't let mark_dquot_dirty() fail silently
 2024-04-09  6:31 UTC  (3+ messages)

[syzbot] [jfs?] general protection fault in dtInsertEntry
 2024-04-09  6:22 UTC 

[PATCH v2 0/6] virtiofs: fix the warning for ITER_KVEC dio
 2024-04-09  1:48 UTC  (3+ messages)

[syzbot] [erofs?] BUG: using smp_processor_id() in preemptible code in z_erofs_get_gbuf
 2024-04-09  1:47 UTC  (2+ messages)

[syzbot] [ext4?] possible deadlock in ext4_xattr_inode_iget (3)
 2024-04-08 21:38 UTC  (2+ messages)

[PATCH v6 00/10] block atomic writes
 2024-04-08 17:50 UTC  (6+ messages)

[PATCH 23/26] netfs: Cut over to using new writeback code
 2024-04-08 15:53 UTC  (3+ messages)
` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache

[PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit
 2024-04-08 14:26 UTC  (2+ messages)

Questions about Unicode Normalization Form
 2024-04-08 14:15 UTC  (7+ messages)

[PATCH 6.6 034/252] cifs: Fix duplicate fscache cookie warnings
 2024-04-08 12:58 UTC  (2+ messages)
` [PATCH 6.6 188/252] cifs: Fix caching to try to do open O_WRONLY as rdwr on server

[PATCH 6.8 044/273] cifs: Fix duplicate fscache cookie warnings
 2024-04-08 12:57 UTC  (2+ messages)
` [PATCH 6.8 179/273] cifs: Fix caching to try to do open O_WRONLY as rdwr on server

[PATCH 6.1 019/138] cifs: Fix duplicate fscache cookie warnings
 2024-04-08 12:58 UTC  (2+ messages)
` [PATCH 6.1 100/138] cifs: Fix caching to try to do open O_WRONLY as rdwr on server

[linus:master] [fs] 541d4c798a: BUG:KCSAN:data-race_in_atime_needs_update/inode_update_timestamps
 2024-04-08 10:14 UTC  (2+ messages)

[PATCH] zonefs: Use str_plural() to fix Coccinelle warning
 2024-04-08 10:06 UTC  (4+ messages)

[syzbot] [overlayfs?] possible deadlock in ovl_copy_up_start (3)
 2024-04-08 10:01 UTC  (2+ messages)

[syzbot] [jffs2?] KASAN: slab-use-after-free Read in jffs2_erase_pending_blocks
 2024-04-08  8:32 UTC 

[syzbot] [nfs?] KFENCE: memory corruption in do_handle_open
 2024-04-08  8:31 UTC 

[syzbot] Monthly kernfs report (Apr 2024)
 2024-04-08  8:30 UTC 

[syzbot] Monthly jfs report (Apr 2024)
 2024-04-08  8:30 UTC 

[syzbot] [jffs2?] [hfs?] possible deadlock in jffs2_readdir
 2024-04-08  8:27 UTC 

[syzbot] [fs?] [io-uring?] general protection fault in __ep_remove
 2024-04-08  8:26 UTC 

[syzbot] [udf?] WARNING in __udf_add_aext (3)
 2024-04-08  8:26 UTC 

[syzbot] [ntfs3?] WARNING in attr_data_get_block (4)
 2024-04-08  8:26 UTC 

[PATCH v5 3/9] rust: file: add Rust abstraction for `struct file`
 2024-04-08  7:45 UTC  (2+ messages)

[syzbot] [jffs2?] kernel BUG in jffs2_start_garbage_collect_thread
 2024-04-08  5:37 UTC 

[PATCH v2] exfat: move extend valid_size into ->page_mkwrite()
 2024-04-08  4:09 UTC 

[PATCH v5 00/11] IOMMU memory observability
 2024-04-08  2:17 UTC  (5+ messages)
` [PATCH v5 01/11] iommu/vt-d: add wrapper functions for page allocations

[PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
 2024-04-07 16:50 UTC  (4+ messages)

[syzbot] [netfs?] divide error in netfs_submit_writethrough
 2024-04-07 10:47 UTC 

[syzbot] [gfs2?] possible deadlock in do_qc
 2024-04-07  5:18 UTC 

[PATCH v2 0/6] Improve visibility of writeback
 2024-04-07  3:13 UTC  (8+ messages)
` [PATCH v2 3/6] writeback: support retrieving per group debug writeback stats of bdi

[syzbot] [kernfs?] KASAN: slab-out-of-bounds Read in wb_writeback
 2024-04-07  2:05 UTC  (6+ messages)
` [syzbot] [nilfs?] "

[PATCH v1] exfat: move extend valid_size into ->page_mkwrite()
 2024-04-07  1:29 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).