linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-29 08:55:56 to 2023-07-02 16:23:00 UTC [more...]

[GIT PULL] iomap: new code for 6.5
 2023-07-02 16:22 UTC 

[syzbot] [ntfs?] kernel BUG in ntfs_end_buffer_async_read
 2023-07-02 15:25 UTC  (2+ messages)

[GIT PULL] vfs fixes
 2023-07-02 11:28 UTC 

[PATCH] fs: fix invalid-free in init_file()
 2023-07-02 11:25 UTC  (2+ messages)

[syzbot] [overlayfs?] KASAN: invalid-free in init_file
 2023-07-02 11:03 UTC  (5+ messages)

[PATCH 0/2] v3: F_OFD_GETLK extension to read lock info
 2023-07-02  6:41 UTC  (3+ messages)

[syzbot] [btrfs?] kernel BUG in prepare_to_merge
 2023-07-01 20:46 UTC 

[RFC][PATCH] fanotify: disallow mount/sb marks on kernel internal pseudo fs
 2023-07-01 16:25 UTC  (7+ messages)

[GIT PULL] second set of sysctl fixes v6.5-rc1
 2023-07-01 16:12 UTC  (2+ messages)

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

[PATCH] sysctl: set variable sysctl_mount_point storage-class-specifier to static
 2023-06-30 23:20 UTC  (3+ messages)

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-06-30 22:13 UTC  (4+ messages)
  ` [PATCH 01/79] fs: add ctime accessors infrastructure
  ` [PATCH 55/79] proc: switch to new ctime accessors

[PATCH] fs: Optimize unixbench's file copy test
 2023-06-30 21:44 UTC  (3+ messages)

[PATCH v6 0/6] Per-VMA lock support for swap and userfaults
 2023-06-30 21:25 UTC  (11+ messages)
` [PATCH v6 1/6] swap: remove remnants of polling from read_swap_cache_async
` [PATCH v6 2/6] mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
` [PATCH v6 3/6] mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
` [PATCH v6 4/6] mm: change folio_lock_or_retry to use vm_fault directly
` [PATCH v6 5/6] mm: handle swap page faults under per-VMA lock
` [PATCH v6 6/6] mm: handle userfaults under VMA lock

[PATCH v7 0/6] Per-VMA lock support for swap and userfaults
 2023-06-30 21:19 UTC  (7+ messages)
` [PATCH v7 1/6] swap: remove remnants of polling from read_swap_cache_async
` [PATCH v7 2/6] mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
` [PATCH v7 3/6] mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
` [PATCH v7 4/6] mm: change folio_lock_or_retry to use vm_fault directly
` [PATCH v7 5/6] mm: handle swap page faults under per-VMA lock
` [PATCH v7 6/6] mm: handle userfaults under VMA lock

[PATCH] mm: make MEMFD_CREATE into a selectable config option
 2023-06-30 19:55 UTC  (4+ messages)

[PATCH 1/2] proc: support proc-empty-vm test on i386
 2023-06-30 18:34 UTC  (2+ messages)
` [PATCH 2/2] proc: skip proc-empty-vm on anything but amd64 and i386

[syzbot] [ext4?] general protection fault in ext4_quota_read
 2023-06-30 17:48 UTC  (2+ messages)

[PATCH v7 0/3] shmemfs stable directory offsets
 2023-06-30 17:49 UTC  (4+ messages)
` [PATCH v7 1/3] libfs: Add directory operations for stable offsets
` [PATCH v7 2/3] shmem: Refactor shmem_symlink()
` [PATCH v7 3/3] shmem: stable directory offsets

[RFC PATCH 1/4] splice: Fix corruption of spliced data after splice() returns
 2023-06-30 17:32 UTC  (7+ messages)
` [RFC PATCH 2/4] splice: Make vmsplice() steal or copy
` [RFC PATCH 3/4] splice: Remove some now-unused bits
` [RFC PATCH 4/4] splice: Record some statistics

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

[syzbot] [ext4?] general protection fault in ext4_put_io_end_defer
 2023-06-30 17:13 UTC  (5+ messages)

[RFC PATCH 00/11] iov_iter: Use I/O direction from kiocb, iomap & request rather than iov_iter
 2023-06-30 16:05 UTC  (15+ messages)
` [RFC PATCH 01/11] iov_iter: Fix comment refs to iov_iter_get_pages/pages_alloc()
` [RFC PATCH 02/11] vfs: Set IOCB_WRITE in iocbs that we're going to write from
` [RFC PATCH 03/11] vfs: Use init_kiocb() to initialise new IOCBs
` [RFC PATCH 04/11] iov_iter: Use IOCB_WRITE rather than iterator direction
` [RFC PATCH 05/11] iov_iter: Use IOMAP_WRITE "
` [RFC PATCH 06/11] iov_iter: Use op_is_write() "
` [RFC PATCH 07/11] cifs: Drop the check using iov_iter_rw()
` [RFC PATCH 08/11] iov_iter: Drop iov_iter_rw() and fold in last user
` [RFC PATCH 09/11] iov_iter: Use I/O dir flags with iov_iter_extract_pages()
` [RFC PATCH 10/11] 9p: Pin pages rather than ref'ing if appropriate
` [RFC PATCH 11/11] scsi: Use extract_iter_to_sg()

[syzbot] [selinux?] [reiserfs?] KASAN: wild-memory-access Read in inode_doinit_with_dentry
 2023-06-30 15:35 UTC 

[RFC PATCH 00/11] iov_iter: Use I/O direction from kiocb, iomap & request rather than iov_iter
 2023-06-30 15:16 UTC  (3+ messages)
` [RFC PATCH 01/11] iov_iter: Fix comment refs to iov_iter_get_pages/pages_alloc()
` [RFC PATCH 02/11] vfs: Set IOCB_WRITE in iocbs that we're going to write from

Backporting of series xfs/iomap: fix data corruption due to stale cached iomap
 2023-06-30 15:16 UTC  (8+ messages)

[PATCH v22 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-30 15:01 UTC  (3+ messages)
` [PATCH v22 2/5] fs/proc/task_mmu: "

[PATCH 0/2] proc: proc_setattr for /proc/$PID/net
 2023-06-30 14:06 UTC  (2+ messages)

[PATCH v13 0/9] Implement copy offload support
 2023-06-30 11:22 UTC  (4+ messages)
  ` [PATCH v13 3/9] block: add emulation for copy

[syzbot] [udf?] WARNING in __udf_add_aext (2)
 2023-06-30 11:12 UTC  (2+ messages)

[PATCH v1] fs: Add kfuncs to handle idmapped mounts
 2023-06-30 11:08 UTC 

[PATCH v3 0/5] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
 2023-06-30 11:08 UTC  (6+ messages)
` [PATCH v3 1/5] quota: factor out dquot_write_dquot()
` [PATCH v3 2/5] quota: rename dquot_active() to inode_quota_active()
` [PATCH v3 3/5] quota: add new helper dquot_active()
` [PATCH v3 4/5] quota: fix dqput() to follow the guarantees dquot_srcu should provide
` [PATCH v3 5/5] quota: simplify drop_dquot_ref()

[PATCH v6 0/3] shmemfs stable directory offsets
 2023-06-30 11:08 UTC  (3+ messages)
` [PATCH v6 1/3] libfs: Add directory operations for stable offsets

[PATCH v3 0/3+1] fanotify accounting for fs/splice.c
 2023-06-30 11:03 UTC  (8+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] splice: always fsnotify_access(in), fsnotify_modify(out) on success

[PATCH v3 0/3] fuse: add a new fuse init flag to relax restrictions in no cache mode
 2023-06-30 10:40 UTC  (7+ messages)
` [PATCH 1/3] fuse: invalidate page cache pages before direct write
` [PATCH 2/3] fuse: add a new fuse init flag to relax restrictions in no cache mode
` [PATCH 3/3] fuse: write back dirty pages before direct write in direct_io_relax mode

[PATCH 0/2] Two cross-compilation kselftest fixes
 2023-06-30 10:27 UTC  (5+ messages)
` [PATCH 1/2] selftests/openat2: Run-time check for -fsanitize=undefined
` [PATCH 2/2] selftests/proc: Do not build x86-64 tests on non-x86-64 builds

[GIT PULL] bcachefs
 2023-06-30  9:40 UTC  (14+ messages)

[PATCH] fs: drop_caches: draining pages before dropping caches
 2023-06-30  9:22 UTC 

[PATCH v8 1/1] ns: add binfmt_misc to the user namespace
 2023-06-30  9:06 UTC  (4+ messages)

[PATCH] reiserfs: Check the return value from __getblk()
 2023-06-30  9:03 UTC  (2+ messages)

[PATCH 1/2] kernfs: add kernfs_ops.free operation to free resources tied to the file
 2023-06-30  8:21 UTC  (14+ messages)

[PATCH v2 0/7] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
 2023-06-30  7:45 UTC  (20+ messages)
` [PATCH v2 2/7] quota: add new global dquot list releasing_dquots
` [PATCH v2 3/7] quota: rename dquot_active() to inode_dquot_active()
` [PATCH v2 5/7] quota: fix dqput() to follow the guarantees dquot_srcu should provide
` [PATCH v2 6/7] quota: simplify drop_dquot_ref()
` [PATCH v2 7/7] quota: remove unused function put_dquot_list()

Fotowoltaika- propozycja instalacji
 2023-06-30  7:35 UTC 

[dhowells-fs:splice-fix-corruption] [splice] 018eeae5c2: WARNING:at_mm/highmem.c:#kunmap_local_indexed
 2023-06-30  7:28 UTC 

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-06-30  3:20 UTC  (4+ messages)
` [PATCH v7 2/2] "
  ` [Linux-cachefs] "

[PATCH v2] fuse: add a new fuse init flag to relax restrictions in no cache mode
 2023-06-30  2:52 UTC  (3+ messages)
` [fuse-devel] "

[PATCH v5 0/6] Per-VMA lock support for swap and userfaults
 2023-06-30  2:07 UTC  (10+ messages)
` [PATCH v5 5/6] mm: handle swap page faults under per-VMA lock
` [PATCH v5 6/6] mm: handle userfaults under VMA lock

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

[syzbot] [btrfs?] kernel BUG in add_new_free_space
 2023-06-30  1:12 UTC  (2+ messages)

[PATCH v2 1/1] sched/psi: use kernfs polling functions for PSI trigger polling
 2023-06-30  1:04 UTC  (2+ messages)

[GIT PULL] sysctl fixes for v6.5-rc1
 2023-06-30  0:48 UTC  (2+ messages)

[PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
 2023-06-29 21:04 UTC  (7+ messages)
` [PATCH v2 2/6] mm: userfaultfd: refactor hugetlb folio allocation / lookup code
` [PATCH v2 3/6] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
` [PATCH v2 4/6] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
` [PATCH v2 5/6] selftests/mm: add uffd unit test for UFFDIO_POISON
` [PATCH v2 6/6] mm: userfaultfd: add basic documentation "

[GIT PULL] fsnotify changes for 6.5-rc1
 2023-06-29 20:51 UTC  (2+ messages)

[GIT PULL] overlayfs update for 6.5
 2023-06-29 20:51 UTC  (2+ messages)

[GIT PULL] Filesystem fixes for 6.5-rc1
 2023-06-29 20:51 UTC  (2+ messages)

[GIT PULL] xfs: new code for 6.5
 2023-06-29 20:51 UTC  (2+ messages)

[PATCH v12 03/11] proc: Use lsmids instead of lsm names for attrs
 2023-06-29 19:55 UTC 

[syzbot] [lsm?] [reiserfs?] general protection fault in fsnotify_perm
 2023-06-29 17:47 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to 447a0bc108e4
 2023-06-29 16:47 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 2bed0d82c2f7
 2023-06-29 16:44 UTC 

[RFC PATCH] fuse: invalidate page cache pages before direct write
 2023-06-29 15:35 UTC  (5+ messages)
      ` [fuse-devel] "

[PATCH] fs/vboxsf: Replace kmap() with kmap_local_{page, folio}()
 2023-06-29 15:04 UTC  (9+ messages)

[PATCH v12 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-06-29 12:02 UTC  (2+ messages)

[PATCH] afs: Fix accidental truncation when storing data
 2023-06-29 11:27 UTC  (2+ messages)

[syzbot] Monthly btrfs report (Jun 2023)
 2023-06-29 10:14 UTC 

[syzbot] Monthly ntfs3 report (Jun 2023)
 2023-06-29  9:21 UTC 

[syzbot] Monthly jfs report (Jun 2023)
 2023-06-29  9:14 UTC 

[syzbot] Monthly nilfs report (Jun 2023)
 2023-06-29  8:55 UTC 

[syzbot] Monthly hfs report (Jun 2023)
 2023-06-29  8:55 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).