linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-01 16:17:47 to 2024-02-02 21:00:29 UTC [more...]

[RFC PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-02 21:00 UTC  (5+ messages)
` [RFC PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [RFC PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [RFC PATCH v4 03/12] dm: "
` [RFC PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure

[PATCH v2 0/6] Restore data lifetime support
 2024-02-02 20:39 UTC  (7+ messages)
` [PATCH v2 1/6] fs: Fix rw_hint validation
` [PATCH v2 2/6] fs: Verify write lifetime constants at compile time
` [PATCH v2 3/6] fs: Split fcntl_rw_hint()
` [PATCH v2 4/6] fs: Move enum rw_hint into a new header file
` [PATCH v2 5/6] fs: Propagate write hints to the struct block_device inode
` [PATCH v2 6/6] block, fs: Restore the per-bio/request data lifetime fields

[PATCH] regset: use vmalloc() for regset_get_alloc()
 2024-02-02 20:38 UTC  (17+ messages)

[RFC PATCH v3 0/4] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-02 20:18 UTC  (14+ messages)
` [RFC PATCH v3 2/4] dax: Check for data cache aliasing at runtime

[PATCH 0/3] Start moving write_begin/write_end out of aops
 2024-02-02 19:54 UTC  (6+ messages)
` [PATCH 1/3] fs: Introduce buffered_write_operations

[PATCH v2 0/5] fuse: inode IO modes and mmap
 2024-02-02 19:40 UTC  (26+ messages)
` [PATCH v2 1/5] fuse: Fix VM_MAYSHARE and direct_io_allow_mmap
` [PATCH v2 4/5] fuse: prepare for failing open response
` [PATCH v2 5/5] fuse: introduce inode io modes

[PATCH] fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap
 2024-02-02 19:32 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Large folios, swap and fscache
 2024-02-02 19:22 UTC  (4+ messages)

[PATCH 0/2] Decomplicate file_dentry()
 2024-02-02 18:50 UTC  (15+ messages)
` [PATCH 1/2] fs: make file_dentry() a simple accessor
` [PATCH 2/2] fs: remove the inode argument to ->d_real() method

[PATCH 0/6] block atomic writes for XFS
 2024-02-02 18:47 UTC  (13+ messages)
` [PATCH 1/6] fs: iomap: Atomic write support
` [PATCH 2/6] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH 3/6] fs: xfs: Support FS_XFLAG_ATOMICWRITES for rtvol
` [PATCH 4/6] fs: xfs: Support atomic write for statx
` [PATCH RFC 5/6] fs: xfs: iomap atomic write support
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set

[PATCH AUTOSEL 5.10 7/8] exec: Distinguish in_execve from in_exec
 2024-02-02 18:41 UTC 

[PATCH AUTOSEL 5.15 08/11] exec: Distinguish in_execve from in_exec
 2024-02-02 18:41 UTC 

[PATCH AUTOSEL 6.1 12/15] exec: Distinguish in_execve from in_exec
 2024-02-02 18:40 UTC 

[PATCH AUTOSEL 6.6 17/21] exec: Distinguish in_execve from in_exec
 2024-02-02 18:40 UTC 

[PATCH AUTOSEL 6.7 18/23] exec: Distinguish in_execve from in_exec
 2024-02-02 18:39 UTC 

[PATCH 00/13] JFS folio conversion
 2024-02-02 17:18 UTC  (15+ messages)
` [PATCH 01/13] jfs: Convert metapage_read_folio to use folio APIs
` [PATCH 02/13] jfs: Convert metapage_writepage to metapage_write_folio
` [PATCH 03/13] jfs: Convert __get_metapage to use a folio
` [PATCH 04/13] jfs: Convert insert_metapage() to take "
` [PATCH 05/13] jfs; Convert release_metapage to use "
` [PATCH 06/13] jfs: Convert drop_metapage and remove_metapage to take "
` [PATCH 07/13] jfs: Convert dec_io "
` [PATCH 08/13] jfs; Convert __invalidate_metapages to use "
` [PATCH 09/13] jfs: Convert page_to_mp to folio_to_mp
` [PATCH 10/13] jfs: Convert inc_io and mp_anchor to take a folio
` [PATCH 11/13] jfs: Convert force_metapage to use "
` [PATCH 12/13] jfs: Change metapage->page to metapage->folio
` [PATCH 13/13] fs: Remove i_blocks_per_page

[PATCH v5 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-02-02 17:02 UTC  (5+ messages)
` [PATCH v5 1/4] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v5 2/4] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH v5 3/4] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v5 4/4] mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seq

Calls to vfs_setlease() from NFSD code cause unnecessary CAP_LEASE security checks
 2024-02-02 16:31 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-02-02 16:28 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Replacing TASK_(UN)INTERRUPTIBLE with regions of uninterruptibility
 2024-02-02 16:23 UTC  (10+ messages)

[PATCH] fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap
 2024-02-02 16:20 UTC  (2+ messages)

[PATCH v5 00/12] Set casefold/fscrypt dentry operations through sb->s_d_op
 2024-02-02 15:56 UTC  (8+ messages)
` [PATCH v5 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup
` [PATCH v5 09/12] ext4: Configure dentry operations at dentry-creation time

[PATCH v4 0/9] File abstractions needed by Rust Binder
 2024-02-02 15:56 UTC  (12+ messages)
` [PATCH v4 1/9] rust: types: add `NotThreadSafe`
` [PATCH v4 2/9] rust: task: add `Task::current_raw`
` [PATCH v4 3/9] rust: file: add Rust abstraction for `struct file`
` [PATCH v4 4/9] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v4 5/9] rust: security: add abstraction for secctx
` [PATCH v4 6/9] rust: file: add `FileDescriptorReservation`
` [PATCH v4 7/9] rust: file: add `Kuid` wrapper
` [PATCH v4 8/9] rust: file: add `DeferredFdCloser`
` [PATCH v4 9/9] rust: file: add abstraction for `poll_table`

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-02-02 14:56 UTC  (16+ messages)
` [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with "
` [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs

[PATCH] mm/madvise: set ra_pages as device max request size during ADV_POPULATE_READ
 2024-02-02 14:19 UTC  (6+ messages)
`  "

[syzbot] [netfs?] KASAN: slab-use-after-free Write in __fscache_relinquish_cookie
 2024-02-02 14:03 UTC  (2+ messages)
` [PATCH next] fs/9p: fix uaf in "

[PATCH] [v2] hfs: fix a memleak in hfs_find_init
 2024-02-02 13:17 UTC  (2+ messages)

[PATCH] remap_range: merge do_clone_file_range() into vfs_clone_file_range()
 2024-02-02 12:52 UTC  (4+ messages)

[PATCH 2/2] smb: client: retry compound request without reusing lease
 2024-02-02 12:50 UTC 

[PATCH 0/4] lockdep cmp fn conversions
 2024-02-02 12:47 UTC  (5+ messages)
` [PATCH 1/4] fs/pipe: Convert to lockdep_cmp_fn

[PATCH v5 0/2] io_uring: add support for ftruncate
 2024-02-02 12:17 UTC  (9+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/2] Add do_ftruncate that truncates a struct file
` [PATCH v9 0/2] io_uring: add support for ftruncate
  ` [PATCH v9 1/2] Add do_ftruncate that truncates a struct file
  ` [PATCH v9 2/2] io_uring: add support for ftruncate

[syzbot] [v9fs?] KASAN: slab-use-after-free Read in v9fs_stat2inode_dotl
 2024-02-02 12:15 UTC  (2+ messages)
` [PATCH next] fs/9p: fix uaf in "

[PATCH v2 00/34] Open block devices as files
 2024-02-02 11:51 UTC  (19+ messages)
` [PATCH v2 01/34] bdev: open block device "
` [PATCH v2 29/34] bdev: make struct bdev_handle private to the block layer
` [PATCH v2 31/34] block: use file->f_op to indicate restricted writes
` [PATCH v2 32/34] block: remove bdev_handle completely

[PATCH v3 00/47] filelock: split file leases out of struct file_lock
 2024-02-02 11:16 UTC  (5+ messages)
` [PATCH v3 34/47] 9p: adapt to breakup "

[PATCH] __fs_parse: Correct a documentation comment
 2024-02-02 10:22 UTC  (2+ messages)

[PATCH 1/5] mean and variance: Promote to lib/math
 2024-02-02  9:56 UTC  (6+ messages)
` [PATCH 4/5] time_stats: Promote to lib/

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end (2)
 2024-02-02  9:24 UTC 

[linus:master] [remap_range] dfad37051a: stress-ng.file-ioctl.ops_per_sec -11.2% regression
 2024-02-02  9:13 UTC  (3+ messages)

[PATCH rfc 0/9] mm: migrate: support poison recover from migrate folio
 2024-02-02  9:06 UTC  (15+ messages)
` [PATCH rfc 1/9] mm: migrate: simplify __buffer_migrate_folio()
` [PATCH rfc 2/9] mm: migrate_device: use more folio in __migrate_device_pages()
` [PATCH rfc 3/9] mm: migrate: remove migrate_folio_extra()
` [PATCH rfc 4/9] mm: remove MIGRATE_SYNC_NO_COPY mode
` [PATCH rfc 6/9] mm: migrate: support poisoned recover from migrate folio

[PATCH 0/2] Fix I/O high when memory almost met memcg limit
 2024-02-02  9:02 UTC  (7+ messages)
` [PATCH 2/2] mm/readahead: limit sync readahead while too many active refault

[PATCH v2] quota: Fix potential NULL pointer dereference
 2024-02-02  8:18 UTC 

[PATCH] quota: Fix potential NULL pointer dereference
 2024-02-02  7:41 UTC 

[syzbot] [gfs2?] WARNING in folio_account_dirtied
 2024-02-02  5:55 UTC 

[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in mi_enum_attr
 2024-02-02  3:33 UTC  (2+ messages)
` [PATCH] fs/ntfs3: fix oob "

[syzbot] [reiserfs?] KASAN: slab-out-of-bounds Read in reiserfs_xattr_get (2)
 2024-02-01 20:14 UTC 

[PATCH 0/6] Restore data lifetime support
 2024-02-01 17:38 UTC  (4+ messages)
` [PATCH 3/6] fs: Split fcntl_rw_hint()

[PATCH 0/6] eventfs: More fixes and clean ups
 2024-02-01 17:23 UTC  (3+ messages)
` [PATCH 5/6] eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_lookup()

[syzbot] [erofs?] KMSAN: uninit-value in z_erofs_lz4_decompress (3)
 2024-02-01 16:57 UTC  (2+ 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).