linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-17 19:20:12 to 2023-06-21 09:10:47 UTC [more...]

[PATCH 01/11] sysctl: Prefer ctl_table_header in proc_sysctl
 2023-06-21  9:09 UTC  (4+ messages)
  ` [PATCH 02/11] sysctl: Use the ctl header in list ctl_table macro
  ` [PATCH 03/11] sysctl: Add ctl_table_size to ctl_table_header
  ` [PATCH 04/11] sysctl: Add size argument to init_header

[RFC 0/4] minimum folio order support in filemap
 2023-06-21  9:07 UTC  (10+ messages)
    ` [RFC 1/4] fs: Allow fine-grained control of folio sizes
    ` [RFC 2/4] filemap: use minimum order while allocating folios
    ` [RFC 3/4] block: set mapping order for the block cache in set_init_blocksize
    ` [RFC 4/4] nvme: enable logical block size > PAGE_SIZE

[RFC PATCH 00/19] hugetlb support for KVM guest_mem
 2023-06-21  9:01 UTC  (3+ messages)

[syzbot] [xfs?] UBSAN: array-index-out-of-bounds in xfs_attr3_leaf_add_work
 2023-06-21  8:05 UTC  (3+ messages)

[syzbot] [xfs?] WARNING: Reset corrupted AGFL on AG NUM. NUM blocks leaked. Please unmount and run xfs_repair
 2023-06-21  7:54 UTC  (3+ messages)

[PATCH v20 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-21  7:24 UTC  (6+ messages)
` [PATCH v20 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v20 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v20 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v20 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v20 5/5] selftests: mm: add pagemap ioctl tests

[linus:master] [page cache] 9425c591e0: vm-scalability.throughput -20.0% regression
 2023-06-21  7:19 UTC 

[PATCH v19 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-21  7:02 UTC  (9+ messages)
` [PATCH v19 2/5] fs/proc/task_mmu: "

[PATCH 0/3] RFC: F_OFD_GETLK should provide more info
 2023-06-21  6:57 UTC  (24+ messages)
` [PATCH 1/3] fs/locks: F_UNLCK extension for F_OFD_GETLK
` [PATCH 2/3] fd/locks: allow get the lock owner by F_OFD_GETLK
` [PATCH 3/3] selftests: add OFD lock tests

[syzbot] [udf?] KMSAN: uninit-value in udf_name_from_CS0
 2023-06-21  6:21 UTC 

[PATCH v18 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-21  4:44 UTC  (16+ messages)
` [PATCH v18 2/5] fs/proc/task_mmu: "

[PATCH 0/3] Support negative dentry cache for FUSE and virtiofs
 2023-06-21  4:07 UTC  (6+ messages)
` [PATCH 1/3] docs: virtiofs: Fix descriptions about virtiofs mount option
` [PATCH 2/3] fuse: Add negative_dentry_timeout option
` [PATCH 3/3] virtiofs: "

[syzbot] [hfs?] KASAN: wild-memory-access Read in hfsplus_bnode_read_u16
 2023-06-21  4:00 UTC 

[PATCH v4 0/4] Add support for Vendor Defined Error Types in Einj Module
 2023-06-21  3:51 UTC  (5+ messages)
` [PATCH v4 1/4] ACPI: APEI: EINJ: Refactor available_error_type_show()
` [PATCH v4 2/4] fs: debugfs: Add write functionality to debugfs blobs
` [PATCH v4 3/4] platform/chrome: cros_ec_debugfs: Fix permissions for panicinfo
` [PATCH v4 4/4] ACPI: APEI: EINJ: Add support for vendor defined error types

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-06-21  1:27 UTC  (30+ messages)
` [PATCH 07/32] mm: Bring back vmalloc_exec
` [PATCH 28/32] stacktrace: Export stack_trace_save_tsk

[syzbot] [udf?] WARNING in udf_setsize (2)
 2023-06-21  1:06 UTC  (2+ messages)

[PATCH v2] poll: Fix use-after-free in poll_freewait()
 2023-06-21  0:09 UTC  (6+ messages)

[RFC 0/4] Landlock: ioctl support
 2023-06-20 23:44 UTC  (8+ messages)

[PATCH v3] fs: Provide helpers for manipulating sb->s_readonly_remount
 2023-06-20 23:41 UTC  (3+ messages)

[syzbot] [btrfs?] WARNING in emit_fiemap_extent
 2023-06-20 21:34 UTC 

[PATCH][next] readdir: Replace one-element arrays with flexible-array members
 2023-06-20 18:42 UTC  (2+ messages)

[PATCH] ovl: reserve ability to reconfigure mount options with new mount api
 2023-06-20 15:40 UTC  (2+ messages)

[PATCH net-next v3 17/18] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-20 14:53 UTC 

[PATCH v2 0/5] clean up block_commit_write
 2023-06-20 12:19 UTC  (13+ messages)
` [PATCH v2 1/5] fs/buffer: "
` [PATCH v2 2/5] ext4: No need to check return value of block_commit_write()
` [PATCH v2 3/5] fs/ocfs2: "
` [PATCH v2 4/5] udf: "
` [PATCH v2 5/5] fs/buffer.c: convert block_commit_write to return void

[syzbot] [jfs?] kernel BUG in txEnd
 2023-06-20 12:13 UTC 

[PATCH v2] fs: Provide helpers for manipulating sb->s_readonly_remount
 2023-06-20 11:30 UTC  (4+ messages)

[PATCH] block: Add config option to not allow writing to mounted devices
 2023-06-20 11:29 UTC  (12+ messages)

[PATCH v3 0/3] ovl: port to new mount api & updated layer parsing
 2023-06-20 11:09 UTC  (3+ messages)
` [PATCH v3 3/3] ovl: change layer mount option handling

[PATCH v5 0/5] Handle notifications on overlayfs fake path files
 2023-06-20 10:57 UTC  (2+ messages)

Hang seen with the latest mainline kernel
 2023-06-20 10:07 UTC  (2+ messages)

[PATCH] fs: Fix bug in lock_rename_child that can cause deadlock
 2023-06-20  9:44 UTC  (2+ messages)

[syzbot] [udf?] WARNING in udf_rmdir
 2023-06-20  6:34 UTC 

[PATCHv10 0/8] iomap: Add support for per-block dirty state to improve write performance
 2023-06-20  5:58 UTC  (17+ messages)
` [PATCHv10 1/8] iomap: Rename iomap_page to iomap_folio_state and others
` [PATCHv10 2/8] iomap: Drop ifs argument from iomap_set_range_uptodate()
` [PATCHv10 3/8] iomap: Add some uptodate state handling helpers for ifs state bitmap
` [PATCHv10 4/8] iomap: Fix possible overflow condition in iomap_write_delalloc_scan
` [PATCHv10 5/8] iomap: Use iomap_punch_t typedef
` [PATCHv10 6/8] iomap: Refactor iomap_write_delalloc_punch() function out
` [PATCHv10 7/8] iomap: Allocate ifs in ->write_begin() early
` [PATCHv10 8/8] iomap: Add per-block dirty state tracking to improve performance

[PATCH 0/7] RFC: high-order folio support for I/O
 2023-06-20  5:57 UTC  (7+ messages)
` [PATCH 6/7] mm/filemap: allocate folios with mapping blocksize

[PATCH] drop me from MAINTAINERS for iomap
 2023-06-20  5:29 UTC 

[PATCH] fuse: add a new flag to allow shared mmap in FOPEN_DIRECT_IO mode
 2023-06-20  4:07 UTC  (6+ messages)

[PATCH] fuse: fix return value of inode_inline_reclaim_one_dmap in error path
 2023-06-20  3:50 UTC  (4+ messages)

[PATCH] ceph: Convert ceph_writepages_start() to use folios a little more
 2023-06-20  3:42 UTC  (5+ messages)

[linux-next:master] [splice, net] 2dc334f1a6: netperf.Throughput_Mbps 29.9% improvement
 2023-06-20  2:29 UTC 

[PATCH] fs: Provide helpers for manipulating sb->s_readonly_remount
 2023-06-19 23:16 UTC  (6+ messages)

[GIT PULL] afs: Fix writeback
 2023-06-19 18:32 UTC  (2+ messages)

[PATCH v3 8/8] iomap: Copy larger chunks from userspace
 2023-06-19 17:09 UTC  (3+ messages)

[syzbot] [reiserfs?] possible deadlock in vfs_removexattr
 2023-06-19 15:24 UTC 

[syzbot] [udf?] KASAN: use-after-free Read in udf_finalize_lvid
 2023-06-19 15:24 UTC 

[PATCH 0/2] afs: Fix writeback
 2023-06-19 13:45 UTC  (4+ messages)
` [PATCH 1/2] afs: Fix dangling folio ref counts in writeback
` [PATCH 2/2] afs: Fix waiting for writeback then skipping folio

[PATCH v1 0/5] clean up block_commit_write
 2023-06-19 10:42 UTC  (13+ messages)
` [PATCH v1 1/5] fs/buffer: "
` [PATCH v1 2/5] fs/buffer.c: convert block_commit_write to return void
` [PATCH v1 3/5] ext4: No need to check return value of block_commit_write()
` [PATCH v1 4/5] fs/ocfs2: "
` [PATCH v1 5/5] udf: "

[PATCH 00/14] fs/ntfs3: Additional bugfix and refactoring
 2023-06-19  9:41 UTC  (3+ messages)
` [PATCH 09/14] fs/ntfs3: Check fields while reading

[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
 2023-06-19  9:35 UTC  (7+ messages)
` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1

[PATCH v2 0/8] Remove child from struct ctl_table
 2023-06-19  7:32 UTC  (3+ messages)

[PATCH] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
 2023-06-19  6:44 UTC  (3+ messages)

[syzbot] [reiserfs?] KASAN: use-after-free Read in leaf_move_items
 2023-06-19  5:15 UTC 

[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xlog_pack_data
 2023-06-19  1:52 UTC  (2+ messages)

[PATCH 0/2] fuse: fixes for remote locking
 2023-06-18 15:04 UTC  (3+ messages)
` [PATCH 1/2] fuse: support unlock remote OFD locks on file release

bcachefs code coverage analysis
 2023-06-18  0:28 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).