linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-09 02:51:56 to 2024-06-11 23:42:32 UTC [more...]

[GIT PULL] vfs fixes
 2024-06-11 23:42 UTC  (3+ messages)

[PATCH v2 2/4] fs: add FS_IOC_FSSETXATTRAT and FS_IOC_FSGETXATTRAT
 2024-06-11 23:40 UTC  (19+ messages)
                  `  "
                      `  "

[PATCH v2 0/4] inode_init_always zeroing i_state
 2024-06-11 23:38 UTC  (6+ messages)
` [PATCH v2 1/4] xfs: preserve i_state around inode_init_always in xfs_reinit_inode
` [PATCH v2 2/4] vfs: partially sanitize i_state zeroing on inode creation
` [PATCH v2 3/4] xfs: remove now spurious i_state initialization in xfs_inode_alloc
` [PATCH v2 4/4] bcachefs: remove now spurious i_state initialization

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-06-11 23:35 UTC  (6+ messages)

[PATCH v9 00/19] Pass data lifetime information to SCSI disk devices
 2024-06-11 23:08 UTC  (5+ messages)
` [PATCH v9 11/19] scsi: sd: Translate data lifetime information

[PATCHES][RFC] rework of struct fd handling
 2024-06-11 23:04 UTC  (12+ messages)
` [PATCH 01/19] powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()
  ` [PATCH 11/19] switch simple users of fdget() to CLASS(fd, ...)
          ` [RFC] potential UAF in kvm_spapr_tce_attach_iommu_group() (was Re: [PATCH 11/19] switch simple users of fdget() to CLASS(fd, ...))
          ` [RFC] UAF in acrn_irqfd_assign() and vfio_virqfd_enable()

A fs-next branch
 2024-06-11 22:51 UTC  (9+ messages)

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-11 22:38 UTC  (21+ messages)
` [PATCH v2 1/4] capabilities: Add "
` [PATCH v2 2/4] capabilities: Add securebit to restrict userns caps
` [PATCH v2 3/4] capabilities: Add sysctl to mask off "
` [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks

[PATCH v13] mm: report per-page metadata information
 2024-06-11 22:30 UTC  (2+ messages)

[RFC PATCH] vfs: add rcu-based find_inode variants for iget ops
 2024-06-11 22:00 UTC  (7+ messages)

[PATCH v3] writeback: factor out balance_wb_limits to remove repeated code
 2024-06-11 21:52 UTC  (2+ messages)

[PATCH] Documentation: document the design of iomap and how to port
 2024-06-11 21:50 UTC  (14+ messages)

[PATCH v3 0/2] rcu-based inode lookup for iget*
 2024-06-11 21:43 UTC  (9+ messages)
` [PATCH v3 1/2] vfs: add rcu-based find_inode variants for iget ops
` [PATCH v3 2/2] btrfs: use iget5_locked_rcu

[PATCH 0/5] fstests: add some new LBS inspired tests
 2024-06-11 20:29 UTC  (17+ messages)
` [PATCH 1/5] common: move mread() to generic helper _mread()
` [PATCH 2/5] fstests: add mmap page boundary tests
` [PATCH 3/5] fstests: add fsstress + compaction test
` [PATCH 4/5] _require_debugfs(): simplify and fix for debian
` [PATCH 5/5] fstests: add stress truncation + writeback test

WARNING in __brelse
 2024-06-11 19:07 UTC  (2+ messages)

[PATCH v4 0/7] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-11 18:59 UTC  (9+ messages)
` [PATCH v4 1/7] fs/procfs: extract logic for getting VMA name constituents
` [PATCH v4 2/7] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH v4 3/7] fs/procfs: add build ID fetching to PROCMAP_QUERY API
` [PATCH v4 4/7] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
` [PATCH v4 5/7] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v4 6/7] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
` [PATCH v4 7/7] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs

[PATCH v4 0/2] rcu-based inode lookup for iget*
 2024-06-11 17:38 UTC  (3+ messages)
` [PATCH v4 1/2] vfs: add rcu-based find_inode variants for iget ops
` [PATCH v4 2/2] btrfs: use iget5_locked_rcu

[PATCH v3 1/3] LSM: add security_execve_abort() hook
 2024-06-11 17:19 UTC  (11+ messages)

Flaky test: generic/085
 2024-06-11 16:37 UTC  (2+ messages)

support large folios for NFS
 2024-06-11 16:13 UTC  (4+ messages)
` [PATCH 1/2] filemap: Convert generic_perform_write() to support large folios

[LSF/MM/BPF TOPIC] untorn buffered writes
 2024-06-11 15:23 UTC  (6+ messages)

[PATCH RFC] fs_parse: add uid & gid option parsing helpers
 2024-06-11 15:05 UTC  (4+ messages)

[PATCH] selftests: proc: remove unreached code and fix build warning
 2024-06-11 15:04 UTC  (5+ messages)

[PATCH v6 0/3] Clean up usage of rt_task()
 2024-06-11 14:20 UTC  (6+ messages)
` [PATCH v6 1/3] sched/rt: "
` [PATCH v6 2/3] sched/rt, dl: Convert functions to return bool
` [PATCH v6 3/3] sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()

[PATCH] vfs: partially sanitize i_state zeroing on inode creation
 2024-06-11 11:40 UTC  (8+ messages)

[PATCH v1 0/6] fs/proc: move page_mapcount() to fs/proc/internal.h
 2024-06-11 11:15 UTC  (13+ messages)
` [PATCH v1 1/6] fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
` [PATCH v1 2/6] fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
` [PATCH v1 3/6] fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs

[ANNOUNCE] xfs-linux: for-next updated to 58f880711f2b
 2024-06-11 10:31 UTC 

[syzbot] [ext4?] UBSAN: shift-out-of-bounds in ext2_fill_super
 2024-06-11 10:27 UTC  (2+ messages)
` Testing if issue still reproduces

[PATCH v4 00/22] block atomic writes for xfs
 2024-06-11 10:08 UTC  (3+ messages)
` [PATCH v4 13/22] xfs: Unmap blocks according to forcealign

[PATCH v7 00/11] enable bs > ps in XFS
 2024-06-11 10:00 UTC  (10+ messages)
` [PATCH v7 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v7 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size

[PATCH v4 00/10] Add support for synchronous signals on perf events
 2024-06-11  9:18 UTC  (2+ messages)

[ANNOUNCE] Alpine Linux Persistence and Storage Summit 2024
 2024-06-11  8:10 UTC 

[linus:master] [netfs] 9b038d004c: xfstests.generic.617.fail
 2024-06-11  7:59 UTC 

[PATCH v3 00/21] block atomic writes for XFS
 2024-06-11  7:29 UTC  (4+ messages)
` [PATCH v3 14/21] iomap: Sub-extent zeroing

[PATCH v2 0/2] rcu-based inode lookup for iget*
 2024-06-11  6:05 UTC  (8+ messages)
` [PATCH v2 1/2] vfs: add rcu-based find_inode variants for iget ops
` [PATCH v2 2/2] btrfs: use iget5_locked_rcu

[PATCH 0/6] kernel: Avoid memcpy of task comm
 2024-06-10 23:01 UTC  (9+ messages)
` [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()

possible deadlock in freeze_super
 2024-06-10 21:52 UTC 

[PATCH v5 0/2] Clean up usage of rt_task()
 2024-06-10 19:21 UTC  (7+ messages)
` [PATCH v5 1/2] sched/rt: "

[PATCH -mm 0/2] nilfs2: eliminate the call to inode_attach_wb()
 2024-06-10 16:00 UTC  (3+ messages)
` [PATCH -mm 1/2] nilfs2: prepare backing device folios for writing after adding checksums
` [PATCH -mm 2/2] nilfs2: do not call inode_attach_wb() directly

[PATCH 0/4] fs: allow listmount() with reversed ordering
 2024-06-10 13:16 UTC  (3+ messages)

[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure
 2024-06-10 12:09 UTC  (3+ messages)
` [RFC PATCH 1/5] mm/mmap: Correctly position vma_iterator in __split_vma()

[PATCH v8 00/10] block atomic writes
 2024-06-10 10:43 UTC  (11+ messages)
` [PATCH v8 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v8 02/10] block: Generalize chunk_sectors support as boundary support
` [PATCH v8 03/10] fs: Initial atomic write support
` [PATCH v8 04/10] fs: Add initial atomic write support info to statx
` [PATCH v8 05/10] block: Add core atomic write support
` [PATCH v8 06/10] block: Add atomic write support for statx
` [PATCH v8 07/10] block: Add fops atomic write support
` [PATCH v8 08/10] scsi: sd: Atomic "
` [PATCH v8 09/10] scsi: scsi_debug: "
` [PATCH v8 10/10] nvme: "

[PATCH] Improving readability of copy_tree
 2024-06-10  8:27 UTC  (3+ messages)
` [PATCH v4] Improve "

[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-10  8:17 UTC  (4+ messages)
` [PATCH v3 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps

[syzbot] INFO: task hung in __unmap_and_move (4)
 2024-06-10  6:41 UTC  (2+ messages)
` [syzbot] [mm?] "

The proper handling of failed IO error?
 2024-06-10  5:24 UTC  (3+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_fs_recovery
 2024-06-09 13:30 UTC  (3+ messages)

[PATCH 6.6 439/744] splice: remove permission hook from iter_file_splice_write()
 2024-06-09 11:04 UTC  (4+ messages)
  ` [PATCH 6.6 438/744] ovl: add helper ovl_file_modified()

[syzbot] [hfs?] KMSAN: uninit-value in hfs_revalidate_dentry
 2024-06-09  5:45 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 NNTP newsgroup(s).